about summary refs log tree commit diff
path: root/src/unistd/pipe2.c
Commit message (Expand)AuthorAgeFilesLines
* in pipe2, use pipe() rather than __syscall(SYS_pipe, ...) for fallbackRich Felker2013-03-251-3/+3
* streamline old-kernel fallback path of pipe2 to use syscalls directlyRich Felker2013-02-031-4/+4
* fix double errno-decoding in the old-kernel fallback path of pipe2Rich Felker2012-12-111-1/+1
* overhaul system() and popen() to use vfork; fix various related bugsRich Felker2012-10-181-3/+17
* move accept4, dup3, and pipe2 to non-linux-specific locationsRich Felker2012-09-291-0/+8