summaryrefslogtreecommitdiff
path: root/src/fcntl
AgeCommit message (Expand)AuthorFilesLines
2014-10-31fix uninitialized mode variable in openat functionRich Felker1-1/+1
2014-10-30fix invalid access by openat to possibly-missing variadic mode argumentRich Felker1-4/+8
2014-10-30fix failure of open to read variadic mode argument for O_TMPFILERich Felker1-1/+1
2014-06-06avoid invalid use of va_arg in openRich Felker1-5/+8
2014-06-06add O_CLOEXEC fallback for open and related functionsRich Felker1-1/+6
2014-05-24support kernels with no SYS_open syscall, only SYS_openatRich Felker1-1/+1
2014-03-07in fcntl, use unsigned long instead of long for variadic argument typeRich Felker1-2/+2
2014-01-08in fcntl, avoid passing pointer arguments to syscalls as longsRich Felker1-3/+12
2014-01-06add some missing LFS64 aliases for fadvise/fallocate functionsRich Felker2-0/+6
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy3-3/+0
2013-03-26provide emulation of fcntl F_DUPFD_CLOEXEC on old kernelsRich Felker1-0/+16
2012-09-08move fallocate syscall wrapper to linux-specific syscalls dirRich Felker1-9/+0
2012-09-08add fallocate (nonstandardized) functionRich Felker1-0/+9
2012-09-08fix broken fallocate syscall in posix_fallocateRich Felker1-1/+1
2012-06-20proper error handling for fcntl F_GETOWN on modern kernelsRich Felker1-1/+9
2012-05-31enable LARGEFILE64 aliasesRich Felker1-2/+0
2011-10-09fix F_GETOWN return value handlingRich Felker1-0/+1
2011-09-21update syscalls with off_t arguments to handle argument alignment, if neededRich Felker2-4/+4
2011-04-20add syscall wrappers for posix_fadvise, posix_fallocateRich Felker2-0/+16
2011-04-17overhaul pthread cancellationRich Felker3-15/+4
2011-03-20global cleanup to use the new syscall interfaceRich Felker3-3/+3
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker4-0/+73