Search code examples
What is the difference between stream_isatty and posix_isatty?...


phpstreamposix

Read More
cd to symbolic link in linux shows error...


posixsymlink

Read More
What's the expected behavior of open(name, O_CREAT|O_DIRECTORY, mode)?...


clinuxfilesystemsposixbsd

Read More
mq_open err no 13 Permission denied...


clinuxposixmessage-queue

Read More
How do you find all matches in regexes with C?...


cregexposix

Read More
per-thread scheduling priority on Linux with default (SCHED_OTHER) scheduling policy...


c++linuxmultithreadingpthreadsposix

Read More
mq_open: Invalid argument...


clinuxposixmessage-queue

Read More
Are there any platforms where using structure copy on an fd_set (for select() or pselect()) causes p...


clinuxunixposixposix-select

Read More
can select() prevent read() from getting interrupted?...


clanguage-lawyersignalsposixposix-select

Read More
C++ error: undefined reference to 'clock_gettime' and 'clock_settime'...


c++linuxubuntuposixtime.h

Read More
Message Queues IPC does not work properly...


cunixposixipcmessage-queue

Read More
Why is a FIFO pipe on macOS ~8x slower than an anonymous pipe?...


cmacospipeposixnamed-pipes

Read More
POSIX standards and semantics of semaphores...


cmultithreadingposixsemaphore

Read More
POSIX C non-blocking read socket...


csocketsposixposix-select

Read More
Compilation failing on MacOS with weird errors when _POSIX_C_SOURCE is defined...


cmacostimeposixsolaris

Read More
operation not permitted while setting new priority for thread...


c++pthreadsposixthread-priority

Read More
Invalid argument errno on connect()...


c++socketsclient-serverposixerrno

Read More
C POSIX processes pipe/socket communication exercise second process gets stuck...


csocketspipeposixposix-select

Read More
In R, how do I create a histogram of time intervals?...


rdatetimetidyverseposix

Read More
Why should text files end with a newline?...


fileunixtext-filesposixnewline

Read More
C - select() on stdin when there is already data in stdin's buffer...


clinuxposixposix-select

Read More
How to get real clock per sec in FreeBSD?...


cunixposixclockfreebsd

Read More
Why is the second or looped select() blocking?...


cpipeposixposix-select

Read More
Can I guarantee that recv() will not block after select() reports that the socket is ready to read?...


csocketsnetwork-programmingposixposix-select

Read More
How to distinguish between Escape and Escape Sequence...


cposixansi-escapetermiosposix-select

Read More
Does POSIX specify that only one signal can interrupt pselect?...


cposixposix-select

Read More
Why closing the same fd after vfork() doesn't cause error?...


c++linuxposix

Read More
Can I call accept() for one socket from several threads simultaneously?...


linuxmultithreadingsocketspthreadsposix

Read More
Threads/Sockets limits in Linux...


c++linuxmultithreadingsocketsposix

Read More
Unix vs BSD vs TCP vs Internet sockets?...


linuxsocketsunixtcpposix

Read More
BackNext