1. ce337da make dynamic linker work around MAP_FAILED mmap failure on nommu kernels by Rich Felker · 9 years ago
  2. a593414 reimplement strverscmp to fix corner cases by Rich Felker · 9 years ago
  3. 153e952 fix regression/typo that disabled __simple_malloc when calloc is used by Rich Felker · 9 years ago
  4. ba81978 fix calloc when __simple_malloc implementation is used by Rich Felker · 9 years ago
  5. 55d061f provide __stack_chk_fail_local in libc.a by Rich Felker · 9 years ago
  6. ce3688e work around mips detached thread exit breakage due to kernel regression by Rich Felker · 9 years ago
  7. 75eceb3 ignore ENOSYS error from mprotect in pthread_create and dynamic linker by Rich Felker · 9 years ago
  8. 10d0268 switch to using trap number 31 for syscalls on sh by Rich Felker · 9 years ago
  9. 3366a99 switch sh port's __unmapself to generic version when running on sh2/nommu by Rich Felker · 9 years ago
  10. f9d8455 add support for sh2 interrupt-masking-based atomics to sh port by Rich Felker · 9 years ago
  11. 1b0cdc8 refactor stdio open file list handling, move it out of global libc struct by Rich Felker · 9 years ago
  12. f22a9ed byte-based C locale, phase 3: make MB_CUR_MAX variable to activate code by Rich Felker · 9 years ago
  13. 16f18d0 byte-based C locale, phase 2: stdio and iconv (multibyte callers) by Rich Felker · 9 years ago
  14. 1507ebf byte-based C locale, phase 1: multibyte character handling functions by Rich Felker · 9 years ago
  15. 38e2f72 fix btowc corner case by Rich Felker · 9 years ago
  16. ee59c29 arm: add vdso support by Szabolcs Nagy · 9 years ago
  17. e3bc22f refactor malloc's expand_heap to share with __simple_malloc by Rich Felker · 9 years ago
  18. 4ef9b82 remove cancellation points in stdio by Rich Felker · 9 years ago
  19. 536c6d5 fix idiom for setting stdio stream orientation to wide by Rich Felker · 9 years ago
  20. f8f565d add printing of null %s arguments as "(null)" in wide printf by Rich Felker · 9 years ago
  21. f9e25d8 add %m support to wide printf by Rich Felker · 9 years ago
  22. ec634aa add sh asm for vfork by Rich Felker · 9 years ago
  23. c30cbcb implement arch-generic version of __unmapself by Rich Felker · 9 years ago
  24. 276904c in malloc, refuse to use brk if it grows into stack by Rich Felker · 9 years ago
  25. bd1eace fix spurious errors from pwd/grp functions when nscd backend is absent by Rich Felker · 9 years ago
  26. 75ce450 fix regression in pre-v7 arm on kernels with kuser helper removed by Rich Felker · 9 years ago
  27. 32f3c4f add multiple inclusion guard to locale_impl.h by Rich Felker · 9 years ago
  28. 04b8360 remove redefinition of MB_CUR_MAX in locale_impl.h by Rich Felker · 9 years ago
  29. 16bf466 make static C and C.UTF-8 locales available outside of newlocale by Rich Felker · 9 years ago
  30. 312eea2 remove another invalid skip of locking in ungetwc by Rich Felker · 9 years ago
  31. 3d7e32d add macro version of ctype.h isascii function by Rich Felker · 9 years ago
  32. 7e816a6 remove invalid skip of locking in ungetwc by Rich Felker · 9 years ago
  33. 63f4b9f fix uselocale((locale_t)0) not to modify locale by Timo Teräs · 9 years ago
  34. e6f0900 release 1.1.10 by Rich Felker · 9 years ago
  35. b6a6cd7 fix dynamic linker regression processing R_*_NONE type relocations by Rich Felker · 9 years ago
  36. 585ba14 add additional Makefile dependency rules for rcrt1.o PIE start file by Rich Felker · 9 years ago
  37. 2b4fcfd fix failure of ungetc and ungetwc to work on files in eof status by Rich Felker · 9 years ago
  38. b6e7c66 add missing legacy LFS64 macros in sys/resource.h by Rich Felker · 9 years ago
  39. fc431d3 configure: work around compilers that merely warn for unknown options by Shiz · 9 years ago
  40. aeeac9c implement fail-safe static locales for newlocale by Rich Felker · 9 years ago
  41. 11858d3 rename internal locale file handling locale maps by Rich Felker · 9 years ago
  42. 61a3364 overhaul locale internals to treat categories roughly uniformly by Rich Felker · 9 years ago
  43. 63c188e replace atomics with locks in locale-setting code by Rich Felker · 9 years ago
  44. dc031ee add rcrt1 start file for fully static-linked PIE by Rich Felker · 9 years ago
  45. ed0c824 fix incorrect application of visibility to Scrt1.o by Rich Felker · 9 years ago
  46. 9bbddf7 reprocess all libc/ldso symbolic relocations in dynamic linking stage 3 by Rich Felker · 9 years ago
  47. 768b82c move call to dynamic linker stage-3 into stage-2 function by Rich Felker · 9 years ago
  48. 967bcbf mark mips crt code as code by Rich Felker · 9 years ago
  49. 7b75c48 mark mips cancellable syscall code as code by Rich Felker · 9 years ago
  50. 0e0e494 simplify/shrink relocation processing in dynamic linker stage 1 by Rich Felker · 9 years ago
  51. 09db855 remove processing of DT_JMPREL from dynamic linker stage 1 bootstrap by Rich Felker · 9 years ago
  52. 9f26ebd fix stack alignment code in mips crt_arch.h by Rich Felker · 9 years ago
  53. 63caf1d add .text section directive to all crt_arch.h files missing it by Rich Felker · 9 years ago
  54. 3b0e832 remove outdated and misleading comment in iconv.c by Rich Felker · 9 years ago
  55. 39b8ce6 in iconv_open, accept "CHAR" and "" as aliases for "UTF-8" by Rich Felker · 9 years ago
  56. c648cef fix inconsistency in a_and and a_or argument types on x86[_64] by Rich Felker · 9 years ago
  57. 390f93e inline llsc atomics when building for sh4a by Bobby Bingham · 9 years ago
  58. c093e2e reprocess libc/ldso RELA relocations in stage 3 of dynamic linking by Rich Felker · 9 years ago
  59. 43e9f65 fix null pointer dereference in dcngettext under specific conditions by Rich Felker · 9 years ago
  60. 68630b5 eliminate costly tricks to avoid TLS access for current locale state by Rich Felker · 9 years ago
  61. 707d7c3 in i386 __set_thread_area, don't assume %gs register is initially zero by Rich Felker · 9 years ago
  62. c0f10cf make arm reloc.h CRTJMP macro compatible with thumb by Rich Felker · 9 years ago
  63. 83340c7 make arm crt_arch.h compatible with thumb code generation by Rich Felker · 9 years ago
  64. dbf74a9 release 1.1.9 by Rich Felker · 9 years ago
  65. 20de36c fix netinet/ether.h for c++ by Szabolcs Nagy · 9 years ago
  66. ece0c48 fix futimes legacy function with null tv pointer by Rich Felker · 9 years ago
  67. 484194d fix stack protector crashes on x32 & powerpc due to misplaced TLS canary by Rich Felker · 9 years ago
  68. d0040e2 improve iswdigit macro to diagnose errors by Rich Felker · 9 years ago
  69. 7fe273b fix broken cancellation on x32 due to incorrect saved-PC offset by Rich Felker · 9 years ago
  70. 551c1d7 fix crash in x32 sigsetjmp by Rich Felker · 9 years ago
  71. 2d5c74c fix x32 __set_thread_area failure due to junk in upper bits by Rich Felker · 9 years ago
  72. 4f69594 fix dangling pointers in x32 syscall timespec fixup code by Rich Felker · 9 years ago
  73. 7561ac4 add IPTOS_CLASS_* macros to netinet/ip.h by Szabolcs Nagy · 9 years ago
  74. b02eed9 complex: fix ctanh(+-0+i*nan) and ctanh(+-0+-i*inf) by Szabolcs Nagy · 9 years ago
  75. e98a546 fix integer overflow in elf.h macro SHF_EXCLUDE by Rich Felker · 9 years ago
  76. 58fa856 fix mishandling of ENOMEM return case in internal getgrent_a function by Rich Felker · 9 years ago
  77. 18f75b8 fix __syscall declaration with wrong visibility in syscall_arch.h by Szabolcs Nagy · 9 years ago
  78. 4e50b2e aarch64: fix CRTJMP in reloc.h by Szabolcs Nagy · 9 years ago
  79. 85d12e0 fix sh jmp_buf size to match ABI by Rich Felker · 9 years ago
  80. 82acacc fix name of sh crt asm directory by Rich Felker · 9 years ago
  81. 94f4c82 fix build regression in aarch64 sigsetjmp by Rich Felker · 9 years ago
  82. 1fb0878 fix ldso name for sh-nofpu subarch by Rich Felker · 9 years ago
  83. a658afb fix build regression in sh-nofpu subarch due to missing symbol by Rich Felker · 9 years ago
  84. 7faee5f fix failure of sh reloc.h to properly detect endianness for ldso name by Rich Felker · 9 years ago
  85. abead1b fix misalignment of dtv in static-linked programs with odd-sized TLS by Rich Felker · 9 years ago
  86. 23129ab remove dead store from static __init_tls by Rich Felker · 9 years ago
  87. 5f51d52 make __init_tp function static when static linking by Rich Felker · 9 years ago
  88. f109781 add dependency of dlstart.lo on crt_arch.h to Makefile by Rich Felker · 9 years ago
  89. 18938c2 fix regression in x86_64 math asm with old binutils by Rich Felker · 9 years ago
  90. 3aacb54 fix syntax errors in configure script by Rich Felker · 9 years ago
  91. afbcac6 minor optimization to pthread_spin_trylock by Rich Felker · 9 years ago
  92. 7b1fb0c optimize spin lock not to dirty cache line while spinning by Rich Felker · 9 years ago
  93. b8dda24 in visibility preinclude, remove overrides for stdin/stdout/stderr by Rich Felker · 9 years ago
  94. f203b35 fix inconsistent visibility for __hwcap and __sysinfo symbols by Rich Felker · 9 years ago
  95. 3e827b7 remove additional libc struct accessor cruft by Rich Felker · 9 years ago
  96. c267fb8 remove useless visibility application from static-linking-only code by Rich Felker · 9 years ago
  97. 9d836f4 remove libc.h dependency from otherwise-independent multibyte code by Rich Felker · 9 years ago
  98. f9cccfc remove cruft for libc struct accessor function and broken visibility by Rich Felker · 9 years ago
  99. 428462a make configure check for visibility preinclude compatible with pcc by Rich Felker · 9 years ago
  100. 873e0ec fix duplocale clobbering of new locale struct with memcpy of old by Rich Felker · 9 years ago