about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* cheri: malloc: Initial capability narrowing supportSzabolcs Nagy2022-11-223-8/+272
* malloc: Don't use __libc_free for tcache cleanupSzabolcs Nagy2022-11-221-2/+31
* cheri: use getauxptr in iconv/tst-gconv-init-failure testSzabolcs Nagy2022-11-221-3/+3
* cheri: elf: Fix tst-auxv for MorelloCarlos Eduardo Seo2022-11-221-0/+8
* cheri: Update libc.abilist for getauxptrCarlos Eduardo Seo2022-11-2237-1/+73
* TODO(api): cheri: misc: Implement new function getauxptr for CHERI capabilitiesCarlos Eduardo Seo2022-11-224-0/+44
* support: Fix TEST_COMPARE for uintptr_t.Carlos Eduardo Seo2022-11-222-2/+65
* cheri: stdio-common: Add test for %#p printf modifierCarlos Eduardo Seo2022-11-222-0/+101
* cheri: stdio-common: add support for printing CHERI capabilitiesCarlos Eduardo Seo2022-11-224-1/+143
* cheri: nptl: Check user provided stack for PCS constraintsCarlos Eduardo Seo2022-11-221-1/+8
* cheri: Fix sigevent ABISzabolcs Nagy2022-11-221-1/+5
* cheri: fix posix timersSzabolcs Nagy2022-11-221-0/+20
* cheri: elf: make sure dlpi_phdr covers the load segmentsSzabolcs Nagy2022-11-221-0/+5
* TODO(api): cheri: fix dl_iterate_phdr dlpi_addrSzabolcs Nagy2022-11-221-0/+6
* TODO(api): cheri: elfptr_t in public api for unwinderSzabolcs Nagy2022-11-221-1/+1
* TODO(uapi): cheri: start: restrict auxv capability permissionsSzabolcs Nagy2022-11-224-0/+8
* cheri: Update the static tls requirement of the libcSzabolcs Nagy2022-11-221-0/+8
* aarch64: morello: fix DL_SYMBOL_ADDRESSSzabolcs Nagy2022-11-226-2/+67
* aarch64: morello: add D_PTR_RWSzabolcs Nagy2022-11-222-1/+5
* aarch64: morello: Return bounded pointer in __tls_get_addrSzabolcs Nagy2022-11-224-9/+69
* aarch64: morello: dynamic linking supportSzabolcs Nagy2022-11-228-2/+856
* aarch64: morello: add lazy binding entry codeSzabolcs Nagy2022-11-221-0/+136
* cheri: elf: fix SYMBOL_ADDRESS to return RX derived pointerSzabolcs Nagy2022-11-221-2/+5
* cheri: elf: Use RW permissions for l_ld when neededSzabolcs Nagy2022-11-222-2/+6
* cheri: elf: Use elfptr_t for function symbol fixupSzabolcs Nagy2022-11-222-2/+2
* cheri: elf: Prepare support for dynamic relocation processingSzabolcs Nagy2022-11-222-3/+8
* TODO(sprof): cheri: disable profiling shared librariesSzabolcs Nagy2022-11-221-0/+4
* TODO(pldd): cheri: elf: fix pldd to compile for purecap abiCarlos Eduardo Seo2022-11-221-15/+43
* aarch64: morello: add dl-r_debug.hSzabolcs Nagy2022-11-221-0/+61
* aarch64: elf: avoid loading incompatible binariesSzabolcs Nagy2022-11-221-1/+2
* cheri: elf: use RX, RW capabilities to derive pointersSzabolcs Nagy2022-11-227-23/+24
* cheri: elf: Fix segment mapping permissionsSzabolcs Nagy2022-11-221-4/+13
* cheri: elf: Setup per module RX and RW capabilitiesSzabolcs Nagy2022-11-222-12/+111
* cheri: elf: change l_entry to be elfptr_tSzabolcs Nagy2022-11-224-15/+15
* aarch64: morello: add purecap ld.so _start codeSzabolcs Nagy2022-11-221-0/+110
* aarch64: morello: rtld: define DL_RO_DYN_SECTIONSzabolcs Nagy2022-11-221-0/+25
* aarch64: morello: fix ldconfig for purecap abiSzabolcs Nagy2022-11-225-1/+23
* aarch64: morello: disable the vpcs testSzabolcs Nagy2022-11-221-1/+1
* aarch64: morello: add purecap ucontext supportCarlos Eduardo Seo2022-11-229-0/+493
* aarch64: morello: add purecap setjmp/longjmpCarlos Eduardo Seo2022-11-223-1/+176
* cheri: malloc: Ensure the mappings have RW permissionSzabolcs Nagy2022-11-221-1/+9
* cheri: malloc: align up without breaking capability in memalignSzabolcs Nagy2022-11-221-2/+1
* cheri: malloc: Disable pointer protectionSzabolcs Nagy2022-11-221-0/+4
* cheri: fix invalid pointer use after realloc in localealiasSzabolcs Nagy2022-11-221-2/+4
* cheri: fix pointer tagging in tsearchSzabolcs Nagy2022-11-221-4/+4
* cheri: fix qsort for capabilitiesSzabolcs Nagy2022-11-221-0/+4
* cheri: wctype: turn wctype_t into a pointerSzabolcs Nagy2022-11-221-0/+4
* cheri: rseq: remove const to avoid readonly permissionSzabolcs Nagy2022-11-221-0/+14
* cheri: Fix capability permissions of PROT_NONE maps in test codeSzabolcs Nagy2022-11-224-3/+11
* cheri: Fix capability permissions of PROT_NONE map in locarchiveSzabolcs Nagy2022-11-221-1/+9