aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-10-27cheri: malloc: Ensure the mappings have RW permissionSzabolcs Nagy
2022-10-27cheri: malloc: avoid switch over uintptr_tSzabolcs Nagy
2022-10-27cheri: malloc: align up without breaking capability in memalignSzabolcs Nagy
2022-10-27cheri: malloc: Disable pointer protectionSzabolcs Nagy
2022-10-27cheri: fix invalid pointer use after realloc in localealiasSzabolcs Nagy
2022-10-27cheri: fix pointer tagging in tsearchSzabolcs Nagy
2022-10-27cheri: fix qsort for capabilitiesSzabolcs Nagy
2022-10-27cheri: wctype: turn wctype_t into a pointerSzabolcs Nagy
2022-10-27cheri: rseq: remove const to avoid readonly permissionSzabolcs Nagy
2022-10-27cheri: Fix capability permissions of PROT_NONE maps in test codeSzabolcs Nagy
2022-10-27cheri: Fix capability permissions of PROT_NONE map in locarchiveSzabolcs Nagy
2022-10-27cheri: nptl: Fix thread stack capability permissionsSzabolcs Nagy
2022-10-27aarch64: morello: nptl: fix thread pointer setupSzabolcs Nagy
2022-10-27aarch64: morello: nptl: fix pthread types for 128 bit pointersSzabolcs Nagy
2022-10-27cheri: nptl: fix pthread_attr_t alignmentSzabolcs Nagy
2022-10-27cheri: nptl: fix thread ID types for capabilitiesSzabolcs Nagy
2022-10-27cheri: Implement 128-bit atomicsSzabolcs Nagy
2022-10-27cheri: elf: Use elfptr_t in _dl_protect_relroSzabolcs Nagy
2022-10-27cheri: fix static linking TLS setupCarlos Eduardo Seo
2022-10-27cheri: elf: elfptr_t fixes for preinit/init/fini arraySzabolcs Nagy
2022-10-27cheri: Setup RX, RW capabilities for static linkingSzabolcs Nagy
2022-10-27cheri: elf: add dl_{rx,rw}_ptr to derive addresses within a mapSzabolcs Nagy