Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

What can cause a spontaneous EPIPE error without either end calling close() or crashing?

unix sockets ipc posix

What is the relation between PATH_MAX and NAME_MAX, and how do I obtain?

python c posix gnu limits

How to be notified when a thread has been terminated for some error

c multithreading posix signals

POSIX-compatible regex library for Visual Studio C

When non-blocking I/O is turned on for stdout, is it correct for the OS to turn it on for stdin too?

c linux macos posix

While signal not received?

c linux pthreads signals posix

master / worker threads and signal handling

Quote POSIX shell special characters in Python output

Is there a cross-platform way to reliably find the stdout file descriptor with ctypes?

python macos posix ctypes darwin

Is it safe to call dlclose(NULL)?

Can I get the access mode of a `FILE*`?

c macos file-io posix

Catching signals such as SIGSEGV and SIGFPE in multithreaded program

c++ linux multithreading posix

when does open(2) fail with errno == EMLINK?

c posix freebsd errno

Are the elements of the argv array always contiguous in memory?

c unix posix

How can I make a "read-only variable"?

shell posix sh

Is it safe to set IFS for a for loop and then unset it inside the for loop?

linux shell unix posix

Running sed in parallel

fgets(), signals (EINTR) and input data integrity

c signals posix stdio libc

When is it safe to destroy a pthread barrier?

Serial: write() throttling?