summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Use --no-tls-get-addr-optimize in test only if the linker supports itmaskray/grteFangrui Song2021-08-273-0/+40
* elf: Drop elf/tls-macros.h in favor of __thread and tls_model attributes [BZ ...Fangrui Song2021-08-2713-199/+64
* aarch64: Make elf_machine_{load_address,dynamic} robust [BZ #28203]Fangrui Song2021-08-271-15/+9
* elf: Unconditionally use __ehdr_startFangrui Song2021-08-274-98/+4
* wordexp: handle overflow in positional parameter number (bug 28011)Andreas Schwab2021-08-272-1/+2
* Disable tests that need more-recent infrastructureStan Shebs2021-08-272-1/+3
* intl: Handle translation output codesets with suffixes [BZ #26383]Arjun Shankar2021-08-278-57/+60
* Rewrite iconv option parsing [BZ #19519]Arjun Shankar2021-08-2711-143/+988
* iconv: Accept redundant shift sequences in IBM1364 [BZ #26224]Arjun Shankar2021-08-271-12/+2
* iconv: Fix incorrect UCS4 inner loop bounds (BZ#26923)Michael Colavita2021-08-273-13/+56
* math/test-sinl-pseudo: Use stack protector only if availableFlorian Weimer2021-08-271-0/+2
* Avoid ldbl-96 stack corruption from range reduction of pseudo-zero (bug 25487).Joseph Myers2021-08-273-1/+55
* posix: Sync gnulib regex implementationAdhemerval Zanella2021-08-2711-1161/+1591
* Fix use-after-free in glob when expanding ~user (bug 25414)Andreas Schwab2021-08-271-12/+13
* Fix a return type in elf unload testStan Shebs2021-08-271-1/+2
* Fix buffer overrun in EUC-KR conversion module (bz #24973)Andreas Schwab2021-08-273-8/+57
* gconv: Fix assertion failure in ISO-2022-JP-3 module (bug 27256)Florian Weimer2021-08-273-20/+179
* Read f->func.cxa under the lock.Vitaly Buka2021-08-273-11/+135
* Fix bug where ld.so hashtable would retain strings passed to dlopen().Ambrose Feinstein2021-08-271-11/+2
* Extend elf/unload8 to test an additional load/unload patternStan Shebs2021-08-273-1/+55
* Don't crash if /var/tmp doesn't existShu-Chun Weng2021-08-271-2/+1
* More aggressively prevent a buffer from being optimized outShu-Chun Weng2021-08-271-2/+2
* x86_64: Remove unneeded static PIE check for undefined weak diagnosticFangrui Song2021-08-272-58/+0
* [PATCH 7/7] sin/cos slow paths: refactor sincos implementationWilco Dijkstra2021-08-272-45/+52
* [PATCH 6/7] sin/cos slow paths: refactor duplicated code into dosinWilco Dijkstra2021-08-271-27/+13
* [PATCH 5/7] sin/cos slow paths: remove unused slowpath functionsWilco Dijkstra2021-08-271-444/+3
* [PATCH 4/7] sin/cos slow paths: remove slow paths from huge range reductionWilco Dijkstra2021-08-272-64/+34
* [PATCH 3/7] sin/cos slow paths: remove slow paths from small range reductionWilco Dijkstra2021-08-272-53/+47
* [PATCH 2/7] sin/cos slow paths: remove large range reductionWilco Dijkstra2021-08-272-103/+2
* [PATCH 1/7] sin/cos slow paths: avoid slow paths for small inputsWilco Dijkstra2021-08-273-26/+26
* locale: Align _nl_C_LC_CTYPE_class and _nl_C_LC_CTYPE_class32Lirong Yuan2021-08-271-2/+3
* Change this offsetof computation to use c89 offsetof. Tested:Nick Lewycky2021-08-271-1/+1
* Update build process to create libnsl stubStan Shebs2021-08-273-3/+4
* Forward-port google-nsl-stubPaul Pluzhnikov2021-08-274-0/+81
* Fix memory leak in TLS allocationJames Y Knight2021-08-271-0/+1
* Add a test of TLS support that will fail if leakyStan Shebs2021-08-273-2/+151
* Let time and gettimeofday use vdso by removing old clang workaroundStan Shebs2021-08-272-8/+2
* Use crt*.o files from llvm compiler-rt when building with clangStan Shebs2021-08-271-0/+20
* Do not use ppc-specific long double pack/unpack when compiling with clangStan Shebs2021-08-271-0/+5
* Remove old workaround in power7 logb functions, clang no longer crashes on th...Stan Shebs2021-08-273-24/+0
* Additional fixes for llvm-asJosh Kunz2021-08-272-2/+2
* Add workaround for infinite looping in ppc vsyscall for sched_getcpu.Stan Shebs2021-08-271-0/+17
* Add -Wno-incomplete-setjmp-declaration to prevent clang from unhelpfully comp...Stan Shebs2021-08-271-0/+1
* Update passwd.borg handling to use passwd.borg.realStan Shebs2021-08-271-64/+151
* Add a case to async-signal-safe TLS to set static TLS instead of waiting for ...Stan Shebs2021-08-271-2/+25
* Add an LD_DEBUG=tls option to help debug thread-local storage handling in ld.soStan Shebs2021-08-274-8/+189
* Remove an unneeded local refactor in _dl_update_slotinfoStan Shebs2021-08-271-7/+6
* Fix year 2039 bug for localtime with 64-bit time_t (bug 22639).Joseph Myers2021-08-274-2/+55
* Reduce __MAX_ALLOCA_CUTOFF to 8192Stan Shebs2021-08-271-1/+3
* Make multi-arch ifunc support work with clangStan Shebs2021-08-273-14/+24