Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

What is different functions: `malloc()` and `kmalloc()`?

how to determine if pipe can be written

linux perl posix named-pipes

Designing a Queue to be a shared memory

c memory posix shared-memory

Do test operators -a and -o short circuit?

shell posix sh

How do I receive raw, layer 2 packets in C/C++?

c++ c sockets posix vxworks