about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* morello README: typo and wording fixes arm/morello/v3Szabolcs Nagy2022-11-221-4/+4
* aarch64: morello: bump min linux version to 5.18.0Szabolcs Nagy2022-11-222-2/+2
* cheri: Fix pselect signal mask argumentSzabolcs Nagy2022-11-171-5/+12
* Revert "cheri: Fix elf/tst-dlmodcount test"Szabolcs Nagy2022-11-161-1/+1
* Revert "cheri: malloc: avoid switch over uintptr_t"Szabolcs Nagy2022-11-161-1/+1
* morello README updateSzabolcs Nagy2022-11-031-2/+4
* morello: Provide documentation about the morello port.Szabolcs Nagy2022-10-271-0/+35
* cheri: malloc: disable capability narrowing on some testsSzabolcs Nagy2022-10-271-0/+5
* cheri: malloc: add tunable to turn narrowing offSzabolcs Nagy2022-10-273-0/+19
* cheri: malloc: Capability narrowing using internal lookup tableSzabolcs Nagy2022-10-274-18/+470
* cheri: malloc: Initial capability narrowing supportSzabolcs Nagy2022-10-273-8/+272
* malloc: Don't use __libc_free for tcache cleanupSzabolcs Nagy2022-10-271-2/+31
* cheri: use getauxptr in iconv/tst-gconv-init-failure testSzabolcs Nagy2022-10-271-3/+3
* cheri: elf: Fix tst-auxv for MorelloCarlos Eduardo Seo2022-10-271-0/+8
* cheri: Update libc.abilist for getauxptrCarlos Eduardo Seo2022-10-2737-1/+73
* TODO(api): cheri: misc: Implement new function getauxptr for CHERI capabilitiesCarlos Eduardo Seo2022-10-274-0/+44
* support: Fix TEST_COMPARE for uintptr_t.Carlos Eduardo Seo2022-10-272-2/+65
* cheri: stdio-common: Add test for %#p printf modifierCarlos Eduardo Seo2022-10-272-0/+101
* cheri: stdio-common: add support for printing CHERI capabilitiesCarlos Eduardo Seo2022-10-274-1/+143
* cheri: nptl: Check user provided stack for PCS constraintsCarlos Eduardo Seo2022-10-271-1/+8
* cheri: Fix sigevent ABISzabolcs Nagy2022-10-271-1/+5
* cheri: fix posix timersSzabolcs Nagy2022-10-271-0/+20
* cheri: elf: make sure dlpi_phdr covers the load segmentsSzabolcs Nagy2022-10-271-0/+5
* TODO(api): cheri: fix dl_iterate_phdr dlpi_addrSzabolcs Nagy2022-10-271-0/+6
* TODO(api): cheri: elfptr_t in public api for unwinderSzabolcs Nagy2022-10-271-1/+1
* TODO(uapi): cheri: start: restrict auxv capability permissionsSzabolcs Nagy2022-10-274-0/+8
* cheri: Update the static tls requirement of the libcSzabolcs Nagy2022-10-271-0/+8
* aarch64: morello: fix DL_SYMBOL_ADDRESSSzabolcs Nagy2022-10-276-2/+67
* aarch64: morello: add D_PTR_RWSzabolcs Nagy2022-10-272-1/+5
* aarch64: morello: Return bounded pointer in __tls_get_addrSzabolcs Nagy2022-10-274-9/+69
* aarch64: morello: dynamic linking supportSzabolcs Nagy2022-10-278-2/+856
* aarch64: morello: add lazy binding entry codeSzabolcs Nagy2022-10-271-0/+136
* cheri: elf: fix SYMBOL_ADDRESS to return RX derived pointerSzabolcs Nagy2022-10-271-2/+5
* cheri: elf: Use RW permissions for l_ld when neededSzabolcs Nagy2022-10-272-2/+6
* cheri: elf: Use elfptr_t for function symbol fixupSzabolcs Nagy2022-10-272-2/+2
* cheri: elf: Prepare support for dynamic relocation processingSzabolcs Nagy2022-10-272-3/+8
* TODO(sprof): cheri: disable profiling shared librariesSzabolcs Nagy2022-10-271-0/+4
* TODO(pldd): cheri: elf: fix pldd to compile for purecap abiCarlos Eduardo Seo2022-10-271-15/+43
* aarch64: morello: add dl-r_debug.hSzabolcs Nagy2022-10-271-0/+61
* aarch64: elf: avoid loading incompatible binariesSzabolcs Nagy2022-10-271-1/+2
* cheri: elf: use RX, RW capabilities to derive pointersSzabolcs Nagy2022-10-277-23/+24
* cheri: elf: Fix segment mapping permissionsSzabolcs Nagy2022-10-271-4/+13
* cheri: elf: Setup per module RX and RW capabilitiesSzabolcs Nagy2022-10-272-12/+111
* cheri: elf: change l_entry to be elfptr_tSzabolcs Nagy2022-10-274-15/+15
* aarch64: morello: add purecap ld.so _start codeSzabolcs Nagy2022-10-271-0/+110
* aarch64: morello: rtld: define DL_RO_DYN_SECTIONSzabolcs Nagy2022-10-271-0/+25
* aarch64: morello: fix ldconfig for purecap abiSzabolcs Nagy2022-10-275-1/+23
* aarch64: morello: disable the vpcs testSzabolcs Nagy2022-10-271-1/+1
* aarch64: morello: add purecap ucontext supportCarlos Eduardo Seo2022-10-279-0/+493
* aarch64: morello: add purecap setjmp/longjmpCarlos Eduardo Seo2022-10-273-1/+176