about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* getaddrinfo: Fix leak with AI_ALL [BZ #28852] google/grte/v5-2.27/masterSiddhesh Poyarekar2024-02-021-9/+25
* Optimize pthread_cond_timedwait to avoid unnecessary call to clock_gettime fo...Justin King2024-01-125-31/+10
* getcwd: Set errno to ERANGE for size == 1 (CVE-2021-3999)Siddhesh Poyarekar2024-01-122-0/+14
* CVE-2018-19591: if_nametoindex: Fix descriptor for overlong name [BZ #23927]Florian Weimer2024-01-123-5/+18
* CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018]Florian Weimer2024-01-1212-47/+177
* Typo in configure.acPranav Kant2024-01-031-1/+0
* Replace math-barriers with math_privatePranav Kant2023-12-291-1/+1
* Expose __isinff128 for clangPranav Kant2023-12-291-1/+1
* x86_64: Add SSE sfp-exceptionsAdhemerval Zanella2023-12-282-1/+60
* Sync configure.ac with configure scriptPranav Kant2023-12-281-6/+0
* Get rid of WANT_FLOAT128 usage in floatn.hPranav Kant2023-12-283-9/+1
* -DWANT_FLOAT usage and enable float128 testsPranav Kant2023-12-273-0/+135
* x86: Respect --disable-float128 flag to disable FLOAT128 functionalityPranav Kant2023-09-281-1/+1
* x86: Define __HAVE_FLOAT128 for Clang and use __builtin_*f128 code pathFangrui Song2023-09-271-8/+11
* configure: Use same pattern to find headers for clangPranav Kant2023-09-271-7/+0
* math: x86: Use prefix for FP_INIT_ROUNDMODEAdhemerval Zanella2023-09-271-1/+7
* Avoid error due to -Wimplicit-function-declarationPranav Kant2023-09-261-0/+1
* math: x86: Avoid the use of __libgcc_cmp_return__ for __gcc_CMPtypeAdhemerval Zanella2023-09-261-2/+11
* Add -Wl,--undefined-version when using newer lldFangrui Song2023-08-291-0/+1
* Apply upstream commit __builtin_FILE commit to GRTEv5.Paul 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 itFangrui 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