Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | provide emulation of fcntl F_DUPFD_CLOEXEC on old kernels | Rich Felker | 2013-03-26 | 1 | -0/+16 |
* | move fallocate syscall wrapper to linux-specific syscalls dir | Rich Felker | 2012-09-08 | 1 | -9/+0 |
* | add fallocate (nonstandardized) function | Rich Felker | 2012-09-08 | 1 | -0/+9 |
* | fix broken fallocate syscall in posix_fallocate | Rich Felker | 2012-09-08 | 1 | -1/+1 |
* | proper error handling for fcntl F_GETOWN on modern kernels | Rich Felker | 2012-06-20 | 1 | -1/+9 |
* | enable LARGEFILE64 aliases | Rich Felker | 2012-05-31 | 1 | -2/+0 |
* | fix F_GETOWN return value handling | Rich Felker | 2011-10-09 | 1 | -0/+1 |
* | update syscalls with off_t arguments to handle argument alignment, if needed | Rich Felker | 2011-09-21 | 2 | -4/+4 |
* | add syscall wrappers for posix_fadvise, posix_fallocate | Rich Felker | 2011-04-20 | 2 | -0/+16 |
* | overhaul pthread cancellation | Rich Felker | 2011-04-17 | 3 | -15/+4 |
* | global cleanup to use the new syscall interface | Rich Felker | 2011-03-20 | 3 | -3/+3 |
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 4 | -0/+73 |