Search code examples
Why do Windows and Linux have different strdup implementations: strdup() and _strdup()?...


ccross-platformposix

Read More
Warning with nftw...


clinuxunixposix

Read More
Generating parameters for `docker run` through command expansion from .env files...


bashshelldockershposix

Read More
Race conditions problem, when synchronizing text files using threads...


cmultithreadingsynchronizationpthreadsposix

Read More
How should a backslash resulting from variable expansion be treated?...


shellshposix

Read More
Print with less(1) from C...


cpipeposixless-unix

Read More
Re-open file read-only in Linux (or POSIX)...


clinuxposix

Read More
Handling SIGINT with shared memory and semaphores...


csignalsposixsemaphoreshared-memory

Read More
Process dies after SIGINT signal...


clinuxsignalsposix

Read More
How to read the stdout from the popen() function and store it in the char array in C language?...


clinuxtcpposixpopen

Read More
how to format a variable from text file in bash?...


linuxbashshellposix

Read More
can I assume that the .cache directory exists?...


linuxcachingposix

Read More
POSIX signal being blocked in signal handler despite not being in sa_mask...


cpthreadssignalsposixsigaction

Read More
Can strnlen be implemented with memchr?...


cstringposix

Read More
Why is the time reported by time() sometimes 1 second behind the seconds component of timespec_get()...


ctimeposixtimespec

Read More
can we use POSIX sockets in iPhone...


iphonesocketsposix

Read More
Even after `sort`, `uniq` is still repeating some values...


linuxposixcarriage-returnuniq

Read More
`write` serialization in POSIX...


linuxconcurrencyposix

Read More
Robust mutex in shared memory not so robust...


c++linuxposixmutex

Read More
How to determine size for multiple ancillary messages in linux control messages...


clinuxposix

Read More
What is the advantage of having a small stack of a thread?...


coperating-systempthreadsposixembedded-linux

Read More
POSIX semaphores in C but still have race conditions?...


clinuxposix

Read More
Extracting git url's domain with POSIX...


bashgitposix

Read More
Are there C functions to convert a sockaddr_in to a sockaddr_in6 structure?...


network-programmingposixipv6ipv4sockaddr-in

Read More
Matching forward slash in regex...


cregexdebianposix

Read More
What is the return value of spurious wake-ups?...


cmultithreadingposixc11

Read More
How to read line by line using system call in C...


clinuxioposixsystem-calls

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


clinuxlinux-kernelsignalsposix

Read More
how to emulate "${@:2}" in /bin/dash...


bashshellshposix

Read More
set flag in signal handler...


c++linuxunixc++11posix

Read More
BackNext