about summary refs log tree commit diff
path: root/src/stat/fchmodat.c
Commit message (Expand)AuthorAgeFilesLines
* fix remaining direct use of stat syscalls outside fstatat.cRich Felker2020-02-121-1/+2
* move and deduplicate declarations of __procfdname to make it checkableRich Felker2018-09-121-2/+0
* fix failure of fchmodat to report EOPNOTSUPP in the race pathRich Felker2015-02-051-2/+4
* fix fd leak race (missing O_CLOEXEC) in fchmodatRich Felker2015-02-041-1/+1
* support linux kernel apis (new archs) with old syscalls removedRich Felker2014-05-291-2/+3
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-121-1/+0
* debloat code that depends on /proc/self/fd/%d with shared functionRich Felker2013-08-021-1/+3
* work around linux's lack of flags argument to fchmodat syscallRich Felker2013-08-021-1/+29
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-1/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+7