Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

Name and Unnamed Semaphore

posix semaphore

Is command substitution $(foo) bashism?

bash posix sh

Why is stat::st_size 0 for devices but at the same time lseek defines the device size correctly?

c linux posix stat

Why child process returns exit status = 32512 in unix?

c++ c shell unix posix

What is POSIX, any other interface standards which can replace it? [closed]

Is there a standard way to convert a struct timeval into a struct timespec?

c unix posix timeval timespec

What does the "s" mean in the structure?

How do I synchronize access to shared memory in LynxOS/POSIX?

c ipc posix shared-memory lynxos

Why can recv() in the client program receive messages sent to the client after the client has invoked shutdown(sockfd, SHUT_RD)?

Resources about crash-safe and fault-tolerance programming

How to make pthread_cond_timedwait() robust against system clock manipulations?

time pthreads posix clock

Interrupt (n)curses getch on incoming signal

c posix ncurses curses tui

Is it possible (and safe) to make an accepting socket non-blocking?

c sockets posix fcntl

What is the purpose of features.h header?

linux unix posix

Is there a Java library of Unix functions?

POSIX Semaphores on Mac OS X: sem_timedwait alternative

macos unix posix semaphore

Dockerfile: how to set env variable from file contents

Why must UIKit operations be performed on the main thread?

read() of big 6GB file fails on x86_64

c linux file-io posix unbuffered

How do I retrieve the number of processors on C / Linux?

c posix parallel-processing