about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* AArch64: Optimize memcmpWilco Dijkstra2024-04-091-107/+134
* malloc: Use __get_nprocs on arena_get2 (BZ 30945)Adhemerval Zanella2024-02-122-7/+1
* x86_64: Optimize ffsll function code size.Sunil K Pandey2024-01-311-5/+5
* x86-64: Fix the tcb field load for x32 [BZ #31185]H.J. Lu2023-12-231-2/+2
* x86-64: Fix the dtv field load for x32 [BZ #31184]H.J. Lu2023-12-231-1/+1
* Fix leak in getaddrinfo introduced by the fix for CVE-2023-4806 [BZ #30843]Romain Geissler2023-09-261-3/+1
* getaddrinfo: Fix use after free in getcanonname (CVE-2023-4806)Siddhesh Poyarekar2023-09-151-8/+17
* gethosts: Return EAI_MEMORY on allocation failureSiddhesh Poyarekar2023-09-151-2/+2
* gaih_inet: Split result generation into its own functionSiddhesh Poyarekar2023-09-151-90/+86
* gaih_inet: split loopback lookup into its own functionSiddhesh Poyarekar2023-09-151-65/+62
* gaih_inet: make gethosts into a functionSiddhesh Poyarekar2023-09-151-58/+59
* gaih_inet: separate nss lookup loop into its own functionSiddhesh Poyarekar2023-09-151-277/+286
* gaih_inet: Split nscd lookup code into its own function.Siddhesh Poyarekar2023-09-151-114/+134
* gaih_inet: Split simple gethostbyname into its own functionSiddhesh Poyarekar2023-09-151-63/+64
* gaih_inet: make numeric lookup a separate routineSiddhesh Poyarekar2023-09-151-439/+452
* gaih_inet: Simplify service resolutionSiddhesh Poyarekar2023-09-151-100/+78
* getaddrinfo: Fix leak with AI_ALL [BZ #28852]Siddhesh Poyarekar2023-09-151-9/+25
* gaih_inet: Simplify canon name resolutionSiddhesh Poyarekar2023-09-151-55/+75
* gethosts: Remove unused argument _typeSiddhesh Poyarekar2023-09-151-3/+3
* Simplify allocations and fix merge and continue actions [BZ #28931]Siddhesh Poyarekar2023-09-141-52/+91
* x86: Fix incorrect scope of setting `shared_per_thread` [BZ# 30745]Noah Goldstein2023-09-051-4/+3
* x86: Use `3/4*sizeof(per-thread-L3)` as low bound for NT threshold.Noah Goldstein2023-09-051-1/+10
* x86: Fix slight bug in `shared_per_thread` cache size calculation.Noah Goldstein2023-09-051-2/+2
* x86: Increase `non_temporal_threshold` to roughly `sizeof_L3 / 4`Noah Goldstein2023-09-051-31/+48
* __check_pf: Add a cancellation cleanup handler [BZ #20975]H.J. Lu2023-05-232-0/+17
* posix: Fix system blocks SIGCHLD erroneously [BZ #30163]Adam Yi2023-04-281-3/+3
* x86_64: Fix asm constraints in feraiseexcept (bug 30305)Florian Weimer2023-04-241-2/+2
* x86: Check minimum/maximum of non_temporal_threshold [BZ #29953]H.J. Lu2023-04-201-9/+16
* elf: Fix 64 time_t support for installed statically binariesAdhemerval Zanella2023-02-081-3/+3
* s_sincosf.h: Change pio4 type to float [BZ #28713]H.J. Lu2023-01-111-1/+1
* Regenerate ulps on x86_64 with GCC 12H.J. Lu2023-01-111-1/+1
* elf: Drop elf/tls-macros.h in favor of __thread and tls_model attributes [BZ ...Fangrui Song2023-01-102-6/+4
* elf/tst-tlsopt-powerpc fails when compiled with -mcpu=power10 (BZ# 29776)Alan Modra2023-01-101-1/+5
* x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591]Noah Goldstein2022-11-241-5/+2
* elf: Fix rtld-audit trampoline for aarch64Vladislav Khmelevsky2022-11-221-3/+1
* Linux: Support __IPC_64 in sysvctl *ctl command arguments (bug 29771)Florian Weimer2022-11-114-26/+63
* linux: Fix generic struct_stat for 64 bit time (BZ# 29657)Adhemerval Zanella2022-10-256-75/+623
* 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-283-0/+75
* sysdeps: Add 'get_fast_jitter' interace in fast-jitter.hNoah Goldstein2022-09-281-0/+42
* socket: Check lengths before advancing pointer in CMSG_NXTHDRArjun Shankar2022-08-223-22/+94
* alpha: Fix generic brk system call emulation in __brk_call (bug 29490)Florian Weimer2022-08-221-4/+3
* Update syscall lists for Linux 5.19Joseph Myers2022-08-083-2/+4