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