drop direct use of stat syscalls in fchmodat
[musl] / src / stat / fchmodat.c
2022-05-02 Rich Felkerdrop direct use of stat syscalls in fchmodat
2020-02-12 Rich Felkerfix remaining direct use of stat syscalls outside fstatat.c
2018-09-12 Rich Felkermove and deduplicate declarations of __procfdname to...
2015-02-06 Rich Felkerfix failure of fchmodat to report EOPNOTSUPP in the...
2015-02-05 Rich Felkerfix fd leak race (missing O_CLOEXEC) in fchmodat
2014-05-30 Rich Felkersupport linux kernel apis (new archs) with old syscalls...
2013-12-12 Szabolcs Nagyinclude cleanups: remove unused headers and add feature...
2013-08-02 Rich Felkerdebloat code that depends on /proc/self/fd/%d with...
2013-08-02 Rich Felkerwork around linux's lack of flags argument to fchmodat...
2011-03-20 Rich Felkerglobal cleanup to use the new syscall interface
2011-02-12 Rich Felkerinitial check-in, version 0.5.0