Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

How to alter the recursive locking behaviour of Windows Mutex?

c windows posix mutex

non-buffering stdin reading

c linux unix posix

open() not setting file permissions correctly [duplicate]

c posix

Constants not loaded by compiler

c posix time.h

Redirect stdout to a file

c redirect pipe posix

Does POSIX guarantee signals will not be delivered to a partially-initialized thread?

c linux pthreads posix signals

Setting stdout to non-blocking in python

python c posix nonblocking fcntl

How much memory locked in a process

c linux unix posix bsd

What does POSIX mean when it says stderr is expected to be open for reading and writing?

How are POSIX cancellation points supposed to behave?

c linux pthreads posix glibc

Implementing cancellable syscalls in userspace

Why do system calls return EFAULT instead of sending a segfault?

How thread-safe is V4L2?

c++ c thread-safety posix v4l2

CreateRemoteThread in Linux

linux pthreads posix ptrace

Resource limits on Windows?

How to use strerror_l with current locale?

c linux posix libc strerror

Equivalent of open_memstream for MSVC

c visual-c++ posix

What happens if a signal handler is invoked while at a cancellation point?

How to check wheter POSIX ACL is enabled for a given path

bash unix acl posix

Detach child process from parent

unix posix child-process