Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

Differences between System V and Posix semaphores

Which systems define EAGAIN and EWOULDBLOCK as different values?

unix posix errno

UNIX Portable Atomic Operations

c concurrency posix atomic

getline() vs. fgets(): Control memory allocation

c posix

Connecting n commands with pipes in a shell?

c shell posix pipe

How to redirect the output back to the screen after freopen("out.txt", "a", stdout)

c posix stdout

Are socket options inherited across accept() from the listening socket?

c sockets posix

Why did POSIX mandate CHAR_BIT==8?

c posix

How can I convert a windows path to posix path using node path

equivalent of pipefail in dash shell

bash posix pipe dash-shell

What is the equivalent to Posix popen() in the Win32 API?

c linux winapi api posix

Create statically-linked binary that uses getaddrinfo?

c gcc posix c99 static-linking

What size should I allow for strerror_r?

c linux standards posix glibc

What does WEXITSTATUS(status) return?

c unix signals posix fork

<system_error> categories and standard/system error codes

Why does start_routine for pthread_create return void* and take void*

c posix pthreads

Why & How fish does not support POSIX?

shell posix fish

Is it allowed to name a global variable `read` or `malloc` in C++?

How do I find the current machine's full hostname in C (hostname and domain information)?

c sockets posix environment

Should command line options in POSIX-style operating systems be underscore style? [closed]