aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-17Linux: Switch back to assembly syscall wrapper for prctl (bug 29770)Florian Weimer2-4/+2
2024-02-16i386: Use generic memrchr in libc (bug 31316)Florian Weimer2-1/+1
2024-02-15Apply the Makefile sorting fixH.J. Lu5-57/+57
2024-02-15sysdeps/x86_64/Makefile (tests): Add the end markerH.J. Lu1-2/+4
2024-02-15sort-makefile-lines.py: Allow '_' in name and "^# name"H.J. Lu1-2/+2
2024-02-14trivial doc fix: remove weird phrase "syscall takes zero to five arguments"Askar Safin1-2/+1
2024-02-14mips: Use builtins for ffs and ffsllJunxian Zhu1-0/+3
2024-02-13x86: Expand the comment on when REP STOSB is used on memsetAdhemerval Zanella1-1/+3
2024-02-13x86: Do not prefer ERMS for memset on Zen3+Adhemerval Zanella1-0/+5
2024-02-13x86: Fix Zen3/Zen4 ERMS selection (BZ 30994)Adhemerval Zanella1-20/+18
2024-02-12x86/cet: fix shadow stack test scriptsMichael Jeanson3-3/+3
2024-02-12test_printers_common.py: Remove invalid escape sequenceH.J. Lu1-1/+1
2024-02-09elf: Remove attempt at env handling in elf/tst-rtld-list-diagnostics.pyFlorian Weimer1-3/+2
2024-02-08Add SOL_VSOCK from Linux 6.7 to bits/socket.hJoseph Myers1-0/+1
2024-02-08localedata: ssy_ER: Fix syntax errorMike FABIAN1-1/+1
2024-02-08localedata: hr_HR: change currency to EUR/€Dragan Stanojević (Nevidljivi)2-8/+8
2024-02-08Change lv_LV collation to agree with the recent change in CLDRMike FABIAN2-36/+122
2024-02-08Add new AArch64 HWCAP2 definitions from Linux 6.7 to bits/hwcap.hJoseph Myers1-0/+3
2024-02-06string: Add hidden builtin definition for __strcpy_chk.Stefan Liebler2-0/+2
2024-02-05arm: Remove wrong ldr from _dl_start_user (BZ 31339)Adhemerval Zanella1-1/+0
2024-02-05LoongArch: Use builtins for ffs and ffsllXi Ruoyao1-0/+2
2024-02-05Remove sysdeps/ia64/math-use-builtins-ffs.hXi Ruoyao1-2/+0
2024-02-05Fix stringop-overflow warning in tst-strlcat2.Stefan Liebler1-0/+1
2024-02-02mips: FIx clone3 implementation (BZ 31325)Adhemerval Zanella1-5/+27
2024-02-01stdlib: fix qsort example in manualPaul Eggert1-9/+12
2024-02-01soft-fp: Add brain format supportJakub Jelinek12-0/+738
2024-02-01Rename c2x / gnu2x tests to c23 / gnu23Joseph Myers24-38/+38
2024-02-01manual: Fix up stdbit.texiJakub Jelinek1-1/+1
2024-02-01string: Use builtins for ffs and ffsllAdhemerval Zanella Netto28-651/+48
2024-02-01misc: tst-poll: Proper synchronize with child before sending the signalAdhemerval Zanella1-3/+3
2024-02-01math: Remove bogus math implementationsAdhemerval Zanella5-164/+0
2024-02-01Refer to C23 in place of C2X in glibcJoseph Myers79-278/+300
2024-02-01elf: Remove _dl_sysdep_open_object hook functionFlorian Weimer2-60/+0
2024-01-31build-many-glibcs: relax version check to allow non-digit charactersFangrui Song1-9/+7
2024-01-31Use gcc __builtin_stdc_* builtins in stdbit.h if possibleJakub Jelinek5-16/+860
2024-01-31Open master branch for glibc 2.40 developmentglibc-2.39.9000Andreas K. Hüttel2-2/+29
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