Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

How to loop through only active file descriptors from fd_set result from select()?

c posix pipe

POSIX Message Queue go through kernel space?

linux posix message-queue

Why is data not being flushed to file on process exit?

c windows file-io posix

posix threads block signal and unblock

File read using POSIX API's

c linux string file-io posix

why does ioctl return "bad address"

c linux posix ioctl

What is the +0000 that is at the end of Unix/Posix timestamp?

posix unix-timestamp

Why errno, when POSIX function indicate error condition by returning -1 or NULL

c posix errno

C++ wrapper for posix and linux specific functions [closed]

c++ linux posix wrapper

Concurrency of posix threads in multiprocessor machine

C Timer Callback

c windows unix timer posix

C read() adds strange characters

c posix

Why do both `htons` and `ntohs` exist?

c posix endianness

How to 'read -s' in shell?

linux bash posix sh user-input

Convert size_t to string

c linux posix stat size-t

Converting CamelCase to lowerCamelCase with POSIX Shell

bash shell posix

Protecting main thread from errors in worker thread

c++ c pthreads signals posix

What happens when a process is forked?

linux perl unix posix fork

UNIX/Linux signal handling: SIGEV_THREAD

c linux unix posix signals

Can writes to a datagram socket ever raise SIGPIPE?

c sockets posix datagram sigpipe