about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* aarch64: process gnu properties in static exeSzabolcs Nagy2024-02-131-0/+12
* aarch64: ignore GCS property of ld.soSzabolcs Nagy2024-02-131-0/+5
* aarch64: use l_searchlist.r_list for gcsSzabolcs Nagy2024-02-131-1/+1
* aarch64: handling gcs markingSzabolcs Nagy2024-02-134-6/+73
* aarch64: use l_searchlist.r_list for btiSzabolcs Nagy2024-02-131-3/+2
* aarch64: add glibc.cpu.aarch64_gcs_policySzabolcs Nagy2024-02-023-2/+25
* aarch64: Enable GCS in dynamic linked exeSzabolcs Nagy2024-02-023-3/+29
* aarch64: Enable GCS in static linked exeSzabolcs Nagy2024-02-021-0/+49
* aarch64: Add glibc.cpu.aarch64_gcs tunableSzabolcs Nagy2024-02-023-0/+46
* aarch64: Try to free the GCS of makecontextSzabolcs Nagy2024-02-023-4/+86
* aarch64: Add GCS support for makecontextSzabolcs Nagy2024-02-022-2/+63
* aarch64: mark swapcontext with indirect_returnSzabolcs Nagy2024-02-021-0/+36
* aarch64: Add GCS support for setcontextSzabolcs Nagy2024-02-024-9/+84
* aarch64: Add GCS support to vforkSzabolcs Nagy2024-02-021-1/+7
* aarch64: Add GCS support to longjmpSzabolcs Nagy2024-02-022-0/+41
* aarch64: Define jmp_buf offset for GCSSzabolcs Nagy2024-02-021-0/+63
* aarch64: mark objects with GCS property noteSzabolcs Nagy2024-02-021-2/+3
* aarch64: Add asm helpers for GCSSzabolcs Nagy2024-02-021-0/+7
* aarch64: Add HWCAP2_GCSSzabolcs Nagy2024-02-021-0/+1
* S390: Fix building with --disable-mutli-arch [BZ #31196]Stefan Liebler2024-01-302-2/+6
* riscv: add support for static PIEAndreas Schwab2024-01-221-0/+11
* sh: Fix static build with --enable-fortifyAdhemerval Zanella2024-01-221-2/+2
* sparc: Fix sparc64 memmove length comparison (BZ 31266)Adhemerval Zanella2024-01-221-1/+1
* sparc64: Remove unwind information from signal return stubs [BZ#31244]Adhemerval Zanella2024-01-221-2/+5
* sparc: Remove 64 bit check on sparc32 wordsize (BZ 27574)Adhemerval Zanella2024-01-221-9/+4
* sparc: Do not test preservation of NaN payloads for LEONDaniel Cederman2024-01-181-0/+30
* sparc: Force calculation that raises exceptionDaniel Cederman2024-01-181-5/+6
* sparc: Fix llrint and llround missing exceptions on SPARC V8Daniel Cederman2024-01-181-0/+43
* sparc: Remove unwind information from signal return stubs [BZ #31244]Daniel Cederman2024-01-182-4/+16
* sparc: Prevent stfsr from directly following floating-point instructionDaniel Cederman2024-01-181-1/+6
* sparc: Use existing macros to avoid code duplicationDaniel Cederman2024-01-181-7/+3
* Update kernel version to 6.7 in header constant testsJoseph Myers2024-01-173-4/+4
* Update syscall lists for Linux 6.7Joseph Myers2024-01-1727-2/+107
* x86-64: Check if mprotect works before rewriting PLTH.J. Lu2024-01-153-1/+75
* x86_64: Optimize ffsll function code size.Sunil K Pandey2024-01-131-5/+5
* RISC-V: Enable static-pie.Yanzhang Wang2024-01-123-1/+77
* linux: Fix fstat64 on alpha and sparc64Adhemerval Zanella2024-01-121-2/+5
* math: remove exp10 wrappersWilco Dijkstra2024-01-1227-3/+40
* Make __getrandom_nocancel set errno and add a _nostatus versionXi Ruoyao2024-01-123-1/+16
* x86-64/cet: Make CET feature check specific to Linux/x86H.J. Lu2024-01-119-37/+120
* i386: Remove CET support bitsH.J. Lu2024-01-1012-89/+45
* x86-64/cet: Move check-cet.awk to x86_64H.J. Lu2024-01-102-1/+1
* x86-64/cet: Move dl-cet.[ch] to x86_64 directoriesH.J. Lu2024-01-103-65/+47
* x86: Move x86-64 shadow stack startup codesH.J. Lu2024-01-101-1/+1
* i386: Fail if configured with --enable-cetAdhemerval Zanella2024-01-092-7/+8
* i386: Remove CET supportAdhemerval Zanella2024-01-0931-770/+75
* x86: Move CET infrastructure to x86_64Adhemerval Zanella2024-01-0962-265/+270
* Remove ia64-linux-gnuAdhemerval Zanella2024-01-08553-155556/+24
* x32: Handle displacement overflow in PLT rewrite [BZ #31218]H.J. Lu2024-01-064-2/+89
* x86: Fixup some nits in longjmp asm implementationNoah Goldstein2024-01-051-1/+1