aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-31Create ChangeLog.old/ChangeLog.28glibc-2.39Andreas K. Hüttel
2024-01-31version.h, include/features.h: Bump version to 2.39Andreas K. Hüttel
2024-01-31po: Update translationsAndreas K. Hüttel
2024-01-31libc.pot: regenerateAndreas K. Hüttel
2024-01-31INSTALL, install.texi: minor updates, regenerateAndreas K. Hüttel
2024-01-30contrib.texi: updateAndreas K. Hüttel
2024-01-30NEWS: insert advisories and fixed bugs for 2.39Andreas K. Hüttel
2024-01-30S390: Fix building with --disable-mutli-arch [BZ #31196]Stefan Liebler
2024-01-30Fix typoAndreas K. Hüttel
2024-01-30manual/io: Fix swapped reading and writing phrase.Joe Simmons-Talbott
2024-01-30Update advisory format and introduce some automationSiddhesh Poyarekar
2024-01-30Document CVE-2023-6246, CVE-2023-6779, and CVE-2023-6780Arjun Shankar
2024-01-30syslog: Fix integer overflow in __vsyslog_internal (CVE-2023-6780)Arjun Shankar
2024-01-30syslog: Fix heap buffer overflow in __vsyslog_internal (CVE-2023-6779)Arjun Shankar
2024-01-30syslog: Fix heap buffer overflow in __vsyslog_internal (CVE-2023-6246)Arjun Shankar
2024-01-30Use binutils 2.42 branch in build-many-glibcs.pyJoseph Myers
2024-01-29elf: correct relocation statistics for !ELF_MACHINE_START_ADDRESSAndreas Schwab
2024-01-26Relicense IBM portions of resolv/base64.c resolv/res_debug.c.Carlos O'Donell
2024-01-25localedata: Use consistent values for grouping and mon_groupingMike FABIAN
2024-01-24manual: fix order of arguments of memalign and aligned_alloc (Bug 27547)Dennis Brendel
2024-01-24manual, NEWS: Document malloc side effect of dynamic TLS changesFlorian Weimer
2024-01-24NEWS: Update temporary files ignored by ldconfigFlorian Weimer
2024-01-23po: Incorporate translations (sr)Andreas K. Hüttel
2024-01-23string: Disable stack protector for memset in early static initializationAdhemerval Zanella
2024-01-23qsort: Fix a typo causing unnecessary malloc/free (BZ 31276)Xi Ruoyao
2024-01-22riscv: add support for static PIEAndreas Schwab
2024-01-22sh: Fix static build with --enable-fortifyAdhemerval Zanella
2024-01-22sparc: Fix sparc64 memmove length comparison (BZ 31266)Adhemerval Zanella
2024-01-22sparc64: Remove unwind information from signal return stubs [BZ#31244]Adhemerval Zanella
2024-01-22sparc: Remove 64 bit check on sparc32 wordsize (BZ 27574)Adhemerval Zanella
2024-01-22Use --disable-default-pie for sparc in build-many-glibcs.pyAdhemerval Zanella
2024-01-19Further build-many-glibcs.py fixes for utcnow() deprecationJoseph Myers
2024-01-18sparc: Do not test preservation of NaN payloads for LEONDaniel Cederman
2024-01-18sparc: Force calculation that raises exceptionDaniel Cederman
2024-01-18sparc: Fix llrint and llround missing exceptions on SPARC V8Daniel Cederman
2024-01-18sparc: Remove unwind information from signal return stubs [BZ #31244]Daniel Cederman
2024-01-18sparc: Prevent stfsr from directly following floating-point instructionDaniel Cederman
2024-01-18sparc: Use existing macros to avoid code duplicationDaniel Cederman
2024-01-18localedata: renamed: aa_ER@saaho -> ssy_ERMike FABIAN
2024-01-18Define ISO 639-3 "ssy" (Saho)Mike FABIAN
2024-01-18localedata: add crh_RU, Crimean Tartar language in the Cyrillic script as use...Mike FABIAN
2024-01-18localedata: tr_TR, ku_TR: Sync with CLDR: “Turkey” -> “Türkiye”Mike FABIAN
2024-01-18localedata: miq_NI: Shorten month names in abmonMike FABIAN
2024-01-17Update kernel version to 6.7 in header constant testsJoseph Myers
2024-01-17localedata: add gbm_IN localeMike FABIAN
2024-01-17Define ISO 639-3 "gbm" (Garhwali)Mike FABIAN
2024-01-17Update syscall lists for Linux 6.7Joseph Myers
2024-01-17Use Linux 6.7 in build-many-glibcs.pyJoseph Myers
2024-01-17stdlib: Remove unused is_aligned function from qsort.cAdhemerval Zanella
2024-01-16NEWS: Mention PLT rewrite on x86-64H.J. Lu