about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Force DT_RPATH for --enable-hardcoded-path-in-tests release/2.34/masterH.J. Lu4 days1-2/+5
* elf: Disable some subtests of ifuncmain1, ifuncmain5 for !PIEFlorian Weimer12 days2-0/+22
* 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 days16-1/+85
* sparc: Remove 64 bit check on sparc32 wordsize (BZ 27574)Adhemerval Zanella12 days1-9/+4
* malloc: Exit early on test failure in tst-reallocFlorian Weimer12 days1-31/+15
* 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
* iconv: ISO-2022-CN-EXT: fix out-of-bound writes when writing escape sequence ...Charles Fol2024-04-173-1/+144
* powerpc: Fix ld.so address determination for PCREL mode (bug 31640)Florian Weimer2024-04-141-0/+19
* AArch64: Check kernel version for SVE ifuncsWilco Dijkstra2024-04-095-3/+54
* aarch64: fix check for SVE support in assemblerSzabolcs Nagy2024-04-092-4/+6
* aarch64: correct CFI in rawmemchr (bug 31113)Andreas Schwab2024-04-091-1/+1
* AArch64: Remove Falkor memcpyWilco Dijkstra2024-04-098-332/+1
* AArch64: Add memset_zva64Wilco Dijkstra2024-04-096-68/+38
* AArch64: Cleanup emag memsetWilco Dijkstra2024-04-094-197/+90
* AArch64: Cleanup ifuncsWilco Dijkstra2024-04-0918-125/+41
* AArch64: Add support for MOPS memcpy/memmove/memsetWilco Dijkstra2024-04-0911-1/+141
* Add HWCAP2_MOPS from Linux 6.5 to AArch64 bits/hwcap.hJoseph Myers2024-04-091-0/+22
* AArch64: Improve SVE memcpy and memmoveWilco Dijkstra2024-04-091-20/+14
* AArch64: Improve strrchrWilco Dijkstra2024-04-091-25/+33
* AArch64: Optimize strnlenWilco Dijkstra2024-04-091-21/+18
* AArch64: Optimize strlenWilco Dijkstra2024-04-091-8/+12
* AArch64: Optimize strcpyWilco Dijkstra2024-04-091-17/+19
* AArch64: Improve strchrnulWilco Dijkstra2024-04-091-2/+10
* AArch64: Optimize strchrWilco Dijkstra2024-04-091-28/+24
* AArch64: Improve strlen_asimdWilco Dijkstra2024-04-091-12/+4
* AArch64: Optimize memrchrWilco Dijkstra2024-04-091-9/+11
* AArch64: Optimize memchrWilco Dijkstra2024-04-091-13/+14
* aarch64: Use memcpy_simd as the default memcpyWilco Dijkstra2024-04-096-370/+81
* aarch64: Cleanup memset ifuncWilco Dijkstra2024-04-092-17/+26
* AArch64: Fix typo in sve configure check (BZ# 29394)Wilco Dijkstra2024-04-092-4/+4
* aarch64: Optimize string functions with shrn instructionDanila Kutenin2024-04-096-102/+59
* AArch64: Sort makefile entriesWilco Dijkstra2024-04-091-6/+18
* AArch64: Add SVE memcpyWilco Dijkstra2024-04-095-42/+284
* AArch64: Optimize memcmpWilco Dijkstra2024-04-091-107/+134
* Revert "elf: Fix wrong break removal from 8ee878592c"Adhemerval Zanella2024-02-121-1/+0
* malloc: Use __get_nprocs on arena_get2 (BZ 30945)Adhemerval Zanella2024-02-125-18/+2
* elf: Fix wrong break removal from 8ee878592cAdhemerval Zanella2024-02-051-0/+1
* x86_64: Optimize ffsll function code size.Sunil K Pandey2024-01-311-5/+5
* NEWS: Mention bug fixes for 29039/30745/30843H.J. Lu2023-12-231-0/+3
* x86-64: Fix the tcb field load for x32 [BZ #31185]H.J. Lu2023-12-232-2/+3
* x86-64: Fix the dtv field load for x32 [BZ #31184]H.J. Lu2023-12-232-1/+2
* elf: Fix TLS modid reuse generation assignment (BZ 29039)Hector Martin2023-12-221-0/+1
* tunables: Terminate if end of input is reached (CVE-2023-4911)Siddhesh Poyarekar2023-10-023-15/+44
* Document CVE-2023-4806 and CVE-2023-5156 in NEWSSiddhesh Poyarekar2023-09-261-0/+9
* Fix leak in getaddrinfo introduced by the fix for CVE-2023-4806 [BZ #30843]Romain Geissler2023-09-263-3/+24