about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Fix leak in getaddrinfo introduced by the fix for CVE-2023-4806 [BZ #30843]Romain Geissler2023-09-261-3/+1
* io: Fix record locking contants for powerpc64 with __USE_FILE_OFFSET64Aurelien Jarno2023-09-161-1/+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
* Simplify allocations and fix merge and continue actions [BZ #28931]Siddhesh Poyarekar2023-09-141-52/+91
* elf: Always call destructors in reverse constructor order (bug 30785)Florian Weimer2023-09-111-0/+4
* elf: Introduce to _dl_call_finiFlorian Weimer2023-09-111-0/+8
* 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
* io: Fix F_GETLK, F_SETLK, and F_SETLKW for powerpc64Adhemerval Zanella2023-05-311-0/+6
* io: Fix record locking contants on 32 bit arch with 64 bit default time_t (BZ...Adhemerval Zanella2023-05-301-1/+1
* __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
* x86: Prevent SIGSEGV in memcmp-sse2 when data is concurrently modified [BZ #2...Noah Goldstein2023-01-131-1/+11
* 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 fstatat on MIPSn64 (BZ #29730)Aurelien Jarno2022-11-021-0/+51
* linux: Fix generic struct_stat for 64 bit time (BZ# 29657)Adhemerval Zanella2022-10-256-74/+622
* x86-64: Require BMI1/BMI2 for AVX2 strrchr and wcsrchr implementationsAurelien Jarno2022-10-032-3/+15
* x86-64: Require BMI2 and LZCNT for AVX2 memrchr implementationAurelien Jarno2022-10-032-2/+9
* x86-64: Require BMI2 for AVX2 (raw|w)memchr implementationsAurelien Jarno2022-10-031-3/+9
* x86-64: Require BMI2 for AVX2 wcs(n)cmp implementationsAurelien Jarno2022-10-031-2/+6
* x86-64: Require BMI2 for AVX2 strncmp implementationAurelien Jarno2022-10-032-4/+7
* x86-64: Require BMI2 for AVX2 strcmp implementationAurelien Jarno2022-10-032-3/+5
* x86-64: Require BMI2 for AVX2 str(n)casecmp implementationsAurelien Jarno2022-10-032-8/+21
* x86: include BMI1 and BMI2 in x86-64-v3 levelAurelien Jarno2022-10-031-0/+2
* hppa: undef __ASSUME_SET_ROBUST_LISTJohn David Anglin2022-10-011-0/+3
* hppa: Fix initialization of dp register [BZ 29635]John David Anglin2022-10-011-5/+19
* 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
* m68k: Enforce 4-byte alignment on internal locks (BZ #29537)Adhemerval Zanella2022-09-214-2/+59
* elf: Rename _dl_sort_maps parameter from skip to force_firstFlorian Weimer2022-09-201-2/+4
* 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