summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gmon: Revert addition of tunables to the manualrelease/2.36/masterFlorian Weimer2023-04-281-59/+0
* gmon: Revert addition of tunables to preserve GLIBC_PRIVATE ABIFlorian Weimer2023-04-282-29/+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-03-151-9/+16
* 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
* Use 64-bit time_t interfaces in strftime and strptime (bug 30053)Andreas Schwab2023-02-076-2/+63
* elf: Fix GL(dl_phdr) and GL(dl_phnum) for static builds [BZ #29864]Adhemerval Zanella2023-02-034-48/+46
* cdefs: Limit definition of fortification macrosSiddhesh Poyarekar2023-02-021-2/+4
* x86: Prevent SIGSEGV in memcmp-sse2 when data is concurrently modified [BZ #2...Noah Goldstein2023-01-111-1/+11
* 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
* x86: Fix -Os build (BZ #29576)Adhemerval Zanella Netto2022-12-282-0/+20
* sunrpc: Suppress GCC -Os warning on user2netnameAdhemerval Zanella Netto2022-12-281-0/+6
* locale: prevent maybe-uninitialized errors with -Os [BZ #19444]Martin Jansa2022-12-281-0/+7
* 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
* Apply asm redirections in syslog.h before first use [BZ #27087]Tulio Magno Quites Machado Filho2022-11-292-9/+19
* x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591]Noah Goldstein2022-11-242-34/+43
* 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-115-26/+64
* 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
* LoongArch: Fix ABI related macros in elf.h to keep consistent with binutils[1].caiyinyu2022-11-031-2/+5
* linux: Fix fstatat on MIPSn64 (BZ #29730)Aurelien Jarno2022-11-022-0/+52
* longlong.h: update from GCC for LoongArch clz/ctz supportXi Ruoyao2022-10-281-0/+12
* elf: Reinstate on DL_DEBUG_BINDINGS _dl_lookup_symbol_xAdhemerval Zanella2022-10-261-0/+17
* linux: Fix generic struct_stat for 64 bit time (BZ# 29657)Adhemerval Zanella2022-10-257-74/+624
* Avoid undefined behaviour in ibm128 implementation of llroundl (BZ #29488)Aurelien Jarno2022-10-242-12/+11
* Fix BZ #29463 in the ibm128 implementation of y1l tooMichael Hudson-Doyle2022-10-241-0/+3
* elf: Do not completely clear reused namespace in dlmopen (bug 29600)Florian Weimer2022-10-143-12/+31
* nss: Use shared prefix in IPv4 address in tst-reload1Florian Weimer2022-10-131-4/+4
* nss: Fix tst-nss-files-hosts-long on single-stack hosts (bug 24816)Florian Weimer2022-10-132-4/+6
* nss: Implement --no-addrconfig option for getentFlorian Weimer2022-10-132-1/+17
* Ensure calculations happen with desired rounding mode in y1lf128Michael Hudson-Doyle2022-10-092-0/+4
* nscd: Drop local address tuple variable [BZ #29607]Siddhesh Poyarekar2022-10-042-3/+4
* x86-64: Require BMI1/BMI2 for AVX2 strrchr and wcsrchr implementationsAurelien Jarno2022-10-033-3/+16
* x86-64: Require BMI2 and LZCNT for AVX2 memrchr implementationAurelien Jarno2022-10-033-2/+10
* 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