regex: simplify the {,} repetition parsing logic
[oweals/musl.git] / src / fcntl /
2015-04-21 Rich Felkerremove dead case for F_SETLKW in fcntl
2014-10-31 Rich Felkerfix uninitialized mode variable in openat function
2014-10-31 Rich Felkerfix invalid access by openat to possibly-missing variad...
2014-10-31 Rich Felkerfix failure of open to read variadic mode argument...
2014-06-06 Rich Felkeravoid invalid use of va_arg in open
2014-06-06 Rich Felkeradd O_CLOEXEC fallback for open and related functions
2014-05-25 Rich Felkersupport kernels with no SYS_open syscall, only SYS_openat
2014-03-08 Rich Felkerin fcntl, use unsigned long instead of long for variadi...
2014-01-08 Rich Felkerin fcntl, avoid passing pointer arguments to syscalls...
2014-01-07 Rich Felkeradd some missing LFS64 aliases for fadvise/fallocate...
2013-12-12 Szabolcs Nagyinclude cleanups: remove unused headers and add feature...
2013-03-27 Rich Felkerprovide emulation of fcntl F_DUPFD_CLOEXEC on old kernels
2012-09-08 Rich Felkermove fallocate syscall wrapper to linux-specific syscal...
2012-09-08 Rich Felkeradd fallocate (nonstandardized) function
2012-09-08 Rich Felkerfix broken fallocate syscall in posix_fallocate
2012-06-21 Rich Felkerproper error handling for fcntl F_GETOWN on modern...
2012-06-01 Rich Felkerenable LARGEFILE64 aliases
2011-10-10 Rich Felkerfix F_GETOWN return value handling
2011-09-22 Rich Felkerupdate syscalls with off_t arguments to handle argument...
2011-04-20 Rich Felkeradd syscall wrappers for posix_fadvise, posix_fallocate
2011-04-17 Rich Felkeroverhaul pthread cancellation
2011-03-20 Rich Felkerglobal cleanup to use the new syscall interface
2011-02-12 Rich Felkerinitial check-in, version 0.5.0 v0.5.0