about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* elf: Also compile dl-misc.os with $(rtld-early-cflags) release/2.35/masterH.J. Lu45 hours1-0/+1
* CVE-2024-33601, CVE-2024-33602: nscd: netgroup: Use two buffers in addgetnetg...Florian Weimer47 hours1-98/+121
* CVE-2024-33600: nscd: Avoid null pointer crashes after notfound response (bug...Florian Weimer47 hours1-4/+7
* CVE-2024-33600: nscd: Do not send missing not-found response in addgetnetgren...Florian Weimer47 hours1-8/+6
* CVE-2024-33599: nscd: Stack-based buffer overflow in netgroup cache (bug 31677)Florian Weimer47 hours1-2/+3
* iconv: ISO-2022-CN-EXT: fix out-of-bound writes when writing escape sequence ...Charles Fol10 days3-1/+144
* powerpc: Fix ld.so address determination for PCREL mode (bug 31640)Florian Weimer13 days1-0/+19
* AArch64: Check kernel version for SVE ifuncsWilco Dijkstra2024-04-085-2/+53
* aarch64: fix check for SVE support in assemblerSzabolcs Nagy2024-04-082-4/+6
* aarch64: correct CFI in rawmemchr (bug 31113)Andreas Schwab2024-04-081-1/+1
* AArch64: Remove Falkor memcpyWilco Dijkstra2024-04-088-332/+1
* AArch64: Add memset_zva64Wilco Dijkstra2024-04-086-68/+38
* AArch64: Cleanup emag memsetWilco Dijkstra2024-04-084-197/+90
* AArch64: Cleanup ifuncsWilco Dijkstra2024-04-0818-125/+41
* AArch64: Add support for MOPS memcpy/memmove/memsetWilco Dijkstra2024-04-0811-1/+141
* Add HWCAP2_MOPS from Linux 6.5 to AArch64 bits/hwcap.hJoseph Myers2024-04-081-0/+22
* AArch64: Improve SVE memcpy and memmoveWilco Dijkstra2024-04-081-20/+14
* AArch64: Improve strrchrWilco Dijkstra2024-04-081-25/+33
* AArch64: Optimize strnlenWilco Dijkstra2024-04-081-21/+18
* AArch64: Optimize strlenWilco Dijkstra2024-04-081-8/+12
* AArch64: Optimize strcpyWilco Dijkstra2024-04-081-17/+19
* AArch64: Improve strchrnulWilco Dijkstra2024-04-081-2/+10
* AArch64: Optimize strchrWilco Dijkstra2024-04-081-28/+24
* AArch64: Improve strlen_asimdWilco Dijkstra2024-04-081-12/+4
* AArch64: Optimize memrchrWilco Dijkstra2024-04-081-9/+11
* AArch64: Optimize memchrWilco Dijkstra2024-04-081-13/+14
* aarch64: Use memcpy_simd as the default memcpyWilco Dijkstra2024-04-086-370/+81
* aarch64: Cleanup memset ifuncWilco Dijkstra2024-04-082-17/+26
* AArch64: Fix typo in sve configure check (BZ# 29394)Wilco Dijkstra2024-04-082-4/+4
* aarch64: Optimize string functions with shrn instructionDanila Kutenin2024-04-086-102/+59
* AArch64: Sort makefile entriesWilco Dijkstra2024-04-081-6/+18
* AArch64: Add SVE memcpyWilco Dijkstra2024-04-085-42/+284
* linux: Use rseq area unconditionally in sched_getcpu (bug 31479)Florian Weimer2024-03-181-8/+0
* Include sys/rseq.h in tst-rseq-disable.cStefan Liebler2024-03-181-0/+1
* nptl: Unconditionally use a 32-byte rseq areaFlorian Weimer2024-03-181-4/+14
* make ‘struct pthread’ a complete typePaul Eggert2024-03-181-4/+4
* support: use 64-bit time_t (bug 30111)Andreas Schwab2024-03-126-8/+22
* malloc: Use __get_nprocs on arena_get2 (BZ 30945)Adhemerval Zanella2024-02-125-18/+2
* 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
* Revert "elf: Move l_init_called_next to old place of l_text_end in link map"Florian Weimer2023-10-191-4/+4
* Revert "elf: Always call destructors in reverse constructor order (bug 30785)"Florian Weimer2023-10-187-176/+173
* Revert "elf: Remove unused l_text_end field from struct link_map"Florian Weimer2023-10-185-3/+18
* 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/+11
* Fix leak in getaddrinfo introduced by the fix for CVE-2023-4806 [BZ #30843]Romain Geissler2023-09-263-3/+24
* io: Fix record locking contants for powerpc64 with __USE_FILE_OFFSET64Aurelien Jarno2023-09-164-2/+8