summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/platform/ptrace/subprocess_linux.go
AgeCommit message (Expand)Author
2020-03-03platform/ptrace: don't call probeSeccomp on arm64Andrei Vagin
2019-12-23Replace syscall.PTRACE_SYSEMU with unix.PTRACE_SYSEMUHaibo Xu
2019-12-03platform/ptrace: make some operations arch specificHaibo Xu
2019-10-22platform/ptrace: exit without panic if a stub process has been killed by SIGKILLAndrei Vagin
2019-09-24gvisor: change syscall.RawSyscall to syscall.RawSyscall6 where requiredgVisor bot
2019-08-09Add initial ptrace stub and syscall support for arm64.Haibo Xu
2019-06-28platform/ptrace: return more detailed errorsAndrei Vagin
2019-06-27gvisor/ptrace: grub initial thread registers only onceAndrei Vagin
2019-06-13Update canonical repository.Adin Scannell
2019-06-10Move //pkg/sentry/platform/procid to //pkg/procid.Jamie Liu
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2018-12-18Add BPFAction type with StringerFabricio Voznika
2018-11-20Use RET_KILL_PROCESS if available in kernelFabricio Voznika
2018-10-24Use TRAP to simplify vsyscall emulation.Adin Scannell
2018-10-24Run ptrace stubs in their own session and process group.Nicolas Lacasse
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-10Add seccomp filter configuration to ptrace stubs.Adin Scannell
2018-07-16Add CPUID faulting for ptrace and KVM.Adin Scannell
2018-06-26Change SIGCHLD to SIGKILL in ptrace stubs.Adin Scannell
2018-04-28Check in gVisor.Googler