aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2024-01-09i386: Fail if configured with --enable-cetAdhemerval Zanella2-7/+8
2024-01-09i386: Remove CET supportAdhemerval Zanella31-770/+75
2024-01-09x86: Move CET infrastructure to x86_64Adhemerval Zanella62-265/+270
2024-01-08Remove ia64-linux-gnuAdhemerval Zanella553-155556/+24
2024-01-06x32: Handle displacement overflow in PLT rewrite [BZ #31218]H.J. Lu4-2/+89
2024-01-05x86: Fixup some nits in longjmp asm implementationNoah Goldstein1-1/+1
2024-01-05elf: Add ELF_DYNAMIC_AFTER_RELOC to rewrite PLTH.J. Lu12-2/+425
2024-01-04aarch64: Make cpu-features definitions not Linux-specificSergey Bugaev2-0/+0
2024-01-04hurd: Initializy _dl_pagesize early in static buildsSergey Bugaev1-0/+4
2024-01-04hurd: Only init early static TLS if it's used to store stack or pointer guardsSergey Bugaev1-4/+11
2024-01-04hurd: Make init-first.c no longer x86-specificSergey Bugaev1-2/+2
2024-01-04hurd: Drop x86-specific assembly from init-first.cSergey Bugaev1-9/+1
2024-01-04hurd: Pass the data pointer to _hurd_stack_setup explicitlySergey Bugaev3-9/+11
2024-01-04x86-64/cet: Check the restore token in longjmpH.J. Lu3-145/+84
2024-01-04i386: Ignore --enable-cetH.J. Lu6-113/+122
2024-01-03mach: Drop SNARF_ARGS macroSergey Bugaev2-21/+0
2024-01-03mach: Drop some unnecessary vm_param.h includesSergey Bugaev1-1/+0
2024-01-03hurd: Add some missing includesSergey Bugaev1-0/+1
2024-01-03Implement C23 <stdbit.h>Joseph Myers36-0/+2520
2024-01-02aarch64: Add longjmp test for SMESzabolcs Nagy2-0/+283
2024-01-02aarch64: Add setcontext support for SMESzabolcs Nagy1-0/+19
2024-01-02aarch64: Add longjmp support for SMESzabolcs Nagy1-0/+22
2024-01-02aarch64: Add SME runtime supportSzabolcs Nagy3-3/+129
2024-01-01x86/cet: Add -fcf-protection=none before -fcf-protection=branchH.J. Lu1-4/+4
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert7411-7412/+7411
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