Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

System calls and EINTR error code

Is [:graph:] equivalent to \S in regular expressions?

regex posix

Convert the Linux open, read, write, close functions to work on Windows

c++ c windows posix c++builder

Does pointer equality imply integer equality?

How can I get a human-readable description from a signal number?

c string posix signals

How to exchange binary data between processes in Linux

c linux posix fork

system call to map memory to a file descriptor (inverse mmap)?

c unix posix mmap system-calls

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