1. 4d0a821 fix aliasing-based undefined behavior in string functions by Rich Felker · 6 years ago
  2. 8cd738b optimize nop case of wmemmove by Rich Felker · 6 years ago
  3. 82c41e9 fix undefined pointer comparison in wmemmove by Rich Felker · 6 years ago
  4. debadaa fix undefined pointer comparison in memmove by Rich Felker · 6 years ago
  5. c50985d new tsearch implementation by Szabolcs Nagy · 8 years ago
  6. 5ef6020 add arm and sh bits/ptrace.h by Szabolcs Nagy · 6 years ago
  7. f381c11 fix getaddrinfo regression with AI_ADDRCONFIG on some configurations by Rich Felker · 6 years ago
  8. dffc205 support clang internal assembler when building for arm as thumb2 code by Rich Felker · 6 years ago
  9. 7b3348a support setting of default thread stack size via PT_GNU_STACK header by Rich Felker · 6 years ago
  10. c0058ab increase default thread stack/guard size by Rich Felker · 6 years ago
  11. 792f327 limit the configurable default stack/guard size for threads by Rich Felker · 6 years ago
  12. c7ed3e9 remove redundant declarations of __default_stacksize, __default_guardsize by Rich Felker · 6 years ago
  13. 11ce1b1 fix benign data race in pthread_attr_init by Rich Felker · 6 years ago
  14. 84d061d fix deletion of pthread tsd keys that still have non-null values stored by Rich Felker · 6 years ago
  15. 0db393d fix race condition in file locking by Kaarle Ritvanen · 6 years ago
  16. 1f6cbdb getdelim: only grow buffer when necessary, improve OOM behavior by Rich Felker · 6 years ago
  17. 849e760 fix null pointer subtraction and comparison in stdio by Rich Felker · 6 years ago
  18. 5cd309f fix failure of getdelim to set stream orientation on error by Rich Felker · 6 years ago
  19. 5994de4 check for kernel support before allowing robust mutex creation by Rich Felker · 6 years ago
  20. dbcfb16 always reset DST rules during tzset by Benjamin Peterson · 6 years ago
  21. d6c855c fix undefined behavior in strto* via FILE buffer pointer abuse by Rich Felker · 6 years ago
  22. c849719 improve error handling of ttyname_r and isatty by Benjamin Peterson · 6 years ago
  23. e13063a add hidden version of &errno accessor function by Rich Felker · 6 years ago
  24. da55d48 fix build regression in sysconf for archs with variable page size by Rich Felker · 6 years ago
  25. 017e67d drop lazy plural forms init in dcngettext by Rich Felker · 6 years ago
  26. 1281779 fix broken atomic store on powerpc[64] by Rich Felker · 6 years ago
  27. 7d7f442 define MAX_HANDLE_SZ for use with name_to_handle_at by Khem Raj · 6 years ago
  28. 036df43 fix regression with compilers not incorporating C99 DR#289 resolution by Rich Felker · 6 years ago
  29. 7634101 configure: only try -Qunused-arguments for clang by Rich Felker · 6 years ago
  30. 3e14bbc wireup linux/name_to_handle_at and name_to_handle_at syscalls by Khem Raj · 6 years ago
  31. 5e46e8d remove vis.h protected-visibility hack by Rich Felker · 6 years ago
  32. 5f12ffe split internal lock API out of libc.h, creating lock.h by Rich Felker · 6 years ago
  33. 09e87db move misplaced __fork_handler declaration by Rich Felker · 6 years ago
  34. 63a4c9a remove spurious inclusion of libc.h for LFS64 ABI aliases by Rich Felker · 6 years ago
  35. 5ce3737 reduce spurious inclusion of libc.h by Rich Felker · 6 years ago
  36. 0676c3a use wrapper headers to hide most namespaced/internally-public symbols by Rich Felker · 6 years ago
  37. ced7547 remove __vfork alias by Rich Felker · 6 years ago
  38. 6d47488 hide purely dependency-triggering functions in stdio __toread & __towrite by Rich Felker · 6 years ago
  39. c04c699 declare __env_rm_add in wrapper stdlib.h by Rich Felker · 6 years ago
  40. 239c155 hide dependency-triggering pointer object in malloc_usable_size.c by Rich Felker · 6 years ago
  41. ef8d45d rework malloc_usable_size to use malloc_impl.h by Rich Felker · 6 years ago
  42. 055dfbb remove unused __futex function and source file by Rich Felker · 6 years ago
  43. a60d579 hide __pthread_once_full symbol by Rich Felker · 6 years ago
  44. a2f0eb1 declare and make hidden additional internal init/exit symbols by Rich Felker · 6 years ago
  45. a3944d3 declare and make hidden additional internal stdio symbols by Rich Felker · 6 years ago
  46. c52ae69 move declaration and apply hidden visibility to __utc string by Rich Felker · 6 years ago
  47. 81e1934 declare and make hidden more internal locale functions by Rich Felker · 6 years ago
  48. ebb6afd remove unused __getdents, rename and move file by Rich Felker · 6 years ago
  49. 3fe595d remove or make static various unused __-prefixed symbols by Rich Felker · 6 years ago
  50. 49722a8 move additional pthread internal declarations to pthread_impl.h, hide by Rich Felker · 6 years ago
  51. 7e399fa apply hidden visibility to various remaining internal interfaces by Rich Felker · 6 years ago
  52. b6e59cd apply hidden visibility to sigreturn code fragments by Rich Felker · 6 years ago
  53. 50fea6c apply hidden visibility to pthread internals by Rich Felker · 6 years ago
  54. d06fdd7 apply hidden visibility to stdio internals by Rich Felker · 6 years ago
  55. 444a1b2 apply hidden visibility to internal time[zone] implementation functions by Rich Felker · 6 years ago
  56. 46e3895 apply hidden visibility to internal math functions by Rich Felker · 6 years ago
  57. 13d1afa overhaul internally-public declarations using wrapper headers by Rich Felker · 6 years ago
  58. 8c1ac42 declare __getopt_msg in stdio_impl.h by Rich Felker · 6 years ago
  59. cf7db24 use lighter internal stdio lock in getopt error printing by Rich Felker · 6 years ago
  60. 7ab1578 add crypt_des header for declarations shared with encrypt function by Rich Felker · 6 years ago
  61. 4de46b5 make mkostemps source file include the header for its declaration by Rich Felker · 6 years ago
  62. b07a5d6 move __memalign declaration to malloc_impl.h by Rich Felker · 6 years ago
  63. 762cf6c use hidden visibility for sh __unmapself backends by Rich Felker · 6 years ago
  64. fe61a7a rework mechanism for posix_spawnp calling posix_spawn by Rich Felker · 6 years ago
  65. 039f1b3 make arch __fesetround backends hidden by Rich Felker · 6 years ago
  66. 5e1019b make arch __set_thread_area backends hidden by Rich Felker · 6 years ago
  67. f5f7673 make arch __clone backends hidden by Rich Felker · 6 years ago
  68. 1bbe166 move tlsdesc and internal dl function declarations to dynlink.h by Rich Felker · 6 years ago
  69. 15230af add internal header for declaring __pleval function (used by gettext) by Rich Felker · 6 years ago
  70. 50a298e move __stdio_exit_needed to stdio_impl.h by Rich Felker · 6 years ago
  71. 7dc8df5 move __loc_is_allocated declaration to locale_impl.h by Rich Felker · 6 years ago
  72. 91c6a18 move declarations of tls setup/access functions to pthread_impl.h by Rich Felker · 6 years ago
  73. f9db9ec add and use internal header for *rand48 lcg by Rich Felker · 6 years ago
  74. 01294da move __strftime_fmt_1 declaration to time_impl.h by Rich Felker · 6 years ago
  75. 72bc6cb move __tm_to_tzname declaration to time_impl.h with related functions by Rich Felker · 6 years ago
  76. 8dafb84 remove unused code from strcpy.c by Rich Felker · 6 years ago
  77. 432f9f0 move __res_msend_rc declaration to lookup.h by Rich Felker · 6 years ago
  78. 405102d fix type-mismatched declarations of __nl_langinfo_l in source files by Rich Felker · 6 years ago
  79. 60056a8 for c11 mtx and cnd functions, use externally consistent type names by Rich Felker · 6 years ago
  80. c98bf5b move and deduplicate declarations of __dns_parse to make it checkable by Rich Felker · 6 years ago
  81. 59d8894 move lgamma-related internal declarations to libm.h by Rich Felker · 6 years ago
  82. aee11e5 declare __syscall_ret as hidden in vfork asm by Rich Felker · 6 years ago
  83. a8c5379 add arm asm for vfork by Patrick Oppenlander · 6 years ago
  84. 55a1c9c move declarations for malloc internals to malloc_impl.h by Rich Felker · 6 years ago
  85. 18bf082 improve machinery for ldso to report libc version by Rich Felker · 6 years ago
  86. 3b028c2 make internal declarations for flockfile tracking functions checkable by Rich Felker · 6 years ago
  87. 736a950 make inadvertently exposed __h{create,delete,search}_r functions static by Rich Felker · 6 years ago
  88. 10bbbbf make inadvertently exposed __pthread_{timed,try}join_np functions static by Rich Felker · 6 years ago
  89. b5dbf4d use idiomatic weak alias approach for defining asctime_r by Rich Felker · 6 years ago
  90. cb229f6 move and deduplicate declarations of __vdsosym to make it checkable by Rich Felker · 6 years ago
  91. 6fcd60d move and deduplicate declarations of __procfdname to make it checkable by Rich Felker · 6 years ago
  92. c221d3e fix issues from public functions defined without declaration visible by Rich Felker · 6 years ago
  93. eeb6f77 remove leftover declarations for removed functions from pthread_impl.h by Rich Felker · 6 years ago
  94. 9b95fd0 define and use internal macros for hidden visibility, weak refs by Rich Felker · 6 years ago
  95. 2de29bc fix namespace violation for c11 mutex functions by Rich Felker · 6 years ago
  96. d1fa288 in pthread_mutex_timedlock, avoid repeatedly reading mutex type field by Rich Felker · 6 years ago
  97. 4e4a162 in pthread_mutex_trylock, EBUSY out more directly when possible by Rich Felker · 6 years ago
  98. 4fb273b fix mistake/cruft in 1.1.20 release notes by Rich Felker · 6 years ago
  99. e36f80c implement fexecve in terms of execveat when it exists by Joseph C. Sible · 6 years ago
  100. 0fa1e63 release 1.1.20 by Rich Felker · 6 years ago