aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-05cheri: malloc: exact capability check in free/reallocarm/morello/mainSzabolcs Nagy3-37/+54
2023-02-21TODO(vdso): aarch64: morello: disable VDSO loadingSzabolcs Nagy1-0/+21
2023-02-02TODO(uapi): aarch64: morello: update HWCAP2_MORELLOSzabolcs Nagy1-1/+1
2023-01-06cheri: malloc: Use memcpy for obstack internal copySzabolcs Nagy1-28/+3
2022-12-19cheri: malloc: Fix realloc to copy all relevant bytesSzabolcs Nagy2-2/+21
2022-12-09cheri: malloc: Set fixed mmap_threshold for capability narrowingSzabolcs Nagy2-1/+11
2022-12-08cheri: malloc: Set __always_fail_morecoreSzabolcs Nagy1-0/+1
2022-12-08aarch64: morello: malloc: better lookup table resize logicSzabolcs Nagy1-1/+1
2022-12-08cheri: malloc: bump OBSTACK_INTERFACE_VERSIONSzabolcs Nagy2-0/+8
2022-11-22morello: Provide documentation about the morello port.Szabolcs Nagy1-0/+37
2022-11-22cheri: malloc: disable capability narrowing on some testsSzabolcs Nagy1-0/+5
2022-11-22cheri: malloc: add tunable to turn narrowing offSzabolcs Nagy3-0/+19
2022-11-22cheri: malloc: Capability narrowing using internal lookup tableSzabolcs Nagy4-18/+470
2022-11-22cheri: malloc: Initial capability narrowing supportSzabolcs Nagy3-8/+272
2022-11-22malloc: Don't use __libc_free for tcache cleanupSzabolcs Nagy1-2/+31
2022-11-22cheri: use getauxptr in iconv/tst-gconv-init-failure testSzabolcs Nagy1-3/+3
2022-11-22cheri: elf: Fix tst-auxv for MorelloCarlos Eduardo Seo1-0/+8
2022-11-22cheri: Update libc.abilist for getauxptrCarlos Eduardo Seo37-1/+73
2022-11-22TODO(api): cheri: misc: Implement new function getauxptr for CHERI capabilitiesCarlos Eduardo Seo4-0/+44
2022-11-22support: Fix TEST_COMPARE for uintptr_t.Carlos Eduardo Seo2-2/+65
2022-11-22cheri: stdio-common: Add test for %#p printf modifierCarlos Eduardo Seo2-0/+101
2022-11-22cheri: stdio-common: add support for printing CHERI capabilitiesCarlos Eduardo Seo4-1/+143
2022-11-22cheri: nptl: Check user provided stack for PCS constraintsCarlos Eduardo Seo1-1/+8
2022-11-22cheri: Fix sigevent ABISzabolcs Nagy1-1/+5
2022-11-22cheri: fix posix timersSzabolcs Nagy1-0/+20
2022-11-22cheri: elf: make sure dlpi_phdr covers the load segmentsSzabolcs Nagy1-0/+5
2022-11-22TODO(api): cheri: fix dl_iterate_phdr dlpi_addrSzabolcs Nagy1-0/+6
2022-11-22TODO(api): cheri: elfptr_t in public api for unwinderSzabolcs Nagy1-1/+1
2022-11-22TODO(uapi): cheri: start: restrict auxv capability permissionsSzabolcs Nagy4-0/+8
2022-11-22cheri: Update the static tls requirement of the libcSzabolcs Nagy1-0/+8
2022-11-22aarch64: morello: fix DL_SYMBOL_ADDRESSSzabolcs Nagy6-2/+67
2022-11-22aarch64: morello: add D_PTR_RWSzabolcs Nagy2-1/+5
2022-11-22aarch64: morello: Return bounded pointer in __tls_get_addrSzabolcs Nagy4-9/+69
2022-11-22aarch64: morello: dynamic linking supportSzabolcs Nagy8-2/+856
2022-11-22aarch64: morello: add lazy binding entry codeSzabolcs Nagy1-0/+136
2022-11-22cheri: elf: fix SYMBOL_ADDRESS to return RX derived pointerSzabolcs Nagy1-2/+5
2022-11-22cheri: elf: Use RW permissions for l_ld when neededSzabolcs Nagy2-2/+6
2022-11-22cheri: elf: Use elfptr_t for function symbol fixupSzabolcs Nagy2-2/+2
2022-11-22cheri: elf: Prepare support for dynamic relocation processingSzabolcs Nagy2-3/+8
2022-11-22TODO(sprof): cheri: disable profiling shared librariesSzabolcs Nagy1-0/+4
2022-11-22TODO(pldd): cheri: elf: fix pldd to compile for purecap abiCarlos Eduardo Seo1-15/+43
2022-11-22aarch64: morello: add dl-r_debug.hSzabolcs Nagy1-0/+61
2022-11-22aarch64: elf: avoid loading incompatible binariesSzabolcs Nagy1-1/+2
2022-11-22cheri: elf: use RX, RW capabilities to derive pointersSzabolcs Nagy7-23/+24
2022-11-22cheri: elf: Fix segment mapping permissionsSzabolcs Nagy1-4/+13
2022-11-22cheri: elf: Setup per module RX and RW capabilitiesSzabolcs Nagy2-12/+111
2022-11-22cheri: elf: change l_entry to be elfptr_tSzabolcs Nagy4-15/+15
2022-11-22aarch64: morello: add purecap ld.so _start codeSzabolcs Nagy1-0/+110
2022-11-22aarch64: morello: rtld: define DL_RO_DYN_SECTIONSzabolcs Nagy1-0/+25
2022-11-22aarch64: morello: fix ldconfig for purecap abiSzabolcs Nagy5-1/+23