Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

What does the POSIX standard say about thread stacks in atexit() handlers? What's the OS practice?

c unix posix atexit

revisiting "how do you use aio and epoll together"

posix epoll aio kqueue

how standard specify atomic write to regular file(not pipe or fifo)?

Does Node.js actually use multiple threads underneath?

node.js asynchronous posix

Handling of '--' in arguments of /bin/sh: POSIX vs implementations by Bash/Dash/FreeBSD's sh

shell posix freebsd options

Are posix regcomp and regexec threadsafe? In specific, on GNU libc?

c regex pthreads posix libc

under what conditions are pipe reads atomic?

c posix pipe atomic

atoi is a standard function. But itoa is not. Why?

c function posix standards itoa

Why can't I break out of this itertools infinite loop?

What is correct way to have single Signal Handler function for multiple Signals?

c posix signals

Rename from a file descriptor?

posix rename

Running shell script with NSTask causes posix_spawn error

Get directory path by fd

c linux unix posix

How to execute a process with CAP_SYS_RESOURCE

posix linux-capabilities

epoll IO with worker threads in C

What is the recommended POSIX sh shebang

shell sh posix

POSIX shell equivalent to <()

Reading raw bytes from a serial port

c linux serial-port posix

Why does frexp() not yield scientific notation?

C checking for errors in standard library (ret < 0 vs ret == -1)

c posix