summaryrefslogtreecommitdiff
path: root/src/fcntl
AgeCommit message (Expand)AuthorLines
2012-09-08move fallocate syscall wrapper to linux-specific syscalls dirRich Felker-9/+0
2012-09-08add fallocate (nonstandardized) functionRich Felker-0/+9
2012-09-08fix broken fallocate syscall in posix_fallocateRich Felker-1/+1
2012-06-20proper error handling for fcntl F_GETOWN on modern kernelsRich Felker-1/+9
2012-05-31enable LARGEFILE64 aliasesRich Felker-2/+0
2011-10-09fix F_GETOWN return value handlingRich Felker-0/+1
2011-09-21update syscalls with off_t arguments to handle argument alignment, if neededRich Felker-4/+4
2011-04-20add syscall wrappers for posix_fadvise, posix_fallocateRich Felker-0/+16
2011-04-17overhaul pthread cancellationRich Felker-15/+4
2011-03-20global cleanup to use the new syscall interfaceRich Felker-3/+3
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+73