summaryrefslogtreecommitdiff
path: root/src/unistd/pipe2.c
AgeCommit message (Expand)AuthorLines
2013-03-25in pipe2, use pipe() rather than __syscall(SYS_pipe, ...) for fallbackRich Felker-3/+3
2013-02-03streamline old-kernel fallback path of pipe2 to use syscalls directlyRich Felker-4/+4
2012-12-11fix double errno-decoding in the old-kernel fallback path of pipe2Rich Felker-1/+1
2012-10-18overhaul system() and popen() to use vfork; fix various related bugsRich Felker-3/+17
2012-09-29move accept4, dup3, and pipe2 to non-linux-specific locationsRich Felker-0/+8