17 Commits (97789d3e5d3f8f0f62177ea77c810a784dca986c)

Author SHA1 Message Date
Rich Felker 9ca1f62b0c make fchdir, fchmod, fchown, and fstat support O_PATH file descriptors 13 years ago
Rich Felker c8c0844f7f debloat code that depends on /proc/self/fd/%d with shared function 13 years ago
Rich Felker 0dc4824479 work around linux's lack of flags argument to fchmodat syscall 13 years ago
Rich Felker 6567db65f4 improve [f]stat[v]fs functions, and possibly work around old kernels 13 years ago
Rich Felker 1a70198b3e fix mknod and mknodat to accept large dev_t values 13 years ago
rofl0r 7aec71c411 add obsolete futimesat() 14 years ago
Rich Felker 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
Rich Felker 9ea20dcbaa add LSB ABI __xstat, etc. junk 14 years ago
Rich Felker 246e15c0dc fix statvfs.c to match new fsid_t definition 15 years ago
Rich Felker 114c80f141 fix the definition of struct statvfs to match lsb abi 15 years ago
Rich Felker fc0cf2852d fix (hopefully) statvfs breakage on x86_64 that resulted from fixing i386... 15 years ago
Rich Felker 7e795ca7ed fix statvfs syscalls (missing size argument) 15 years ago
Rich Felker aa398f56fa global cleanup to use the new syscall interface 15 years ago
Rich Felker eda8e9da76 implement futimens and utimensat 15 years ago
Rich Felker d5ca067c7b add portable lchown (trivial to support and a few ancient things want it..) 15 years ago
Rich Felker cfe373146d finish moving 32-bit-specific junk out of source files. 15 years ago
Rich Felker 0b44a0315b initial check-in, version 0.5.0 15 years ago