summaryrefslogtreecommitdiff
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-23NEWS: Mention bug fixes for 29039/30745/30843H.J. Lu
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-12-22elf: Fix TLS modid reuse generation assignment (BZ 29039)Hector Martin
2023-10-19Revert "elf: Move l_init_called_next to old place of l_text_end in link map"Florian Weimer
2023-10-18Revert "elf: Always call destructors in reverse constructor order (bug 30785)"Florian Weimer
2023-10-18Revert "elf: Remove unused l_text_end field from struct link_map"Florian Weimer
2023-10-02tunables: Terminate if end of input is reached (CVE-2023-4911)Siddhesh Poyarekar
2023-09-26Document CVE-2023-4806 and CVE-2023-5156 in NEWSSiddhesh Poyarekar
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-15nss: Sort tests and tests-container and put one test per lineSiddhesh Poyarekar
2023-09-14Simplify allocations and fix merge and continue actions [BZ #28931]Siddhesh Poyarekar
2023-09-11elf: Move l_init_called_next to old place of l_text_end in link mapFlorian Weimer
2023-09-11elf: Remove unused l_text_end field from struct link_mapFlorian Weimer
2023-09-11elf: Always call destructors in reverse constructor order (bug 30785)Florian Weimer
2023-09-11elf: Do not run constructors for proxy objectsFlorian 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-07-07elf: _dl_find_object may return 1 during early startup (bug 30515)Florian Weimer
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-23Document BZ #20975 fixH.J. Lu
2023-05-23__check_pf: Add a cancellation cleanup handler [BZ #20975]H.J. Lu
2023-04-28gmon: Revert addition of tunables to preserve GLIBC_PRIVATE ABIFlorian Weimer
2023-04-28gmon: fix memory corruption issues [BZ# 30101]Simon Kissane
2023-04-28gmon: improve mcount overflow handling [BZ# 27576]Simon Kissane
2023-04-28gmon: Fix allocated buffer overflow (bug 29444)Леонид Юрьев (Leonid Yuriev)
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-24gshadow: Matching sgetsgent, sgetsgent_r ERANGE handling (bug 30151)Florian Weimer
2023-04-20x86: Check minimum/maximum of non_temporal_threshold [BZ #29953]H.J. Lu
2023-02-20stdlib: Undo post review change to 16adc58e73f3 [BZ #27749]Vitaly Buka