aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-10-27cheri: elf: add an RW capability to link_mapSzabolcs Nagy
2022-10-27cheri: elf: elfptr_t l_map_start in link_map structSzabolcs Nagy
2022-10-27cheri: Introduce elfptr_t int type that can hold pointersSzabolcs Nagy
2022-10-27cheri: fix __minimal_mallocSzabolcs Nagy
2022-10-27cheri: fix static linking early allocationSzabolcs Nagy
2022-10-27cheri: don't use dl_random for pointer manglingSzabolcs Nagy
2022-10-27aarch64: morello: add purecap start codeSzabolcs Nagy
2022-10-27cheri: change __libc_start_main prototypeSzabolcs Nagy
2022-10-27aarch64: morello: purecap crti.S and crtn.SCarlos Eduardo Seo
2022-10-27cheri: aarch64: Add header for CHERI permissionsCarlos Eduardo Seo
2022-10-27cheri: elf: use elfptr_t for auxv parsingSzabolcs Nagy
2022-10-27cheri: elf: Adjust Elf64_auxv_t for capabilitiesSzabolcs Nagy
2022-10-27cheri: elf: Add new AT_* auxv type definitionsCarlos Eduardo Seo
2022-10-27elf: add EF_AARCH64_CHERI_PURECAPSzabolcs Nagy
2022-10-27elf: add Arm Morello relocations to elf.hCarlos Eduardo Seo
2022-10-27TODO(uapi): narrow capability in mmap and mremapSzabolcs Nagy
2022-10-27TODO(uapi): aarch64: morello: add HWCAP2_MORELLOSzabolcs Nagy
2022-10-27TODO(uapi): aarch64: morello: use non-ifunc gettimeofdaySzabolcs Nagy
2022-10-27TODO(uapi): aarch64: morello: make brk always failSzabolcs Nagy
2022-10-27TODO(uapi): cheri: fix clone_argsSzabolcs Nagy
2022-10-27aarch64: morello: define PROT_MAXSzabolcs Nagy
2022-10-27aarch64: morello: fix missing variadic argument in fcntlSzabolcs Nagy
2022-10-27aarch64: morello: add prctl with correct vararg handlingSzabolcs Nagy
2022-10-27aarch64: morello: fix vforkSzabolcs Nagy
2022-10-27aarch64: morello: add purecap syscall supportCarlos Eduardo Seo
2022-10-27aarch64: fix VDSO setup to only apply to known ABIsSzabolcs Nagy
2022-10-27TODO(api): cheri: fix syscall return typeSzabolcs Nagy
2022-10-27aarch64: morello: string: memcpySzabolcs Nagy
2022-10-27aarch64: morello: string: memsetSzabolcs Nagy
2022-10-27aarch64: morello: string: dummy c memcmpSzabolcs Nagy
2022-10-27aarch64: morello: string: dummy c memchrSzabolcs Nagy
2022-10-27aarch64: morello: string: dummy c memrchrSzabolcs Nagy
2022-10-27aarch64: morello: purecap rawmemchrCarlos Eduardo Seo
2022-10-27aarch64: morello: string: dummy c strchrnulSzabolcs Nagy
2022-10-27aarch64: morello: string: dummy c strlenSzabolcs Nagy
2022-10-27aarch64: morello: string: dummy c strnlenSzabolcs Nagy
2022-10-27aarch64: morello: string: dummy c strcpy and stpcpySzabolcs Nagy
2022-10-27aarch64: morello: string: dummy c strcmpSzabolcs Nagy