aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2024-02-12malloc: Use __get_nprocs on arena_get2 (BZ 30945)release/2.35/masterAdhemerval Zanella
2024-01-31x86_64: Optimize ffsll function code size.Sunil K Pandey
2023-12-23x86-64: Fix the tcb field load for x32 [BZ #31185]H.J. Lu
2023-12-23x86-64: Fix the dtv field load for x32 [BZ #31184]H.J. Lu
2023-10-18Revert "elf: Always call destructors in reverse constructor order (bug 30785)"Florian Weimer
2023-09-26Fix leak in getaddrinfo introduced by the fix for CVE-2023-4806 [BZ #30843]Romain Geissler
2023-09-16io: Fix record locking contants for powerpc64 with __USE_FILE_OFFSET64Aurelien Jarno
2023-09-15getaddrinfo: Fix use after free in getcanonname (CVE-2023-4806)Siddhesh Poyarekar
2023-09-15gethosts: Return EAI_MEMORY on allocation failureSiddhesh Poyarekar
2023-09-15gaih_inet: Split result generation into its own functionSiddhesh Poyarekar
2023-09-15gaih_inet: split loopback lookup into its own functionSiddhesh Poyarekar
2023-09-15gaih_inet: make gethosts into a functionSiddhesh Poyarekar
2023-09-15gaih_inet: separate nss lookup loop into its own functionSiddhesh Poyarekar
2023-09-15gaih_inet: Split nscd lookup code into its own function.Siddhesh Poyarekar
2023-09-15gaih_inet: Split simple gethostbyname into its own functionSiddhesh Poyarekar
2023-09-15gaih_inet: make numeric lookup a separate routineSiddhesh Poyarekar
2023-09-15gaih_inet: Simplify service resolutionSiddhesh Poyarekar
2023-09-15getaddrinfo: Fix leak with AI_ALL [BZ #28852]Siddhesh Poyarekar
2023-09-15gaih_inet: Simplify canon name resolutionSiddhesh Poyarekar
2023-09-14Simplify allocations and fix merge and continue actions [BZ #28931]Siddhesh Poyarekar
2023-09-11elf: Always call destructors in reverse constructor order (bug 30785)Florian Weimer
2023-09-11elf: Introduce to _dl_call_finiFlorian Weimer
2023-09-05x86: Fix incorrect scope of setting `shared_per_thread` [BZ# 30745]Noah Goldstein
2023-09-05x86: Use `3/4*sizeof(per-thread-L3)` as low bound for NT threshold.Noah Goldstein
2023-09-05x86: Fix slight bug in `shared_per_thread` cache size calculation.Noah Goldstein
2023-09-05x86: Increase `non_temporal_threshold` to roughly `sizeof_L3 / 4`Noah Goldstein
2023-05-31io: Fix F_GETLK, F_SETLK, and F_SETLKW for powerpc64Adhemerval Zanella
2023-05-30io: Fix record locking contants on 32 bit arch with 64 bit default time_t (BZ...Adhemerval Zanella
2023-05-23__check_pf: Add a cancellation cleanup handler [BZ #20975]H.J. Lu
2023-04-28posix: Fix system blocks SIGCHLD erroneously [BZ #30163]Adam Yi
2023-04-24x86_64: Fix asm constraints in feraiseexcept (bug 30305)Florian Weimer
2023-04-20x86: Check minimum/maximum of non_temporal_threshold [BZ #29953]H.J. Lu
2023-01-13x86: Prevent SIGSEGV in memcmp-sse2 when data is concurrently modified [BZ #2...Noah Goldstein
2023-01-10elf/tst-tlsopt-powerpc fails when compiled with -mcpu=power10 (BZ# 29776)Alan Modra
2022-11-24x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591]Noah Goldstein
2022-11-22elf: Fix rtld-audit trampoline for aarch64Vladislav Khmelevsky
2022-11-11Linux: Support __IPC_64 in sysvctl *ctl command arguments (bug 29771)Florian Weimer
2022-11-02linux: Fix fstatat on MIPSn64 (BZ #29730)Aurelien Jarno
2022-10-25linux: Fix generic struct_stat for 64 bit time (BZ# 29657)Adhemerval Zanella
2022-10-03x86-64: Require BMI1/BMI2 for AVX2 strrchr and wcsrchr implementationsAurelien Jarno
2022-10-03x86-64: Require BMI2 and LZCNT for AVX2 memrchr implementationAurelien Jarno
2022-10-03x86-64: Require BMI2 for AVX2 (raw|w)memchr implementationsAurelien Jarno
2022-10-03x86-64: Require BMI2 for AVX2 wcs(n)cmp implementationsAurelien Jarno
2022-10-03x86-64: Require BMI2 for AVX2 strncmp implementationAurelien Jarno
2022-10-03x86-64: Require BMI2 for AVX2 strcmp implementationAurelien Jarno
2022-10-03x86-64: Require BMI2 for AVX2 str(n)casecmp implementationsAurelien Jarno
2022-10-03x86: include BMI1 and BMI2 in x86-64-v3 levelAurelien Jarno
2022-10-01hppa: undef __ASSUME_SET_ROBUST_LISTJohn David Anglin
2022-10-01hppa: Fix initialization of dp register [BZ 29635]John David Anglin
2022-09-28nptl: Add backoff mechanism to spinlock loopWangyang Guo