1. f81e44a add m68k port by Rich Felker · 6 years ago
  2. 18f02c4 add support for m68k 80-bit long double variant by Rich Felker · 6 years ago
  3. 610c5a8 fix TLS layout of TLS variant I when there is a gap above TP by Szabolcs Nagy · 6 years ago
  4. 029c622 fix output size handling for multi-unicode-char big5-hkscs characters by Rich Felker · 6 years ago
  5. 165a1e3 fix iconv mapping of big5-hkscs characters that map to two unicode chars by Rich Felker · 6 years ago
  6. 99f4237 fix iconv conversion to UTF-32 with implicit (big) endianness by Will Dietz · 6 years ago
  7. 55a661f fix iconv buffer overflow converting to legacy JIS-based encodings by Will Dietz · 6 years ago
  8. 40bae2d make linking of thread-start with explicit scheduling conditional by Rich Felker · 6 years ago
  9. b8742f3 improve design of thread-start with explicit scheduling attributes by Rich Felker · 6 years ago
  10. 1db9a35 clean up and reduce size of internal pthread structure by Rich Felker · 6 years ago
  11. cdba6b2 improve joinable/detached thread state handling by Rich Felker · 6 years ago
  12. 526e64f improve pthread_exit synchronization with functions targeting tid by Rich Felker · 6 years ago
  13. 4df4216 remove incorrect ESRCH error from pthread_kill by Rich Felker · 6 years ago
  14. 9e2d820 use a dedicated futex object for pthread_join instead of tid field by Rich Felker · 6 years ago
  15. 941bd88 optimize sigisemptyset by Rich Felker · 6 years ago
  16. 375840c avoid excessive stack usage in getcwd by Rich Felker · 6 years ago
  17. 9be4ed5 getopt_long_only: don't prefix-match long-options that match short ones by Rich Felker · 6 years ago
  18. b4b1e10 reintroduce hardening against partially-replaced allocator by Rich Felker · 6 years ago
  19. 7214179 return chunks split off by memalign using __bin_chunk instead of free by Rich Felker · 6 years ago
  20. 3c2cbbe using malloc implementation types/macros/idioms for memalign by Rich Felker · 6 years ago
  21. 23389b1 move malloc implementation types and macros to an internal header by Rich Felker · 6 years ago
  22. 618b18c revert detection of partially-replaced allocator by Rich Felker · 6 years ago
  23. 3f3cc3e setvbuf: minor comment typo fix by Will Dietz · 6 years ago
  24. 0c6abb5 remove a_ctz_l from arch specific atomic_arch.h by Andre McCurdy · 6 years ago
  25. 3f6dc30 fix out of bounds write for zero length buffer in gethostname by Marc André Tanner · 6 years ago
  26. 0b80a7b add support for caller-provided buffers to setvbuf by Rich Felker · 6 years ago
  27. 6019459 clean up allocation/setup logic for open_[w]memstream by Rich Felker · 6 years ago
  28. 0b043c7 clean up allocation/setup logic for fmemopen by Rich Felker · 6 years ago
  29. 4245a23 minor cleanup in fopencookie by Rich Felker · 6 years ago
  30. c9f415d allow interposition/replacement of allocator (malloc) by Rich Felker · 6 years ago
  31. c1014a8 refactor flockfile not to duplicate lock mechanism logic by Rich Felker · 6 years ago
  32. c21f750 fix stdio lock dependency on read-after-free not faulting by Rich Felker · 6 years ago
  33. 5020275 remove unused __brk function/source file by Rich Felker · 6 years ago
  34. 14032c3 comment __malloc_donate overflow logic by Rich Felker · 6 years ago
  35. ce7ae11 ldso, malloc: implement reclaim_gaps via __malloc_donate by Alexander Monakov · 6 years ago
  36. d889cc3 malloc: fix an over-allocation bug by Alexander Monakov · 6 years ago
  37. 4bf0717 fix return value of nice function by Rich Felker · 6 years ago
  38. 424eab2 optimize malloc0 by Alexander Monakov · 7 years ago
  39. 10e4bd3 fix incorrect results for catan with some inputs by Rich Felker · 6 years ago
  40. ae2a01d fix wrong result in casin and many related complex functions by Rich Felker · 6 years ago
  41. ea81529 implement wcsftime padding specifier extensions by Samuel Holland · 6 years ago
  42. 119bc55 prevent bypass of guarantee that suids start with fd 0/1/2 open by Rich Felker · 6 years ago
  43. 282b1cd fix fmaf wrong result by Szabolcs Nagy · 6 years ago
  44. 0cf5058 fix nl_langinfo_l(CODESET, loc) reporting wrong locale's value by Rich Felker · 6 years ago
  45. 57b97b4 add public interface headers to implementation files by Rich Felker · 6 years ago
  46. 2fae10f fix aliasing violations in fgetpos/fsetpos by Rich Felker · 6 years ago
  47. 455bd82 use idiomatic safe form for FUNLOCK macro by Rich Felker · 6 years ago
  48. 7c59d09 in vswprintf, initialize the FILE rather than memset-and-assign by Rich Felker · 6 years ago
  49. aaa29c2 remove unused MIN macro from getdelim source file by Rich Felker · 6 years ago
  50. 0fbe53e remove useless null check before call to free in fclose by Rich Felker · 6 years ago
  51. 52d42b5 remove useless and confusing parentheses in stdio __towrite function by Rich Felker · 6 years ago
  52. e7eeeb9 avoid use of readv syscall in __stdio_read backend when not needed by Rich Felker · 6 years ago
  53. f928041 consistently return number of bytes read from stdio read backend by Rich Felker · 6 years ago
  54. 9bf9c73 remove obfuscated flags bit-twiddling logic in __stdio_read by Rich Felker · 6 years ago
  55. b123f23 fix getopt wrongly treating colons in optstring as valid option chars by Rich Felker · 6 years ago
  56. 82f1768 add getentropy function by Rich Felker · 6 years ago
  57. e206582 add getrandom syscall wrapper by Hauke Mehrtens · 7 years ago
  58. 6d61024 convert execvp error handling to switch statement by Rich Felker · 6 years ago
  59. 8e0b380 fix execvp failing on not-dir entries in PATH. by Przemyslaw Pawelczyk · 7 years ago
  60. 75cba9c fix incorrect overflow check for allocation in fmemopen by Rich Felker · 6 years ago
  61. 23ddab8 make getcwd fail if it cannot obtain an absolute path by Dmitry V. Levin · 7 years ago
  62. c7f0da4 adjust strftime + modifier to match apparent intent of POSIX by Rich Felker · 6 years ago
  63. 596207a fix strftime field widths with %F format and zero year by Rich Felker · 6 years ago
  64. cc7c300 document pthread structure ABI constraints in comments by Rich Felker · 6 years ago
  65. e53296f re-fix child reaping in wordexp by Alexander Monakov · 6 years ago
  66. cd0ae68 revert regression in faccessat AT_EACCESS robustness by Rich Felker · 6 years ago
  67. 7c709f2 store pthread stack guard sizes for pthread_getattr_np by William Pitcock · 6 years ago
  68. 6f03b61 getopt_long: accept prefix match of long options containing equals signs by Samuel Holland · 6 years ago
  69. f1abc29 fix getopt_long arguments to partial matches by Samuel Holland · 6 years ago
  70. b64539a fix printf alt-form octal with value 0 and no explicit precision by Rich Felker · 7 years ago
  71. 32482f6 revise the definition of multiple basic locks in the code by Jens Gustedt · 7 years ago
  72. c4bc0b1 consistently use the LOCK an UNLOCK macros by Jens Gustedt · 7 years ago
  73. 47d0bcd new lock algorithm with state and congestion count in one atomic int by Jens Gustedt · 7 years ago
  74. 628cf97 fix iconv output of surrogate pairs in ucs2 by Rich Felker · 7 years ago
  75. 95c6044 add support for BOM-determined-endian UCS2, UTF-16, and UTF-32 to iconv by Rich Felker · 7 years ago
  76. 9d4d0ee add cp866 (dos cyrillic) to iconv by Rich Felker · 7 years ago
  77. 54941ed update case mappings to unicode 10.0 by Rich Felker · 7 years ago
  78. c72c1c5 update ctype tables to unicode 10.0 by Rich Felker · 7 years ago
  79. d3f2333 reformat ctype tables to be diff-friendly, match tool output by Rich Felker · 7 years ago
  80. eb7f93c use the name UTC instead of GMT for UTC timezone by Natanael Copa · 7 years ago
  81. 3ec8287 fix sysconf for infinite rlimits by Natanael Copa · 7 years ago
  82. 6430315 fix data race in at_quick_exit by Rich Felker · 7 years ago
  83. 01957be add ibm1047 codepage (ebcdic representation of latin1) to iconv by Rich Felker · 7 years ago
  84. 8a6bd73 implement strftime padding specifier extensions by Timo Teräs · 8 years ago
  85. 0618433 implement the fopencookie extension to stdio by William Pitcock · 7 years ago
  86. 4000b01 make fgetwc handling of encoding errors consistent with/without buffer by Rich Felker · 7 years ago
  87. a90d9da fix treatment by fgetws of encoding errors as eof by Rich Felker · 7 years ago
  88. 7265615 fix fgetwc when decoding a character that crosses buffer boundary by Szabolcs Nagy · 7 years ago
  89. a223dbd add reverse iconv mappings for JIS-based encodings by Rich Felker · 7 years ago
  90. 105eff9 generalize iconv framework for 8-bit codepages by Rich Felker · 7 years ago
  91. d060edf reformat cjk iconv tables to be diff-friendly, match tool output by Rich Felker · 7 years ago
  92. c21051e prevent fork's errno from being clobbered by atfork handlers by Bobby Bingham · 7 years ago
  93. a39f20b add iso-2022-jp support (decoding only) to iconv by Rich Felker · 7 years ago
  94. 5b546fa add iconv framework for decoding stateful encodings by Rich Felker · 7 years ago
  95. 0df5b39 simplify/optimize iconv utf-8 case by Rich Felker · 7 years ago
  96. 9eb6dd5 handle ascii range individually in each iconv case by Rich Felker · 7 years ago
  97. bff59d1 move iconv_close to its own translation unit by Rich Felker · 7 years ago
  98. 79f49ef refactor iconv conversion descriptor encoding/decoding by Rich Felker · 7 years ago
  99. 30fdda6 fix getaddrinfo error code for non-numeric service with AI_NUMERICSERV by A. Wilcox · 7 years ago
  100. 67b2994 fix mismatched type of __pthread_tsd_run_dtors weak definition by Rich Felker · 7 years ago