summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Apply upstream commit __builtin_FILE commit to GRTEv5.google/grte/v5-2.27/masterPaul Pluzhnikov2023-02-101-1/+12
* nptl: Make mmap and munmap in thread stack allocation interposableNilay Vaish2022-10-271-4/+4
* Fix build of nptl/tst-thread_local1.cc with GCC 12Joseph Myers2022-10-271-0/+1
* <string.h>: Define __CORRECT_ISO_CPP_STRING_H_PROTO for Clang [BZ #25232]Kamlesh Kumar2022-05-241-1/+2
* Makeconfig: Update clang_rt.crtbegin.o filenameFangrui Song2022-05-021-5/+4
* Remove x86_64 specific lowlevellock/cancellationFangrui Song2022-04-279-915/+0
* elf: Support DT_RELR relative relocation formatFangrui Song2022-04-2519-34/+511
* configure: Don't check LD -v --help for LIBC_LINKER_FEATUREFangrui Song2022-04-253-55/+40
* Use libc_hidden_* for atoi (bug 15105).Joseph Myers2021-11-192-0/+3
* Use libc_hidden_* for tolower, toupper (bug 15105).Joseph Myers2021-11-192-0/+5
* Use libc_hidden_* for argz_next, __argz_next (bug 15105).Joseph Myers2021-11-192-0/+4
* Use libc_hidden_* for __cmsg_nxthdr (bug 15105).Joseph Myers2021-11-192-0/+3
* Use libc_hidden_* for fputs (bug 15105).Joseph Myers2021-11-192-0/+5
* Fix -Os gnu_dev_* linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers2021-11-159-18/+77
* install: Replace scripts/output-format.sed with objdump -f [BZ #26559]Fangrui Song2021-11-156-77/+3
* Use a better workaround for clang lack of _builtin_va_arg_packStan Shebs2021-11-121-3/+14
* Set the retain attribute on _elf_set_element if CC supports [BZ #27492]Fangrui Song2021-08-3113-4/+162
* 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