about summary refs log tree commit diff
path: root/include/fcntl.h
Commit message (Expand)AuthorAgeFilesLines
* fix F_DUPFD_CLOEXEC being defined twicerofl0r2012-12-061-1/+0
* fixup for fcntl.h changesrofl0r2012-12-061-16/+15
* fcntl.h: add some linux-specific F_ macrosrofl0r2012-12-061-0/+17
* fcntl.h: O_SEARCH was missing for powerpcrofl0r2012-11-181-0/+4
* fix stupid bug in updating of O_ACCMODE for O_SEARCH supportRich Felker2012-09-151-1/+1
* add O_PATH/O_SEARCH support to fcntl.hRich Felker2012-09-131-1/+1
* add linux tee syscallRich Felker2012-09-081-0/+1
* add linux sync_file_range syscallRich Felker2012-09-081-0/+4
* add linux readahead syscallRich Felker2012-09-081-0/+1
* add fallocate (nonstandardized) functionRich Felker2012-09-081-0/+3
* default features: make musl usable without feature test macrosRich Felker2012-09-071-0/+2
* provide loff_t for splice syscallRich Felker2012-09-061-0/+1
* add splice and vmsplice syscallsRich Felker2012-07-231-0/+12
* proper error handling for fcntl F_GETOWN on modern kernelsRich Felker2012-06-201-0/+11
* _GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCERich Felker2012-06-041-1/+1
* various header cleanups, some related to _BSD_SOURCE additionRich Felker2012-05-221-2/+1
* support _BSD_SOURCE feature test macroRich Felker2012-05-221-1/+13
* add support for ugly *64 functions with _LARGEFILE64_SOURCERich Felker2012-05-041-0/+10
* move F_DUPFD_CLOEXEC out of bitsRich Felker2012-04-151-0/+2
* fix O_SYNC definition, cleanup fcntl.hRich Felker2011-04-141-0/+8
* fcntl.h: move macros that do not vary between archs out of bitsRich Felker2011-04-141-0/+24
* fcntl.h should make availabel the mode constants from sys/stat.hRich Felker2011-03-081-0/+18
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+43