aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-10Force DT_RPATH for --enable-hardcoded-path-in-testsrelease/2.33/masterH.J. Lu1-2/+5
2024-05-09elf: Disable some subtests of ifuncmain1, ifuncmain5 for !PIEFlorian Weimer2-0/+22
2024-05-03nscd: Use time_t for return type of addgetnetgrentXFlorian Weimer1-2/+2
2024-04-25CVE-2024-33601, CVE-2024-33602: nscd: netgroup: Use two buffers in addgetnetg...Florian Weimer1-98/+121
2024-04-25CVE-2024-33600: nscd: Avoid null pointer crashes after notfound response (bug...Florian Weimer1-4/+7
2024-04-25CVE-2024-33600: nscd: Do not send missing not-found response in addgetnetgren...Florian Weimer1-8/+6
2024-04-25CVE-2024-33599: nscd: Stack-based buffer overflow in netgroup cache (bug 31677)Florian Weimer1-2/+3
2024-04-17iconv: ISO-2022-CN-EXT: fix out-of-bound writes when writing escape sequence ...Charles Fol3-1/+144
2024-04-09aarch64: Use memcpy_simd as the default memcpyWilco Dijkstra6-372/+84
2024-04-09aarch64: correct CFI in rawmemchr (bug 31113)Andreas Schwab1-1/+1
2024-04-09AArch64: Improve strrchrWilco Dijkstra1-25/+33
2024-04-09AArch64: Optimize strnlenWilco Dijkstra1-21/+18
2024-04-09AArch64: Optimize strlenWilco Dijkstra1-8/+12
2024-04-09AArch64: Optimize strcpyWilco Dijkstra1-17/+19
2024-04-09AArch64: Improve strchrnulWilco Dijkstra1-2/+10
2024-04-09AArch64: Optimize strchrWilco Dijkstra1-28/+24
2024-04-09AArch64: Improve strlen_asimdWilco Dijkstra1-12/+4
2024-04-09AArch64: Optimize memrchrWilco Dijkstra1-9/+11
2024-04-09AArch64: Optimize memchrWilco Dijkstra1-13/+14
2024-04-09aarch64: Optimize string functions with shrn instructionDanila Kutenin6-102/+59
2024-04-09AArch64: Optimize memcmpWilco Dijkstra1-107/+134
2024-04-09AArch64: Improve strnlen performanceWilco Dijkstra1-181/+89
2024-01-31x86_64: Optimize ffsll function code size.Sunil K Pandey1-5/+5
2023-09-11x86: Fix incorrect scope of setting `shared_per_thread` [BZ# 30745]Noah Goldstein1-4/+3
2023-09-11x86: Use `3/4*sizeof(per-thread-L3)` as low bound for NT threshold.Noah Goldstein1-1/+10
2023-09-11x86: Fix slight bug in `shared_per_thread` cache size calculation.Noah Goldstein1-2/+2
2023-09-11x86: Increase `non_temporal_threshold` to roughly `sizeof_L3 / 4`Noah Goldstein1-31/+48
2023-07-21debug: Mark libSegFault.so as NODELETEFlorian Weimer1-0/+2
2023-05-23Document BZ #20975 fixH.J. Lu1-0/+1
2023-05-23__check_pf: Add a cancellation cleanup handler [BZ #20975]H.J. Lu2-0/+17
2022-11-24x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591]Noah Goldstein2-28/+43
2022-10-04x86-64: Require BMI1/BMI2 for AVX2 strrchr and wcsrchr implementationsAurelien Jarno2-3/+15
2022-10-04x86-64: Require BMI2 and LZCNT for AVX2 memrchr implementationAurelien Jarno2-2/+9
2022-10-04x86-64: Require BMI2 for AVX2 (raw|w)memchr implementationsAurelien Jarno1-3/+9
2022-10-04x86-64: Require BMI2 for AVX2 wcs(n)cmp implementationsAurelien Jarno1-2/+6
2022-10-04x86-64: Require BMI2 for AVX2 strncmp implementationAurelien Jarno2-4/+7
2022-10-04x86-64: Require BMI2 for AVX2 strcmp implementationAurelien Jarno2-3/+5
2022-10-04x86-64: Require BMI2 for AVX2 str(n)casecmp implementationsAurelien Jarno2-8/+21
2022-10-04x86: include BMI1 and BMI2 in x86-64-v3 levelAurelien Jarno1-0/+2
2022-09-28nptl: Add backoff mechanism to spinlock loopWangyang Guo4-2/+89
2022-09-28sysdeps: Add 'get_fast_jitter' interace in fast-jitter.hNoah Goldstein1-0/+42
2022-09-28nptl: Effectively skip CAS in spinlock loopJangwoong Kim1-3/+2
2022-09-28Move assignment out of the CAS conditionH.J. Lu2-8/+6
2022-09-28Add LLL_MUTEX_READ_LOCK [BZ #28537]H.J. Lu1-0/+7
2022-09-28Avoid extra load with CAS in __pthread_mutex_clocklock_common [BZ #28537]H.J. Lu1-5/+5
2022-09-28Avoid extra load with CAS in __pthread_mutex_lock_full [BZ #28537]H.J. Lu1-5/+5
2022-08-30elf: Call __libc_early_init for reused namespaces (bug 29528)Florian Weimer6-6/+137
2022-07-18x86: Add missing IS_IN (libc) check to strncmp-sse4_2.SNoah Goldstein1-3/+5
2022-07-18x86: Move mem{p}{mov|cpy}_{chk_}erms to its own fileNoah Goldstein3-50/+73
2022-07-18x86: Move and slightly improve memset_ermsNoah Goldstein3-31/+45