summaryrefslogtreecommitdiff
path: root/src/stat/fstat.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-19remove LFS64 symbol aliases; replace with dynamic linker remappingRich Felker1-4/+0
2022-05-04provide an internal namespace-safe __fstatRich Felker1-2/+4
2019-10-28disable lfs64 aliases for remapped time64 functionsRich Felker1-0/+2
2019-07-18restore property that fstat(AT_FDCWD) fails with EBADFRich Felker1-0/+1
2019-07-18refactor all stat functions in terms of fstatatRich Felker1-11/+2
2018-09-12remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker1-2/+1
2018-09-12move and deduplicate declarations of __procfdname to make it checkableRich Felker1-2/+0
2014-07-18fix missing flags arg to fstatat syscall in fstat fallback pathRich Felker1-1/+1
2014-05-30additional fixes for linux kernel apis with old syscalls removedRich Felker1-0/+4
2013-12-19fix failure of fchmod, fstat, fchdir, and fchown to produce EBADFRich Felker1-1/+3
2013-08-02make fchdir, fchmod, fchown, and fstat support O_PATH file descriptorsRich Felker1-2/+10
2011-03-20global cleanup to use the new syscall interfaceRich Felker1-1/+1
2011-02-15finish moving 32-bit-specific junk out of source files.Rich Felker1-1/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+10