about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* x86: In ld.so, diagnose missing APX support in APX-only builds HEAD masterFlorian Weimer3 days1-0/+5
* elf: Also compile dl-misc.os with $(rtld-early-cflags)H.J. Lu3 days1-0/+1
* CVE-2024-33601, CVE-2024-33602: nscd: netgroup: Use two buffers in addgetnetg...Florian Weimer3 days1-98/+121
* CVE-2024-33600: nscd: Avoid null pointer crashes after notfound response (bug...Florian Weimer3 days1-4/+7
* CVE-2024-33600: nscd: Do not send missing not-found response in addgetnetgren...Florian Weimer3 days1-8/+6
* CVE-2024-33599: nscd: Stack-based buffer overflow in netgroup cache (bug 31677)Florian Weimer3 days1-2/+3
* i386: ulp update for SSE2 --disable-multi-arch configurationsFlorian Weimer3 days1-0/+1
* GLIBC-SA-2024-0004: add commit for 2.31 branchAurelien Jarno4 days1-0/+1
* benchtests: Add difficult strstr needle for bruteforce algorithmsWilco Dijkstra4 days1-0/+27
* x86: Define MINIMUM_X86_ISA_LEVEL in config.h [BZ #31676]H.J. Lu4 days4-1/+18
* LoongArch: Add glibc.cpu.hwcap support.caiyinyu4 days13-9/+475
* nptl: Fix tst-cancel30 on kernels without ppoll_time64 supportFlorian Weimer5 days1-4/+11
* Revert "Allow glibc to be compiled without EXEC_PAGESIZE"Samuel Thibault6 days3-8/+2
* locale: Handle loading a missing locale twice (Bug 14247)Carlos O'Donell6 days6-10/+119
* elf: Do not check for loader mmap on tst-decorate-maps (BZ 31553)Adhemerval Zanella6 days1-6/+6
* Use --enable-obsolete in build-many-glibcs.py for nios2-linux-gnuJoseph Myers9 days1-1/+2
* login: Use unsigned 32-bit types for seconds-since-epochFlorian Weimer9 days6-5/+55
* login: structs utmp, utmpx, lastlog _TIME_BITS independence (bug 30701)Florian Weimer9 days18-22/+165
* login: Check default sizes of structs utmp, utmpx, lastlogFlorian Weimer9 days17-1/+88
* benchtests: Add random() benchmarkWilco Dijkstra10 days2-0/+107
* advisories: Add Reported-BySiddhesh Poyarekar10 days1-0/+4
* Fix 'Reported-By' to use Camel Case for commit 6a98f4640ea453fAdhemerval Zanella11 days1-1/+1
* Document CVE-2024-2961Adhemerval Zanella11 days1-0/+27
* iconv: ISO-2022-CN-EXT: fix out-of-bound writes when writing escape sequence ...Charles Fol11 days3-1/+144
* elf/rtld: Count skipped environment variables for enable_secureJoe Simmons-Talbott12 days3-8/+66
* powerpc: Fix ld.so address determination for PCREL mode (bug 31640)Florian Weimer2024-04-141-0/+19
* Revert "x86_64: Suppress false positive valgrind error"Florian Weimer2024-04-134-29/+3
* wcsmbs: Ensure wcstr worst-case linear execution time (BZ 23865)Adhemerval Zanella2024-04-113-72/+507
* wcsmbs: Add test-wcsstrAdhemerval Zanella2024-04-114-54/+117
* posix: Sync tempname with gnulibAdhemerval Zanella2024-04-1012-132/+260
* socket: Add new test for connectSergey Kolosov2024-04-102-0/+114
* libsupport: Add xgetpeernameSergey Kolosov2024-04-103-0/+32
* nptl: Add tst-pthread-key1-static for BZ #21777H.J. Lu2024-04-092-0/+39
* elf: Add ld.so test with non-existing program nameFlorian Weimer2024-04-082-0/+46
* elf: Check objname before calling fatal_errorH.J. Lu2024-04-081-1/+5
* Use crtbeginT.o and crtend.o for non-PIE static executablesH.J. Lu2024-04-081-4/+6
* aarch64: Enhanced CPU diagnostics for ld.soFlorian Weimer2024-04-082-0/+118
* x86: Add generic CPUID data dumper to ld.so --list-diagnosticsFlorian Weimer2024-04-082-1/+468
* elf: Add CPU iteration support for future use in ld.so diagnosticsFlorian Weimer2024-04-083-0/+236
* timezone: sync to TZDB 2024aPaul Eggert2024-04-079-1555/+2687
* Fix bsearch, qsort doc to match POSIX betterPaul Eggert2024-04-061-24/+36
* x86-64: Exclude FMA4 IFUNC functions for -mapxfH.J. Lu2024-04-066-9/+70
* Reinstate generic features-time64.hAdhemerval Zanella2024-04-051-0/+19
* Cleanup __tls_get_addr on alpha/microblaze localplt.dataAdhemerval Zanella2024-04-042-4/+0
* arm: Remove ld.so __tls_get_addr plt usageAdhemerval Zanella2024-04-042-3/+2
* aarch64: Remove ld.so __tls_get_addr plt usageAdhemerval Zanella2024-04-042-3/+2
* math: x86 trunc traps when FE_INEXACT is enabled (BZ 31603)Adhemerval Zanella2024-04-046-93/+87
* math: x86 floor traps when FE_INEXACT is enabled (BZ 31601)Adhemerval Zanella2024-04-049-140/+144
* math: x86 ceill traps when FE_INEXACT is enabled (BZ 31600)Adhemerval Zanella2024-04-0410-141/+181
* aarch64/fpu: Add vector variants of erfcJoe Ramsay2024-04-0417-1/+4897