summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gmon: Revert addition of tunables to preserve GLIBC_PRIVATE ABIrelease/2.34/masterFlorian Weimer2023-04-283-88/+1
* gmon: fix memory corruption issues [BZ# 30101]Simon Kissane2023-04-284-9/+66
* gmon: improve mcount overflow handling [BZ# 27576]Simon Kissane2023-04-289-7/+245
* gmon: Fix allocated buffer overflow (bug 29444)Леонид Юрьев (Leonid Yuriev)2023-04-282-1/+4
* posix: Fix system blocks SIGCHLD erroneously [BZ #30163]Adam Yi2023-04-288-3/+141
* x86_64: Fix asm constraints in feraiseexcept (bug 30305)Florian Weimer2023-04-242-2/+3
* gshadow: Matching sgetsgent, sgetsgent_r ERANGE handling (bug 30151)Florian Weimer2023-04-244-2/+75
* x86: Check minimum/maximum of non_temporal_threshold [BZ #29953]H.J. Lu2023-04-202-9/+17
* stdlib: Undo post review change to 16adc58e73f3 [BZ #27749]Vitaly Buka2023-02-203-2/+81
* elf: Smoke-test ldconfig -p against system /etc/ld.so.cacheFlorian Weimer2023-02-082-0/+83
* elf: Fix 64 time_t support for installed statically binariesAdhemerval Zanella2023-02-086-39/+39
* Fix NEWS bug entry for 0b962177ee3b45cf775176eb454fcf6aa1b0f6e3Adhemerval Zanella2023-02-071-2/+1
* Use 64-bit time_t interfaces in strftime and strptime (bug 30053)Andreas Schwab2023-02-076-2/+64
* cdefs: Limit definition of fortification macrosSiddhesh Poyarekar2023-02-021-2/+4
* malloc: Fix -Wuse-after-free warning in tst-mallocalign1 [BZ #26779]Carlos O'Donell2023-01-111-9/+11
* s_sincosf.h: Change pio4 type to float [BZ #28713]H.J. Lu2023-01-111-1/+1
* math: Properly cast X_TLOSS to float [BZ #28713]H.J. Lu2023-01-114-6/+11
* Regenerate ulps on x86_64 with GCC 12H.J. Lu2023-01-111-1/+1
* Avoid -Wuse-after-free in tests [BZ #26779].Martin Sebor2023-01-116-2/+60
* Fix build of nptl/tst-thread_local1.cc with GCC 12Joseph Myers2023-01-111-0/+1
* Fix stdio-common tests for GCC 12 -WaddressJoseph Myers2023-01-113-10/+0
* Fix stdlib/tst-setcontext.c for GCC 12 -Warray-compareJoseph Myers2023-01-111-1/+1
* resolv: Avoid GCC 12 false positive warning [BZ #28439].Martin Sebor2023-01-111-1/+3
* intl: Avoid -Wuse-after-free [BZ #26779]Martin Sebor2023-01-111-1/+11
* elf: Drop elf/tls-macros.h in favor of __thread and tls_model attributes [BZ ...Fangrui Song2023-01-1013-199/+62
* time: Set daylight to 1 for matching DST/offset change (bug 29951)Florian Weimer2023-01-105-20/+94
* elf/tst-tlsopt-powerpc fails when compiled with -mcpu=power10 (BZ# 29776)Alan Modra2023-01-102-1/+6
* time: Use 64 bit time on tzfileAdhemerval Zanella Netto2022-12-281-1/+1
* nscd: Use 64 bit time_t on libc nscd routines (BZ# 29402)Adhemerval Zanella Netto2022-12-283-2/+3
* nis: Build libnsl with 64 bit time_tAdhemerval Zanella Netto2022-12-282-6/+6
* Use LFS and 64 bit time for installed programs (BZ #15333)Adhemerval Zanella2022-12-284-6/+22
* Apply asm redirections in syslog.h before first use [BZ #27087]Tulio Magno Quites Machado Filho2022-11-302-9/+19
* _Static_assert needs two arguments for compatibility with GCC before 9Florian Weimer2022-11-291-0/+7
* elf: Fix wrong fscanf usage on tst-plddAdhemerval Zanella2022-11-251-4/+5
* Allow for unpriviledged nested containersDJ Delorie2022-11-257-35/+155
* elf: Fix wrong fscanf usage on tst-plddAdhemerval Zanella2022-11-251-1/+2
* x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591]Noah Goldstein2022-11-242-32/+43
* elf: Fix rtld-audit trampoline for aarch64Vladislav Khmelevsky2022-11-221-3/+1
* Update NEWS file in the right placeFlorian Weimer2022-11-111-1/+1
* Linux: Support __IPC_64 in sysvctl *ctl command arguments (bug 29771)Florian Weimer2022-11-115-26/+64
* io: Fix use-after-free in ftw [BZ #26779]Martin Sebor2022-11-111-2/+3
* io: Fix ftw internal realloc buffer (BZ #28126)Adhemerval Zanella2022-11-114-20/+118
* regex: fix buffer read overrun in search [BZ#28470]Paul Eggert2022-11-112-4/+4
* regex: copy back from GnulibPaul Eggert2022-11-1110-78/+143
* Allow #pragma GCC in headers in conformtestJoseph Myers2022-11-111-0/+8
* Fix memmove call in vfprintf-internal.c:group_numberJoseph Myers2022-11-111-1/+2
* mktime: improve heuristic for ca-1986 Indiana DSTPaul Eggert2022-11-081-8/+20
* Makerules: fix MAKEFLAGS assignment for upcoming make-4.4 [BZ# 29564]Sergei Trofimovich2022-11-083-4/+20
* linux: Fix generic struct_stat for 64 bit time (BZ# 29657)Adhemerval Zanella2022-10-257-75/+625
* elf: Do not completely clear reused namespace in dlmopen (bug 29600)Florian Weimer2022-10-143-12/+31