fix thread leak on timer_create(SIGEV_THREAD) failure
[musl] / include / fcntl.h
2019-09-11 Szabolcs Nagyfcntl.h: add AT_RECURSIVE from linux v5.2
2019-09-11 Szabolcs Nagyfcntl.h: add AT_STATX_ statx sync flag definitions
2019-07-01 Szabolcs Nagyfcntl.h: add F_SEAL_FUTURE_WRITE from linux v5.1
2019-04-11 A. Wilcoxfcntl.h: define O_TTY_INIT to 0
2019-03-13 Jonathan Neuschäferfix POSIX_FADV_DONTNEED/_NOREUSE on s390x
2018-09-13 Khem Rajdefine MAX_HANDLE_SZ for use with name_to_handle_at
2018-09-13 Khem Rajwireup linux/name_to_handle_at and name_to_handle_at...
2017-11-05 Szabolcs Nagyadd new fcntl.h macros from linux v4.13
2016-08-30 Duncan Overbruckfix FFSYNC by changing it to O_SYNC
2016-07-03 Rich Felkermake brace placement in public header struct definition...
2015-04-01 Rich Felkermove O_PATH definition back to arch bits
2014-10-08 Szabolcs Nagyadd new linux file sealing api to fcntl.h
2014-09-08 Szabolcs Nagyadd new F_OFD_* macros to fcntl.h (open file descriptio...
2014-02-18 Rich Felkeradd flock64 alias for (struct) flock in fcntl.h
2014-01-07 Rich Felkeradd some missing LFS64 aliases for fadvise/fallocate...
2013-10-21 Rich Felkerfix multiple minor namespace issues in headers
2013-08-03 Rich Felkeradd some new linux AT_* flags
2013-08-02 Rich Felkerprovide useless 64-bit fcntl macros with _LARGEFILE64_S...
2012-12-06 rofl0rfix F_DUPFD_CLOEXEC being defined twice
2012-12-06 rofl0rfixup for fcntl.h changes
2012-12-06 rofl0rfcntl.h: add some linux-specific F_ macros
2012-11-18 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-11-18 rofl0rfcntl.h: O_SEARCH was missing for powerpc
2012-09-16 Rich Felkerfix stupid bug in updating of O_ACCMODE for O_SEARCH...
2012-09-14 Rich Felkeradd O_PATH/O_SEARCH support to fcntl.h
2012-09-08 Rich Felkeradd linux tee syscall
2012-09-08 Rich Felkeradd linux sync_file_range syscall
2012-09-08 Rich Felkeradd linux readahead syscall
2012-09-08 Rich Felkeradd fallocate (nonstandardized) function
2012-09-08 Rich Felkerdefault features: make musl usable without feature...
2012-09-07 Rich Felkerprovide loff_t for splice syscall
2012-07-23 Rich Felkeradd splice and vmsplice syscalls
2012-06-21 Rich Felkerproper error handling for fcntl F_GETOWN on modern...
2012-06-04 Rich Felker_GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCE
2012-05-23 Rich Felkervarious header cleanups, some related to _BSD_SOURCE...
2012-05-23 Rich Felkersupport _BSD_SOURCE feature test macro
2012-05-04 Rich Felkeradd support for ugly *64 functions with _LARGEFILE64_SOURCE
2012-04-15 Rich Felkermove F_DUPFD_CLOEXEC out of bits
2011-04-15 Rich Felkerfix O_SYNC definition, cleanup fcntl.h
2011-04-15 Rich Felkerfcntl.h: move macros that do not vary between archs...
2011-03-08 Rich Felkerfcntl.h should make availabel the mode constants from...
2011-02-12 Rich Felkerinitial check-in, version 0.5.0