Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

List all threads

c unix pthreads posix freebsd

TCP Dead link detection

How to get a unique POSIX message queue?

posix message-queue

getnameinfo's signature changes between glibc versions, how can I match it?

c linux gcc posix

Ubuntu Linux git gc says error: failed to run repack

linux git ubuntu signals posix

Is there a way to prevent only a specific child from triggering a SIGCHLD?

perl fork posix sigchld

Behaviour of tr -c -d while deleting bytes with values that are not characters

shell posix tr

Is write/fwrite guaranteed to be sequential?

c posix libc

Where does the recursive variable expansion in bash/shell numeric contexts come from?

Is select() + non-blocking write() possible on a blocking pipe or socket?

sockets unix pipe posix blocking

New Windows 8.1 APIs for virtual memory management: `DiscardVirtualMemory()` vs `VirtualAlloc()` and `MEM_RESET` and `MEM_RESET_UNDO`

Unix shell scripting: pass shell options (-x etc.) to nested scripts

linux bash shell unix posix

Implement Double Buffer in C

How can I reliably make send(2) do a short send?

c sockets networking posix

recv() with errno=107:(transport endpoint connected)

Random numbers in POSIX C API

c linux random posix srand

Is there a C++ allocator that prevent an STL container from being swapped?

Monotonic clock on OSX

Using Auto and Lambda to handle Signal?

c++ lambda c++11 signals posix

Setting thread priority in Linux with Boost

c++ linux boost pthreads posix