Search code examples
What type should be used to loop through an array?...


cposixsizeof

Read More
printf is "eating" the backslashes. How to preserve them?...


bashshellprintfshposix

Read More
POSIX threads vs parallelism...


clinuxpthreadsposix

Read More
posix: interprocess lock abandoned, is there a better way?...


multithreadingprocesslockingposix

Read More
Why does shell printf run strings together when not quoted?...


shellprintfposix

Read More
File Permissions Reverting to write-only for Wordpress site...


wordpressposix

Read More
How to be notified of file/directory change in C/C++, ideally using POSIX...


c++cposix

Read More
Why Posix File I/O is always blocking?...


iolinux-kernelposix

Read More
Does Synchronous I/O keeps thread busy?...


socketslinux-kernelposix

Read More
Pipe - communicating with multiple forked child processes...


cpipeforkposix

Read More
How are POSIX cancellation points supposed to behave?...


clinuxpthreadsposixglibc

Read More
Can someone please explain the meaning of two lines below in the program to implement pipe?...


cpipeposixipc

Read More
Avoid warning: expected ‘const struct aiocb * const*’ but argument is of type ‘struct aiocb **’...


clinuxconstantsposix

Read More
Should a daemonising parent free() memory after forking its child?...


cforkposixdaemon

Read More
How to test if strdup() is available?...


cgccposix

Read More
What kills the parent process?...


cunixprocessposixkill

Read More
Support for Ctrl+C / Ctrl+Z at " answer=$( while ! head -c 1 | grep -i '[ny]' ; do true...


bashshellgrepshposix

Read More
POSIX (isprint) has been deleted; what to do?...


perlposix

Read More
UNIX Portable Atomic Operations...


cconcurrencyposixatomic

Read More
What is the behaviour of an mmap()'ed pointer after closing the file descriptor without first ca...


clinuxkernelposix

Read More
What is the relationship between POSIX and the C language?...


clinuxposix

Read More
send() and write() to TCP output buffer which is full don't block...


socketstcpposixblocking

Read More
unable to execute command with find statement in solaris...


bashunixawkposixsolaris

Read More
Notepad++, Posix regex, and a URL (regex to get domain)...


regexurlnotepad++posixfqdn

Read More
Why does POSIX demand that system(3) ignores SIGINT and SIGQUIT?...


linuxshellsignalsposix

Read More
Why SIGINT is send to a child process and does nothing?...


cunixsignalsposixptrace

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


cposix

Read More
What is the epoch of CLOCK_TAI?...


clinuxtimeposixtai-time

Read More
Can I avoid this subshell in a POSIX sh script?...


linuxshposixsubshell

Read More
Is the 'original-awk' Debian package sufficient to verify the POSIX compatibility of an AWK ...


awkposix

Read More
BackNext