summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/platform/ptrace/subprocess_amd64.go
AgeCommit message (Expand)Author
2021-07-20Add go:build directives as required by Go 1.17's gofmt.Jamie Liu
2021-07-12Mark all functions that are called from a forked child with go:noraceAndrei Vagin
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-09-15Add support for OCI seccomp filters in the sandbox.Ian Lewis
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
2019-06-13Update canonical repository.Adin Scannell
2019-06-12gvisor/ptrace: print guest registers if a stub stopped with unexpected codeAndrei Vagin
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-10Add seccomp filter configuration to ptrace stubs.Adin Scannell
2018-04-28Check in gVisor.Googler