aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-22morello README: typo and wording fixesarm/morello/v3Szabolcs Nagy
2022-11-22aarch64: morello: bump min linux version to 5.18.0Szabolcs Nagy
2022-11-17cheri: Fix pselect signal mask argumentSzabolcs Nagy
2022-11-16Revert "cheri: Fix elf/tst-dlmodcount test"Szabolcs Nagy
2022-11-16Revert "cheri: malloc: avoid switch over uintptr_t"Szabolcs Nagy
2022-11-03morello README updateSzabolcs Nagy
2022-10-27morello: Provide documentation about the morello port.Szabolcs Nagy
2022-10-27cheri: malloc: disable capability narrowing on some testsSzabolcs Nagy
2022-10-27cheri: malloc: add tunable to turn narrowing offSzabolcs Nagy
2022-10-27cheri: malloc: Capability narrowing using internal lookup tableSzabolcs Nagy
2022-10-27cheri: malloc: Initial capability narrowing supportSzabolcs Nagy
2022-10-27malloc: Don't use __libc_free for tcache cleanupSzabolcs Nagy
2022-10-27cheri: use getauxptr in iconv/tst-gconv-init-failure testSzabolcs Nagy
2022-10-27cheri: elf: Fix tst-auxv for MorelloCarlos Eduardo Seo
2022-10-27cheri: Update libc.abilist for getauxptrCarlos Eduardo Seo
2022-10-27TODO(api): cheri: misc: Implement new function getauxptr for CHERI capabilitiesCarlos Eduardo Seo
2022-10-27support: Fix TEST_COMPARE for uintptr_t.Carlos Eduardo Seo
2022-10-27cheri: stdio-common: Add test for %#p printf modifierCarlos Eduardo Seo
2022-10-27cheri: stdio-common: add support for printing CHERI capabilitiesCarlos Eduardo Seo
2022-10-27cheri: nptl: Check user provided stack for PCS constraintsCarlos Eduardo Seo
2022-10-27cheri: Fix sigevent ABISzabolcs Nagy
2022-10-27cheri: fix posix timersSzabolcs Nagy
2022-10-27cheri: elf: make sure dlpi_phdr covers the load segmentsSzabolcs Nagy
2022-10-27TODO(api): cheri: fix dl_iterate_phdr dlpi_addrSzabolcs Nagy
2022-10-27TODO(api): cheri: elfptr_t in public api for unwinderSzabolcs Nagy
2022-10-27TODO(uapi): cheri: start: restrict auxv capability permissionsSzabolcs Nagy
2022-10-27cheri: Update the static tls requirement of the libcSzabolcs Nagy
2022-10-27aarch64: morello: fix DL_SYMBOL_ADDRESSSzabolcs Nagy
2022-10-27aarch64: morello: add D_PTR_RWSzabolcs Nagy
2022-10-27aarch64: morello: Return bounded pointer in __tls_get_addrSzabolcs Nagy
2022-10-27aarch64: morello: dynamic linking supportSzabolcs Nagy
2022-10-27aarch64: morello: add lazy binding entry codeSzabolcs Nagy
2022-10-27cheri: elf: fix SYMBOL_ADDRESS to return RX derived pointerSzabolcs Nagy
2022-10-27cheri: elf: Use RW permissions for l_ld when neededSzabolcs Nagy
2022-10-27cheri: elf: Use elfptr_t for function symbol fixupSzabolcs Nagy
2022-10-27cheri: elf: Prepare support for dynamic relocation processingSzabolcs Nagy
2022-10-27TODO(sprof): cheri: disable profiling shared librariesSzabolcs Nagy
2022-10-27TODO(pldd): cheri: elf: fix pldd to compile for purecap abiCarlos Eduardo Seo
2022-10-27aarch64: morello: add dl-r_debug.hSzabolcs Nagy
2022-10-27aarch64: elf: avoid loading incompatible binariesSzabolcs Nagy
2022-10-27cheri: elf: use RX, RW capabilities to derive pointersSzabolcs Nagy
2022-10-27cheri: elf: Fix segment mapping permissionsSzabolcs Nagy
2022-10-27cheri: elf: Setup per module RX and RW capabilitiesSzabolcs Nagy
2022-10-27cheri: elf: change l_entry to be elfptr_tSzabolcs Nagy
2022-10-27aarch64: morello: add purecap ld.so _start codeSzabolcs Nagy
2022-10-27aarch64: morello: rtld: define DL_RO_DYN_SECTIONSzabolcs Nagy
2022-10-27aarch64: morello: fix ldconfig for purecap abiSzabolcs Nagy
2022-10-27aarch64: morello: disable the vpcs testSzabolcs Nagy
2022-10-27aarch64: morello: add purecap ucontext supportCarlos Eduardo Seo
2022-10-27aarch64: morello: add purecap setjmp/longjmpCarlos Eduardo Seo