about summary refs log tree commit diff
path: root/include/fcntl.h
Commit message (Expand)AuthorAgeFilesLines
* fcntl.h: add AT_RECURSIVE from linux v5.2Szabolcs Nagy2019-09-111-0/+1
* fcntl.h: add AT_STATX_ statx sync flag definitionsSzabolcs Nagy2019-09-111-0/+4
* fcntl.h: add F_SEAL_FUTURE_WRITE from linux v5.1Szabolcs Nagy2019-07-011-0/+1
* fcntl.h: define O_TTY_INIT to 0A. Wilcox2019-04-101-2/+3
* fix POSIX_FADV_DONTNEED/_NOREUSE on s390xJonathan Neuschäfer2019-03-131-0/+2
* define MAX_HANDLE_SZ for use with name_to_handle_atKhem Raj2018-09-131-0/+1
* wireup linux/name_to_handle_at and name_to_handle_at syscallsKhem Raj2018-09-121-0/+7
* add new fcntl.h macros from linux v4.13Szabolcs Nagy2017-11-051-0/+12
* fix FFSYNC by changing it to O_SYNCDuncan Overbruck2016-08-301-1/+1
* make brace placement in public header struct definitions consistentRich Felker2016-07-031-2/+1
* move O_PATH definition back to arch bitsRich Felker2015-04-011-3/+2
* add new linux file sealing api to fcntl.hSzabolcs Nagy2014-10-081-0/+7
* add new F_OFD_* macros to fcntl.h (open file description locks)Szabolcs Nagy2014-09-081-0/+4
* add flock64 alias for (struct) flock in fcntl.hRich Felker2014-02-181-0/+1
* add some missing LFS64 aliases for fadvise/fallocate functionsRich Felker2014-01-061-0/+1
* fix multiple minor namespace issues in headersRich Felker2013-10-201-2/+3
* add some new linux AT_* flagsRich Felker2013-08-031-0/+2
* provide useless 64-bit fcntl macros with _LARGEFILE64_SOURCERich Felker2013-08-021-0/+3
* 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