1. 455f968 remove all remaining redundant __restrict/__inline/_Noreturn defs by Rich Felker · 12 years ago
  2. b7afd7a sysmacros major/minor: result should have type unsigned int, not dev_t by Rich Felker · 12 years ago
  3. 997ba92 add linux tee syscall by Rich Felker · 12 years ago
  4. 00e6bbc add linux sync_file_range syscall by Rich Felker · 12 years ago
  5. 90f7705 add linux readahead syscall by Rich Felker · 12 years ago
  6. adb88e7 add fallocate (nonstandardized) function by Rich Felker · 12 years ago
  7. 231b9d1 add timerfd interfaces (untested) by Rich Felker · 12 years ago
  8. f0f17b5 add stdnoreturn.h (C11) by Rich Felker · 12 years ago
  9. 3cd084b TCP_* is in the reserved namespace for tcp.h; make use of that by Rich Felker · 12 years ago
  10. 6951110 remove unneeded judgemental commentary from ftw.h by Rich Felker · 12 years ago
  11. c1a9658 default features: make musl usable without feature test macros by Rich Felker · 12 years ago
  12. c4ea0e3 provide loff_t for splice syscall by Rich Felker · 12 years ago
  13. 0c05bd3 further use of _Noreturn, for non-plain-C functions by Rich Felker · 12 years ago
  14. c8ea985 add _Noreturn function attribute, with fallback for pre-C11 GNUC by Rich Felker · 12 years ago
  15. ac5d085 dladdr should be available under _BSD_SOURCE as well as _GNU_SOURCE by Rich Felker · 12 years ago
  16. 400c5e5 use restrict everywhere it's required by c99 and/or posix 2008 by Rich Felker · 12 years ago
  17. fb247fa avoid "inline" in public headers for strict c89 compatibility by Rich Felker · 12 years ago
  18. 3f62f76 fix wrong type for poll.h nfds_t by Rich Felker · 12 years ago
  19. f419bcb dladdr support for dynamic linker (nonstandard extension) by Rich Felker · 12 years ago
  20. 9bff7c1 implement "low hanging fruit" from C11 by Rich Felker · 12 years ago
  21. b5289fd add c11 quick_exit and at_quick_exit functions by Rich Felker · 12 years ago
  22. 7dba049 type exposure fixes in sys/sem.h by Rich Felker · 12 years ago
  23. d03b3e7 stdio_ext.h needs to include stdio.h, at least to get FILE... by Rich Felker · 12 years ago
  24. 43a5a00 fix missing uintXX_t in nameser.h by Rich Felker · 12 years ago
  25. 9a470b0 fix dirent.h with _BSD_SOURCE by Rich Felker · 12 years ago
  26. 3f80afc improve headers to better deal with removed-in-posix-2008 features by Rich Felker · 12 years ago
  27. 7650390 add missing xattr functions by Rich Felker · 12 years ago
  28. 23e6940 math: fix _BSD_SOURCE namespace in math.h by nsz · 12 years ago
  29. ab76321 remove significandl by Rich Felker · 12 years ago
  30. 2242bf6 add significand[fl] math functions by Rich Felker · 12 years ago
  31. 0c42beb publicly expose getdents api under _BSD_SOURCE by Rich Felker · 12 years ago
  32. 6171827 add bsd fgetln function by Rich Felker · 12 years ago
  33. 7fee5f9 fix socket.h on mips by Rich Felker · 12 years ago
  34. d426b04 add ioperm/iopl syscalls by Rich Felker · 12 years ago
  35. 53147f9 add splice and vmsplice syscalls by Rich Felker · 12 years ago
  36. 207460d add extended attributes syscalls by Rich Felker · 12 years ago
  37. 42f0e96 add pipe2 syscall by Rich Felker · 12 years ago
  38. b4f632b fix namespace issue in prototypes in math.h by Rich Felker · 12 years ago
  39. d646249 fix wrong size for sigjmp_buf signal set array by Rich Felker · 12 years ago
  40. f072227 fix typo in aio.h by Rich Felker · 12 years ago
  41. 9610756 workaround another sendmsg kernel bug on 64-bit machines by Rich Felker · 12 years ago
  42. 90e123f fix redef of sigprocmask constants on mips by Rich Felker · 12 years ago
  43. ba8a96b more mips bits-header fixes by Rich Felker · 12 years ago
  44. 25b88f0 add prototypes for getw/putw by Rich Felker · 12 years ago
  45. d6c0efe jmp_buf overhaul fixing several issues by Rich Felker · 12 years ago
  46. cdf5150 replace old and ugly crypt implementation by Rich Felker · 12 years ago
  47. 9cf9c39 add process_vm_readv and process_vm_writev syscall wrappers by Rich Felker · 12 years ago
  48. 4e8b093 proper error handling for fcntl F_GETOWN on modern kernels by Rich Felker · 12 years ago
  49. 5bc8e84 include declarations for new stdio_ext functions (gnulib support) by Rich Felker · 12 years ago
  50. 57d5fff header file fixes: multiple include guard consistency and correctness by Rich Felker · 12 years ago
  51. de05a2a revert one change in time.h; no evidence BSD_SOURCE should expose these.. by Rich Felker · 12 years ago
  52. cf254c3 fix feature test macros in time.h by Rich Felker · 12 years ago
  53. 23be72a add timegm function (inverse of gmtime), nonstandard by Rich Felker · 12 years ago
  54. fbffcee add (currently stubbed due to stubbed strverscmp) versionsort function by Rich Felker · 12 years ago
  55. 3d64946 fix signedness errors in stdint.h constant macros by Rich Felker · 12 years ago
  56. 1429ce9 fix sysinfo, try 2. it seems to work this time. by Rich Felker · 12 years ago
  57. e86b18a sysinfo struct was utter nonsense; no idea where it came from. by Rich Felker · 12 years ago
  58. 3b94dab _GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCE by Rich Felker · 12 years ago
  59. d200bd7 declare environ in unistd.h when _GNU_SOURCE feature test macro is used by Rich Felker · 12 years ago
  60. a34b046 there is no such GNU function fpurge, only __fpurge. by Rich Felker · 12 years ago
  61. b63cab7 add prototype for BSD/GNU stdio *_unlocked extension functions by Rich Felker · 12 years ago
  62. 15c7af3 remove duplicate lfs64 cruft in stdio.h by Rich Felker · 12 years ago
  63. b1cf11c math: fix nextafter definition in tgmath.h by nsz · 12 years ago
  64. 25d575e debloat jmp_buf in _GNU_SOURCE mode by Rich Felker · 12 years ago
  65. 0c29adf remove everything related to forkall by Rich Felker · 12 years ago
  66. af3330d some feature test fixes for unistd.h by Rich Felker · 12 years ago
  67. 96601e3 _GNU_SOURCE implies all BSD features except ones GNU rejects by Rich Felker · 12 years ago
  68. 671ffab various header cleanups, some related to _BSD_SOURCE addition by Rich Felker · 12 years ago
  69. 9f370fa bsd_signal is a legacy (removed) XSI function, not needed in _BSD_SOURCE by Rich Felker · 12 years ago
  70. 419ae6d support _BSD_SOURCE feature test macro by Rich Felker · 12 years ago
  71. 3db29f0 move getpass decl to the right place by Rich Felker · 12 years ago
  72. b5cbd54 useless lastlog path just to make some stuff happy by Rich Felker · 12 years ago
  73. f8ac555 missing limit LOGIN_NAME_MAX by Rich Felker · 12 years ago
  74. e68c51a use __h_errno_location for h_errno by Rich Felker · 12 years ago
  75. 3777f5b susv4 removed gethostbyname, etc. legacy cruft. by Rich Felker · 12 years ago
  76. 20052b9 namespace cleanup - NI_* is NOT reserved by netdb.h by Rich Felker · 12 years ago
  77. 7db6a87 some gnu junk in netdb.h by Rich Felker · 12 years ago
  78. c3dbe9b fix missing va_list for vsyslog by Rich Felker · 12 years ago
  79. d197d64 search: add tdestroy (gnu extension) by nsz · 12 years ago
  80. b47fdcd add missing IN6_ARE_ADDR_EQUAL by Rich Felker · 12 years ago
  81. e700e59 add one more bogus legacy header by Rich Felker · 12 years ago
  82. c8b01e7 move vsyslog out of SYSLOG_NAMES conditional by Rich Felker · 12 years ago
  83. bfb29b6 fix missing parens in bit op macros (param.h) by Rich Felker · 12 years ago
  84. 2e41887 and another bug in setbit, etc. macros.. by Rich Felker · 12 years ago
  85. e0ff0d3 fix typo in sys/param.h that broke setbit, etc. macros by Rich Felker · 12 years ago
  86. 37bb3cc omit declaration of basename wrongly interpreted as prototype in C++ by Rich Felker · 12 years ago
  87. 4a99440 some extra legacy header stuff by Rich Felker · 12 years ago
  88. a3b20f6 take byte order from gcc if gcc has defined it by Rich Felker · 12 years ago
  89. 106e75f add isastream (obsolete STREAMS junk) by Rich Felker · 12 years ago
  90. 98c9af5 fix definitions of FP_ILOGB constants by Rich Felker · 12 years ago
  91. f0b85fd add *64 junk for sys/*.h headers by Rich Felker · 12 years ago
  92. 2dd8d5e add support for ugly *64 functions with _LARGEFILE64_SOURCE by Rich Felker · 12 years ago
  93. b959d04 uglify headers for the sake of junk that compiles with gcc -std=c89/-ansi by Rich Felker · 12 years ago
  94. ca2d3c6 add additional compatibility union member for ipv6 addresses by Rich Felker · 12 years ago
  95. 6f0cf30 remove minimal linux kernel headers by Rich Felker · 12 years ago
  96. a917c03 support alternate glibc name pow10 for exp10 by Rich Felker · 12 years ago
  97. f681975 first try at writing an efficient and "correct" exp10 by Rich Felker · 12 years ago
  98. 50da5c2 add linux-specific unshare syscall wrapper by Rich Felker · 12 years ago
  99. 90da74e implement getusershell, etc. legacy functions by Rich Felker · 12 years ago
  100. 431a4cd getdtablesize is not standard; move it to its correct spot in unistd.h by Rich Felker · 12 years ago