Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

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]

How to get the username in C/C++ in Linux?

c++ c linux posix

Where to place Unix Domain (AF_UNIX) sockets' end points (files)?

Why does GCC-Windows depend on cygwin?

Delete all SYSTEM V shared memory and semaphores on UNIX-like systems

Checking if a file is a directory or just a file [duplicate]

c posix

Why are sem_init(), sem_getvalue(), sem_destroy() deprecated on Mac OS X — and what replaces them?

c macos posix

How to check if stdin is from the terminal or a pipe in a shell script?

posix sh

What's the easiest way to get a user's full name on a Linux/POSIX system?

Linux and I/O completion ports?

Checking if errno != EINTR: what does it mean?