Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

can I assume that the .cache directory exists?

linux caching posix

Retrieve Linux Time using struct timespec

c linux posix timespec

memory map file with growing size

c linux posix mmap

How do I stop sem_open() failing with ENOSYS?

c linux ipc posix semaphore

Can fnctl(F_SETOWN, <pid>) direct a signal to a pthread ID instead of a process ID?

c linux signals posix

Can we modify limits.h? Would it render any effect?

c linux header kernel posix

How do ACLs influence ls / stat() results?

linux bash posix acl

pthread_create(3) and memory synchronization guarantee in SMP architectures

POSIX Shared Memory and msync

posix shared-memory

Real-time signals received in reversed order on Linux

c linux signals posix real-time

Is this usage of condition variables ALWAYS subject to a lost-signal race?

Simple example for aio_write()

c asynchronous io posix aio

sched_yield() system call and real time scheduling policies

Is it necessary to use non-blocking file descriptors with IO multiplexing?

Is there any standard way to get creation time of file or directory in FreeBSD programatically

c posix freebsd stat posix-api

Why won't sys/stat.h define ino_t with -std=c1x?

c posix standards stat

Why is errno set to 22: mq_open() POSIX

c posix message-queue

Does write system call need the data to be read to give >-1 return?

c posix ipc

Is perror thread-safe?

c linux unix posix posix-api