Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix-api

Porting Unix to Windows- usage of pwd.h

c windows unix mingw posix-api

Is there any standard way to get creation time of file or directory in FreeBSD programatically

c posix freebsd stat posix-api

Is perror thread-safe?

c linux unix posix posix-api

POSIX seekdir() and telldir() behaviour after target folder modification

c posix unix posix-api

Are parallel calls to send/recv on the same socket valid as per POSIX standard?

Where is Message queue content stored?

How do I set the terminal foreground process group for a process I'm running under a pty?

SIGKILL signal handling

What is timer_t at its base?

types timer posix-api

Does waitpid yield valid status information for a child process that has already exited?

c fork waitpid posix-api

Is O_LARGEFILE needed just to write a large file?

Where does Microsoft Windows' 7 POSIX implementation currently stand?

Do I need an extern "C" block to include standard POSIX C headers?

c++ posix-api

"fprintf"-like function for file descriptors (i.e. int fd instead of FILE* fp)

c file-io printf posix-api

How can I wait for any/all pthreads to complete?