aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-12cheri: malloc: add tunable to turn narrowing offSzabolcs Nagy3-0/+19
2022-10-12cheri: malloc: Capability narrowing using internal lookup tableSzabolcs Nagy4-18/+470
2022-10-12cheri: malloc: Initial capability narrowing supportSzabolcs Nagy3-8/+272
2022-10-12malloc: Don't use __libc_free for tcache cleanupSzabolcs Nagy1-2/+31
2022-10-12cheri: elf: make sure dlpi_phdr covers the load segmentsSzabolcs Nagy1-0/+5
2022-10-12aarch64: morello: add dl-r_debug.hSzabolcs Nagy1-0/+61
2022-10-12TODO(api): cheri: fix dl_iterate_phdr dlpi_addrSzabolcs Nagy1-0/+6
2022-10-12aarch64: morello: elf: drop unused load address computationSzabolcs Nagy1-41/+0
2022-10-12cheri: elf: Turn l_addr back to ElfW(Addr)Szabolcs Nagy7-30/+9
2022-10-12cheri: elf: use RX, RW capabilities to derive pointersSzabolcs Nagy13-39/+37
2022-10-12aarch64: morello: RX, RW fixes for relocation processingSzabolcs Nagy1-8/+14
2022-10-12aarch64: morello: elf: Return bounded pointer in __tls_get_addrSzabolcs Nagy4-9/+69
2022-10-12aarch64: morello: fix DL_SYMBOL_ADDRESSSzabolcs Nagy6-2/+84
2022-10-12cheri: fix SYMBOL_ADDRESS to return RX derived pointerSzabolcs Nagy1-2/+5
2022-10-12cheri: elf: Use RW permissions for l_ld when neededSzabolcs Nagy2-2/+6
2022-10-12aarch64: morello: add D_PTR_RWSzabolcs Nagy2-1/+5
2022-10-12aarch64: morello: fix relative relocsSzabolcs Nagy4-48/+34
2022-10-12cheri: Setup RX, RW capabilities for static linkingSzabolcs Nagy2-2/+12
2022-10-12cheri: elf: Setup per module RX and RW capabilitiesSzabolcs Nagy2-0/+95
2022-10-12aarch64: morello: Add elf_machine_rtld_base_setupSzabolcs Nagy1-0/+72
2022-10-12elf: add dl_{rx,rw}_ptr to derive addresses within a mapSzabolcs Nagy1-0/+28
2022-10-12cheri: elf: add an RW capability to link_mapSzabolcs Nagy1-0/+12
2022-10-12aarch64: morello: Use purecap ELF entry ABI in _startSzabolcs Nagy2-51/+85
2022-10-12aarch64: morello: use RW and RX capabilities for static start codeSzabolcs Nagy2-12/+13
2022-10-12cheri: change __libc_start_main prototypeSzabolcs Nagy3-5/+56
2022-10-12aarch64: morello: rewrite start code in CSzabolcs Nagy5-284/+287
2022-10-12aarch64: morello: remove ELF_MACHINE_START_ADDRESSSzabolcs Nagy1-3/+0
2022-10-12cheri: elf: make l_entry a capabilitySzabolcs Nagy4-9/+9
2022-10-12TODO: cheri: elf: Add new AT_* auxv typesSzabolcs Nagy1-5/+11
2022-10-12TODO: drop unused u64 reloc addr from lazy relocsSzabolcs Nagy1-4/+0
2022-10-12TODO: aarch64: morello: fix abs sym relocSzabolcs Nagy1-7/+2
2022-10-12TODO: cheri: elf: turn back to addresses: l_map_end, l_text_end, l_relro_startSzabolcs Nagy1-3/+4
2022-10-12aarch64: morello: update HWCAP2_MORELLO valueSzabolcs Nagy1-1/+1
2022-10-12TODO(uapi): narrow capability in mmap and mremapSzabolcs Nagy2-3/+23
2022-10-12static: glibc-bug: NL_CURRENT_INDIRECT is broken so disable itSzabolcs Nagy1-2/+2
2022-10-12TODO: cheri: printf: fix unused variable warningSzabolcs Nagy1-0/+2
2022-10-12cheri: use getauxptr in iconv/tst-gconv-init-failure testSzabolcs Nagy1-3/+3
2022-10-12Fix OOB read in stdlib thousand separator handlingSzabolcs Nagy1-0/+8
2022-10-12elf: Fix _dl_debug_vdprintf stack buffer underflowSzabolcs Nagy1-2/+5
2022-10-12Fix missing NUL terminator in stdio-common/scanf13 testSzabolcs Nagy1-0/+1
2022-10-12Fix malloc/tst-scratch_bufferSzabolcs Nagy1-15/+7
2022-10-12Fix elf/tst-tls20 stack OOB accessSzabolcs Nagy1-1/+1
2022-10-12Fix off-by-one error in iconv/tst-iconv-mtSzabolcs Nagy1-2/+2
2022-08-05TODO(drop): aarch64: morello: CPU feature detection for Morelloarm/morello/v1Carlos Eduardo Seo3-1/+12
2022-08-05TODO(gprof): aarch64: morello: add gprof profiling support to asmSzabolcs Nagy1-4/+38
2022-08-05TODO(sprof): cheri: disable profiling shared librariesSzabolcs Nagy1-0/+4
2022-08-05TODO(audit): aarch64: morello: add _dl_runtime_profile entrySzabolcs Nagy2-4/+194
2022-08-05TODO(pldd): cheri: elf: fix pldd to compile for purecap abiCarlos Eduardo Seo1-15/+43
2022-08-05cheri: Update libc.abilist for getauxptrCarlos Eduardo Seo37-1/+73
2022-08-05cheri: elf: Fix tst-auxv for MorelloCarlos Eduardo Seo1-0/+8