musl/src/stat
Rich Felker 61b1d10212 fix failure of fchmodat to report EOPNOTSUPP in the race path
in the case where a non-symlink file was replaced by a symlink during
the fchmodat operation with AT_SYMLINK_NOFOLLOW, mode change on the
new symlink target was successfully suppressed, but the error was not
reported. instead, fchmodat simply returned 0.
2015-02-05 23:34:27 -05:00
..
__xstat.c add __xmknod and __xmknodat abi-compat functions 2014-06-22 00:37:12 -04:00
chmod.c support linux kernel apis (new archs) with old syscalls removed 2014-05-29 21:01:32 -04:00
fchmod.c support linux kernel apis (new archs) with old syscalls removed 2014-05-29 21:01:32 -04:00
fchmodat.c fix failure of fchmodat to report EOPNOTSUPP in the race path 2015-02-05 23:34:27 -05:00
fstat.c fix missing flags arg to fstatat syscall in fstat fallback path 2014-07-18 15:24:04 -04:00
fstatat.c
futimens.c
futimesat.c support linux kernel apis (new archs) with old syscalls removed 2014-05-29 21:01:32 -04:00
lchmod.c include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
lstat.c support linux kernel apis (new archs) with old syscalls removed 2014-05-29 21:01:32 -04:00
mkdir.c support linux kernel apis (new archs) with old syscalls removed 2014-05-29 21:01:32 -04:00
mkdirat.c
mkfifo.c
mkfifoat.c
mknod.c support linux kernel apis (new archs) with old syscalls removed 2014-05-29 21:01:32 -04:00
mknodat.c
stat.c support linux kernel apis (new archs) with old syscalls removed 2014-05-29 21:01:32 -04:00
statvfs.c improve [f]stat[v]fs functions, and possibly work around old kernels 2013-07-19 02:48:18 -04:00
umask.c
utimensat.c support linux kernel apis (new archs) with old syscalls removed 2014-05-29 21:01:32 -04:00