aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2023-12-19elf: Do not set invalid tunables valuesAdhemerval Zanella3-6/+68
2023-12-19elf: Do not duplicate the GLIBC_TUNABLES stringAdhemerval Zanella11-280/+523
2023-12-19Do not build sparc32 libgcc functions into static libcJoseph Myers1-0/+1
2023-12-19x86/cet: Check CPU_FEATURE_ACTIVE in permissive modeH.J. Lu2-0/+6
2023-12-19x86/cet: Check legacy shadow stack code in .init_array sectionH.J. Lu11-0/+330
2023-12-19x86/cet: Add tests for GLIBC_TUNABLES=glibc.cpu.hwcaps=-SHSTKH.J. Lu3-0/+28
2023-12-19x86/cet: Check CPU_FEATURE_ACTIVE when CET is disabledH.J. Lu3-0/+9
2023-12-19x86/cet: Check legacy shadow stack applicationsH.J. Lu6-0/+130
2023-12-19localedata: id_ID: change first weekday to SundayMike FABIAN1-1/+1
2023-12-19s390: Set psw addr field in getcontext and friends.Stefan Liebler6-0/+34
2023-12-18x86: Unifies 'strlen-evex' and 'strlen-evex512' implementations.Matthew Sterrett5-472/+439
2023-12-18x86/cet: Don't assume that SHSTK implies IBTH.J. Lu3-11/+11
2023-12-18id_ID: Update Time LocalesRushingAlien1-4/+5
2023-12-17Update code to handle the new ABI for sending inlined port rights.Flavio Cruz2-5/+33
2023-12-17x86/cet: Check user_shstk in /proc/cpuinfoH.J. Lu1-1/+1
2023-12-16Add a test for setjmp/longjmp within user contextH.J. Lu2-0/+179
2023-12-16Add a test for longjmp from user contextH.J. Lu2-0/+88
2023-12-15powerpc: Add space for HWCAP3/HWCAP4 in the TCB for future Power.Manjunath Matti7-1/+26
2023-12-15powerpc: Fix performance issues of strcmp power10Amrita H S1-66/+95
2023-12-15localedata: Convert el_GR and el_CY locales to UTF-8Mike FABIAN2-103/+103
2023-12-15localedata: el_GR: Greece now uses the 24h format for timeMike FABIAN1-4/+4
2023-12-14powerpc : Add optimized memchr for POWER10MAHESH BODAPATI5-10/+367
2023-12-12intl: Treat C.UTF-8 locale like C locale, part 2 (BZ# 16621)Bruno Haible1-3/+4
2023-12-12resolv: Fix a few unaligned accesses to fields in HEADERLudwig Rydberg2-6/+6
2023-12-11x86: Check PT_GNU_PROPERTY earlyH.J. Lu1-40/+80