about summary refs log tree commit diff
path: root/src/fcntl
Commit message (Expand)AuthorAgeFilesLines
* 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