about summary refs log tree commit diff
path: root/src/fcntl/fcntl.c
Commit message (Expand)AuthorAgeFilesLines
* reduce spurious inclusion of libc.hRich Felker2018-09-121-1/+0
* remove dead case for F_SETLKW in fcntlRich Felker2015-04-211-1/+0
* 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
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-121-1/+0
* provide emulation of fcntl F_DUPFD_CLOEXEC on old kernelsRich Felker2013-03-261-0/+16
* 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
* overhaul pthread cancellationRich Felker2011-04-171-5/+2
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-1/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+22