aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
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. Lu1-4/+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-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-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-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 Ramsay19-14/+123
2023-12-19Fix elf: Do not duplicate the GLIBC_TUNABLES stringH.J. Lu1-1/+1
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 Zanella1-5/+3
2023-12-19x86: Do not raises floating-point exception traps on fesetexceptflag (BZ 30990)Bruno Haible2-31/+56
2023-12-19i686: Do not raise exception traps on fesetexcept (BZ 30989)Adhemerval Zanella3-22/+76
2023-12-19powerpc: Do not raise exception traps for fesetexcept/fesetexceptflag (BZ 30988)Adhemerval Zanella2-1/+13
2023-12-19elf: Do not duplicate the GLIBC_TUNABLES stringAdhemerval Zanella8-227/+424
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-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-17x86/cet: Check user_shstk in /proc/cpuinfoH.J. Lu1-1/+1
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-14powerpc : Add optimized memchr for POWER10MAHESH BODAPATI5-10/+367
2023-12-11x86: Check PT_GNU_PROPERTY earlyH.J. Lu1-40/+80
2023-12-11sysdeps/x86/Makefile: Split and sort testsH.J. Lu1-32/+78
2023-12-07powerpc: Optimized strcmp for power10Amrita H S5-1/+240
2023-12-05elf: Ignore LD_BIND_NOW and LD_BIND_NOT for setuid binariesAdhemerval Zanella1-0/+2
2023-12-05elf: Ignore loader debug env vars for setuidAdhemerval Zanella1-0/+2
2023-12-05aarch64: correct CFI in rawmemchr (bug 31113)Andreas Schwab1-1/+1
2023-12-04math: Add new exp10 implementationJoe Ramsay3-24/+135
2023-12-04aarch64: fix tested ifunc variantsSzabolcs Nagy1-3/+3
2023-12-02hurd: [!__USE_MISC] Do not #undef BSD macros in ioctlsSamuel Thibault1-0/+2
2023-11-30linux: Make fdopendir fail with O_PATH (BZ 30373)Adhemerval Zanella3-1/+56
2023-11-30Avoid padding in _init and _fini. [BZ #31042]Stefan Liebler2-3/+1
2023-11-29aarch64: Improve special-case handling in AdvSIMD double-precision libmvec ro...Joe Ramsay1-1/+7
2023-11-28x86: Only align destination to 1x VEC_SIZE in memset 4x loopNoah Goldstein1-1/+1
2023-11-28Add TCP_MD5SIG_FLAG_IFINDEX from Linux 5.6 to netinet/tcp.h.Tobias Klauser1-1/+2