aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-27powerpc: Use --no-tls-get-addr-optimize in test only if the linker supports itmaskray/grteFangrui Song
2021-08-27elf: Drop elf/tls-macros.h in favor of __thread and tls_model attributes [BZ ...Fangrui Song
2021-08-27aarch64: Make elf_machine_{load_address,dynamic} robust [BZ #28203]Fangrui Song
2021-08-27elf: Unconditionally use __ehdr_startFangrui Song
2021-08-27wordexp: handle overflow in positional parameter number (bug 28011)Andreas Schwab
2021-08-27Disable tests that need more-recent infrastructureStan Shebs
2021-08-27intl: Handle translation output codesets with suffixes [BZ #26383]Arjun Shankar
2021-08-27Rewrite iconv option parsing [BZ #19519]Arjun Shankar
2021-08-27iconv: Accept redundant shift sequences in IBM1364 [BZ #26224]Arjun Shankar
2021-08-27iconv: Fix incorrect UCS4 inner loop bounds (BZ#26923)Michael Colavita
2021-08-27math/test-sinl-pseudo: Use stack protector only if availableFlorian Weimer
2021-08-27Avoid ldbl-96 stack corruption from range reduction of pseudo-zero (bug 25487).Joseph Myers
2021-08-27posix: Sync gnulib regex implementationAdhemerval Zanella
2021-08-27Fix use-after-free in glob when expanding ~user (bug 25414)Andreas Schwab
2021-08-27Fix a return type in elf unload testStan Shebs
2021-08-27Fix buffer overrun in EUC-KR conversion module (bz #24973)Andreas Schwab
2021-08-27gconv: Fix assertion failure in ISO-2022-JP-3 module (bug 27256)Florian Weimer
2021-08-27Read f->func.cxa under the lock.Vitaly Buka
2021-08-27Fix bug where ld.so hashtable would retain strings passed to dlopen().Ambrose Feinstein
2021-08-27Extend elf/unload8 to test an additional load/unload patternStan Shebs
2021-08-27Don't crash if /var/tmp doesn't existShu-Chun Weng
2021-08-27More aggressively prevent a buffer from being optimized outShu-Chun Weng
2021-08-27x86_64: Remove unneeded static PIE check for undefined weak diagnosticFangrui Song
2021-08-27[PATCH 7/7] sin/cos slow paths: refactor sincos implementationWilco Dijkstra
2021-08-27[PATCH 6/7] sin/cos slow paths: refactor duplicated code into dosinWilco Dijkstra
2021-08-27[PATCH 5/7] sin/cos slow paths: remove unused slowpath functionsWilco Dijkstra
2021-08-27[PATCH 4/7] sin/cos slow paths: remove slow paths from huge range reductionWilco Dijkstra
2021-08-27[PATCH 3/7] sin/cos slow paths: remove slow paths from small range reductionWilco Dijkstra
2021-08-27[PATCH 2/7] sin/cos slow paths: remove large range reductionWilco Dijkstra
2021-08-27[PATCH 1/7] sin/cos slow paths: avoid slow paths for small inputsWilco Dijkstra
2021-08-27locale: Align _nl_C_LC_CTYPE_class and _nl_C_LC_CTYPE_class32Lirong Yuan
2021-08-27Change this offsetof computation to use c89 offsetof. Tested:Nick Lewycky
2021-08-27Update build process to create libnsl stubStan Shebs
2021-08-27Forward-port google-nsl-stubPaul Pluzhnikov
2021-08-27Fix memory leak in TLS allocationJames Y Knight
2021-08-27Add a test of TLS support that will fail if leakyStan Shebs
2021-08-27Let time and gettimeofday use vdso by removing old clang workaroundStan Shebs
2021-08-27Use crt*.o files from llvm compiler-rt when building with clangStan Shebs
2021-08-27Do not use ppc-specific long double pack/unpack when compiling with clangStan Shebs
2021-08-27Remove old workaround in power7 logb functions, clang no longer crashes on th...Stan Shebs
2021-08-27Additional fixes for llvm-asJosh Kunz
2021-08-27Add workaround for infinite looping in ppc vsyscall for sched_getcpu.Stan Shebs
2021-08-27Add -Wno-incomplete-setjmp-declaration to prevent clang from unhelpfully comp...Stan Shebs
2021-08-27Update passwd.borg handling to use passwd.borg.realStan Shebs
2021-08-27Add a case to async-signal-safe TLS to set static TLS instead of waiting for ...Stan Shebs
2021-08-27Add an LD_DEBUG=tls option to help debug thread-local storage handling in ld.soStan Shebs
2021-08-27Remove an unneeded local refactor in _dl_update_slotinfoStan Shebs
2021-08-27Fix year 2039 bug for localtime with 64-bit time_t (bug 22639).Joseph Myers
2021-08-27Reduce __MAX_ALLOCA_CUTOFF to 8192Stan Shebs
2021-08-27Make multi-arch ifunc support work with clangStan Shebs