aboutsummaryrefslogtreecommitdiff
path: root/include/fcntl.h
AgeCommit message (Expand)Author
2023-05-02move fallocate64 declaration under _LARGEFILE64_SOURCE feature testRich Felker
2022-10-19remove LFS64 programming interfaces (macro-only) from _GNU_SOURCERich Felker
2019-09-11fcntl.h: add AT_RECURSIVE from linux v5.2Szabolcs Nagy
2019-09-11fcntl.h: add AT_STATX_ statx sync flag definitionsSzabolcs Nagy
2019-07-01fcntl.h: add F_SEAL_FUTURE_WRITE from linux v5.1Szabolcs Nagy
2019-04-10fcntl.h: define O_TTY_INIT to 0A. Wilcox
2019-03-13fix POSIX_FADV_DONTNEED/_NOREUSE on s390xJonathan Neuschäfer
2018-09-13define MAX_HANDLE_SZ for use with name_to_handle_atKhem Raj
2018-09-12wireup linux/name_to_handle_at and name_to_handle_at syscallsKhem Raj
2017-11-05add new fcntl.h macros from linux v4.13Szabolcs Nagy
2016-08-30fix FFSYNC by changing it to O_SYNCDuncan Overbruck
2016-07-03make brace placement in public header struct definitions consistentRich Felker
2015-04-01move O_PATH definition back to arch bitsRich Felker
2014-10-08add new linux file sealing api to fcntl.hSzabolcs Nagy
2014-09-08add new F_OFD_* macros to fcntl.h (open file description locks)Szabolcs Nagy
2014-02-18add flock64 alias for (struct) flock in fcntl.hRich Felker
2014-01-06add some missing LFS64 aliases for fadvise/fallocate functionsRich Felker
2013-10-20fix multiple minor namespace issues in headersRich Felker
2013-08-03add some new linux AT_* flagsRich Felker
2013-08-02provide useless 64-bit fcntl macros with _LARGEFILE64_SOURCERich Felker
2012-12-06fix F_DUPFD_CLOEXEC being defined twicerofl0r
2012-12-06fixup for fcntl.h changesrofl0r
2012-12-06fcntl.h: add some linux-specific F_ macrosrofl0r
2012-11-18fcntl.h: O_SEARCH was missing for powerpcrofl0r
2012-09-15fix stupid bug in updating of O_ACCMODE for O_SEARCH supportRich Felker
2012-09-13add O_PATH/O_SEARCH support to fcntl.hRich Felker
2012-09-08add linux tee syscallRich Felker
2012-09-08add linux sync_file_range syscallRich Felker
2012-09-08add linux readahead syscallRich Felker
2012-09-08add fallocate (nonstandardized) functionRich Felker
2012-09-07default features: make musl usable without feature test macrosRich Felker
2012-09-06provide loff_t for splice syscallRich Felker
2012-07-23add splice and vmsplice syscallsRich Felker
2012-06-20proper error handling for fcntl F_GETOWN on modern kernelsRich Felker
2012-06-04_GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCERich Felker
2012-05-22various header cleanups, some related to _BSD_SOURCE additionRich Felker
2012-05-22support _BSD_SOURCE feature test macroRich Felker
2012-05-04add support for ugly *64 functions with _LARGEFILE64_SOURCERich Felker
2012-04-15move F_DUPFD_CLOEXEC out of bitsRich Felker
2011-04-14fix O_SYNC definition, cleanup fcntl.hRich Felker
2011-04-14fcntl.h: move macros that do not vary between archs out of bitsRich Felker
2011-03-08fcntl.h should make availabel the mode constants from sys/stat.hRich Felker
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker