Search code examples
Easy way to find out whether a Posix API is implemented by an OS...


apiposixsystems-programming

Read More
Shared memory in C and missing MAP_ANONYMOUS?...


clinuxposixc89

Read More
How do I pass all command line arguments given to a bash script including string parameters as-is to...


bashshellargumentsparameter-passingposix

Read More
Differences between empty and blank lines in regexps...


regexperlposix

Read More
Unintuitive behavior of open with flags DIRECTORY and O_CREAT...


linuxposixsystem-calls

Read More
Very different getopts results with different shells...


bashshellposixzshdash-shell

Read More
Fast input/output in competitive programming...


c++posixunistd.h

Read More
How can we know the minimum stack size needed by a program launched with exec()?...


cstackposixlimitportability

Read More
Reading HEX values from a serial port (Posix)...


c++hexposix

Read More
Catching signals other than SIGINT in Python...


pythonlinuxsignalsposix

Read More
read() form an unbinded socket?...


socketsudpposixbind

Read More
What is correct way to have single Signal Handler function for multiple Signals?...


cposixsignals

Read More
When does the routine passed to pthread_create start?...


cpthreadsposix

Read More
Using CMakeLists causes error while compiling fine in commandline...


gcccmakeposixclion

Read More
Multithreaded server, signal handling. POSIX...


multithreadingpthreadssignalsposix

Read More
Mercurial: How do I find the creator of a file?...


mercurialposixfile-ownership

Read More
Terminate threads when SIGINT is called - C...


clinuxmultithreadingsignalsposix

Read More
Why does select on a named pipe with no writers block indefinitely?...


c++linuxselectposixnonblocking

Read More
find -regex not recognizing what seems like a good query...


regexfindposix

Read More
Lock a mutex multiple times in the same thread...


clinuxposixembedded-linuxuclinux

Read More
pthread_cond_wait doesn't unlock mutex...


cpthreadsposixcondition-variable

Read More
Creating N number of threads...


cmultithreadingposix

Read More
pthread functions "_np" suffix...


posixpthreadsglibc

Read More
Iterate through list containing an asterisk in posix...


posix

Read More
boost::posix_time::microsec_clock to double seconds with microsecond resolution...


c++boostposix

Read More
pause() signal handler...


csignalsposixpause

Read More
System V - LIFO way...


clinuxposixsystem

Read More
Can a pipe in Linux ever lose data?...


linuxposixpipe

Read More
Why do we need lseek when pread accepts offset value?...


c++posixlseek

Read More
May I destroy a mutexattr object before the mutex that was initialized with this mutexattr is used?...


cattributespthreadsposixmutex

Read More
BackNext