aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-01x86: Update _dl_tlsdesc_dynamic to preserve caller-saved registersH.J. Lu24-213/+920
2024-04-01x86-64: Save APX registers in ld.so trampolineH.J. Lu1-6/+46
2024-03-22LoongArch: Correct {__ieee754, _}_scalb -> {__ieee754, _}_scalbfcaiyinyu1-1/+1
2024-03-20powerpc: Placeholder and infrastructure/build support to add Power11 relat...Amrita H S15-5/+27
2024-03-20powerpc: Add HWCAP3/HWCAP4 data to TCB for Power Architecture.Manjunath Matti12-19/+74
2024-03-18linux: Use rseq area unconditionally in sched_getcpu (bug 31479)Florian Weimer1-8/+0
2024-03-04Use gcc __builtin_stdc_* builtins in stdbit.h if possibleJakub Jelinek4-15/+856
2024-02-27S390: Do not clobber r7 in clone [BZ #31402]Stefan Liebler3-12/+63
2024-02-22math: Update mips64 ulpsXi Ruoyao1-3/+4
2024-02-12mips: FIx clone3 implementation (BZ 31325)Adhemerval Zanella1-5/+27
2024-02-05arm: Remove wrong ldr from _dl_start_user (BZ 31339)Adhemerval Zanella1-1/+0
2024-01-31Replace advisories directoryAndreas K. Hüttel10-194/+2
2024-01-31Create ChangeLog.old/ChangeLog.28glibc-2.39Andreas K. Hüttel1-0/+8505
2024-01-31version.h, include/features.h: Bump version to 2.39Andreas K. Hüttel2-3/+3
2024-01-31po: Update translationsAndreas K. Hüttel38-845/+694
2024-01-31libc.pot: regenerateAndreas K. Hüttel1-31/+26
2024-01-31INSTALL, install.texi: minor updates, regenerateAndreas K. Hüttel2-6/+6
2024-01-30contrib.texi: updateAndreas K. Hüttel1-8/+24
2024-01-30NEWS: insert advisories and fixed bugs for 2.39Andreas K. Hüttel1-4/+133
2024-01-30S390: Fix building with --disable-mutli-arch [BZ #31196]Stefan Liebler2-2/+6
2024-01-30Fix typoAndreas K. Hüttel1-1/+1
2024-01-30manual/io: Fix swapped reading and writing phrase.Joe Simmons-Talbott1-1/+1
2024-01-30Update advisory format and introduce some automationSiddhesh Poyarekar8-67/+182
2024-01-30Document CVE-2023-6246, CVE-2023-6779, and CVE-2023-6780Arjun Shankar3-0/+43
2024-01-30syslog: Fix integer overflow in __vsyslog_internal (CVE-2023-6780)Arjun Shankar1-1/+2
2024-01-30syslog: Fix heap buffer overflow in __vsyslog_internal (CVE-2023-6779)Arjun Shankar1-11/+28
2024-01-30syslog: Fix heap buffer overflow in __vsyslog_internal (CVE-2023-6246)Arjun Shankar4-15/+82
2024-01-30Use binutils 2.42 branch in build-many-glibcs.pyJoseph Myers1-1/+1
2024-01-29elf: correct relocation statistics for !ELF_MACHINE_START_ADDRESSAndreas Schwab1-4/+3
2024-01-26Relicense IBM portions of resolv/base64.c resolv/res_debug.c.Carlos O'Donell3-38/+55
2024-01-25localedata: Use consistent values for grouping and mon_groupingMike FABIAN133-233/+292
2024-01-24manual: fix order of arguments of memalign and aligned_alloc (Bug 27547)Dennis Brendel1-2/+2
2024-01-24manual, NEWS: Document malloc side effect of dynamic TLS changesFlorian Weimer2-0/+14
2024-01-24NEWS: Update temporary files ignored by ldconfigFlorian Weimer1-2/+2
2024-01-23po: Incorporate translations (sr)Andreas K. Hüttel1-4/+45
2024-01-23string: Disable stack protector for memset in early static initializationAdhemerval Zanella1-0/+1
2024-01-23qsort: Fix a typo causing unnecessary malloc/free (BZ 31276)Xi Ruoyao1-1/+1
2024-01-22riscv: add support for static PIEAndreas Schwab1-0/+11
2024-01-22sh: Fix static build with --enable-fortifyAdhemerval Zanella1-2/+2
2024-01-22sparc: Fix sparc64 memmove length comparison (BZ 31266)Adhemerval Zanella1-1/+1
2024-01-22sparc64: Remove unwind information from signal return stubs [BZ#31244]Adhemerval Zanella1-2/+5
2024-01-22sparc: Remove 64 bit check on sparc32 wordsize (BZ 27574)Adhemerval Zanella1-9/+4
2024-01-22Use --disable-default-pie for sparc in build-many-glibcs.pyAdhemerval Zanella1-4/+6
2024-01-19Further build-many-glibcs.py fixes for utcnow() deprecationJoseph Myers1-9/+14
2024-01-18sparc: Do not test preservation of NaN payloads for LEONDaniel Cederman1-0/+30
2024-01-18sparc: Force calculation that raises exceptionDaniel Cederman1-5/+6
2024-01-18sparc: Fix llrint and llround missing exceptions on SPARC V8Daniel Cederman1-0/+43
2024-01-18sparc: Remove unwind information from signal return stubs [BZ #31244]Daniel Cederman2-4/+16
2024-01-18sparc: Prevent stfsr from directly following floating-point instructionDaniel Cederman1-1/+6
2024-01-18sparc: Use existing macros to avoid code duplicationDaniel Cederman1-7/+3