1. abead1b fix misalignment of dtv in static-linked programs with odd-sized TLS by Rich Felker · 10 years ago
  2. 23129ab remove dead store from static __init_tls by Rich Felker · 10 years ago
  3. 5f51d52 make __init_tp function static when static linking by Rich Felker · 10 years ago
  4. f109781 add dependency of dlstart.lo on crt_arch.h to Makefile by Rich Felker · 10 years ago
  5. 18938c2 fix regression in x86_64 math asm with old binutils by Rich Felker · 10 years ago
  6. 3aacb54 fix syntax errors in configure script by Rich Felker · 10 years ago
  7. afbcac6 minor optimization to pthread_spin_trylock by Rich Felker · 10 years ago
  8. 7b1fb0c optimize spin lock not to dirty cache line while spinning by Rich Felker · 10 years ago
  9. b8dda24 in visibility preinclude, remove overrides for stdin/stdout/stderr by Rich Felker · 10 years ago
  10. f203b35 fix inconsistent visibility for __hwcap and __sysinfo symbols by Rich Felker · 10 years ago
  11. 3e827b7 remove additional libc struct accessor cruft by Rich Felker · 10 years ago
  12. c267fb8 remove useless visibility application from static-linking-only code by Rich Felker · 10 years ago
  13. 9d836f4 remove libc.h dependency from otherwise-independent multibyte code by Rich Felker · 10 years ago
  14. f9cccfc remove cruft for libc struct accessor function and broken visibility by Rich Felker · 10 years ago
  15. 428462a make configure check for visibility preinclude compatible with pcc by Rich Felker · 10 years ago
  16. 873e0ec fix duplocale clobbering of new locale struct with memcpy of old by Rich Felker · 10 years ago
  17. a6274a1 configure: check for -march and -mtune passed via CC by Andre McCurdy · 10 years ago
  18. ea1b6bb remove dead case for F_SETLKW in fcntl by Rich Felker · 10 years ago
  19. 086793a fix mmap leak in sem_open failure path for link call by Rich Felker · 10 years ago
  20. c5ab5bd remove always-true conditional in dynamic linker TLSDESC processing by Rich Felker · 10 years ago
  21. 97b72d2 remove redundant code in do_dlsym function by Rich Felker · 10 years ago
  22. 4bf10eb fix breakage in x32 dynamic linker due to mismatching register size by Rich Felker · 10 years ago
  23. 60ed988 fix regression in configure script with new visibility option by Rich Felker · 10 years ago
  24. de2b67f add optional global visibility override by Rich Felker · 10 years ago
  25. 51fc77c remove invalid PLT calls from or1k asm by Rich Felker · 10 years ago
  26. cf1a9d9 remove possible-textrels from powerpc asm by Rich Felker · 10 years ago
  27. a880e6c remove invalid PLT calls from microblaze asm by Rich Felker · 10 years ago
  28. 646cb9a remove invalid PLT calls from sh asm by Rich Felker · 10 years ago
  29. b35c4c4 remove potentially PIC-incompatible relocations from x86_64 and x32 asm by Rich Felker · 10 years ago
  30. 8ed66ec remove the last of possible-textrels from i386 asm by Rich Felker · 10 years ago
  31. 01d4274 make dlerror state and message thread-local and dynamically-allocated by Rich Felker · 10 years ago
  32. fa80787 add missing 'void' in prototypes of internal pthread functions by Alexander Monakov · 10 years ago
  33. cb5c057 math: fix pow(+-0,-inf) not to raise divbyzero flag by Szabolcs Nagy · 10 years ago
  34. 1b1cafa apply hidden visibility to tlsdesc accessor functions by Rich Felker · 10 years ago
  35. ca7977b comment fixes in aarch64 tlsdesc asm by Szabolcs Nagy · 10 years ago
  36. 326e126 ensure debugger hook for dynamic linker does not point to a PLT slot by Rich Felker · 10 years ago
  37. 02e5d56 add PR_*_FP_MODE prctl options by Szabolcs Nagy · 10 years ago
  38. 658aefd add PR_MPX_*_MANAGEMENT prctl options by Szabolcs Nagy · 10 years ago
  39. 1bfeb1d add IP_CHECKSUM socket option to netinet/in.h by Szabolcs Nagy · 10 years ago
  40. 87c62d0 add execveat syscall number to microblaze by Szabolcs Nagy · 10 years ago
  41. 2ca55a9 improve ctype.h macros to diagnose errors by Rich Felker · 10 years ago
  42. 19bcdee fix missing quotation mark in mips crt_arch.h that broke build by Rich Felker · 10 years ago
  43. 8b0d66d fix mips fesetenv(FE_DFL_ENV) again by Rich Felker · 10 years ago
  44. aecdbb3 fix PLT call offset in sh dlsym asm by Rich Felker · 10 years ago
  45. 33615cd fix sh build regressions in asm by Rich Felker · 10 years ago
  46. 64fbd15 fix sh __set_thread_area uninitialized return value by Rich Felker · 10 years ago
  47. 583e551 redesign sigsetjmp so that signal mask is restored after longjmp by Rich Felker · 10 years ago
  48. 81e18eb use hidden __tls_get_new for tls/tlsdesc lookup fallback cases by Rich Felker · 10 years ago
  49. 9c738dc cleanup use of visibility attributes in pthread_cancel.c by Rich Felker · 10 years ago
  50. 7405cd1 fix inconsistent visibility for internal syscall symbols by Rich Felker · 10 years ago
  51. 72b25dd use hidden visibility for call from dlsym to internal __dlsym by Rich Felker · 10 years ago
  52. cbc02ba consistently use hidden visibility for cancellable syscall internals by Rich Felker · 10 years ago
  53. bc081f6 fix inconsistent visibility for internal __tls_get_new function by Rich Felker · 10 years ago
  54. da7ccf8 use hidden visibility for i386 asm-internal __vsyscall symbol by Rich Felker · 10 years ago
  55. f1faa0e make _dlstart_c function use hidden visibility by Rich Felker · 10 years ago
  56. f4f9562 remove initializers for decoded aux/dyn arrays in dynamic linker by Rich Felker · 10 years ago
  57. 1ef849c allow libc itself to be built with stack protector enabled by Rich Felker · 10 years ago
  58. 19a1fe6 remove remnants of support for running in no-thread-pointer mode by Rich Felker · 10 years ago
  59. 71f099c move thread pointer setup to beginning of dynamic linker stage 3 by Rich Felker · 10 years ago
  60. 0f66fce stabilize dynamic linker's layout of static TLS by Rich Felker · 10 years ago
  61. f630df0 allow i386 __set_thread_area to be called more than once by Rich Felker · 10 years ago
  62. f3ddd17 dynamic linker bootstrap overhaul by Rich Felker · 10 years ago
  63. 385c011 remove mismatched arguments from vmlock function definitions by Rich Felker · 10 years ago
  64. a2d3053 apply vmlock wait to __unmapself in pthread_exit by Rich Felker · 10 years ago
  65. f08ab9e redesign and simplify vmlock system by Rich Felker · 10 years ago
  66. 4e98cce optimize out setting up robust list with kernel when not needed by Rich Felker · 10 years ago
  67. 12e1e32 process robust list in pthread_exit to fix detached thread use-after-unmap by Rich Felker · 10 years ago
  68. 25748db fix possible clobbering of syscall return values on mips by Rich Felker · 10 years ago
  69. 05e0e30 fix getdelim to set the error indicator on all failures by Szabolcs Nagy · 10 years ago
  70. 0770962 fix rpath string memory leak on failed dlopen by Rich Felker · 10 years ago
  71. 2963a9f halt dynamic linker library search on errors resolving $ORIGIN in rpath by Rich Felker · 10 years ago
  72. 5e25d87 remove macro definition of longjmp from setjmp.h by Rich Felker · 10 years ago
  73. 5d1c8c9 harden dynamic linker library path search by Rich Felker · 10 years ago
  74. fd427c4 move O_PATH definition back to arch bits by Rich Felker · 10 years ago
  75. abfe1f6 aarch64: remove duplicate macro definitions in bits/fcntl.h by Rich Felker · 10 years ago
  76. dfc1a37 aarch64: fix definition of sem_nsems in semid_ds structure by Rich Felker · 10 years ago
  77. b24d813 aarch64: fix namespace pollution in bits/shm.h by Szabolcs Nagy · 10 years ago
  78. 115af23 release 1.1.8 by Rich Felker · 10 years ago
  79. c498efe regex: fix character class repetitions by Szabolcs Nagy · 10 years ago
  80. 32dee9b do not treat \0 as a backref in BRE by Szabolcs Nagy · 10 years ago
  81. 11d1e2e fix FLT_ROUNDS regression in C++ applications by Rich Felker · 10 years ago
  82. fc13acc fix internal buffer overrun in inet_pton by Rich Felker · 10 years ago
  83. 7c8c86f suppress backref processing in ERE regcomp by Rich Felker · 10 years ago
  84. 39dfd58 fix memory-corruption in regcomp with backslash followed by high byte by Rich Felker · 10 years ago
  85. e626dee fix missing max_align_t definition on aarch64 by Rich Felker · 10 years ago
  86. 8c1c57a release 1.1.7 by Rich Felker · 10 years ago
  87. d5a5045 fix MINSIGSTKSZ values for archs with large signal contexts by Rich Felker · 10 years ago
  88. 76fd011 block all signals (even internal ones) in cancellation signal handler by Rich Felker · 10 years ago
  89. eceaf1d update authors/contributors list by Rich Felker · 10 years ago
  90. 4b5ca13 avoid sending huge names as nscd passwd/group queries by Rich Felker · 10 years ago
  91. 49d1e7f simplify nscd lookup code for alt passwd/group backends by Rich Felker · 10 years ago
  92. 2894a44 add alternate backend support for getgrouplist by Josiah Worcester · 10 years ago
  93. 962cbfb aarch64: fix typo in bits/ioctl.h by Szabolcs Nagy · 10 years ago
  94. 38bf2d7 aarch64: add struct _aarch64_ctx to signal.h by Szabolcs Nagy · 10 years ago
  95. 673cab5 align x32 pthread type sizes to be common with 32-bit archs by Rich Felker · 10 years ago
  96. 01ef3dd add aarch64 port by Szabolcs Nagy · 10 years ago
  97. f4e4632 math: add dummy implementations of 128 bit long double functions by Szabolcs Nagy · 10 years ago
  98. 53cfe0c math: add ld128 exp2l based on the freebsd implementation by Szabolcs Nagy · 10 years ago
  99. 204a69d copy the dtv pointer to the end of the pthread struct for TLS_ABOVE_TP archs by Szabolcs Nagy · 10 years ago
  100. a46677a fix regression in pthread_cond_wait with cancellation disabled by Rich Felker · 10 years ago