about summary refs log tree commit diff
path: root/src/fcntl
Commit message (Expand)AuthorAgeFilesLines
* remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker2018-09-125-10/+5
* reduce spurious inclusion of libc.hRich Felker2018-09-121-1/+0
* fix posix_fadvise syscall args on powerpc, unify with arm fixRich Felker2016-07-012-12/+8
* fix misordered syscall arguments for posix_fadvise on armRich Felker2016-06-291-0/+12
* in posix_fadvise, don't bypass __syscall macro infrastructureRich Felker2016-06-291-1/+1
* remove dead case for F_SETLKW in fcntlRich Felker2015-04-211-1/+0
* fix uninitialized mode variable in openat functionRich Felker2014-10-311-1/+1
* fix invalid access by openat to possibly-missing variadic mode argumentRich Felker2014-10-301-4/+8
* fix failure of open to read variadic mode argument for O_TMPFILERich Felker2014-10-301-1/+1
* avoid invalid use of va_arg in openRich Felker2014-06-061-5/+8
* add O_CLOEXEC fallback for open and related functionsRich Felker2014-06-061-1/+6
* support kernels with no SYS_open syscall, only SYS_openatRich Felker2014-05-241-1/+1
* in fcntl, use unsigned long instead of long for variadic argument typeRich Felker2014-03-071-2/+2
* in fcntl, avoid passing pointer arguments to syscalls as longsRich Felker2014-01-081-3/+12
* add some missing LFS64 aliases for fadvise/fallocate functionsRich Felker2014-01-062-0/+6
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-123-3/+0
* provide emulation of fcntl F_DUPFD_CLOEXEC on old kernelsRich Felker2013-03-261-0/+16
* move fallocate syscall wrapper to linux-specific syscalls dirRich Felker2012-09-081-9/+0
* add fallocate (nonstandardized) functionRich Felker2012-09-081-0/+9
* fix broken fallocate syscall in posix_fallocateRich Felker2012-09-081-1/+1
* proper error handling for fcntl F_GETOWN on modern kernelsRich Felker2012-06-201-1/+9
* enable LARGEFILE64 aliasesRich Felker2012-05-311-2/+0
* fix F_GETOWN return value handlingRich Felker2011-10-091-0/+1
* update syscalls with off_t arguments to handle argument alignment, if neededRich Felker2011-09-212-4/+4
* add syscall wrappers for posix_fadvise, posix_fallocateRich Felker2011-04-202-0/+16
* overhaul pthread cancellationRich Felker2011-04-173-15/+4
* global cleanup to use the new syscall interfaceRich Felker2011-03-203-3/+3
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-124-0/+73