aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-02aarch64: Add longjmp support for SMESzabolcs Nagy1-0/+22
2024-01-02aarch64: Add SME runtime supportSzabolcs Nagy3-3/+129
2024-01-02localedata: convert uz_UZ and uz_UZ@cyrillic to UTF-8Mike FABIAN2-56/+56
2024-01-02localedata: uz_UZ and uz_UZ@cyrillic: Fix decimal point and thousands separatorMike FABIAN2-4/+4
2024-01-02libio: Check remaining buffer size in _IO_wdo_write (bug 31183)Florian Weimer1-1/+1
2024-01-02getaddrinfo: translate ENOMEM to EAI_MEMORY (bug 31163)Andreas Schwab1-1/+8
2024-01-01string: Add additional output in test-strchr failureNoah Goldstein1-5/+12
2024-01-01Add a setjmp/longjmp test between user contextsH.J. Lu2-0/+139
2024-01-01x86/cet: Add -fcf-protection=none before -fcf-protection=branchH.J. Lu1-4/+4
2024-01-01Regenerate libc.potAndreas K. Hüttel1-159/+173
2024-01-01Omit regex.c pragmas no longer neededPaul Eggert1-4/+0
2024-01-01Update copyright dates not handled by scripts/update-copyrightsPaul Eggert21-21/+21
2024-01-01Update copyright in generated files by running "make"Paul Eggert2-2/+2
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert12589-12621/+12621
2024-01-01x86/cet: Run some CET tests with shadow stackH.J. Lu4-0/+17
2024-01-01x86/cet: Don't set CET active by defaultH.J. Lu2-2/+15
2024-01-01x86/cet: Check feature_1 in TCB for active IBT and SHSTKH.J. Lu3-1/+35
2024-01-01x86/cet: Enable shadow stack during startupH.J. Lu10-146/+175
2024-01-01elf: Always provide _dl_get_dl_main_map in libc.aH.J. Lu2-6/+3
2024-01-01x86/cet: Sync with Linux kernel 6.6 shadow stack interfaceH.J. Lu15-133/+173
2023-12-30RISC-V: Add support for dl_runtime_profile (BZ #31151)Aurelien Jarno4-1/+225
2023-12-29debug: Add fortify wprintf testsAdhemerval Zanella2-0/+106
2023-12-29debug: Add fortify syslog testsAdhemerval Zanella2-0/+133
2023-12-29debug: Add fortify dprintf testsAdhemerval Zanella1-0/+22
2023-12-29debug: Increase tst-fortify checks for compiler without __va_arg_pack supportAdhemerval Zanella1-5/+1
2023-12-29debug: Adapt fortify tests to libsupportAdhemerval Zanella6-40/+39
2023-12-26localedata: yo_NT: remove redundant commentsMike FABIAN1-8/+0
2023-12-26localedata: convert en_AU, en_NZ, mi_NZ, niu_NZ to UTF-8Mike FABIAN4-22/+22
2023-12-26localedata: First day of the week in AU is Monday, LC_TIME in en_NZ is identi...Mike FABIAN2-34/+2
2023-12-25localedata: convert yo_NG to UTF-8, check that language name in Yoruba agrees...Mike FABIAN1-44/+44
2023-12-22x86-64: Fix the tcb field load for x32 [BZ #31185]H.J. Lu1-2/+2
2023-12-22x86-64: Fix the dtv field load for x32 [BZ #31184]H.J. Lu1-1/+1
2023-12-20nss: Remove unused allocation from get_nscd_addresses in getaddrinfoFlorian Weimer1-1/+0
2023-12-20x86/cet: Don't disable CET if not single threadedH.J. Lu1-2/+9
2023-12-20x86: Modularize sysdeps/x86/dl-cet.cH.J. Lu1-176/+280
2023-12-20x86/cet: Update tst-cet-vfork-1H.J. Lu1-26/+17
2023-12-20elf: Add TLS modid reuse test for bug 29039Szabolcs Nagy5-0/+113
2023-12-20aarch64: Add SIMD attributes to math functions with vector versionsJoe Ramsay2-0/+113
2023-12-20aarch64: Add half-width versions of AdvSIMD f32 libmvec routinesJoe Ramsay20-14/+125
2023-12-20Fix elf/tst-env-setuid[-static] if test needs to be rerun.Stefan Liebler3-6/+42
2023-12-19Fix elf: Do not duplicate the GLIBC_TUNABLES stringH.J. Lu1-1/+1
2023-12-19tst-setcontext10.c: Undef _FORTIFY_SOURCEH.J. Lu1-0/+9
2023-12-19Fix elf: Do not duplicate the GLIBC_TUNABLES stringH.J. Lu1-5/+5
2023-12-19hppa: Fix undefined behaviour in feclearexcept (BZ 30983)Bruno Haible1-1/+1
2023-12-19alpha: Fix fesetexceptflag (BZ 30998)Bruno Haible1-1/+1
2023-12-19riscv: Fix feenvupdate with FE_DFL_ENV (BZ 31022)Adhemerval Zanella2-15/+124
2023-12-19manual: Clarify undefined behavior of feenableexcept (BZ 31019)Bruno Haible1-0/+6
2023-12-19x86: Do not raises floating-point exception traps on fesetexceptflag (BZ 30990)Bruno Haible3-32/+78
2023-12-19i686: Do not raise exception traps on fesetexcept (BZ 30989)Adhemerval Zanella4-25/+99
2023-12-19powerpc: Do not raise exception traps for fesetexcept/fesetexceptflag (BZ 30988)Adhemerval Zanella4-16/+38