about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* x86/cet: Add -fcf-protection=none before -fcf-protection=branchH.J. Lu2024-01-011-4/+4
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-017411-7412/+7411
* x86/cet: Run some CET tests with shadow stackH.J. Lu2024-01-014-0/+17
* x86/cet: Don't set CET active by defaultH.J. Lu2024-01-012-2/+15
* x86/cet: Check feature_1 in TCB for active IBT and SHSTKH.J. Lu2024-01-013-1/+35
* x86/cet: Enable shadow stack during startupH.J. Lu2024-01-0110-146/+175
* elf: Always provide _dl_get_dl_main_map in libc.aH.J. Lu2024-01-011-4/+3
* x86/cet: Sync with Linux kernel 6.6 shadow stack interfaceH.J. Lu2024-01-0115-133/+173
* RISC-V: Add support for dl_runtime_profile (BZ #31151)Aurelien Jarno2023-12-304-1/+225
* x86-64: Fix the tcb field load for x32 [BZ #31185]H.J. Lu2023-12-221-2/+2
* x86-64: Fix the dtv field load for x32 [BZ #31184]H.J. Lu2023-12-221-1/+1
* x86/cet: Don't disable CET if not single threadedH.J. Lu2023-12-201-2/+9
* x86: Modularize sysdeps/x86/dl-cet.cH.J. Lu2023-12-201-176/+280
* x86/cet: Update tst-cet-vfork-1H.J. Lu2023-12-201-26/+17
* aarch64: Add SIMD attributes to math functions with vector versionsJoe Ramsay2023-12-202-0/+113
* aarch64: Add half-width versions of AdvSIMD f32 libmvec routinesJoe Ramsay2023-12-2019-14/+123
* Fix elf: Do not duplicate the GLIBC_TUNABLES stringH.J. Lu2023-12-191-1/+1
* Fix elf: Do not duplicate the GLIBC_TUNABLES stringH.J. Lu2023-12-191-5/+5
* hppa: Fix undefined behaviour in feclearexcept (BZ 30983)Bruno Haible2023-12-191-1/+1
* alpha: Fix fesetexceptflag (BZ 30998)Bruno Haible2023-12-191-1/+1
* riscv: Fix feenvupdate with FE_DFL_ENV (BZ 31022)Adhemerval Zanella2023-12-191-5/+3
* x86: Do not raises floating-point exception traps on fesetexceptflag (BZ 30990)Bruno Haible2023-12-192-31/+56
* i686: Do not raise exception traps on fesetexcept (BZ 30989)Adhemerval Zanella2023-12-193-22/+76
* powerpc: Do not raise exception traps for fesetexcept/fesetexceptflag (BZ 30988)Adhemerval Zanella2023-12-192-1/+13
* elf: Do not duplicate the GLIBC_TUNABLES stringAdhemerval Zanella2023-12-198-227/+424
* Do not build sparc32 libgcc functions into static libcJoseph Myers2023-12-191-0/+1
* x86/cet: Check CPU_FEATURE_ACTIVE in permissive modeH.J. Lu2023-12-192-0/+6
* x86/cet: Check legacy shadow stack code in .init_array sectionH.J. Lu2023-12-1911-0/+330
* x86/cet: Add tests for GLIBC_TUNABLES=glibc.cpu.hwcaps=-SHSTKH.J. Lu2023-12-193-0/+28
* x86/cet: Check CPU_FEATURE_ACTIVE when CET is disabledH.J. Lu2023-12-193-0/+9
* x86/cet: Check legacy shadow stack applicationsH.J. Lu2023-12-196-0/+130
* s390: Set psw addr field in getcontext and friends.Stefan Liebler2023-12-196-0/+34
* x86: Unifies 'strlen-evex' and 'strlen-evex512' implementations.Matthew Sterrett2023-12-185-472/+439
* x86/cet: Don't assume that SHSTK implies IBTH.J. Lu2023-12-183-11/+11
* x86/cet: Check user_shstk in /proc/cpuinfoH.J. Lu2023-12-171-1/+1
* powerpc: Add space for HWCAP3/HWCAP4 in the TCB for future Power.Manjunath Matti2023-12-157-1/+26
* powerpc: Fix performance issues of strcmp power10Amrita H S2023-12-151-66/+95
* powerpc : Add optimized memchr for POWER10MAHESH BODAPATI2023-12-145-10/+367
* x86: Check PT_GNU_PROPERTY earlyH.J. Lu2023-12-111-40/+80
* sysdeps/x86/Makefile: Split and sort testsH.J. Lu2023-12-111-32/+78
* powerpc: Optimized strcmp for power10Amrita H S2023-12-075-1/+240
* elf: Ignore LD_BIND_NOW and LD_BIND_NOT for setuid binariesAdhemerval Zanella2023-12-051-0/+2
* elf: Ignore loader debug env vars for setuidAdhemerval Zanella2023-12-051-0/+2
* aarch64: correct CFI in rawmemchr (bug 31113)Andreas Schwab2023-12-051-1/+1
* math: Add new exp10 implementationJoe Ramsay2023-12-043-24/+135
* aarch64: fix tested ifunc variantsSzabolcs Nagy2023-12-041-3/+3
* hurd: [!__USE_MISC] Do not #undef BSD macros in ioctlsSamuel Thibault2023-12-021-0/+2
* linux: Make fdopendir fail with O_PATH (BZ 30373)Adhemerval Zanella2023-11-303-1/+56
* Avoid padding in _init and _fini. [BZ #31042]Stefan Liebler2023-11-302-3/+1
* aarch64: Improve special-case handling in AdvSIMD double-precision libmvec ro...Joe Ramsay2023-11-291-1/+7