about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* nscd: Use time_t for return type of addgetnetgrentX release/2.33/masterFlorian Weimer5 days1-2/+2
* CVE-2024-33601, CVE-2024-33602: nscd: netgroup: Use two buffers in addgetnetg...Florian Weimer13 days1-98/+121
* CVE-2024-33600: nscd: Avoid null pointer crashes after notfound response (bug...Florian Weimer13 days1-4/+7
* CVE-2024-33600: nscd: Do not send missing not-found response in addgetnetgren...Florian Weimer13 days1-8/+6
* CVE-2024-33599: nscd: Stack-based buffer overflow in netgroup cache (bug 31677)Florian Weimer13 days1-2/+3
* iconv: ISO-2022-CN-EXT: fix out-of-bound writes when writing escape sequence ...Charles Fol2024-04-173-1/+144
* aarch64: Use memcpy_simd as the default memcpyWilco Dijkstra2024-04-096-372/+84
* aarch64: correct CFI in rawmemchr (bug 31113)Andreas Schwab2024-04-091-1/+1
* 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: Optimize string functions with shrn instructionDanila Kutenin2024-04-096-102/+59
* AArch64: Optimize memcmpWilco Dijkstra2024-04-091-107/+134
* AArch64: Improve strnlen performanceWilco Dijkstra2024-04-091-181/+89
* x86_64: Optimize ffsll function code size.Sunil K Pandey2024-01-311-5/+5
* x86: Fix incorrect scope of setting `shared_per_thread` [BZ# 30745]Noah Goldstein2023-09-111-4/+3
* x86: Use `3/4*sizeof(per-thread-L3)` as low bound for NT threshold.Noah Goldstein2023-09-111-1/+10
* x86: Fix slight bug in `shared_per_thread` cache size calculation.Noah Goldstein2023-09-111-2/+2
* x86: Increase `non_temporal_threshold` to roughly `sizeof_L3 / 4`Noah Goldstein2023-09-111-31/+48
* debug: Mark libSegFault.so as NODELETEFlorian Weimer2023-07-211-0/+2
* Document BZ #20975 fixH.J. Lu2023-05-231-0/+1
* __check_pf: Add a cancellation cleanup handler [BZ #20975]H.J. Lu2023-05-232-0/+17
* x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591]Noah Goldstein2022-11-242-28/+43
* x86-64: Require BMI1/BMI2 for AVX2 strrchr and wcsrchr implementationsAurelien Jarno2022-10-042-3/+15
* x86-64: Require BMI2 and LZCNT for AVX2 memrchr implementationAurelien Jarno2022-10-042-2/+9
* x86-64: Require BMI2 for AVX2 (raw|w)memchr implementationsAurelien Jarno2022-10-041-3/+9
* x86-64: Require BMI2 for AVX2 wcs(n)cmp implementationsAurelien Jarno2022-10-041-2/+6
* x86-64: Require BMI2 for AVX2 strncmp implementationAurelien Jarno2022-10-042-4/+7
* x86-64: Require BMI2 for AVX2 strcmp implementationAurelien Jarno2022-10-042-3/+5
* x86-64: Require BMI2 for AVX2 str(n)casecmp implementationsAurelien Jarno2022-10-042-8/+21
* x86: include BMI1 and BMI2 in x86-64-v3 levelAurelien Jarno2022-10-041-0/+2
* nptl: Add backoff mechanism to spinlock loopWangyang Guo2022-09-284-2/+89
* sysdeps: Add 'get_fast_jitter' interace in fast-jitter.hNoah Goldstein2022-09-281-0/+42
* nptl: Effectively skip CAS in spinlock loopJangwoong Kim2022-09-281-3/+2
* Move assignment out of the CAS conditionH.J. Lu2022-09-282-8/+6
* Add LLL_MUTEX_READ_LOCK [BZ #28537]H.J. Lu2022-09-281-0/+7
* Avoid extra load with CAS in __pthread_mutex_clocklock_common [BZ #28537]H.J. Lu2022-09-281-5/+5
* Avoid extra load with CAS in __pthread_mutex_lock_full [BZ #28537]H.J. Lu2022-09-281-5/+5
* elf: Call __libc_early_init for reused namespaces (bug 29528)Florian Weimer2022-08-306-6/+137
* x86: Add missing IS_IN (libc) check to strncmp-sse4_2.SNoah Goldstein2022-07-181-3/+5
* x86: Move mem{p}{mov|cpy}_{chk_}erms to its own fileNoah Goldstein2022-07-183-50/+73
* x86: Move and slightly improve memset_ermsNoah Goldstein2022-07-183-31/+45
* x86: Add definition for __wmemset_chk AVX2 RTM in ifunc impl listNoah Goldstein2022-07-181-0/+4
* x86: Put wcs{n}len-sse4.1 in the sse4.1 text sectionNoah Goldstein2022-07-183-1/+7