aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* math: Fix tanf for some inputs (BZ 32630)gentoo/2.41Adhemerval Zanella28 hours4-1/+29
* nptl: Correct stack size attribute when stack grows up [BZ #32574]John David Anglin28 hours1-2/+2
* math: Fix sinhf for some inputs (BZ 32627)Adhemerval Zanella28 hours3-1/+27
* math: Fix log10p1f internal table value (BZ 32626)Adhemerval Zanella28 hours4-2/+30
* linux: Set internal DIR filepos as off64_t (BZ #23960, BZ #24050)gentoo/glibc-2.41-1Adhemerval Zanella11 days15-18/+329
* support: Add xreallocarrayAdhemerval Zanella11 days3-0/+32
* linux: Use getdents64 on non-LFS readdirAdhemerval Zanella11 days1-24/+73
* Force -O0 in conform tests to survive $CC changesAndreas K. Hüttel11 days2-3/+7
* Adapt to Gentoo-specific /etc/mail/aliasesAndreas K. Hüttel11 days3-11/+17
* Disable ldconfig during installMike Frysinger11 days1-0/+1
* NEWS: start new sectionAndreas K. Hüttel11 days1-0/+6
* Remove advisories from release branchAndreas K. Hüttel11 days16-359/+2
* Create ChangeLog.old/ChangeLog.30glibc-2.41Andreas K. Hüttel11 days1-0/+13253
* Bump version to 2.41Andreas K. Hüttel11 days2-3/+3
* po: update translations (final, only timestamp and line number changes)Andreas K. Hüttel11 days38-91/+91
* libc.pot: regenerate (only line number changes)Andreas K. Hüttel11 days1-3/+3
* INSTALL: update last tested version numbersAndreas K. Hüttel11 days2-15/+15
* contrib.texi: minor improvementsAndreas K. Hüttel12 days1-2/+3
* NEWS: Add some more news from the 2.41 cycleAndreas K. Hüttel12 days1-8/+31
* contrib.texi: Update from 2.40..2.41 commit logAndreas K. Hüttel13 days1-22/+78
* NEWS: Add reference to (single) advisoryAndreas K. Hüttel13 days1-2/+3
* NEWS: Add list of bugs fixed in 2.41Andreas K. Hüttel13 days1-2/+135
* NEWS: editorial changes (language, line breaks)Andreas K. Hüttel13 days1-54/+62
* testsuite: Make stdio-common/tst-printf-format-*-mem UNSUPPORTED if the mtrac...Xi Ruoyao13 days1-2/+5
* elf: fix 'valgrind' typo in commentSam James2025-01-251-1/+1
* malloc: cleanup casts in tst-callocSam James2025-01-251-2/+2
* stdlib: Test using setenv with updated environ [BZ #32588]H.J. Lu2025-01-252-0/+37
* LICENSES: update CORE-MATH copyrightAurelien Jarno2025-01-241-4/+4
* LICENSES: update location of getaddrinfo.c and getnameinfo.cAurelien Jarno2025-01-241-2/+2
* LICENSES: remove Intel License AgreementAurelien Jarno2025-01-241-36/+0
* stdlib: Re-implement free (environ) compatibility kludge for setenvFlorian Weimer2025-01-248-17/+158
* Revert "stdlib: Support malloc-managed environ arrays for compatibility"Florian Weimer2025-01-247-105/+33
* stdlib: Support malloc-managed environ arrays for compatibilityFlorian Weimer2025-01-237-33/+105
* po: Incorporate translationsAndreas K. Hüttel2025-01-2238-4950/+5090
* Update advisory GLIBC-SA-2025-0001 (2.40)Siddhesh Poyarekar2025-01-221-0/+1
* Add advisory text for CVE-2025-0395Siddhesh Poyarekar2025-01-221-0/+24
* Fix underallocation of abort_msg_s struct (CVE-2025-0395)Siddhesh Poyarekar2025-01-222-2/+6
* NEWS: Add note on Guarded Control Stack supportYury Khrustalev2025-01-211-0/+10
* Fix typo: _POSIX_REATIME_SIGNALS -> _POSIX_REALTIME_SIGNALS [BZ# 32515]Paul Pluzhnikov2025-01-211-1/+1
* aarch64: Add HWCAP_GCSYury Khrustalev2025-01-212-4/+1
* nptl: Include <stdbool.h> in tst-skeleton-affinity-inheritance.cFlorian Weimer2025-01-211-0/+1
* stdlib: Test for expected sequence of random numbers from randFlorian Weimer2025-01-202-0/+58
* stdlib: Fix unintended change to the random_r implementationFlorian Weimer2025-01-201-3/+4
* elf: Make tst-ro-dynamic-mod.map compatible with older binutilsFlorian Weimer2025-01-201-1/+1
* NEWS: Add the extensible rseq ABI to new featuresMichael Jeanson2025-01-201-0/+7
* Linux: Do not check unused bytes after sched_getattr in tst-sched_setattrFlorian Weimer2025-01-202-14/+3
* i386: Update ulps for *pi functionsFlorian Weimer2025-01-201-9/+9
* aarch64: Fix tests not compatible with targets supporting GCSYury Khrustalev2025-01-204-5/+57
* aarch64: Use __alloc_gcs in makecontextSzabolcs Nagy2025-01-201-30/+8
* aarch64: Add GCS user-space allocation logicSzabolcs Nagy2025-01-203-1/+93