Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

Terminating multithreaded application in C++11 by POSIX signal

Using Vagrant with npm-linked dependencies

socket connect() returning 0 even after peer reset

ios c sockets tcp posix

Shared memory: How does shmget()/shared memory work?

Is the posix namespace used?

Different behavior in C regex vs C++ regex using extended POSIX grammar

c++ c regex c++11 posix

Virtual file backed by memory (reverse MMAP)?

c posix reverse mmap

pthreads: how to assert code is run in a single threaded context

Does POSIX have a change log?

posix

Why does ksh fail to capture standard error during nested command substitutions?

No-op shell command that preserves $?

sh posix code-generation

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