Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

Multicast with AF_LOCAL or AF_UNIX sockets on Linux?

Is strftime with nanoseconds possible in bash?

bash unix posix strftime

How do I set the command line arguments in a C program so that it's visible when users type "ps aux"?

c posix argv ps

Equivalent to pread/pwrite in MSVC?

SQLite compatible with OpenAFS locking?

sqlite locking posix openafs

c copy files in reverse order using lseek

c file posix filestream

Is there a way to reuse pthreads?

How do I open a temporary file AND get its filename?

c file posix temp

Is --help Flag A POSIX Standard/Recommendation?

posix

What does 'f' suffix mean on a C++ library name and how do I load it?

c++ posix real-time gperftools

Clang fails to compile a c11 program, citing that "implicit declaration is illegal in c99"

c clang posix

Single Process Thread Safety Using POSIX Message Queues

loop through a file and print file attributes in C

c linux while-loop posix

Can I pass a const char* array to execv?

How to preserve ownership and permissions when doing an atomic file replace?

c posix chmod file-rename chown

Portablilty of using percison when printf-ing non 0 terminated strings

c printf posix c-strings

C : POSIX threads library test-suite

If close(2) fails with EIO, will the file descriptor still be deleted?

c unix posix system-calls

Can time(NULL) ever return failure?

c time posix

libc source location - for download or online viewing?

c linux pthreads posix glibc