summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/platform/ptrace/subprocess_linux_unsafe.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-03-03[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.Ayush Ranjan
2020-09-09Don't sched_setaffinity in ptrace platform.Jamie Liu
2020-01-09New sync package.Ian Gudger
2019-11-18platform/ptrace: use host.GetCPU instead of the getcpu syscallAndrei Vagin
2019-08-09Add initial ptrace stub and syscall support for arm64.Haibo Xu