Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

POSIX socket send() function returns before having sent entire buffer

c sockets posix

replacing stdout and stdin with a file pointer in c++?

c++ posix

waitpid - In which cases both WIFEXITED and WIFSIGNALED will be false?

About vfork() system call?

c posix vfork

Issue with timer with long signal handler (SIGALARM)

Perl convert time in localtime format to YYYYMMDD

Shared memory in C and missing MAP_ANONYMOUS?

c linux posix c89

getaddrinfo: in what way is AI_PASSIVE ignored if the nodename is specified?

How to pass multiple parameters to a thread function

c unix ubuntu posix

What's the single best reference on the topic of (POSIX) signals?

c linux unix posix signals

How can I unit/integration test a program's ANSI escape code behavior?

java testing posix ansi-escape

C POSIX thread's mutex/condition working differently depending on where variable lives

c multithreading posix mutex

inet_ntop returns 0.0.0.0 in first usage

c linux ip posix inet-ntop

What is the difference between objects VMA (Virtual Memory Area:) and PTE (Page Table Entry)?

Semaphore values in c

c posix semaphore

What are the conventions for stdout/stderr messages?

c posix stdout stderr printf

What is the written-out word for O_EXCL

Should the memory allocated by wcsdup be freed explicitly?

c++ c windows posix