aboutsummaryrefslogtreecommitdiff
path: root/src/fcntl
AgeCommit message (Expand)Author
2022-10-19remove LFS64 symbol aliases; replace with dynamic linker remappingRich Felker
2018-09-12remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker
2018-09-12reduce spurious inclusion of libc.hRich Felker
2016-07-01fix posix_fadvise syscall args on powerpc, unify with arm fixRich Felker
2016-06-29fix misordered syscall arguments for posix_fadvise on armRich Felker
2016-06-29in posix_fadvise, don't bypass __syscall macro infrastructureRich Felker
2015-04-21remove dead case for F_SETLKW in fcntlRich Felker
2014-10-31fix uninitialized mode variable in openat functionRich Felker
2014-10-30fix invalid access by openat to possibly-missing variadic mode argumentRich Felker
2014-10-30fix failure of open to read variadic mode argument for O_TMPFILERich Felker
2014-06-06avoid invalid use of va_arg in openRich Felker
2014-06-06add O_CLOEXEC fallback for open and related functionsRich Felker
2014-05-24support kernels with no SYS_open syscall, only SYS_openatRich Felker
2014-03-07in fcntl, use unsigned long instead of long for variadic argument typeRich Felker
2014-01-08in fcntl, avoid passing pointer arguments to syscalls as longsRich Felker
2014-01-06add some missing LFS64 aliases for fadvise/fallocate functionsRich Felker
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy
2013-03-26provide emulation of fcntl F_DUPFD_CLOEXEC on old kernelsRich Felker
2012-09-08move fallocate syscall wrapper to linux-specific syscalls dirRich Felker
2012-09-08add fallocate (nonstandardized) functionRich Felker
2012-09-08fix broken fallocate syscall in posix_fallocateRich Felker
2012-06-20proper error handling for fcntl F_GETOWN on modern kernelsRich Felker
2012-05-31enable LARGEFILE64 aliasesRich Felker
2011-10-09fix F_GETOWN return value handlingRich Felker
2011-09-21update syscalls with off_t arguments to handle argument alignment, if neededRich Felker
2011-04-20add syscall wrappers for posix_fadvise, posix_fallocateRich Felker
2011-04-17overhaul pthread cancellationRich Felker
2011-03-20global cleanup to use the new syscall interfaceRich Felker
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker