1. 61b1d10 fix failure of fchmodat to report EOPNOTSUPP in the race path by Rich Felker · 10 years ago
  2. 2736eb6 fix fd leak race (missing O_CLOEXEC) in fchmodat by Rich Felker · 10 years ago
  3. dc9c40a fix missing flags arg to fstatat syscall in fstat fallback path by Rich Felker · 10 years ago
  4. 1fd0f6e add __xmknod and __xmknodat abi-compat functions by Rich Felker · 10 years ago
  5. 76f2bcc consolidate __xstat abi-compat functions into a single source file by Rich Felker · 10 years ago
  6. 5cf9e8f additional fixes for linux kernel apis with old syscalls removed by Rich Felker · 10 years ago
  7. dd5f50d support linux kernel apis (new archs) with old syscalls removed by Rich Felker · 10 years ago
  8. 65ea604 fix failure of fchmod, fstat, fchdir, and fchown to produce EBADF by Rich Felker · 11 years ago
  9. 5717444 include cleanups: remove unused headers and add feature test macros by Szabolcs Nagy · 11 years ago
  10. 9ca1f62 make fchdir, fchmod, fchown, and fstat support O_PATH file descriptors by Rich Felker · 11 years ago
  11. c8c0844 debloat code that depends on /proc/self/fd/%d with shared function by Rich Felker · 11 years ago
  12. 0dc4824 work around linux's lack of flags argument to fchmodat syscall by Rich Felker · 11 years ago
  13. 6567db6 improve [f]stat[v]fs functions, and possibly work around old kernels by Rich Felker · 11 years ago
  14. 1a70198 fix mknod and mknodat to accept large dev_t values by Rich Felker · 11 years ago
  15. 7aec71c add obsolete futimesat() by rofl0r · 12 years ago
  16. 400c5e5 use restrict everywhere it's required by c99 and/or posix 2008 by Rich Felker · 12 years ago
  17. 9ea20dc add LSB ABI __xstat, etc. junk by Rich Felker · 12 years ago
  18. 246e15c fix statvfs.c to match new fsid_t definition by Rich Felker · 13 years ago
  19. 114c80f fix the definition of struct statvfs to match lsb abi by Rich Felker · 13 years ago
  20. fc0cf28 fix (hopefully) statvfs breakage on x86_64 that resulted from fixing i386... by Rich Felker · 13 years ago
  21. 7e795ca fix statvfs syscalls (missing size argument) by Rich Felker · 13 years ago
  22. aa398f5 global cleanup to use the new syscall interface by Rich Felker · 13 years ago
  23. eda8e9d implement futimens and utimensat by Rich Felker · 14 years ago
  24. d5ca067 add portable lchown (trivial to support and a few ancient things want it..) by Rich Felker · 14 years ago
  25. cfe3731 finish moving 32-bit-specific junk out of source files. by Rich Felker · 14 years ago
  26. 0b44a03 initial check-in, version 0.5.0 by Rich Felker · 14 years ago