summaryrefslogtreecommitdiff
path: root/include/fcntl.h
AgeCommit message (Expand)AuthorLines
2014-01-06add some missing LFS64 aliases for fadvise/fallocate functionsRich Felker-0/+1
2013-10-20fix multiple minor namespace issues in headersRich Felker-2/+3
2013-08-03add some new linux AT_* flagsRich Felker-0/+2
2013-08-02provide useless 64-bit fcntl macros with _LARGEFILE64_SOURCERich Felker-0/+3
2012-12-06fix F_DUPFD_CLOEXEC being defined twicerofl0r-1/+0
2012-12-06fixup for fcntl.h changesrofl0r-16/+15
2012-12-06fcntl.h: add some linux-specific F_ macrosrofl0r-0/+17
2012-11-18fcntl.h: O_SEARCH was missing for powerpcrofl0r-0/+4
2012-09-15fix stupid bug in updating of O_ACCMODE for O_SEARCH supportRich Felker-1/+1
2012-09-13add O_PATH/O_SEARCH support to fcntl.hRich Felker-1/+1
2012-09-08add linux tee syscallRich Felker-0/+1
2012-09-08add linux sync_file_range syscallRich Felker-0/+4
2012-09-08add linux readahead syscallRich Felker-0/+1
2012-09-08add fallocate (nonstandardized) functionRich Felker-0/+3
2012-09-07default features: make musl usable without feature test macrosRich Felker-0/+2
2012-09-06provide loff_t for splice syscallRich Felker-0/+1
2012-07-23add splice and vmsplice syscallsRich Felker-0/+12
2012-06-20proper error handling for fcntl F_GETOWN on modern kernelsRich Felker-0/+11
2012-06-04_GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCERich Felker-1/+1
2012-05-22various header cleanups, some related to _BSD_SOURCE additionRich Felker-2/+1
2012-05-22support _BSD_SOURCE feature test macroRich Felker-1/+13
2012-05-04add support for ugly *64 functions with _LARGEFILE64_SOURCERich Felker-0/+10
2012-04-15move F_DUPFD_CLOEXEC out of bitsRich Felker-0/+2
2011-04-14fix O_SYNC definition, cleanup fcntl.hRich Felker-0/+8
2011-04-14fcntl.h: move macros that do not vary between archs out of bitsRich Felker-0/+24
2011-03-08fcntl.h should make availabel the mode constants from sys/stat.hRich Felker-0/+18
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+43