1. de05a2a revert one change in time.h; no evidence BSD_SOURCE should expose these.. by Rich Felker · 12 years ago
  2. cf254c3 fix feature test macros in time.h by Rich Felker · 12 years ago
  3. 23be72a add timegm function (inverse of gmtime), nonstandard by Rich Felker · 12 years ago
  4. 2169265 add init_module/delete_module syscall wrappers by Rich Felker · 12 years ago
  5. fbffcee add (currently stubbed due to stubbed strverscmp) versionsort function by Rich Felker · 12 years ago
  6. e361019 add deprecated capabilities functions by Rich Felker · 12 years ago
  7. 6343ac8 fix char signedness bug (arm-specific) in dynamic linker by Rich Felker · 12 years ago
  8. 819006a add pthread_attr_setstack interface (and get) by Rich Felker · 12 years ago
  9. f457b1c fix scanning of "-0x" pseudo-hex float (must give negative zero) by Rich Felker · 12 years ago
  10. 3d64946 fix signedness errors in stdint.h constant macros by Rich Felker · 12 years ago
  11. 63d4019 fix %ls breakage in last printf fix by Rich Felker · 12 years ago
  12. 6e9ff6a fix printf %ls with precision limit over-read issue by Rich Felker · 12 years ago
  13. 1429ce9 fix sysinfo, try 2. it seems to work this time. by Rich Felker · 12 years ago
  14. e86b18a sysinfo struct was utter nonsense; no idea where it came from. by Rich Felker · 12 years ago
  15. 31eaad4 fix scanf bug reading literals after width-limited field by Rich Felker · 12 years ago
  16. 498a100 check for ld support of -Bsymbolic-functions; disable shared if not avail by Rich Felker · 12 years ago
  17. f1fd757 use -nostdlib in linker tests to avoid possible missing crt/lib issues by Rich Felker · 12 years ago
  18. 67a0383 avoid linking main program in linker tests by Rich Felker · 12 years ago
  19. 0c5efde make configure try to disable stack protector by Rich Felker · 12 years ago
  20. 08f70a3 add configure check for gnu linker hash style setting by Rich Felker · 12 years ago
  21. 6e0ad22 make gcc wrapper rewrite link options rather than just extending them by Rich Felker · 12 years ago
  22. f7d15dc treat failure of mprotect in map_library as a fatal load failure by Rich Felker · 12 years ago
  23. 908bed2 fix ctype abi junk (pointer should point to 0 slot, not -128 slot) by Rich Felker · 12 years ago
  24. 3b94dab _GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCE by Rich Felker · 12 years ago
  25. bd45dc9 release notes for 0.9.1 by Rich Felker · 12 years ago
  26. 278883d fix configure build/host/target terminology usage by Rich Felker · 12 years ago
  27. 2557d0b ensure that abort always works by Rich Felker · 12 years ago
  28. 6a4b947 add some ugly aliases for LSB ABI compatibility by Rich Felker · 12 years ago
  29. 13b3645 increase default thread stack size to 80k by Rich Felker · 12 years ago
  30. 40bd172 remove implementation-reserved bits when saving signal mask by Rich Felker · 12 years ago
  31. 1e597a3 remove no-longer-needed unblocking of signals in pthread_create by Rich Felker · 12 years ago
  32. 9372655 add LSB abi junk for ctype functions by Rich Felker · 12 years ago
  33. d200bd7 declare environ in unistd.h when _GNU_SOURCE feature test macro is used by Rich Felker · 12 years ago
  34. 19e48c5 use fistpll mnemonic instead of fistpq (more widely supported) on x86_64 too by Rich Felker · 12 years ago
  35. 9ea20dc add LSB ABI __xstat, etc. junk by Rich Felker · 12 years ago
  36. a541297 enable LARGEFILE64 aliases by Rich Felker · 12 years ago
  37. ed67172 fix musl-gcc wrapper to work with -pie by Rich Felker · 12 years ago
  38. a34b046 there is no such GNU function fpurge, only __fpurge. by Rich Felker · 12 years ago
  39. b63cab7 add prototype for BSD/GNU stdio *_unlocked extension functions by Rich Felker · 12 years ago
  40. 15c7af3 remove duplicate lfs64 cruft in stdio.h by Rich Felker · 12 years ago
  41. b1cf11c math: fix nextafter definition in tgmath.h by nsz · 12 years ago
  42. 5c1909a add ldd and main program loading support to dynamic linker by Rich Felker · 12 years ago
  43. b94608c cleanup dynamic linker start code cruft by Rich Felker · 12 years ago
  44. 054ba18 fix overrun (n essentially ignored) in wcsncmp by Rich Felker · 12 years ago
  45. 6436b37 fix failure of mbsinit(0) (not UB; required to return nonzero) by Rich Felker · 12 years ago
  46. aefd0f6 fix failure of strrchr(str, 0) by Rich Felker · 12 years ago
  47. 3f25354 avoid using pthread cleanup push/pop in stdio when not needed by Rich Felker · 12 years ago
  48. 8cce15a ensure pthread-internal signals are unblocked before threads are used by Rich Felker · 12 years ago
  49. 8b4c232 fix regex on arm by Rich Felker · 12 years ago
  50. 7efd14e remove cruft from pthread structure (old cancellation stuff) by Rich Felker · 12 years ago
  51. 73db33b remove leftover cp_sp cruft from cancellation code, fix small bug by Rich Felker · 12 years ago
  52. 54c5676 fix arm syscall.h to reflect which syscalls actually exist (on EABI) by Rich Felker · 12 years ago
  53. e241896 avoid deprecated (by linux) alarm syscall; use setitimer instead by Rich Felker · 12 years ago
  54. c37afdf linux deprecated SYS_utime on some archs, so use SYS_utimes instead by Rich Felker · 12 years ago
  55. 4d4f13e fix bad opcode in arm syscall_cp_asm by Rich Felker · 12 years ago
  56. 4da268f fix issue with longjmp out of signal handlers and cancellation by Rich Felker · 12 years ago
  57. cfd892f simplify cancellation push/pop slightly by Rich Felker · 12 years ago
  58. 25d575e debloat jmp_buf in _GNU_SOURCE mode by Rich Felker · 12 years ago
  59. 0c29adf remove everything related to forkall by Rich Felker · 12 years ago
  60. af3330d some feature test fixes for unistd.h by Rich Felker · 12 years ago
  61. 030b452 fix missing _BSD_SOURCE support in bits/*.h by Rich Felker · 12 years ago
  62. 96601e3 _GNU_SOURCE implies all BSD features except ones GNU rejects by Rich Felker · 12 years ago
  63. 671ffab various header cleanups, some related to _BSD_SOURCE addition by Rich Felker · 12 years ago
  64. 9f370fa bsd_signal is a legacy (removed) XSI function, not needed in _BSD_SOURCE by Rich Felker · 12 years ago
  65. 419ae6d support _BSD_SOURCE feature test macro by Rich Felker · 12 years ago
  66. 7b5467c fix typo in utimes function that made it mess up file times by Rich Felker · 12 years ago
  67. 9ae1cf6 fix out-of-bounds array access in pthread barriers on 64-bit by Rich Felker · 12 years ago
  68. 3db29f0 move getpass decl to the right place by Rich Felker · 12 years ago
  69. 01e94c4 fix misplaced semicolon in preprocessor directive (#undef h_errno) by Rich Felker · 12 years ago
  70. c5f3add yet another try to get the check for gcc right... by Rich Felker · 12 years ago
  71. 55e2f5e fix error in last configure change (lack of escaping) 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. bc63e4f correct the check for gcc (previous version failed for cross compilers) by Rich Felker · 12 years ago
  75. 13b2945 remove some no-op end of string tests from regex parser by Rich Felker · 12 years ago
  76. e9cddc8 another BRE fix: in ^*, * is literal by Rich Felker · 12 years ago
  77. 9a7fac7 let sysconf accurately report # of cpus available by Rich Felker · 12 years ago
  78. e68c51a use __h_errno_location for h_errno by Rich Felker · 12 years ago
  79. 3777f5b susv4 removed gethostbyname, etc. legacy cruft. by Rich Felker · 12 years ago
  80. 20052b9 namespace cleanup - NI_* is NOT reserved by netdb.h by Rich Felker · 12 years ago
  81. 7db6a87 some gnu junk in netdb.h by Rich Felker · 12 years ago
  82. c3dbe9b fix missing va_list for vsyslog by Rich Felker · 12 years ago
  83. 6255c4c search: add comments to tsearch_avl.c by nsz · 12 years ago
  84. d197d64 search: add tdestroy (gnu extension) by nsz · 12 years ago
  85. b47fdcd add missing IN6_ARE_ADDR_EQUAL by Rich Felker · 12 years ago
  86. e700e59 add one more bogus legacy header by Rich Felker · 12 years ago
  87. c8b01e7 move vsyslog out of SYSLOG_NAMES conditional by Rich Felker · 12 years ago
  88. 9cfa306 Merge remote-tracking branch 'nsz/master' by Rich Felker · 12 years ago
  89. 47c2a22 remove __lock dependency from exit by Rich Felker · 12 years ago
  90. 7e310e5 fix missing static (namespace clash) by Rich Felker · 12 years ago
  91. bfb29b6 fix missing parens in bit op macros (param.h) by Rich Felker · 12 years ago
  92. 2e41887 and another bug in setbit, etc. macros.. by Rich Felker · 12 years ago
  93. e0ff0d3 fix typo in sys/param.h that broke setbit, etc. macros by Rich Felker · 12 years ago
  94. 37bb3cc omit declaration of basename wrongly interpreted as prototype in C++ by Rich Felker · 12 years ago
  95. 3738a96 math: fix remquo.c when x==-y and a subnormal remainder bug as well by nsz · 12 years ago
  96. 0e195df some assemblers don't like fistpq; use the alt. mnemonic fistpll by Rich Felker · 12 years ago
  97. 952700e fix error checking for \ at end of regex (this was broken previously) by Rich Felker · 12 years ago
  98. 1736148 fix copy and paste error in regex code causing mishandling of \) in BRE by Rich Felker · 12 years ago
  99. a5a4778 fix regex breakage in last commit (failure to handle empty regex, etc.) by Rich Felker · 12 years ago
  100. d7a90b3 fix ugly bugs in TRE regex parser by Rich Felker · 12 years ago