Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-29 | move accept4, dup3, and pipe2 to non-linux-specific locations | Rich Felker | 1 | -9/+0 | |
these interfaces have been adopted by the Austin Group for inclusion in the next version of POSIX. | |||||
2012-09-08 | add acct, accept4, setns, and dup3 syscalls (linux extensions) | Rich Felker | 1 | -0/+9 | |
based on patch by Justin Cormack |