1. da438ee work around incorrect EPERM from mmap syscall by Rich Felker · 7 years ago
  2. 2577b1b allow full-range file offsets to mmap on archs with 64-bit syscall args by Rich Felker · 7 years ago
  3. fda365a fix mremap memory synchronization and use of variadic argument by Rich Felker · 9 years ago
  4. f9ecb6b prevent allocs than PTRDIFF_MAX via mremap by Daniel Micay · 9 years ago
  5. f08ab9e redesign and simplify vmlock system by Rich Felker · 9 years ago
  6. 0b21a07 make fsync, fdatasync, and msync cancellation points by Trutz Behn · 10 years ago
  7. df7d0df use weak symbols for the POSIX functions that will be used by C threads by Jens Gustedt · 10 years ago
  8. 25d12fc optimize locking against vm changes for mmap/munmap by Rich Felker · 10 years ago
  9. b5bbe79 add framework for mmap2 syscall unit to vary by arch by Rich Felker · 10 years ago
  10. 5717444 include cleanups: remove unused headers and add feature test macros by Szabolcs Nagy · 11 years ago
  11. b20760c support configurable page size on mips, powerpc and microblaze by Szabolcs Nagy · 11 years ago
  12. ce8a995 fix shm_open wrongly being cancellable by Rich Felker · 11 years ago
  13. 3cd6f52 disallow creation of objects larger than PTRDIFF_MAX via mmap by Rich Felker · 11 years ago
  14. d12f2ed clean up and fix logic for making mmap fail on invalid/unsupported offsets by Rich Felker · 12 years ago
  15. bf25834 overhaul sem_open by Rich Felker · 12 years ago
  16. 6e2372a clean up, bugfixes, and general improvement for shm_open/shm_unlink by Rich Felker · 12 years ago
  17. a660180 mincore syscall wrapper by Rich Felker · 12 years ago
  18. 6016457 process-shared barrier support, based on discussion with bdonlan by Rich Felker · 13 years ago
  19. af3d540 work around linux bug in mprotect by Rich Felker · 13 years ago
  20. 53ab4e7 fix missing include in posix_madvise.c (compile error) by Rich Felker · 13 years ago
  21. 2357350 support posix_madvise (previous a stub) by Rich Felker · 13 years ago
  22. c2cd25b consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix by Rich Felker · 13 years ago
  23. aa398f5 global cleanup to use the new syscall interface by Rich Felker · 13 years ago
  24. ebd7af6 implement POSIX shared memory by Rich Felker · 13 years ago
  25. 2cdfb7c cleaning up syscalls in preparation for x86_64 port by Rich Felker · 14 years ago
  26. 0b44a03 initial check-in, version 0.5.0 by Rich Felker · 14 years ago