Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

why is the semaphore not working?

posix fork semaphore

Difference between shebang flags vs. set builtin flags

bash sh posix

How to enumerate all IP addresses attached to a machine, in POSIX C?

c sockets ip-address posix

Cross-platform compatibility of dprintf

Does pthread_create start the created thread?

What is the difference between POSIX storage and NFS?

filesystems storage posix nfs

Why are there multiple C functions for case-insensitive comparison

c string posix msvcrt crt

POSIX sh syntax for for-loops [SC2039]

shell for-loop posix

Can the compiler cast `(void *) 0` in `execl(prog, arg, (void*) 0)` to a null pointer of the appropriate type?

c pointers posix null-pointer

Is there any scenario where function fma in libc can be used?

c floating-point posix libc fma

Finding processes using ALSA sound fast

linux shell audio posix alsa

What is SIGBABY?

php linux signals posix

Zombie Threads on POSIX systems

multithreading posix

Is this treatment of int64_t a GCC AND Clang bug?

c linux gcc clang posix

Linux/POSIX equivalent for Win32's CreateEvent, SetEvent, WaitForSingleObject

Linux network interface management by C code