aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2022-08-05TODO(api): cheri: misc: Implement new function getauxptr for CHERI capabilitiesCarlos Eduardo Seo4-0/+44
2022-08-05TODO(uapi): aarch64: morello: add HWCAP2_MORELLOSzabolcs Nagy1-0/+1
2022-08-05support: Fix TEST_COMPARE for uintptr_t.Carlos Eduardo Seo2-2/+65
2022-08-05cheri: stdio-common: add support for printing CHERI capabilitiesCarlos Eduardo Seo4-1/+141
2022-08-05cheri: nptl: Check user provided stack for PCS constraintsCarlos Eduardo Seo1-1/+8
2022-08-05TODO(uapi): cheri: Fix sigevent ABISzabolcs Nagy1-1/+5
2022-08-05TODO(morello): cheri: fix posix timersSzabolcs Nagy1-0/+20
2022-08-05TODO(api): cheri: elfptr_t in public api for unwinderSzabolcs Nagy1-1/+1
2022-08-05TODO(l_addr): cheri: rtld: elfptr_t fix in rtld.c program header processingSzabolcs Nagy1-1/+1
2022-08-05TODO(l_addr): aarch64: morello: dynamic linking supportSzabolcs Nagy12-12/+865
2022-08-05aarch64: rtld: avoid loading incompatible binariesSzabolcs Nagy1-1/+2
2022-08-05aarch64: morello: add lazy binding entry codeSzabolcs Nagy1-0/+136
2022-08-05TODO(l_addr): cheri: rtld: elfptr_t fixes in dl-map-segments.hSzabolcs Nagy1-9/+21
2022-08-05TODO(incomplete): cheri: rtld: more elfptr_t in linkmap structSzabolcs Nagy1-3/+3
2022-08-05cheri: elf: fix pointer provenance of l_tls_initimageSzabolcs Nagy2-2/+2
2022-08-05cheri: rtld: fix _dl_start to return elfptr_tSzabolcs Nagy1-6/+6
2022-08-05aarch64: morello: rtld: add ld.so _start codeSzabolcs Nagy1-0/+68
2022-08-05aarch64: morello: rtld: define DL_RO_DYN_SECTIONSzabolcs Nagy1-0/+25
2022-08-05aarch64: morello: fix ldconfig for purecap abiSzabolcs Nagy5-1/+23
2022-08-05aarch64: morello: disable the vpcs testSzabolcs Nagy1-1/+1
2022-08-05aarch64: morello: add purecap ucontext supportCarlos Eduardo Seo9-0/+493
2022-08-05aarch64: morello: add purecap setjmp/longjmpCarlos Eduardo Seo3-1/+176
2022-08-05cheri: malloc: avoid switch over uintptr_tSzabolcs Nagy1-1/+1
2022-08-05cheri: malloc: fix alignment logic in obstackSzabolcs Nagy1-16/+3