aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-16io: Fix record locking contants for powerpc64 with __USE_FILE_OFFSET64Aurelien Jarno4-2/+8
2023-09-15getaddrinfo: Fix use after free in getcanonname (CVE-2023-4806)Siddhesh Poyarekar7-10/+152
2023-09-15gethosts: Return EAI_MEMORY on allocation failureSiddhesh Poyarekar1-2/+2
2023-09-15gaih_inet: Split result generation into its own functionSiddhesh Poyarekar1-90/+86
2023-09-15gaih_inet: split loopback lookup into its own functionSiddhesh Poyarekar1-65/+62
2023-09-15gaih_inet: make gethosts into a functionSiddhesh Poyarekar1-58/+59
2023-09-15gaih_inet: separate nss lookup loop into its own functionSiddhesh Poyarekar1-277/+286
2023-09-15gaih_inet: Split nscd lookup code into its own function.Siddhesh Poyarekar1-114/+134
2023-09-15gaih_inet: Split simple gethostbyname into its own functionSiddhesh Poyarekar1-63/+64
2023-09-15gaih_inet: make numeric lookup a separate routineSiddhesh Poyarekar1-439/+452
2023-09-15gaih_inet: Simplify service resolutionSiddhesh Poyarekar1-100/+78
2023-09-15getaddrinfo: Fix leak with AI_ALL [BZ #28852]Siddhesh Poyarekar1-9/+25
2023-09-15gaih_inet: Simplify canon name resolutionSiddhesh Poyarekar1-55/+75
2023-09-15nss: Sort tests and tests-container and put one test per lineSiddhesh Poyarekar1-16/+25
2023-09-14Simplify allocations and fix merge and continue actions [BZ #28931]Siddhesh Poyarekar5-53/+751
2023-09-11elf: Move l_init_called_next to old place of l_text_end in link mapFlorian Weimer1-4/+4
2023-09-11elf: Remove unused l_text_end field from struct link_mapFlorian Weimer5-18/+3
2023-09-11elf: Always call destructors in reverse constructor order (bug 30785)Florian Weimer8-173/+180
2023-09-11elf: Do not run constructors for proxy objectsFlorian Weimer1-2/+6
2023-09-11elf: Introduce to _dl_call_finiFlorian Weimer5-78/+61
2023-09-05x86: Fix incorrect scope of setting `shared_per_thread` [BZ# 30745]Noah Goldstein1-4/+3
2023-09-05x86: Use `3/4*sizeof(per-thread-L3)` as low bound for NT threshold.Noah Goldstein1-1/+10
2023-09-05x86: Fix slight bug in `shared_per_thread` cache size calculation.Noah Goldstein1-2/+2
2023-09-05x86: Increase `non_temporal_threshold` to roughly `sizeof_L3 / 4`Noah Goldstein1-31/+48
2023-07-07elf: _dl_find_object may return 1 during early startup (bug 30515)Florian Weimer3-1/+13
2023-05-31io: Fix F_GETLK, F_SETLK, and F_SETLKW for powerpc64Adhemerval Zanella1-0/+6
2023-05-30io: Fix record locking contants on 32 bit arch with 64 bit default time_t (BZ...Adhemerval Zanella5-26/+135
2023-05-23Document BZ #20975 fixH.J. Lu1-0/+1
2023-05-23__check_pf: Add a cancellation cleanup handler [BZ #20975]H.J. Lu2-0/+17
2023-04-28gmon: Revert addition of tunables to preserve GLIBC_PRIVATE ABIFlorian Weimer3-88/+1
2023-04-28gmon: fix memory corruption issues [BZ# 30101]Simon Kissane4-9/+66
2023-04-28gmon: improve mcount overflow handling [BZ# 27576]Simon Kissane9-7/+245
2023-04-28gmon: Fix allocated buffer overflow (bug 29444)Леонид Юрьев (Leonid Yuriev)2-1/+4
2023-04-28posix: Fix system blocks SIGCHLD erroneously [BZ #30163]Adam Yi8-3/+141
2023-04-24x86_64: Fix asm constraints in feraiseexcept (bug 30305)Florian Weimer2-2/+3
2023-04-24gshadow: Matching sgetsgent, sgetsgent_r ERANGE handling (bug 30151)Florian Weimer4-2/+75
2023-04-20x86: Check minimum/maximum of non_temporal_threshold [BZ #29953]H.J. Lu2-9/+17
2023-02-20stdlib: Undo post review change to 16adc58e73f3 [BZ #27749]Vitaly Buka3-2/+81
2023-02-08elf: Smoke-test ldconfig -p against system /etc/ld.so.cacheFlorian Weimer2-0/+83
2023-02-07Use 64-bit time_t interfaces in strftime and strptime (bug 30053)Andreas Schwab6-2/+63
2023-02-02cdefs: Limit definition of fortification macrosSiddhesh Poyarekar1-2/+4
2023-01-13x86: Prevent SIGSEGV in memcmp-sse2 when data is concurrently modified [BZ #2...Noah Goldstein1-1/+11
2023-01-10time: Set daylight to 1 for matching DST/offset change (bug 29951)Florian Weimer5-20/+94
2023-01-10elf/tst-tlsopt-powerpc fails when compiled with -mcpu=power10 (BZ# 29776)Alan Modra2-1/+6
2022-12-28time: Use 64 bit time on tzfileAdhemerval Zanella Netto1-1/+1
2022-12-28nscd: Use 64 bit time_t on libc nscd routines (BZ# 29402)Adhemerval Zanella Netto3-2/+3
2022-12-28nis: Build libnsl with 64 bit time_tAdhemerval Zanella Netto2-6/+6
2022-11-29Apply asm redirections in syslog.h before first use [BZ #27087]Tulio Magno Quites Machado Filho2-9/+19
2022-11-25elf: Fix wrong fscanf usage on tst-plddAdhemerval Zanella1-4/+5
2022-11-25Allow for unpriviledged nested containersDJ Delorie7-35/+155