summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-01-28Increase version to 2.41.9000, add new section to NEWSglibc-2.41.9000Andreas K. Hüttel
2025-01-28Create ChangeLog.old/ChangeLog.30glibc-2.41Andreas K. Hüttel
2025-01-28Bump version to 2.41Andreas K. Hüttel
2025-01-28po: update translations (final, only timestamp and line number changes)Andreas K. Hüttel
2025-01-28libc.pot: regenerate (only line number changes)Andreas K. Hüttel
2025-01-28INSTALL: update last tested version numbersAndreas K. Hüttel
2025-01-27contrib.texi: minor improvementsAndreas K. Hüttel
2025-01-27NEWS: Add some more news from the 2.41 cycleAndreas K. Hüttel
2025-01-27contrib.texi: Update from 2.40..2.41 commit logAndreas K. Hüttel
2025-01-26NEWS: Add reference to (single) advisoryAndreas K. Hüttel
2025-01-26NEWS: Add list of bugs fixed in 2.41Andreas K. Hüttel
2025-01-26NEWS: editorial changes (language, line breaks)Andreas K. Hüttel
2025-01-26testsuite: Make stdio-common/tst-printf-format-*-mem UNSUPPORTED if the mtrac...Xi Ruoyao
2025-01-25elf: fix 'valgrind' typo in commentSam James
2025-01-25malloc: cleanup casts in tst-callocSam James
2025-01-25stdlib: Test using setenv with updated environ [BZ #32588]H.J. Lu
2025-01-24LICENSES: update CORE-MATH copyrightAurelien Jarno
2025-01-24LICENSES: update location of getaddrinfo.c and getnameinfo.cAurelien Jarno
2025-01-24LICENSES: remove Intel License AgreementAurelien Jarno
2025-01-24stdlib: Re-implement free (environ) compatibility kludge for setenvFlorian Weimer
2025-01-24Revert "stdlib: Support malloc-managed environ arrays for compatibility"Florian Weimer
2025-01-23stdlib: Support malloc-managed environ arrays for compatibilityFlorian Weimer
2025-01-22po: Incorporate translationsAndreas K. Hüttel
2025-01-22Update advisory GLIBC-SA-2025-0001 (2.40)Siddhesh Poyarekar
2025-01-22Add advisory text for CVE-2025-0395Siddhesh Poyarekar
2025-01-22Fix underallocation of abort_msg_s struct (CVE-2025-0395)Siddhesh Poyarekar
2025-01-21NEWS: Add note on Guarded Control Stack supportYury Khrustalev
2025-01-21Fix typo: _POSIX_REATIME_SIGNALS -> _POSIX_REALTIME_SIGNALS [BZ# 32515]Paul Pluzhnikov
2025-01-21aarch64: Add HWCAP_GCSYury Khrustalev
2025-01-21nptl: Include <stdbool.h> in tst-skeleton-affinity-inheritance.cFlorian Weimer
2025-01-20stdlib: Test for expected sequence of random numbers from randFlorian Weimer
2025-01-20stdlib: Fix unintended change to the random_r implementationFlorian Weimer
2025-01-20elf: Make tst-ro-dynamic-mod.map compatible with older binutilsFlorian Weimer
2025-01-20NEWS: Add the extensible rseq ABI to new featuresMichael Jeanson
2025-01-20Linux: Do not check unused bytes after sched_getattr in tst-sched_setattrFlorian Weimer
2025-01-20i386: Update ulps for *pi functionsFlorian Weimer
2025-01-20aarch64: Fix tests not compatible with targets supporting GCSYury Khrustalev
2025-01-20aarch64: Use __alloc_gcs in makecontextSzabolcs Nagy
2025-01-20aarch64: Add GCS user-space allocation logicSzabolcs Nagy
2025-01-20aarch64: Process gnu properties in static exeSzabolcs Nagy
2025-01-20aarch64: Ignore GCS property of ld.soSzabolcs Nagy
2025-01-20aarch64: Handle GCS markingSzabolcs Nagy
2025-01-20aarch64: Use l_searchlist.r_list for btiSzabolcs Nagy
2025-01-20aarch64: Mark objects with GCS property noteSzabolcs Nagy
2025-01-20aarch64: Enable GCS in dynamic linked exeSzabolcs Nagy
2025-01-20aarch64: Enable GCS in static linked exeSzabolcs Nagy
2025-01-20aarch64: Add glibc.cpu.aarch64_gcs tunableSzabolcs Nagy
2025-01-20aarch64: Add GCS support for makecontextSzabolcs Nagy
2025-01-20aarch64: Mark swapcontext with indirect_returnSzabolcs Nagy
2025-01-20aarch64: Add GCS support for setcontextSzabolcs Nagy