Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

POSIX rlimit: What exactly can we assume about RLIMIT_DATA?

memory posix setrlimit

Can a correct fail-safe process-shared barrier be implemented on Linux?

c linux pthreads posix barrier

Is creating two FILEs for the same file descriptor well-defined?

Why is isascii() deprecated?

c++ c ascii posix libc

How to send Ctrl-C control character or terminal hangup message to child process?

c posix pty

Is the data in siginfo trustworthy?

c linux posix signals sigqueue

c++11 use condition variable in signal handler

c++ c++11 signals 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