Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

What are the conditions under which a short read/write can occur?

c posix signals

POSIX signal behavior

c posix signals kill

Unix stat()/lstat() for Java

java unix file-io posix

Best POSIX way to determine if a filesystem is mounted read only

Does Interix implement fork()?

windows linux posix fork interix

When is a shared library considered to be "the same" for the purpose of sharing?

unix posix shared-libraries

Using fseek/fwrite from multiple processes to write to different areas of a file?

c file-io process posix mpi

What is the intended effective ordering of `set -o` options in bash? Does `histexpand` trump `posix`?

bash set posix standards sh

getting file creator/owner attributes in Java

java posix

Is the C standard time() function thread safe even if provided a NULL parameter?

c multithreading posix

When does a Perl script need to call `tzset` before calling `localtime`?

c perl timezone posix localtime

How to test if sparse file is supported

How to distinguish between Escape and Escape Sequence

Actual implementation of EOF different from -1

c posix language-lawyer eof

pread; threadsafe or not?

c multithreading posix

mmap() and locking files

c locking posix mmap

Prevent RAM from paging to swap area (mlock)

python memory posix ram

Win32 mkdir vs _mkdir

c++ winapi posix

How and when should I use _POSIX_C_SOURCE in C programs?

How to keep newline intact in a sed command used in Makefile (POSIX)?