aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-11Avoid cancellable I/O primitives in ld.so.pranavk/grte_v5_plusZack Weinberg44-278/+572
2024-06-10Add narrowing divide functions.Joseph Myers57-4/+22574
2024-06-10Add narrowing multiply functions.Joseph Myers58-4/+12556
2024-06-10Add narrowing subtract functions.Joseph Myers59-4/+24704
2024-06-10Add narrowing add functions.Joseph Myers59-2/+24742
2024-06-10Add build infrastructure for narrowing libm functions.Joseph Myers7-1/+484
2024-02-02getaddrinfo: Fix leak with AI_ALL [BZ #28852]google/grte/v5-2.27/masterSiddhesh Poyarekar1-9/+25
2024-01-12Optimize pthread_cond_timedwait to avoid unnecessary call to clock_gettime fo...Justin King5-31/+10
2024-01-12getcwd: Set errno to ERANGE for size == 1 (CVE-2021-3999)Siddhesh Poyarekar2-0/+14
2024-01-12CVE-2018-19591: if_nametoindex: Fix descriptor for overlong name [BZ #23927]Florian Weimer3-5/+18
2024-01-12CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018]Florian Weimer12-47/+177
2024-01-03Typo in configure.acPranav Kant1-1/+0
2023-12-29Replace math-barriers with math_privatePranav Kant1-1/+1
2023-12-29Expose __isinff128 for clangPranav Kant1-1/+1
2023-12-28x86_64: Add SSE sfp-exceptionsAdhemerval Zanella2-1/+60
2023-12-28Sync configure.ac with configure scriptPranav Kant1-6/+0
2023-12-28Get rid of WANT_FLOAT128 usage in floatn.hPranav Kant3-9/+1
2023-12-27-DWANT_FLOAT usage and enable float128 testsPranav Kant3-0/+135
2023-09-28x86: Respect --disable-float128 flag to disable FLOAT128 functionalityPranav Kant1-1/+1
2023-09-27x86: Define __HAVE_FLOAT128 for Clang and use __builtin_*f128 code pathFangrui Song1-8/+11
2023-09-27configure: Use same pattern to find headers for clangPranav Kant1-7/+0
2023-09-27math: x86: Use prefix for FP_INIT_ROUNDMODEAdhemerval Zanella1-1/+7
2023-09-26Avoid error due to -Wimplicit-function-declarationPranav Kant1-0/+1
2023-09-26math: x86: Avoid the use of __libgcc_cmp_return__ for __gcc_CMPtypeAdhemerval Zanella1-2/+11
2023-08-29Add -Wl,--undefined-version when using newer lldFangrui Song1-0/+1
2023-02-10Apply upstream commit __builtin_FILE commit to GRTEv5.Paul Pluzhnikov1-1/+12
2022-10-27nptl: Make mmap and munmap in thread stack allocation interposableNilay Vaish1-4/+4
2022-10-27Fix build of nptl/tst-thread_local1.cc with GCC 12Joseph Myers1-0/+1
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