Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | in pipe2, use pipe() rather than __syscall(SYS_pipe, ...) for fallback | Rich Felker | 2013-03-25 | 1 | -3/+3 |
* | streamline old-kernel fallback path of pipe2 to use syscalls directly | Rich Felker | 2013-02-03 | 1 | -4/+4 |
* | fix double errno-decoding in the old-kernel fallback path of pipe2 | Rich Felker | 2012-12-11 | 1 | -1/+1 |
* | overhaul system() and popen() to use vfork; fix various related bugs | Rich Felker | 2012-10-18 | 1 | -3/+17 |
* | move accept4, dup3, and pipe2 to non-linux-specific locations | Rich Felker | 2012-09-29 | 1 | -0/+8 |