about summary refs log tree commit diff
path: root/src/stat
Commit message (Expand)AuthorAgeFilesLines
* add obsolete futimesat()rofl0r2012-12-061-0/+9
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-064-4/+4
* add LSB ABI __xstat, etc. junkRich Felker2012-05-314-0/+36
* fix statvfs.c to match new fsid_t definitionRich Felker2011-09-201-1/+1
* fix the definition of struct statvfs to match lsb abiRich Felker2011-09-192-19/+46
* fix (hopefully) statvfs breakage on x86_64 that resulted from fixing i386...Rich Felker2011-04-052-2/+10
* fix statvfs syscalls (missing size argument)Rich Felker2011-04-032-2/+2
* global cleanup to use the new syscall interfaceRich Felker2011-03-2015-15/+15
* implement futimens and utimensatRich Felker2011-02-272-0/+13
* add portable lchown (trivial to support and a few ancient things want it..)Rich Felker2011-02-171-0/+7
* finish moving 32-bit-specific junk out of source files.Rich Felker2011-02-156-6/+6
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-1216-0/+137