aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-24<string.h>: Define __CORRECT_ISO_CPP_STRING_H_PROTO for Clang [BZ #25232]Kamlesh Kumar1-1/+2
2022-05-02Makeconfig: Update clang_rt.crtbegin.o filenameFangrui Song1-5/+4
2022-04-27Remove x86_64 specific lowlevellock/cancellationFangrui Song9-915/+0
2022-04-25elf: Support DT_RELR relative relocation formatFangrui Song19-34/+511
2022-04-25configure: Don't check LD -v --help for LIBC_LINKER_FEATUREFangrui Song3-55/+40
2021-11-19Use libc_hidden_* for atoi (bug 15105).Joseph Myers2-0/+3
2021-11-19Use libc_hidden_* for tolower, toupper (bug 15105).Joseph Myers2-0/+5
2021-11-19Use libc_hidden_* for argz_next, __argz_next (bug 15105).Joseph Myers2-0/+4
2021-11-19Use libc_hidden_* for __cmsg_nxthdr (bug 15105).Joseph Myers2-0/+3
2021-11-19Use libc_hidden_* for fputs (bug 15105).Joseph Myers2-0/+5
2021-11-15Fix -Os gnu_dev_* linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers9-18/+77
2021-11-15install: Replace scripts/output-format.sed with objdump -f [BZ #26559]Fangrui Song6-77/+3
2021-11-12Use a better workaround for clang lack of _builtin_va_arg_packStan Shebs1-3/+14
2021-08-31Set the retain attribute on _elf_set_element if CC supports [BZ #27492]Fangrui Song13-4/+162
2021-08-27powerpc: Use --no-tls-get-addr-optimize in test only if the linker supports itFangrui Song3-0/+40
2021-08-27elf: Drop elf/tls-macros.h in favor of __thread and tls_model attributes [BZ ...Fangrui Song13-199/+64
2021-08-27aarch64: Make elf_machine_{load_address,dynamic} robust [BZ #28203]Fangrui Song1-15/+9
2021-08-27elf: Unconditionally use __ehdr_startFangrui Song4-98/+4
2021-08-27wordexp: handle overflow in positional parameter number (bug 28011)Andreas Schwab2-1/+2
2021-08-27Disable tests that need more-recent infrastructureStan Shebs2-1/+3
2021-08-27intl: Handle translation output codesets with suffixes [BZ #26383]Arjun Shankar8-57/+60
2021-08-27Rewrite iconv option parsing [BZ #19519]Arjun Shankar11-143/+988
2021-08-27iconv: Accept redundant shift sequences in IBM1364 [BZ #26224]Arjun Shankar1-12/+2
2021-08-27iconv: Fix incorrect UCS4 inner loop bounds (BZ#26923)Michael Colavita3-13/+56
2021-08-27math/test-sinl-pseudo: Use stack protector only if availableFlorian Weimer1-0/+2
2021-08-27Avoid ldbl-96 stack corruption from range reduction of pseudo-zero (bug 25487).Joseph Myers3-1/+55
2021-08-27posix: Sync gnulib regex implementationAdhemerval Zanella11-1161/+1591
2021-08-27Fix use-after-free in glob when expanding ~user (bug 25414)Andreas Schwab1-12/+13
2021-08-27Fix a return type in elf unload testStan Shebs1-1/+2
2021-08-27Fix buffer overrun in EUC-KR conversion module (bz #24973)Andreas Schwab3-8/+57
2021-08-27gconv: Fix assertion failure in ISO-2022-JP-3 module (bug 27256)Florian Weimer3-20/+179
2021-08-27Read f->func.cxa under the lock.Vitaly Buka3-11/+135
2021-08-27Fix bug where ld.so hashtable would retain strings passed to dlopen().Ambrose Feinstein1-11/+2
2021-08-27Extend elf/unload8 to test an additional load/unload patternStan Shebs3-1/+55
2021-08-27Don't crash if /var/tmp doesn't existShu-Chun Weng1-2/+1
2021-08-27More aggressively prevent a buffer from being optimized outShu-Chun Weng1-2/+2
2021-08-27x86_64: Remove unneeded static PIE check for undefined weak diagnosticFangrui Song2-58/+0
2021-08-27[PATCH 7/7] sin/cos slow paths: refactor sincos implementationWilco Dijkstra2-45/+52
2021-08-27[PATCH 6/7] sin/cos slow paths: refactor duplicated code into dosinWilco Dijkstra1-27/+13
2021-08-27[PATCH 5/7] sin/cos slow paths: remove unused slowpath functionsWilco Dijkstra1-444/+3
2021-08-27[PATCH 4/7] sin/cos slow paths: remove slow paths from huge range reductionWilco Dijkstra2-64/+34
2021-08-27[PATCH 3/7] sin/cos slow paths: remove slow paths from small range reductionWilco Dijkstra2-53/+47
2021-08-27[PATCH 2/7] sin/cos slow paths: remove large range reductionWilco Dijkstra2-103/+2
2021-08-27[PATCH 1/7] sin/cos slow paths: avoid slow paths for small inputsWilco Dijkstra3-26/+26
2021-08-27locale: Align _nl_C_LC_CTYPE_class and _nl_C_LC_CTYPE_class32Lirong Yuan1-2/+3
2021-08-27Change this offsetof computation to use c89 offsetof. Tested:Nick Lewycky1-1/+1
2021-08-27Update build process to create libnsl stubStan Shebs3-3/+4
2021-08-27Forward-port google-nsl-stubPaul Pluzhnikov4-0/+81
2021-08-27Fix memory leak in TLS allocationJames Y Knight1-0/+1
2021-08-27Add a test of TLS support that will fail if leakyStan Shebs3-2/+151