summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* elf: Remove incorrect dynamic-link.h from _dl_relocate_static_piemaskray/grte-oldFangrui Song2021-08-271-1/+0
* aarch64: Make elf_machine_{load_address,dynamic} robust [BZ #28203]Fangrui Song2021-08-261-15/+9
* elf: Unconditionally use __ehdr_startFangrui Song2021-08-264-98/+4
* Revert "Add a workaround for lld placing the _GLOBAL_OFFSET_TABLE_ at an unex...Fangrui Song2021-08-261-10/+0
* wordexp: handle overflow in positional parameter number (bug 28011)Andreas Schwab2021-07-232-1/+2
* Disable tests that need more-recent infrastructureStan Shebs2021-07-232-1/+3
* intl: Handle translation output codesets with suffixes [BZ #26383]Arjun Shankar2021-07-238-57/+60
* Rewrite iconv option parsing [BZ #19519]Arjun Shankar2021-07-2311-143/+988
* iconv: Accept redundant shift sequences in IBM1364 [BZ #26224]Arjun Shankar2021-07-231-12/+2
* iconv: Fix incorrect UCS4 inner loop bounds (BZ#26923)Michael Colavita2021-07-233-13/+56
* math/test-sinl-pseudo: Use stack protector only if availableFlorian Weimer2021-07-221-0/+2
* Avoid ldbl-96 stack corruption from range reduction of pseudo-zero (bug 25487).Joseph Myers2021-07-223-1/+55
* posix: Sync gnulib regex implementationAdhemerval Zanella2021-07-2211-1161/+1591
* Fix use-after-free in glob when expanding ~user (bug 25414)Andreas Schwab2021-07-221-12/+13
* Fix a return type in elf unload testStan Shebs2021-07-221-1/+2
* Fix buffer overrun in EUC-KR conversion module (bz #24973)Andreas Schwab2021-07-223-8/+57
* gconv: Fix assertion failure in ISO-2022-JP-3 module (bug 27256)Florian Weimer2021-07-223-20/+179
* Read f->func.cxa under the lock.Vitaly Buka2021-07-153-11/+135
* Fix bug where ld.so hashtable would retain strings passed to dlopen().Ambrose Feinstein2021-07-151-11/+2
* Extend elf/unload8 to test an additional load/unload patternStan Shebs2021-07-153-1/+55
* Don't crash if /var/tmp doesn't existShu-Chun Weng2021-07-151-2/+1
* More aggressively prevent a buffer from being optimized outShu-Chun Weng2021-07-151-2/+2
* x86_64: Remove unneeded static PIE check for undefined weak diagnosticFangrui Song2021-07-082-58/+0
* [PATCH 7/7] sin/cos slow paths: refactor sincos implementationWilco Dijkstra2021-07-012-45/+52
* [PATCH 6/7] sin/cos slow paths: refactor duplicated code into dosinWilco Dijkstra2021-07-011-27/+13
* [PATCH 5/7] sin/cos slow paths: remove unused slowpath functionsWilco Dijkstra2021-07-011-444/+3
* [PATCH 4/7] sin/cos slow paths: remove slow paths from huge range reductionWilco Dijkstra2021-07-012-64/+34
* [PATCH 3/7] sin/cos slow paths: remove slow paths from small range reductionWilco Dijkstra2021-07-012-53/+47
* [PATCH 2/7] sin/cos slow paths: remove large range reductionWilco Dijkstra2021-07-012-103/+2
* [PATCH 1/7] sin/cos slow paths: avoid slow paths for small inputsWilco Dijkstra2021-07-013-26/+26
* locale: Align _nl_C_LC_CTYPE_class and _nl_C_LC_CTYPE_class32Lirong Yuan2021-05-031-2/+3
* Work around clang arm not handling tlsgd relocsOwen Anderson2020-11-137-7/+20
* Change this offsetof computation to use c89 offsetof. Tested:Nick Lewycky2020-11-051-1/+1
* Update build process to create libnsl stubStan Shebs2020-11-033-3/+4
* Forward-port google-nsl-stubPaul Pluzhnikov2020-11-034-0/+81
* Fix memory leak in TLS allocationJames Y Knight2020-10-211-0/+1
* Add a test of TLS support that will fail if leakyStan Shebs2020-10-213-2/+151
* Fix section type of .eh_frame on Linux x86_64Fangrui Song2020-10-201-1/+1
* Compile dl-reloc-static-pie.c with -Wa,-mrelax-relocations=yesFangrui Song2020-10-201-0/+3
* Let time and gettimeofday use vdso by removing old clang workaroundStan Shebs2020-10-062-8/+2
* Use crt*.o files from llvm compiler-rt when building with clangStan Shebs2020-06-091-0/+20
* Do not use ppc-specific long double pack/unpack when compiling with clangStan Shebs2020-06-091-0/+5
* Remove old workaround in power7 logb functions, clang no longer crashes on th...Stan Shebs2020-02-063-24/+0
* Additional fixes for llvm-asJosh Kunz2020-01-242-2/+2
* Add workaround for infinite looping in ppc vsyscall for sched_getcpu.Stan Shebs2020-01-241-0/+17
* Add -Wno-incomplete-setjmp-declaration to prevent clang from unhelpfully comp...Stan Shebs2020-01-241-0/+1
* Remove excess quote chars from DOT_MACHINE macrosStan Shebs2020-01-243-3/+3
* Update passwd.borg handling to use passwd.borg.realStan Shebs2019-12-201-64/+151
* Add a case to async-signal-safe TLS to set static TLS instead of waiting for ...Stan Shebs2019-11-081-2/+25
* Add an LD_DEBUG=tls option to help debug thread-local storage handling in ld.soStan Shebs2019-11-084-8/+189