summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/platform/ptrace
AgeCommit message (Expand)Author
2018-12-10Validate FS_BASE in Task.CloneMichael Pratt
2018-12-04Remove initRegs arg from cloneMichael Pratt
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-23Track paths and provide a rename hook.Adin Scannell
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-10Add seccomp filter configuration to ptrace stubs.Adin Scannell
2018-09-14Avoid reuse of pending SignalInfo objectsnewmanwang
2018-07-27stateify: support explicit annotation mode; convert refs and stack packages.Zhaozhong Ni
2018-07-16Add CPUID faulting for ptrace and KVM.Adin Scannell
2018-06-26Change SIGCHLD to SIGKILL in ptrace stubs.Adin Scannell
2018-05-11Remove error return from AddressSpace.Release()Michael Pratt
2018-04-28Check in gVisor.Googler