summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/platform/ptrace/subprocess_arm64.go
AgeCommit message (Expand)Author
2021-07-20Add go:build directives as required by Go 1.17's gofmt.Jamie Liu
2021-06-10[op] Move SignalInfo to abi/linux package.Ayush Ranjan
2021-03-03[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.Ayush Ranjan
2021-01-19platform/ptrace: workaround a kernel ptrace issue on ARM64Andrei Vagin
2020-04-25Enable automated marshalling for signals and the arch package.Rahat Mahmood
2020-03-03platform/ptrace: don't call probeSeccomp on arm64Andrei Vagin
2020-01-06platform/syscall: use syscall + int3 to execute a system call in a stub processAndrei Vagin
2019-12-17Mark enableCpuidFault nosplitMichael Pratt
2019-12-03platform/ptrace: make some operations arch specificHaibo Xu
2019-08-09Add initial ptrace stub and syscall support for arm64.Haibo Xu