1. 5af1f59 make the default locale (& a variant) failure-free cases for newlocale by Rich Felker · 6 years ago
  2. 74e7040 simplify newlocale and allow failure for explicit locale names by Rich Felker · 6 years ago
  3. 6753fb6 remove volatile qualification from category pointers in __locale_struct by Rich Felker · 6 years ago
  4. d88e5df adapt setlocale to support possibility of failure by Rich Felker · 6 years ago
  5. 8084d6a adjust types in FILE struct to make line buffering check less expensive by Rich Felker · 6 years ago
  6. d8870dc optimize internal putc_unlocked macro used in putc by Rich Felker · 6 years ago
  7. a21a609 fix wrong result for putc variants due to operator precedence by Rich Felker · 6 years ago
  8. 9dd1912 further optimize getc/putc when locking is needed by Rich Felker · 6 years ago
  9. 7eda27d use prototype for function pointer in static link libc init barrier by Rich Felker · 6 years ago
  10. ba0d83e fix error in constraints for static link libc init barrier by Rich Felker · 6 years ago
  11. ab5e1e3 fix build regression due to missing file for putc changes by Rich Felker · 6 years ago
  12. d8f2efa bypass indirection through pointer objects to access stdin/out/err by Rich Felker · 6 years ago
  13. d664061 optimize hot paths of putc with manual shrink-wrapping by Rich Felker · 6 years ago
  14. dd8f02b optimize hot paths of getc with manual shrink-wrapping by Rich Felker · 6 years ago
  15. 7136836 document and make explicit desired noinline property for __init_libc by Rich Felker · 6 years ago
  16. 4390383 impose barrier between thread pointer setup and use for static linking by Rich Felker · 6 years ago
  17. a4a3e4d make thread-pointer-loading asm non-volatile by Rich Felker · 6 years ago
  18. 7f01a73 remove ancient clang workaround from powerpc pthread_arch.h asm by Rich Felker · 6 years ago
  19. bf453d6 restore attribute((const)) to pthread_self and errno location decls by Rich Felker · 6 years ago
  20. 1c84c99 add new stage 2b to dynamic linker bootstrap for thread pointer by Rich Felker · 6 years ago
  21. 2085378 move stdio locking MAYBE_WAITERS definition to stdio_impl.h by Rich Felker · 6 years ago
  22. b36c37f fix misleading placement of statement on same line as for loop in ldso by Rich Felker · 6 years ago
  23. e901613 x86_64: add single instruction fma by Szabolcs Nagy · 6 years ago
  24. 7396ef0 arm: add single instruction fma by Szabolcs Nagy · 6 years ago
  25. 7c5f3bb powerpc: add single instruction fabs, fabsf, fma, fmaf, sqrt, sqrtf by Szabolcs Nagy · 6 years ago
  26. 1da534a s390x: add single instruction fma and fmaf by Szabolcs Nagy · 6 years ago
  27. 481006f allow escaped path-separator slashes in glob by Rich Felker · 6 years ago
  28. d44b07f rewrite core of the glob implementation for correctness & optimization by Rich Felker · 6 years ago
  29. 37cd167 fix dlsym of thread-local symbols on archs with DTP_OFFSET!=0 by Rich Felker · 6 years ago
  30. b6d701a combine arch ABI's DTP_OFFSET into DTV pointers by Rich Felker · 6 years ago
  31. 09a805a fix redundant computations of strlen in glob append function by Rich Felker · 6 years ago
  32. e255258 fix invalid substitute of [1] for flexible array member in glob by Rich Felker · 6 years ago
  33. 7b384c4 fix fesetround error checking by Szabolcs Nagy · 6 years ago
  34. b3389bb fix build regression on armhf in tlsdesc asm by Rich Felker · 6 years ago
  35. d1395c4 allow freeaddrinfo of arbitrary sublists of addrinfo list by Rich Felker · 6 years ago
  36. 7bf773a inline cp15 thread pointer load in arm dynamic TLSDESC asm when possible by Rich Felker · 6 years ago
  37. 0beb9df add TLSDESC support for 32-bit arm by Rich Felker · 6 years ago
  38. 4d0a821 fix aliasing-based undefined behavior in string functions by Rich Felker · 6 years ago
  39. 8cd738b optimize nop case of wmemmove by Rich Felker · 6 years ago
  40. 82c41e9 fix undefined pointer comparison in wmemmove by Rich Felker · 6 years ago
  41. debadaa fix undefined pointer comparison in memmove by Rich Felker · 6 years ago
  42. c50985d new tsearch implementation by Szabolcs Nagy · 8 years ago
  43. 5ef6020 add arm and sh bits/ptrace.h by Szabolcs Nagy · 6 years ago
  44. f381c11 fix getaddrinfo regression with AI_ADDRCONFIG on some configurations by Rich Felker · 6 years ago
  45. dffc205 support clang internal assembler when building for arm as thumb2 code by Rich Felker · 6 years ago
  46. 7b3348a support setting of default thread stack size via PT_GNU_STACK header by Rich Felker · 6 years ago
  47. c0058ab increase default thread stack/guard size by Rich Felker · 6 years ago
  48. 792f327 limit the configurable default stack/guard size for threads by Rich Felker · 6 years ago
  49. c7ed3e9 remove redundant declarations of __default_stacksize, __default_guardsize by Rich Felker · 6 years ago
  50. 11ce1b1 fix benign data race in pthread_attr_init by Rich Felker · 6 years ago
  51. 84d061d fix deletion of pthread tsd keys that still have non-null values stored by Rich Felker · 6 years ago
  52. 0db393d fix race condition in file locking by Kaarle Ritvanen · 6 years ago
  53. 1f6cbdb getdelim: only grow buffer when necessary, improve OOM behavior by Rich Felker · 6 years ago
  54. 849e760 fix null pointer subtraction and comparison in stdio by Rich Felker · 6 years ago
  55. 5cd309f fix failure of getdelim to set stream orientation on error by Rich Felker · 6 years ago
  56. 5994de4 check for kernel support before allowing robust mutex creation by Rich Felker · 6 years ago
  57. dbcfb16 always reset DST rules during tzset by Benjamin Peterson · 6 years ago
  58. d6c855c fix undefined behavior in strto* via FILE buffer pointer abuse by Rich Felker · 6 years ago
  59. c849719 improve error handling of ttyname_r and isatty by Benjamin Peterson · 6 years ago
  60. e13063a add hidden version of &errno accessor function by Rich Felker · 6 years ago
  61. da55d48 fix build regression in sysconf for archs with variable page size by Rich Felker · 6 years ago
  62. 017e67d drop lazy plural forms init in dcngettext by Rich Felker · 6 years ago
  63. 1281779 fix broken atomic store on powerpc[64] by Rich Felker · 6 years ago
  64. 7d7f442 define MAX_HANDLE_SZ for use with name_to_handle_at by Khem Raj · 6 years ago
  65. 036df43 fix regression with compilers not incorporating C99 DR#289 resolution by Rich Felker · 6 years ago
  66. 7634101 configure: only try -Qunused-arguments for clang by Rich Felker · 6 years ago
  67. 3e14bbc wireup linux/name_to_handle_at and name_to_handle_at syscalls by Khem Raj · 6 years ago
  68. 5e46e8d remove vis.h protected-visibility hack by Rich Felker · 6 years ago
  69. 5f12ffe split internal lock API out of libc.h, creating lock.h by Rich Felker · 6 years ago
  70. 09e87db move misplaced __fork_handler declaration by Rich Felker · 6 years ago
  71. 63a4c9a remove spurious inclusion of libc.h for LFS64 ABI aliases by Rich Felker · 6 years ago
  72. 5ce3737 reduce spurious inclusion of libc.h by Rich Felker · 6 years ago
  73. 0676c3a use wrapper headers to hide most namespaced/internally-public symbols by Rich Felker · 6 years ago
  74. ced7547 remove __vfork alias by Rich Felker · 6 years ago
  75. 6d47488 hide purely dependency-triggering functions in stdio __toread & __towrite by Rich Felker · 6 years ago
  76. c04c699 declare __env_rm_add in wrapper stdlib.h by Rich Felker · 6 years ago
  77. 239c155 hide dependency-triggering pointer object in malloc_usable_size.c by Rich Felker · 6 years ago
  78. ef8d45d rework malloc_usable_size to use malloc_impl.h by Rich Felker · 6 years ago
  79. 055dfbb remove unused __futex function and source file by Rich Felker · 6 years ago
  80. a60d579 hide __pthread_once_full symbol by Rich Felker · 6 years ago
  81. a2f0eb1 declare and make hidden additional internal init/exit symbols by Rich Felker · 6 years ago
  82. a3944d3 declare and make hidden additional internal stdio symbols by Rich Felker · 6 years ago
  83. c52ae69 move declaration and apply hidden visibility to __utc string by Rich Felker · 6 years ago
  84. 81e1934 declare and make hidden more internal locale functions by Rich Felker · 6 years ago
  85. ebb6afd remove unused __getdents, rename and move file by Rich Felker · 6 years ago
  86. 3fe595d remove or make static various unused __-prefixed symbols by Rich Felker · 6 years ago
  87. 49722a8 move additional pthread internal declarations to pthread_impl.h, hide by Rich Felker · 6 years ago
  88. 7e399fa apply hidden visibility to various remaining internal interfaces by Rich Felker · 6 years ago
  89. b6e59cd apply hidden visibility to sigreturn code fragments by Rich Felker · 6 years ago
  90. 50fea6c apply hidden visibility to pthread internals by Rich Felker · 6 years ago
  91. d06fdd7 apply hidden visibility to stdio internals by Rich Felker · 6 years ago
  92. 444a1b2 apply hidden visibility to internal time[zone] implementation functions by Rich Felker · 6 years ago
  93. 46e3895 apply hidden visibility to internal math functions by Rich Felker · 6 years ago
  94. 13d1afa overhaul internally-public declarations using wrapper headers by Rich Felker · 6 years ago
  95. 8c1ac42 declare __getopt_msg in stdio_impl.h by Rich Felker · 6 years ago
  96. cf7db24 use lighter internal stdio lock in getopt error printing by Rich Felker · 6 years ago
  97. 7ab1578 add crypt_des header for declarations shared with encrypt function by Rich Felker · 6 years ago
  98. 4de46b5 make mkostemps source file include the header for its declaration by Rich Felker · 6 years ago
  99. b07a5d6 move __memalign declaration to malloc_impl.h by Rich Felker · 6 years ago
  100. 762cf6c use hidden visibility for sh __unmapself backends by Rich Felker · 6 years ago