summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-08doc: Add plain text readme for using GCSarm/gcsSzabolcs Nagy
2024-07-08aarch64: Process gnu properties in static exeSzabolcs Nagy
2024-07-08aarch64: Ignore GCS property of ld.soSzabolcs Nagy
2024-07-08aarch64: Use l_searchlist.r_list for gcsSzabolcs Nagy
2024-07-08aarch64: Handle gcs markingSzabolcs Nagy
2024-07-08aarch64: Use l_searchlist.r_list for btiSzabolcs Nagy
2024-07-08aarch64: Add glibc.cpu.aarch64_gcs_policySzabolcs Nagy
2024-07-08aarch64: Mark objects with GCS property noteSzabolcs Nagy
2024-07-08aarch64: Enable GCS in dynamic linked exeSzabolcs Nagy
2024-07-08aarch64: Enable GCS in static linked exeSzabolcs Nagy
2024-07-08aarch64: Add glibc.cpu.aarch64_gcs tunableSzabolcs Nagy
2024-07-08aarch64: Try to free the GCS of makecontextSzabolcs Nagy
2024-07-08aarch64: Add GCS support for makecontextSzabolcs Nagy
2024-07-08aarch64: Mark swapcontext with indirect_returnSzabolcs Nagy
2024-07-08aarch64: Add GCS support for setcontextSzabolcs Nagy
2024-07-08aarch64: Add GCS support to vforkSzabolcs Nagy
2024-07-08aarch64: Add GCS support to longjmpSzabolcs Nagy
2024-07-08aarch64: Define jmp_buf offset for GCSSzabolcs Nagy
2024-07-08elf.h: Define GNU_PROPERTY_AARCH64_FEATURE_1_GCSSzabolcs Nagy
2024-07-08aarch64: Add asm helpers for GCSSzabolcs Nagy
2024-07-08aarch64: Add HWCAP2_GCSSzabolcs Nagy
2024-07-04elf: Make dl-rseq-symbols Linux onlyAdhemerval Zanella
2024-07-03nptl: fix potential merge of __rseq_* relro symbolsMichael Jeanson
2024-07-03riscv: Update nofpu libm test ulpsDarius Rad
2024-07-03manual: Recommendations for dynamic linker hardeningFlorian Weimer
2024-07-03socket: Add new test for shutdownSergey Kolosov
2024-07-03elf/rtld: Fix auxiliary vector for enable_secureStefan Liebler
2024-07-02hppa/vdso: Provide 64-bit clock_gettime() vDSO onlyJohn David Anglin
2024-07-02debug: Fix clang open fortify wrapper (BZ 31927)Adhemerval Zanella
2024-07-02Add --disable-static-c++-tests option [BZ #31797]H.J. Lu
2024-07-02Add --disable-static-c++-link-check option [BZ #31412]H.J. Lu
2024-07-01Update mmap() flags and errors listsDJ Delorie
2024-07-01MIPSr6/math: Use builtin fma and fmafYunQiang Su
2024-07-01elf: Support recursive use of dynamic TLS in interposed mallocFlorian Weimer
2024-07-01Fix conditionals on mtrace-based tests (bug 31892)Carlos O'Donell
2024-07-01signal/Makefile: Split and sort testsMichel Lind
2024-06-30x86: Set default non_temporal_threshold for Zhaoxin processorsMayShao-oc
2024-06-30x86_64: Optimize large size copy in memmove-ssse3MayShao-oc
2024-06-30x86: Set preferred CPU features on the KH-40000 and KX-7000 Zhaoxin processorsMayShao-oc
2024-06-30Aarch64: Add new memset for Qualcomm's oryon-1 coreAndrew Pinski
2024-06-30Aarch64: Add memcpy for qualcomm's oryon-1 coreAndrew Pinski
2024-06-27debug: Fix clang open fortify wrapper (BZ 31927)Adhemerval Zanella
2024-06-27debug: Fix clang mq_open fortify wrapper (BZ 31917)Adhemerval Zanella
2024-06-27tests-mbwc: Silence gcc 14 -Werror=format-overflow=Stefan Liebler
2024-06-27time: Avoid memcmp overread in tzset (bug 31931)Florian Weimer
2024-06-26Fix strnlen doc re array sizePaul Eggert
2024-06-26arm: Avoid UB in elf_machine_rel()Palmer Dabbelt
2024-06-26LoongArch: Fix tst-gnu2-tls2 test casemengqinggang
2024-06-25posix: Fix pidfd_spawn/pidfd_spawnp leak if execve fails (BZ 31695)Adhemerval Zanella
2024-06-25INSTALL: regenerateAndreas K. Hüttel