summaryrefslogtreecommitdiff
path: root/src/stat/fchmodat.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-12move and deduplicate declarations of __procfdname to make it checkableRich Felker1-2/+0
2015-02-05fix failure of fchmodat to report EOPNOTSUPP in the race pathRich Felker1-2/+4
2015-02-04fix fd leak race (missing O_CLOEXEC) in fchmodatRich Felker1-1/+1
2014-05-29support linux kernel apis (new archs) with old syscalls removedRich Felker1-2/+3
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy1-1/+0
2013-08-02debloat code that depends on /proc/self/fd/%d with shared functionRich Felker1-1/+3
2013-08-02work around linux's lack of flags argument to fchmodat syscallRich Felker1-1/+29
2011-03-20global cleanup to use the new syscall interfaceRich Felker1-1/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+7