aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2024-02-13aarch64: process gnu properties in static exeSzabolcs Nagy
2024-02-13aarch64: ignore GCS property of ld.soSzabolcs Nagy
2024-02-13aarch64: use l_searchlist.r_list for gcsSzabolcs Nagy
2024-02-13aarch64: handling gcs markingSzabolcs Nagy
2024-02-13aarch64: use l_searchlist.r_list for btiSzabolcs Nagy
2024-02-02aarch64: add glibc.cpu.aarch64_gcs_policySzabolcs Nagy
2024-02-02aarch64: Enable GCS in dynamic linked exeSzabolcs Nagy
2024-02-02aarch64: Enable GCS in static linked exeSzabolcs Nagy
2024-02-02aarch64: Add glibc.cpu.aarch64_gcs tunableSzabolcs Nagy
2024-02-02aarch64: Try to free the GCS of makecontextSzabolcs Nagy
2024-02-02aarch64: Add GCS support for makecontextSzabolcs Nagy
2024-02-02aarch64: mark swapcontext with indirect_returnSzabolcs Nagy
2024-02-02aarch64: Add GCS support for setcontextSzabolcs Nagy
2024-02-02aarch64: Add GCS support to vforkSzabolcs Nagy
2024-02-02aarch64: Add GCS support to longjmpSzabolcs Nagy
2024-02-02aarch64: Define jmp_buf offset for GCSSzabolcs Nagy
2024-02-02aarch64: mark objects with GCS property noteSzabolcs Nagy
2024-02-02aarch64: Add asm helpers for GCSSzabolcs Nagy
2024-02-02aarch64: Add HWCAP2_GCSSzabolcs Nagy
2024-01-30S390: Fix building with --disable-mutli-arch [BZ #31196]Stefan Liebler
2024-01-22riscv: add support for static PIEAndreas Schwab
2024-01-22sh: Fix static build with --enable-fortifyAdhemerval Zanella
2024-01-22sparc: Fix sparc64 memmove length comparison (BZ 31266)Adhemerval Zanella
2024-01-22sparc64: Remove unwind information from signal return stubs [BZ#31244]Adhemerval Zanella
2024-01-22sparc: Remove 64 bit check on sparc32 wordsize (BZ 27574)Adhemerval Zanella
2024-01-18sparc: Do not test preservation of NaN payloads for LEONDaniel Cederman
2024-01-18sparc: Force calculation that raises exceptionDaniel Cederman
2024-01-18sparc: Fix llrint and llround missing exceptions on SPARC V8Daniel Cederman
2024-01-18sparc: Remove unwind information from signal return stubs [BZ #31244]Daniel Cederman
2024-01-18sparc: Prevent stfsr from directly following floating-point instructionDaniel Cederman
2024-01-18sparc: Use existing macros to avoid code duplicationDaniel Cederman
2024-01-17Update kernel version to 6.7 in header constant testsJoseph Myers
2024-01-17Update syscall lists for Linux 6.7Joseph Myers
2024-01-15x86-64: Check if mprotect works before rewriting PLTH.J. Lu
2024-01-13x86_64: Optimize ffsll function code size.Sunil K Pandey
2024-01-12RISC-V: Enable static-pie.Yanzhang Wang
2024-01-12linux: Fix fstat64 on alpha and sparc64Adhemerval Zanella
2024-01-12math: remove exp10 wrappersWilco Dijkstra
2024-01-12Make __getrandom_nocancel set errno and add a _nostatus versionXi Ruoyao
2024-01-11x86-64/cet: Make CET feature check specific to Linux/x86H.J. Lu
2024-01-10i386: Remove CET support bitsH.J. Lu
2024-01-10x86-64/cet: Move check-cet.awk to x86_64H.J. Lu
2024-01-10x86-64/cet: Move dl-cet.[ch] to x86_64 directoriesH.J. Lu
2024-01-10x86: Move x86-64 shadow stack startup codesH.J. Lu
2024-01-09i386: Fail if configured with --enable-cetAdhemerval Zanella
2024-01-09i386: Remove CET supportAdhemerval Zanella
2024-01-09x86: Move CET infrastructure to x86_64Adhemerval Zanella
2024-01-08Remove ia64-linux-gnuAdhemerval Zanella
2024-01-06x32: Handle displacement overflow in PLT rewrite [BZ #31218]H.J. Lu
2024-01-05x86: Fixup some nits in longjmp asm implementationNoah Goldstein