1. c648cef fix inconsistency in a_and and a_or argument types on x86[_64] by Rich Felker · 9 years ago
  2. 390f93e inline llsc atomics when building for sh4a by Bobby Bingham · 9 years ago
  3. c093e2e reprocess libc/ldso RELA relocations in stage 3 of dynamic linking by Rich Felker · 9 years ago
  4. 43e9f65 fix null pointer dereference in dcngettext under specific conditions by Rich Felker · 9 years ago
  5. 68630b5 eliminate costly tricks to avoid TLS access for current locale state by Rich Felker · 9 years ago
  6. 707d7c3 in i386 __set_thread_area, don't assume %gs register is initially zero by Rich Felker · 9 years ago
  7. c0f10cf make arm reloc.h CRTJMP macro compatible with thumb by Rich Felker · 9 years ago
  8. 83340c7 make arm crt_arch.h compatible with thumb code generation by Rich Felker · 9 years ago
  9. dbf74a9 release 1.1.9 by Rich Felker · 9 years ago
  10. 20de36c fix netinet/ether.h for c++ by Szabolcs Nagy · 9 years ago
  11. ece0c48 fix futimes legacy function with null tv pointer by Rich Felker · 9 years ago
  12. 484194d fix stack protector crashes on x32 & powerpc due to misplaced TLS canary by Rich Felker · 9 years ago
  13. d0040e2 improve iswdigit macro to diagnose errors by Rich Felker · 10 years ago
  14. 7fe273b fix broken cancellation on x32 due to incorrect saved-PC offset by Rich Felker · 10 years ago
  15. 551c1d7 fix crash in x32 sigsetjmp by Rich Felker · 10 years ago
  16. 2d5c74c fix x32 __set_thread_area failure due to junk in upper bits by Rich Felker · 10 years ago
  17. 4f69594 fix dangling pointers in x32 syscall timespec fixup code by Rich Felker · 10 years ago
  18. 7561ac4 add IPTOS_CLASS_* macros to netinet/ip.h by Szabolcs Nagy · 10 years ago
  19. b02eed9 complex: fix ctanh(+-0+i*nan) and ctanh(+-0+-i*inf) by Szabolcs Nagy · 10 years ago
  20. e98a546 fix integer overflow in elf.h macro SHF_EXCLUDE by Rich Felker · 10 years ago
  21. 58fa856 fix mishandling of ENOMEM return case in internal getgrent_a function by Rich Felker · 10 years ago
  22. 18f75b8 fix __syscall declaration with wrong visibility in syscall_arch.h by Szabolcs Nagy · 10 years ago
  23. 4e50b2e aarch64: fix CRTJMP in reloc.h by Szabolcs Nagy · 10 years ago
  24. 85d12e0 fix sh jmp_buf size to match ABI by Rich Felker · 10 years ago
  25. 82acacc fix name of sh crt asm directory by Rich Felker · 10 years ago
  26. 94f4c82 fix build regression in aarch64 sigsetjmp by Rich Felker · 10 years ago
  27. 1fb0878 fix ldso name for sh-nofpu subarch by Rich Felker · 10 years ago
  28. a658afb fix build regression in sh-nofpu subarch due to missing symbol by Rich Felker · 10 years ago
  29. 7faee5f fix failure of sh reloc.h to properly detect endianness for ldso name by Rich Felker · 10 years ago
  30. abead1b fix misalignment of dtv in static-linked programs with odd-sized TLS by Rich Felker · 10 years ago
  31. 23129ab remove dead store from static __init_tls by Rich Felker · 10 years ago
  32. 5f51d52 make __init_tp function static when static linking by Rich Felker · 10 years ago
  33. f109781 add dependency of dlstart.lo on crt_arch.h to Makefile by Rich Felker · 10 years ago
  34. 18938c2 fix regression in x86_64 math asm with old binutils by Rich Felker · 10 years ago
  35. 3aacb54 fix syntax errors in configure script by Rich Felker · 10 years ago
  36. afbcac6 minor optimization to pthread_spin_trylock by Rich Felker · 10 years ago
  37. 7b1fb0c optimize spin lock not to dirty cache line while spinning by Rich Felker · 10 years ago
  38. b8dda24 in visibility preinclude, remove overrides for stdin/stdout/stderr by Rich Felker · 10 years ago
  39. f203b35 fix inconsistent visibility for __hwcap and __sysinfo symbols by Rich Felker · 10 years ago
  40. 3e827b7 remove additional libc struct accessor cruft by Rich Felker · 10 years ago
  41. c267fb8 remove useless visibility application from static-linking-only code by Rich Felker · 10 years ago
  42. 9d836f4 remove libc.h dependency from otherwise-independent multibyte code by Rich Felker · 10 years ago
  43. f9cccfc remove cruft for libc struct accessor function and broken visibility by Rich Felker · 10 years ago
  44. 428462a make configure check for visibility preinclude compatible with pcc by Rich Felker · 10 years ago
  45. 873e0ec fix duplocale clobbering of new locale struct with memcpy of old by Rich Felker · 10 years ago
  46. a6274a1 configure: check for -march and -mtune passed via CC by Andre McCurdy · 10 years ago
  47. ea1b6bb remove dead case for F_SETLKW in fcntl by Rich Felker · 10 years ago
  48. 086793a fix mmap leak in sem_open failure path for link call by Rich Felker · 10 years ago
  49. c5ab5bd remove always-true conditional in dynamic linker TLSDESC processing by Rich Felker · 10 years ago
  50. 97b72d2 remove redundant code in do_dlsym function by Rich Felker · 10 years ago
  51. 4bf10eb fix breakage in x32 dynamic linker due to mismatching register size by Rich Felker · 10 years ago
  52. 60ed988 fix regression in configure script with new visibility option by Rich Felker · 10 years ago
  53. de2b67f add optional global visibility override by Rich Felker · 10 years ago
  54. 51fc77c remove invalid PLT calls from or1k asm by Rich Felker · 10 years ago
  55. cf1a9d9 remove possible-textrels from powerpc asm by Rich Felker · 10 years ago
  56. a880e6c remove invalid PLT calls from microblaze asm by Rich Felker · 10 years ago
  57. 646cb9a remove invalid PLT calls from sh asm by Rich Felker · 10 years ago
  58. b35c4c4 remove potentially PIC-incompatible relocations from x86_64 and x32 asm by Rich Felker · 10 years ago
  59. 8ed66ec remove the last of possible-textrels from i386 asm by Rich Felker · 10 years ago
  60. 01d4274 make dlerror state and message thread-local and dynamically-allocated by Rich Felker · 10 years ago
  61. fa80787 add missing 'void' in prototypes of internal pthread functions by Alexander Monakov · 10 years ago
  62. cb5c057 math: fix pow(+-0,-inf) not to raise divbyzero flag by Szabolcs Nagy · 10 years ago
  63. 1b1cafa apply hidden visibility to tlsdesc accessor functions by Rich Felker · 10 years ago
  64. ca7977b comment fixes in aarch64 tlsdesc asm by Szabolcs Nagy · 10 years ago
  65. 326e126 ensure debugger hook for dynamic linker does not point to a PLT slot by Rich Felker · 10 years ago
  66. 02e5d56 add PR_*_FP_MODE prctl options by Szabolcs Nagy · 10 years ago
  67. 658aefd add PR_MPX_*_MANAGEMENT prctl options by Szabolcs Nagy · 10 years ago
  68. 1bfeb1d add IP_CHECKSUM socket option to netinet/in.h by Szabolcs Nagy · 10 years ago
  69. 87c62d0 add execveat syscall number to microblaze by Szabolcs Nagy · 10 years ago
  70. 2ca55a9 improve ctype.h macros to diagnose errors by Rich Felker · 10 years ago
  71. 19bcdee fix missing quotation mark in mips crt_arch.h that broke build by Rich Felker · 10 years ago
  72. 8b0d66d fix mips fesetenv(FE_DFL_ENV) again by Rich Felker · 10 years ago
  73. aecdbb3 fix PLT call offset in sh dlsym asm by Rich Felker · 10 years ago
  74. 33615cd fix sh build regressions in asm by Rich Felker · 10 years ago
  75. 64fbd15 fix sh __set_thread_area uninitialized return value by Rich Felker · 10 years ago
  76. 583e551 redesign sigsetjmp so that signal mask is restored after longjmp by Rich Felker · 10 years ago
  77. 81e18eb use hidden __tls_get_new for tls/tlsdesc lookup fallback cases by Rich Felker · 10 years ago
  78. 9c738dc cleanup use of visibility attributes in pthread_cancel.c by Rich Felker · 10 years ago
  79. 7405cd1 fix inconsistent visibility for internal syscall symbols by Rich Felker · 10 years ago
  80. 72b25dd use hidden visibility for call from dlsym to internal __dlsym by Rich Felker · 10 years ago
  81. cbc02ba consistently use hidden visibility for cancellable syscall internals by Rich Felker · 10 years ago
  82. bc081f6 fix inconsistent visibility for internal __tls_get_new function by Rich Felker · 10 years ago
  83. da7ccf8 use hidden visibility for i386 asm-internal __vsyscall symbol by Rich Felker · 10 years ago
  84. f1faa0e make _dlstart_c function use hidden visibility by Rich Felker · 10 years ago
  85. f4f9562 remove initializers for decoded aux/dyn arrays in dynamic linker by Rich Felker · 10 years ago
  86. 1ef849c allow libc itself to be built with stack protector enabled by Rich Felker · 10 years ago
  87. 19a1fe6 remove remnants of support for running in no-thread-pointer mode by Rich Felker · 10 years ago
  88. 71f099c move thread pointer setup to beginning of dynamic linker stage 3 by Rich Felker · 10 years ago
  89. 0f66fce stabilize dynamic linker's layout of static TLS by Rich Felker · 10 years ago
  90. f630df0 allow i386 __set_thread_area to be called more than once by Rich Felker · 10 years ago
  91. f3ddd17 dynamic linker bootstrap overhaul by Rich Felker · 10 years ago
  92. 385c011 remove mismatched arguments from vmlock function definitions by Rich Felker · 10 years ago
  93. a2d3053 apply vmlock wait to __unmapself in pthread_exit by Rich Felker · 10 years ago
  94. f08ab9e redesign and simplify vmlock system by Rich Felker · 10 years ago
  95. 4e98cce optimize out setting up robust list with kernel when not needed by Rich Felker · 10 years ago
  96. 12e1e32 process robust list in pthread_exit to fix detached thread use-after-unmap by Rich Felker · 10 years ago
  97. 25748db fix possible clobbering of syscall return values on mips by Rich Felker · 10 years ago
  98. 05e0e30 fix getdelim to set the error indicator on all failures by Szabolcs Nagy · 10 years ago
  99. 0770962 fix rpath string memory leak on failed dlopen by Rich Felker · 10 years ago
  100. 2963a9f halt dynamic linker library search on errors resolving $ORIGIN in rpath by Rich Felker · 10 years ago