Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

How to iterate all mounted file systems on OSX

Is reading and writing to the same file thread-safe?

c multithreading posix

Delphi - Obtain Full Stack Trace on OSX

How to correctly use CPointer and CStruct in NativeCall interface

posix raku nativecall

Condition Variable in Shared Memory - is this code POSIX-conformant?

Convert POSIX integer errno to compile-time constant

c posix errno

Lighter weight alternatives to fork() in POSIX C?

c fork posix

How do I wake select() on a socket close?

is it safe to ftruncate a shared memory object after it has ben mmap'ed?

Are dev_t and ino_t required to be integer types?

c posix standards libc

Are there repercussions to having many processes write to a single reader on a named pipe in posix?

ipc posix named-pipes fifo

TCP and POSIX sockets accept() semantics

networking sockets posix tcp

Disabling stdout buffering of a forked process

c++ c posix

Posix message queue - multi writer & multi reader

posix message-queue

numpy.nextafter decrementing instead of incrementing

python numpy posix c99

Do extended regexes support back-references?

c regex posix

What are pthread cancelation points used for?

c linux pthreads posix

How to get the maximal signal number on a posix-compatible way?

posix glibc

What is "namespace cleanliness", and how does glibc achieve it?

c posix language-lawyer libc

What are the Python thread + Unix signals semantics?