1. 20a34af fix typo in socket.h (wrong macro name) by Szabolcs Nagy · 11 years ago
  2. 90710df sys/resource.h: add PRIO_MIN and PRIO_MAX for getpriority and setpriority by Szabolcs Nagy · 11 years ago
  3. ae51aa7 sys/socket.h: add new SO_BUSY_POLL socket option by Szabolcs Nagy · 11 years ago
  4. 0a7ecf7 ptrace.h: add new ptrace requests to get/set sigmask by Szabolcs Nagy · 11 years ago
  5. ecf4e24 add SUN_LEN macro to sys/un.h under appropriate feature tests by Rich Felker · 11 years ago
  6. 4ce6bd8 add missing MSG_EXCEPT in sys/msg.h by Rich Felker · 11 years ago
  7. 41c6328 fix definitions of WIFSTOPPED and WIFSIGNALED to support up to signal 127 by Rich Felker · 11 years ago
  8. e28c2ec sys/personality.h: add missing C++ compat by rofl0r · 11 years ago
  9. 6a0aa82 sys/personality.h: add missing macros by rofl0r · 11 years ago
  10. 9a8d7be add macros for new(ish) prctl commands by Rich Felker · 11 years ago
  11. 9932505 fix some prctl macros that were incorrectly copied into this file by Rich Felker · 11 years ago
  12. 54446d7 add wrapper headers, with warnings, for various incorrect names under sys by Rich Felker · 11 years ago
  13. 3d4583c add protocol families PF_IB and PF_VSOCK to socket.h by Szabolcs Nagy · 11 years ago
  14. a512c7d add PTRACE_PEEKSIGINFO to ptrace.h by Szabolcs Nagy · 11 years ago
  15. 8f6ec72 add SO_SELECT_ERR_QUEUE to socket.h by Szabolcs Nagy · 11 years ago
  16. 009f186 move register_t and u_int64_t (back) to alltypes by Rich Felker · 11 years ago
  17. 9448b05 refactor headers, especially alltypes.h, and improve C++ ABI compat by Rich Felker · 11 years ago
  18. 41e2fd9 add UIO_MAXIOV macro in sys/uio.h by Rich Felker · 11 years ago
  19. ca9aff6 add NFDBITS in sys/select.h with appropriate feature tests by Rich Felker · 11 years ago
  20. ab72420 add legacy sys/ttydefaults.h header by rofl0r · 11 years ago
  21. 9b732fe fix shifts possibly larger than type in major() macro by Rich Felker · 11 years ago
  22. 062f40e work around wrong kernel type for sem_nsems member of struct semid_ds by Rich Felker · 11 years ago
  23. 553d566 add missing type shmatt_t in sys/shm.h by Rich Felker · 11 years ago
  24. 31ff797 fix the prototype of settimeofday to follow the original BSD declaration by Szabolcs Nagy · 11 years ago
  25. 2c18426 support full range of dev_t major/minor numbers in makedev, etc. macros by Rich Felker · 11 years ago
  26. 47cf491 re-add useconds_t by rofl0r · 12 years ago
  27. e82bd04 add new socket options to sys/socket.h following linux by Szabolcs Nagy · 12 years ago
  28. d4c04d1 add ADJ_SETOFFSET timex mode bit (new in linux v2.6.39) by Szabolcs Nagy · 12 years ago
  29. 08514d0 fix epoll structure alignment on non-x86_64 archs by Rich Felker · 12 years ago
  30. 8c74178 fix some obscure header type size/alignment issues by Rich Felker · 12 years ago
  31. 200f96c add MOD_TAI to sys/timex.h and update STA_RONLY by Szabolcs Nagy · 12 years ago
  32. d650631 add SWAP_FLAG_DISCARD to sys/swap.h by Szabolcs Nagy · 12 years ago
  33. 645c6d9 add mount flags to sys/mount.h by Szabolcs Nagy · 12 years ago
  34. 48854df add IN_EXCL_UNLINK to sys/inotify.h by Szabolcs Nagy · 12 years ago
  35. ada88f6 add EPOLLWAKEUP flag to sys/epoll.h by Szabolcs Nagy · 12 years ago
  36. c7351ff add RB_SW_SUSPEND and RB_KEXEC to sys/reboot.h by Szabolcs Nagy · 12 years ago
  37. 2010361 add missing ptrace requests and options to sys/ptrace.h by Szabolcs Nagy · 12 years ago
  38. f13a478 add missing protocol families to sys/socket.h by Szabolcs Nagy · 12 years ago
  39. 2dec297 fix another case of cloexec/nonblock flags not matching arch values by Rich Felker · 12 years ago
  40. e895ddc wait.h: add linux specific, thread-related waitpid() flags by rofl0r · 12 years ago
  41. 761ebe0 align EPOLL_* flags with fcntl O_* flag definitions, which vary by arch by Rich Felker · 12 years ago
  42. 3159e2f socket.h: add SO_(SND/RCV)BUFFORCE to generic block by rofl0r · 12 years ago
  43. 9cb5899 add some missing macros to sys/shm.h by Rich Felker · 12 years ago
  44. d509556 add missing flags in sys/timerfd.h by Rich Felker · 12 years ago
  45. 490d4a0 fix regressions in app compatibility from previous sys/ipc.h changes by Rich Felker · 12 years ago
  46. baf246e syscall() declaration belongs in unistd.h, not sys/syscall.h by Rich Felker · 12 years ago
  47. d1b6fc6 fix names of ipc_perm __key/__seq elements by Rich Felker · 12 years ago
  48. 6fb88a9 add personality syscall by rofl0r · 12 years ago
  49. 0182c28 add struct msgbuf to sys/msg.h by rofl0r · 12 years ago
  50. f1bb783 ipc.h: fix gnu aliases for key and seq in struct ipc_perm by rofl0r · 12 years ago
  51. 7aec71c add obsolete futimesat() by rofl0r · 12 years ago
  52. 769fd4c feature test macros: make _GNU_SOURCE enable everything by Rich Felker · 12 years ago
  53. b4d8a16 fix eventfd and inotify nonblock/cloexec flags to match arch values by Rich Felker · 12 years ago
  54. 4b75f4e make sys/procfs.h mostly work on most archs by Rich Felker · 12 years ago
  55. 0004ea6 fix breakage from introducing bits header for sys/io.h by Rich Felker · 12 years ago
  56. 61aa632 add port io functions to sys/io.h by Rich Felker · 12 years ago
  57. d0197ff add cleaned-up sys/mtio.h by Rich Felker · 12 years ago
  58. 91738d0 disable SO_REUSEPORT in sys/socket.h by Rich Felker · 12 years ago
  59. 32d6d77 fix numerous mips abi constant definition mismatches by Rich Felker · 12 years ago
  60. fc5f16d mips cache flush/ctl syscall support and header by Rich Felker · 12 years ago
  61. 4eb4844 fix issues with wait constants in stdlib.h by Rich Felker · 12 years ago
  62. 3609e01 always expose accept4 by Rich Felker · 12 years ago
  63. f600105 LFS64 alias for prlimit by Rich Felker · 12 years ago
  64. 662da62 add clock_adjtime, remap_file_pages, and syncfs syscall wrappers by Rich Felker · 12 years ago
  65. a660180 mincore syscall wrapper by Rich Felker · 12 years ago
  66. 2416c63 fix up lfs64 junk for preadv/pwritev by Rich Felker · 12 years ago
  67. ea544bf add preadv/pwritev syscall wrappers by Rich Felker · 12 years ago
  68. 208eb58 syscall organization overhaul by Rich Felker · 12 years ago
  69. 6cf8bfd add acct, accept4, setns, and dup3 syscalls (linux extensions) by Rich Felker · 12 years ago
  70. 455f968 remove all remaining redundant __restrict/__inline/_Noreturn defs by Rich Felker · 12 years ago
  71. b7afd7a sysmacros major/minor: result should have type unsigned int, not dev_t by Rich Felker · 12 years ago
  72. 231b9d1 add timerfd interfaces (untested) by Rich Felker · 12 years ago
  73. c1a9658 default features: make musl usable without feature test macros by Rich Felker · 12 years ago
  74. 400c5e5 use restrict everywhere it's required by c99 and/or posix 2008 by Rich Felker · 12 years ago
  75. fb247fa avoid "inline" in public headers for strict c89 compatibility by Rich Felker · 12 years ago
  76. 7dba049 type exposure fixes in sys/sem.h by Rich Felker · 12 years ago
  77. 7650390 add missing xattr functions by Rich Felker · 12 years ago
  78. 7fee5f9 fix socket.h on mips by Rich Felker · 12 years ago
  79. d426b04 add ioperm/iopl syscalls by Rich Felker · 12 years ago
  80. 207460d add extended attributes syscalls by Rich Felker · 12 years ago
  81. 9610756 workaround another sendmsg kernel bug on 64-bit machines by Rich Felker · 12 years ago
  82. 9cf9c39 add process_vm_readv and process_vm_writev syscall wrappers by Rich Felker · 12 years ago
  83. 57d5fff header file fixes: multiple include guard consistency and correctness by Rich Felker · 12 years ago
  84. 1429ce9 fix sysinfo, try 2. it seems to work this time. by Rich Felker · 12 years ago
  85. e86b18a sysinfo struct was utter nonsense; no idea where it came from. by Rich Felker · 12 years ago
  86. 3b94dab _GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCE by Rich Felker · 12 years ago
  87. 671ffab various header cleanups, some related to _BSD_SOURCE addition by Rich Felker · 12 years ago
  88. 419ae6d support _BSD_SOURCE feature test macro by Rich Felker · 12 years ago
  89. bfb29b6 fix missing parens in bit op macros (param.h) by Rich Felker · 13 years ago
  90. 2e41887 and another bug in setbit, etc. macros.. by Rich Felker · 13 years ago
  91. e0ff0d3 fix typo in sys/param.h that broke setbit, etc. macros by Rich Felker · 13 years ago
  92. f0b85fd add *64 junk for sys/*.h headers by Rich Felker · 13 years ago
  93. ba6a9e7 legacy junk compatibility grab-bag by Rich Felker · 13 years ago
  94. 570edb1 fix typo in inotify.h by Rich Felker · 13 years ago
  95. 147f355 apparently gnu caddr_t is supposed to be char *, not unsigned long by Rich Felker · 13 years ago
  96. 4619901 add linux setfs[ug]id syscall wrappers by Rich Felker · 13 years ago
  97. c3db56c remove useless "extern" keywords in headers by Rich Felker · 13 years ago
  98. 6a19380 add MIN/MAX macros to sys/param.h by Rich Felker · 13 years ago
  99. 477e72a add legacy futimes and lutimes functions by Rich Felker · 13 years ago
  100. 26f3832 add prlimit syscall wrapper by Rich Felker · 13 years ago