summaryrefslogtreecommitdiff
path: root/include/fcntl.h
AgeCommit message (Expand)AuthorLines
2019-04-10fcntl.h: define O_TTY_INIT to 0A. Wilcox-2/+3
2019-03-13fix POSIX_FADV_DONTNEED/_NOREUSE on s390xJonathan Neuschäfer-0/+2
2018-09-13define MAX_HANDLE_SZ for use with name_to_handle_atKhem Raj-0/+1
2018-09-12wireup linux/name_to_handle_at and name_to_handle_at syscallsKhem Raj-0/+7
2017-11-05add new fcntl.h macros from linux v4.13Szabolcs Nagy-0/+12
2016-08-30fix FFSYNC by changing it to O_SYNCDuncan Overbruck-1/+1
2016-07-03make brace placement in public header struct definitions consistentRich Felker-2/+1
2015-04-01move O_PATH definition back to arch bitsRich Felker-3/+2
2014-10-08add new linux file sealing api to fcntl.hSzabolcs Nagy-0/+7
2014-09-08add new F_OFD_* macros to fcntl.h (open file description locks)Szabolcs Nagy-0/+4
2014-02-18add flock64 alias for (struct) flock in fcntl.hRich Felker-0/+1
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