Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

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?

Signalling a condition variable (pthreads)

How to provide extend-on-write functionality for memory mapped files in Linux?

linux posix aix

Replacement for the ioctl() function

c embedded posix driver ioctl

Is it possible to write a libPOSIX for Windows (Win32) without requiring a background service or DLL that's always loaded?

windows unix posix

POSIX queues and msg_max

linux posix message-queue

Are stdin/stderr guaranteed to be closed after process terminates?

c posix

Is it possible to send a signal to process that belongs to different user?

linux signals posix