1. 3dd27f3 fix posix_fadvise syscall args on powerpc, unify with arm fix by Rich Felker · 8 years ago
  2. 6d38c9c fix misordered syscall arguments for posix_fadvise on arm by Rich Felker · 8 years ago
  3. 804debe in posix_fadvise, don't bypass __syscall macro infrastructure by Rich Felker · 8 years ago
  4. ea1b6bb remove dead case for F_SETLKW in fcntl by Rich Felker · 9 years ago
  5. e146e60 fix uninitialized mode variable in openat function by Rich Felker · 10 years ago
  6. 2da3ab1 fix invalid access by openat to possibly-missing variadic mode argument by Rich Felker · 10 years ago
  7. 9d836ea fix failure of open to read variadic mode argument for O_TMPFILE by Rich Felker · 10 years ago
  8. 9c2d437 avoid invalid use of va_arg in open by Rich Felker · 10 years ago
  9. 7765706 add O_CLOEXEC fallback for open and related functions by Rich Felker · 10 years ago
  10. 594c827 support kernels with no SYS_open syscall, only SYS_openat by Rich Felker · 10 years ago
  11. b576766 in fcntl, use unsigned long instead of long for variadic argument type by Rich Felker · 11 years ago
  12. 131871a in fcntl, avoid passing pointer arguments to syscalls as longs by Rich Felker · 11 years ago
  13. 1e7a581 add some missing LFS64 aliases for fadvise/fallocate functions by Rich Felker · 11 years ago
  14. 5717444 include cleanups: remove unused headers and add feature test macros by Szabolcs Nagy · 11 years ago
  15. 00f1521 provide emulation of fcntl F_DUPFD_CLOEXEC on old kernels by Rich Felker · 11 years ago
  16. b72db3d move fallocate syscall wrapper to linux-specific syscalls dir by Rich Felker · 12 years ago
  17. adb88e7 add fallocate (nonstandardized) function by Rich Felker · 12 years ago
  18. 5271ff4 fix broken fallocate syscall in posix_fallocate by Rich Felker · 12 years ago
  19. 4e8b093 proper error handling for fcntl F_GETOWN on modern kernels by Rich Felker · 12 years ago
  20. a541297 enable LARGEFILE64 aliases by Rich Felker · 12 years ago
  21. 8e8ddef fix F_GETOWN return value handling by Rich Felker · 13 years ago
  22. 0b6eb2d update syscalls with off_t arguments to handle argument alignment, if needed by Rich Felker · 13 years ago
  23. 1c76683 add syscall wrappers for posix_fadvise, posix_fallocate by Rich Felker · 13 years ago
  24. feee989 overhaul pthread cancellation by Rich Felker · 13 years ago
  25. aa398f5 global cleanup to use the new syscall interface by Rich Felker · 14 years ago
  26. 0b44a03 initial check-in, version 0.5.0 by Rich Felker · 14 years ago