Age | Commit message (Expand) | Author | Files | Lines |
2016-07-01 | fix posix_fadvise syscall args on powerpc, unify with arm fix | Rich Felker | 2 | -12/+8 |
2016-06-29 | fix misordered syscall arguments for posix_fadvise on arm | Rich Felker | 1 | -0/+12 |
2016-06-29 | in posix_fadvise, don't bypass __syscall macro infrastructure | Rich Felker | 1 | -1/+1 |
2015-04-21 | remove dead case for F_SETLKW in fcntl | Rich Felker | 1 | -1/+0 |
2014-10-31 | fix uninitialized mode variable in openat function | Rich Felker | 1 | -1/+1 |
2014-10-30 | fix invalid access by openat to possibly-missing variadic mode argument | Rich Felker | 1 | -4/+8 |
2014-10-30 | fix failure of open to read variadic mode argument for O_TMPFILE | Rich Felker | 1 | -1/+1 |
2014-06-06 | avoid invalid use of va_arg in open | Rich Felker | 1 | -5/+8 |
2014-06-06 | add O_CLOEXEC fallback for open and related functions | Rich Felker | 1 | -1/+6 |
2014-05-24 | support kernels with no SYS_open syscall, only SYS_openat | Rich Felker | 1 | -1/+1 |
2014-03-07 | in fcntl, use unsigned long instead of long for variadic argument type | Rich Felker | 1 | -2/+2 |
2014-01-08 | in fcntl, avoid passing pointer arguments to syscalls as longs | Rich Felker | 1 | -3/+12 |
2014-01-06 | add some missing LFS64 aliases for fadvise/fallocate functions | Rich Felker | 2 | -0/+6 |
2013-12-12 | include cleanups: remove unused headers and add feature test macros | Szabolcs Nagy | 3 | -3/+0 |
2013-03-26 | provide emulation of fcntl F_DUPFD_CLOEXEC on old kernels | Rich Felker | 1 | -0/+16 |
2012-09-08 | move fallocate syscall wrapper to linux-specific syscalls dir | Rich Felker | 1 | -9/+0 |
2012-09-08 | add fallocate (nonstandardized) function | Rich Felker | 1 | -0/+9 |
2012-09-08 | fix broken fallocate syscall in posix_fallocate | Rich Felker | 1 | -1/+1 |
2012-06-20 | proper error handling for fcntl F_GETOWN on modern kernels | Rich Felker | 1 | -1/+9 |
2012-05-31 | enable LARGEFILE64 aliases | Rich Felker | 1 | -2/+0 |
2011-10-09 | fix F_GETOWN return value handling | Rich Felker | 1 | -0/+1 |
2011-09-21 | update syscalls with off_t arguments to handle argument alignment, if needed | Rich Felker | 2 | -4/+4 |
2011-04-20 | add syscall wrappers for posix_fadvise, posix_fallocate | Rich Felker | 2 | -0/+16 |
2011-04-17 | overhaul pthread cancellation | Rich Felker | 3 | -15/+4 |
2011-03-20 | global cleanup to use the new syscall interface | Rich Felker | 3 | -3/+3 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 4 | -0/+73 |