1. 1c322f2 fix some restrict-qualifier mismatches in newly added interfaces by Rich Felker · 12 years ago
  2. b4d8a16 fix eventfd and inotify nonblock/cloexec flags to match arch values by Rich Felker · 12 years ago
  3. 56c6943 fix missing limits when only _BSD_SOURCE is defined by Rich Felker · 12 years ago
  4. a8da6c2 fixup mcontext stuff to expost gregset_t/fpregset_t as appropriate by Rich Felker · 12 years ago
  5. 4b75f4e make sys/procfs.h mostly work on most archs by Rich Felker · 12 years ago
  6. 65b9821 add back NSIG, removed from powerpc in last commit, but for all archs by Rich Felker · 12 years ago
  7. 0004ea6 fix breakage from introducing bits header for sys/io.h by Rich Felker · 12 years ago
  8. 61aa632 add port io functions to sys/io.h by Rich Felker · 12 years ago
  9. 8d2887f fcntl.h: O_SEARCH was missing for powerpc by rofl0r · 12 years ago
  10. d0197ff add cleaned-up sys/mtio.h by Rich Felker · 12 years ago
  11. 5c6443a add stub versions of some missing optional pthread interfaces by Rich Felker · 12 years ago
  12. 91738d0 disable SO_REUSEPORT in sys/socket.h by Rich Felker · 12 years ago
  13. cfbaba7 complex: add C11 CMPLX macros and replace cpack with them by Szabolcs Nagy · 12 years ago
  14. 7df42e8 report support of TPS option in unistd.h and sysconf by Rich Felker · 12 years ago
  15. 1e21e78 add support for thread scheduling (POSIX TPS option) by Rich Felker · 12 years ago
  16. 32d6d77 fix numerous mips abi constant definition mismatches by Rich Felker · 12 years ago
  17. fc5f16d mips cache flush/ctl syscall support and header by Rich Felker · 12 years ago
  18. b367ab1 avoid breakage if somebody wrongly defines empty feature test macros by Rich Felker · 12 years ago
  19. 18c0e02 add dl_iterate_phdr interface by Rich Felker · 12 years ago
  20. 4eb4844 fix issues with wait constants in stdlib.h by Rich Felker · 12 years ago
  21. 2d321fa complex: make _Complex_I work with gcc -std=c99 -pedantic-errors by nsz · 12 years ago
  22. 858df11 assert() is supposed to have type void by Rich Felker · 12 years ago
  23. c86f297 add memmem function (gnu extension) by Rich Felker · 12 years ago
  24. 21284ec microblaze TLS relocation support, completely untested by Rich Felker · 12 years ago
  25. 030e526 add getopt reset support by Rich Felker · 12 years ago
  26. 2e3648b define some _POSIX_* macros that were omitted; required for XSI conformance by Rich Felker · 12 years ago
  27. 3609e01 always expose accept4 by Rich Felker · 12 years ago
  28. 9735d50 always expose dup3 and pipe2 by Rich Felker · 12 years ago
  29. 8c0a3d9 microblaze port by Rich Felker · 12 years ago
  30. f600105 LFS64 alias for prlimit by Rich Felker · 12 years ago
  31. 662da62 add clock_adjtime, remap_file_pages, and syncfs syscall wrappers by Rich Felker · 12 years ago
  32. 5a1abee fix stupid bug in updating of O_ACCMODE for O_SEARCH support by Rich Felker · 12 years ago
  33. e2f6a32 strsep is BSD|GNU, not GNU-only; it's originally from BSD by Rich Felker · 12 years ago
  34. b238b37 add O_PATH/O_SEARCH support to fcntl.h by Rich Felker · 12 years ago
  35. c87584a add setdomainname syscall, fix getdomainname (previously a stub) by Rich Felker · 12 years ago
  36. a660180 mincore syscall wrapper by Rich Felker · 12 years ago
  37. 2416c63 fix up lfs64 junk for preadv/pwritev by Rich Felker · 12 years ago
  38. ea544bf add preadv/pwritev syscall wrappers by Rich Felker · 12 years ago
  39. 743546a fix typo introduced in poll.h by Rich Felker · 12 years ago
  40. 141138c add linux ppoll syscall wrapper by Rich Felker · 12 years ago
  41. 208eb58 syscall organization overhaul by Rich Felker · 12 years ago
  42. 6cf8bfd add acct, accept4, setns, and dup3 syscalls (linux extensions) by Rich Felker · 12 years ago
  43. b10d023 add IPPROTO_HOPOPTS to in.h by Rich Felker · 12 years ago
  44. f59cedb add IPPROTO_MAX to in.h by Rich Felker · 12 years ago
  45. 695a04f fix redundant _Noreturn def in err.h by Rich Felker · 12 years ago
  46. 455f968 remove all remaining redundant __restrict/__inline/_Noreturn defs by Rich Felker · 12 years ago
  47. b7afd7a sysmacros major/minor: result should have type unsigned int, not dev_t by Rich Felker · 12 years ago
  48. 997ba92 add linux tee syscall by Rich Felker · 12 years ago
  49. 00e6bbc add linux sync_file_range syscall by Rich Felker · 12 years ago
  50. 90f7705 add linux readahead syscall by Rich Felker · 12 years ago
  51. adb88e7 add fallocate (nonstandardized) function by Rich Felker · 12 years ago
  52. 231b9d1 add timerfd interfaces (untested) by Rich Felker · 12 years ago
  53. f0f17b5 add stdnoreturn.h (C11) by Rich Felker · 12 years ago
  54. 3cd084b TCP_* is in the reserved namespace for tcp.h; make use of that by Rich Felker · 12 years ago
  55. 6951110 remove unneeded judgemental commentary from ftw.h by Rich Felker · 12 years ago
  56. c1a9658 default features: make musl usable without feature test macros by Rich Felker · 12 years ago
  57. c4ea0e3 provide loff_t for splice syscall by Rich Felker · 12 years ago
  58. 0c05bd3 further use of _Noreturn, for non-plain-C functions by Rich Felker · 12 years ago
  59. c8ea985 add _Noreturn function attribute, with fallback for pre-C11 GNUC by Rich Felker · 12 years ago
  60. ac5d085 dladdr should be available under _BSD_SOURCE as well as _GNU_SOURCE by Rich Felker · 12 years ago
  61. 400c5e5 use restrict everywhere it's required by c99 and/or posix 2008 by Rich Felker · 12 years ago
  62. fb247fa avoid "inline" in public headers for strict c89 compatibility by Rich Felker · 12 years ago
  63. 3f62f76 fix wrong type for poll.h nfds_t by Rich Felker · 12 years ago
  64. f419bcb dladdr support for dynamic linker (nonstandard extension) by Rich Felker · 12 years ago
  65. 9bff7c1 implement "low hanging fruit" from C11 by Rich Felker · 12 years ago
  66. b5289fd add c11 quick_exit and at_quick_exit functions by Rich Felker · 12 years ago
  67. 7dba049 type exposure fixes in sys/sem.h by Rich Felker · 12 years ago
  68. d03b3e7 stdio_ext.h needs to include stdio.h, at least to get FILE... by Rich Felker · 12 years ago
  69. 43a5a00 fix missing uintXX_t in nameser.h by Rich Felker · 12 years ago
  70. 9a470b0 fix dirent.h with _BSD_SOURCE by Rich Felker · 12 years ago
  71. 3f80afc improve headers to better deal with removed-in-posix-2008 features by Rich Felker · 12 years ago
  72. 7650390 add missing xattr functions by Rich Felker · 12 years ago
  73. 23e6940 math: fix _BSD_SOURCE namespace in math.h by nsz · 12 years ago
  74. ab76321 remove significandl by Rich Felker · 12 years ago
  75. 2242bf6 add significand[fl] math functions by Rich Felker · 12 years ago
  76. 0c42beb publicly expose getdents api under _BSD_SOURCE by Rich Felker · 12 years ago
  77. 6171827 add bsd fgetln function 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. 53147f9 add splice and vmsplice syscalls by Rich Felker · 12 years ago
  81. 207460d add extended attributes syscalls by Rich Felker · 12 years ago
  82. 42f0e96 add pipe2 syscall by Rich Felker · 12 years ago
  83. b4f632b fix namespace issue in prototypes in math.h by Rich Felker · 12 years ago
  84. d646249 fix wrong size for sigjmp_buf signal set array by Rich Felker · 12 years ago
  85. f072227 fix typo in aio.h by Rich Felker · 12 years ago
  86. 9610756 workaround another sendmsg kernel bug on 64-bit machines by Rich Felker · 12 years ago
  87. 90e123f fix redef of sigprocmask constants on mips by Rich Felker · 12 years ago
  88. ba8a96b more mips bits-header fixes by Rich Felker · 12 years ago
  89. 25b88f0 add prototypes for getw/putw by Rich Felker · 12 years ago
  90. d6c0efe jmp_buf overhaul fixing several issues by Rich Felker · 12 years ago
  91. cdf5150 replace old and ugly crypt implementation by Rich Felker · 12 years ago
  92. 9cf9c39 add process_vm_readv and process_vm_writev syscall wrappers by Rich Felker · 12 years ago
  93. 4e8b093 proper error handling for fcntl F_GETOWN on modern kernels by Rich Felker · 12 years ago
  94. 5bc8e84 include declarations for new stdio_ext functions (gnulib support) by Rich Felker · 12 years ago
  95. 57d5fff header file fixes: multiple include guard consistency and correctness by Rich Felker · 12 years ago
  96. de05a2a revert one change in time.h; no evidence BSD_SOURCE should expose these.. by Rich Felker · 12 years ago
  97. cf254c3 fix feature test macros in time.h by Rich Felker · 12 years ago
  98. 23be72a add timegm function (inverse of gmtime), nonstandard by Rich Felker · 12 years ago
  99. fbffcee add (currently stubbed due to stubbed strverscmp) versionsort function by Rich Felker · 12 years ago
  100. 3d64946 fix signedness errors in stdint.h constant macros by Rich Felker · 12 years ago