about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* socket: Add new test for connect release/2.39/masterSergey Kolosov35 hours2-0/+114
* libsupport: Add xgetpeernameSergey Kolosov35 hours3-0/+32
* x86_64: Fix missing wcsncat function definition without multiarch (x86-64-v4)Gabi Falk4 days1-3/+3
* Force DT_RPATH for --enable-hardcoded-path-in-testsH.J. Lu4 days1-3/+6
* elf: Only process multiple tunable once (BZ 31686)Adhemerval Zanella7 days4-12/+84
* Add a test to check for duplicate definitions in the static libraryGabi Falk10 days1-0/+7
* i686: Fix multiple definitions of __memmove_chk and __memset_chkGabi Falk10 days2-2/+2
* i586: Fix multiple definitions of __memcpy_chk and __mempcpy_chkGabi Falk10 days1-1/+1
* Revert "i586: Fix multiple definitions of __memcpy_chk and __mempcpy_chk"Sam James10 days1-1/+1
* Revert "i686: Fix multiple definitions of __memmove_chk and __memset_chk"Sam James10 days2-2/+2
* Revert "Add a test to check for duplicate definitions in the static library"Sam James10 days1-7/+0
* Add a test to check for duplicate definitions in the static libraryGabi Falk10 days1-0/+7
* i686: Fix multiple definitions of __memmove_chk and __memset_chkGabi Falk10 days2-2/+2
* i586: Fix multiple definitions of __memcpy_chk and __mempcpy_chkGabi Falk10 days1-1/+1
* time: Allow later version licensing.Carlos O'Donell12 days4-4/+4
* nscd: Use time_t for return type of addgetnetgrentXFlorian Weimer12 days1-2/+2
* login: structs utmp, utmpx, lastlog _TIME_BITS independence (bug 30701)Florian Weimer12 days18-22/+165
* login: Check default sizes of structs utmp, utmpx, lastlogFlorian Weimer12 days17-1/+88
* elf: Also compile dl-misc.os with $(rtld-early-cflags)H.J. Lu2024-04-251-0/+1
* CVE-2024-33601, CVE-2024-33602: nscd: netgroup: Use two buffers in addgetnetg...Florian Weimer2024-04-251-98/+121
* CVE-2024-33600: nscd: Avoid null pointer crashes after notfound response (bug...Florian Weimer2024-04-251-4/+7
* CVE-2024-33600: nscd: Do not send missing not-found response in addgetnetgren...Florian Weimer2024-04-251-8/+6
* CVE-2024-33599: nscd: Stack-based buffer overflow in netgroup cache (bug 31677)Florian Weimer2024-04-251-2/+3
* x86: Define MINIMUM_X86_ISA_LEVEL in config.h [BZ #31676]H.J. Lu2024-04-254-1/+18
* i386: ulp update for SSE2 --disable-multi-arch configurationsFlorian Weimer2024-04-251-0/+1
* nptl: Fix tst-cancel30 on kernels without ppoll_time64 supportFlorian Weimer2024-04-251-4/+11
* iconv: ISO-2022-CN-EXT: fix out-of-bound writes when writing escape sequence ...Charles Fol2024-04-173-1/+144
* x86_64: Exclude SSE, AVX and FMA4 variants in libm multiarchSunil K Pandey2024-04-1462-295/+953
* Apply the Makefile sorting fixH.J. Lu2024-04-145-57/+57
* powerpc: Fix ld.so address determination for PCREL mode (bug 31640)Florian Weimer2024-04-141-0/+19
* x86-64: Simplify minimum ISA check ifdef conditional with ifSunil K Pandey2024-04-131-11/+8
* x86-64: Don't use SSE resolvers for ISA level 3 or aboveH.J. Lu2024-04-132-12/+20
* AArch64: Check kernel version for SVE ifuncsWilco Dijkstra2024-04-095-2/+53
* aarch64: fix check for SVE support in assemblerSzabolcs Nagy2024-04-092-4/+6
* aarch64/fpu: Sync libmvec routines from 2.39 and before with AORJoe Ramsay2024-04-0918-105/+111
* i386: Use generic memrchr in libc (bug 31316)Florian Weimer2024-04-072-1/+1
* x86: Expand the comment on when REP STOSB is used on memsetAdhemerval Zanella2024-04-041-1/+3
* x86: Do not prefer ERMS for memset on Zen3+Adhemerval Zanella2024-04-041-0/+5
* x86: Fix Zen3/Zen4 ERMS selection (BZ 30994)Adhemerval Zanella2024-04-041-20/+18
* Add tst-gnu2-tls2mod1 to test-internal-extrasAndreas Schwab2024-04-021-0/+2
* elf: Enable TLS descriptor tests on aarch64Adhemerval Zanella2024-04-015-33/+40
* arm: Update _dl_tlsdesc_dynamic to preserve caller-saved registers (BZ 31372)Adhemerval Zanella2024-04-0110-15/+250
* Ignore undefined symbols for -mtls-dialect=gnu2Adhemerval Zanella2024-04-012-2/+2
* x86-64: Allocate state buffer space for RDI, RSI and RBXH.J. Lu2024-04-013-11/+147
* x86-64: Update _dl_tlsdesc_dynamic to preserve AMX registersH.J. Lu2024-04-0114-6/+299
* x86: Update _dl_tlsdesc_dynamic to preserve caller-saved registersH.J. Lu2024-04-0124-213/+920
* x86-64: Save APX registers in ld.so trampolineH.J. Lu2024-04-011-6/+46
* LoongArch: Correct {__ieee754, _}_scalb -> {__ieee754, _}_scalbfcaiyinyu2024-03-221-1/+1
* powerpc: Placeholder and infrastructure/build support to add Power11 relat...Amrita H S2024-03-2015-5/+27
* powerpc: Add HWCAP3/HWCAP4 data to TCB for Power Architecture.Manjunath Matti2024-03-2012-19/+74