about summary refs log tree commit diff
path: root/src/stat/fstat.c
Commit message (Expand)AuthorAgeFilesLines
* disable lfs64 aliases for remapped time64 functionsRich Felker2019-10-281-0/+2
* restore property that fstat(AT_FDCWD) fails with EBADFRich Felker2019-07-181-0/+1
* refactor all stat functions in terms of fstatatRich Felker2019-07-181-11/+2
* remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker2018-09-121-2/+1
* move and deduplicate declarations of __procfdname to make it checkableRich Felker2018-09-121-2/+0
* fix missing flags arg to fstatat syscall in fstat fallback pathRich Felker2014-07-181-1/+1
* additional fixes for linux kernel apis with old syscalls removedRich Felker2014-05-301-0/+4
* fix failure of fchmod, fstat, fchdir, and fchown to produce EBADFRich Felker2013-12-191-1/+3
* make fchdir, fchmod, fchown, and fstat support O_PATH file descriptorsRich Felker2013-08-021-2/+10
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-1/+1
* finish moving 32-bit-specific junk out of source files.Rich Felker2011-02-151-1/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+10