aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-02getaddrinfo: Fix leak with AI_ALL [BZ #28852]google/grte/v5-2.27/masterSiddhesh Poyarekar
2024-01-12Optimize pthread_cond_timedwait to avoid unnecessary call to clock_gettime fo...Justin King
2024-01-12getcwd: Set errno to ERANGE for size == 1 (CVE-2021-3999)Siddhesh Poyarekar
2024-01-12CVE-2018-19591: if_nametoindex: Fix descriptor for overlong name [BZ #23927]Florian Weimer
2024-01-12CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018]Florian Weimer
2024-01-03Typo in configure.acPranav Kant
2023-12-29Replace math-barriers with math_privatePranav Kant
2023-12-29Expose __isinff128 for clangPranav Kant
2023-12-28x86_64: Add SSE sfp-exceptionsAdhemerval Zanella
2023-12-28Sync configure.ac with configure scriptPranav Kant
2023-12-28Get rid of WANT_FLOAT128 usage in floatn.hPranav Kant
2023-12-27-DWANT_FLOAT usage and enable float128 testsPranav Kant
2023-09-28x86: Respect --disable-float128 flag to disable FLOAT128 functionalityPranav Kant
2023-09-27x86: Define __HAVE_FLOAT128 for Clang and use __builtin_*f128 code pathFangrui Song
2023-09-27configure: Use same pattern to find headers for clangPranav Kant
2023-09-27math: x86: Use prefix for FP_INIT_ROUNDMODEAdhemerval Zanella
2023-09-26Avoid error due to -Wimplicit-function-declarationPranav Kant
2023-09-26math: x86: Avoid the use of __libgcc_cmp_return__ for __gcc_CMPtypeAdhemerval Zanella
2023-08-29Add -Wl,--undefined-version when using newer lldFangrui Song
2023-02-10Apply upstream commit __builtin_FILE commit to GRTEv5.Paul Pluzhnikov
2022-10-27nptl: Make mmap and munmap in thread stack allocation interposableNilay Vaish
2022-10-27Fix build of nptl/tst-thread_local1.cc with GCC 12Joseph Myers
2022-05-24<string.h>: Define __CORRECT_ISO_CPP_STRING_H_PROTO for Clang [BZ #25232]Kamlesh Kumar
2022-05-02Makeconfig: Update clang_rt.crtbegin.o filenameFangrui Song
2022-04-27Remove x86_64 specific lowlevellock/cancellationFangrui Song
2022-04-25elf: Support DT_RELR relative relocation formatFangrui Song
2022-04-25configure: Don't check LD -v --help for LIBC_LINKER_FEATUREFangrui Song
2021-11-19Use libc_hidden_* for atoi (bug 15105).Joseph Myers
2021-11-19Use libc_hidden_* for tolower, toupper (bug 15105).Joseph Myers
2021-11-19Use libc_hidden_* for argz_next, __argz_next (bug 15105).Joseph Myers
2021-11-19Use libc_hidden_* for __cmsg_nxthdr (bug 15105).Joseph Myers
2021-11-19Use libc_hidden_* for fputs (bug 15105).Joseph Myers
2021-11-15Fix -Os gnu_dev_* linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers
2021-11-15install: Replace scripts/output-format.sed with objdump -f [BZ #26559]Fangrui Song
2021-11-12Use a better workaround for clang lack of _builtin_va_arg_packStan Shebs
2021-08-31Set the retain attribute on _elf_set_element if CC supports [BZ #27492]Fangrui Song
2021-08-27powerpc: Use --no-tls-get-addr-optimize in test only if the linker supports itFangrui Song
2021-08-27elf: Drop elf/tls-macros.h in favor of __thread and tls_model attributes [BZ ...Fangrui Song
2021-08-27aarch64: Make elf_machine_{load_address,dynamic} robust [BZ #28203]Fangrui Song
2021-08-27elf: Unconditionally use __ehdr_startFangrui Song
2021-08-27wordexp: handle overflow in positional parameter number (bug 28011)Andreas Schwab
2021-08-27Disable tests that need more-recent infrastructureStan Shebs
2021-08-27intl: Handle translation output codesets with suffixes [BZ #26383]Arjun Shankar
2021-08-27Rewrite iconv option parsing [BZ #19519]Arjun Shankar
2021-08-27iconv: Accept redundant shift sequences in IBM1364 [BZ #26224]Arjun Shankar
2021-08-27iconv: Fix incorrect UCS4 inner loop bounds (BZ#26923)Michael Colavita
2021-08-27math/test-sinl-pseudo: Use stack protector only if availableFlorian Weimer
2021-08-27Avoid ldbl-96 stack corruption from range reduction of pseudo-zero (bug 25487).Joseph Myers
2021-08-27posix: Sync gnulib regex implementationAdhemerval Zanella
2021-08-27Fix use-after-free in glob when expanding ~user (bug 25414)Andreas Schwab