summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/platform/ptrace/subprocess.go
AgeCommit message (Expand)Author
2020-03-09Enable thread local storage support on arm64.Haibo Xu
2020-01-27Update package locations.Adin Scannell
2020-01-09New sync package.Ian Gudger
2020-01-06platform/syscall: use syscall + int3 to execute a system call in a stub processAndrei Vagin
2019-12-23Replace syscall.PTRACE_SYSEMU with unix.PTRACE_SYSEMUHaibo Xu
2019-10-25platform/ptrace: use tgkill instead of killAndrei Vagin
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-09-17platform/ptrace: log exit code for stub processesAndrei Vagin
2019-08-16ptrace: detect if a stub process exited unexpectedlyAndrei Vagin
2019-08-09Add initial ptrace stub and syscall support for arm64.Haibo Xu
2019-06-27Fix various spelling issues in the documentationMichael Pratt
2019-06-27gvisor/ptrace: grub initial thread registers only onceAndrei Vagin
2019-06-24Add O_EXITKILL to ptrace options.Adin Scannell
2019-06-24platform/ptrace: specify PTRACE_O_TRACEEXIT for stub-processesAndrei Vagin
2019-06-13Update canonical repository.Adin Scannell
2019-06-12gvisor/ptrace: print guest registers if a stub stopped with unexpected codeAndrei Vagin
2019-06-10Move //pkg/sentry/platform/procid to //pkg/procid.Jamie Liu
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-03-12Clarify the platform.File interface.Jamie Liu
2018-12-10Validate FS_BASE in Task.CloneMichael Pratt
2018-12-04Remove initRegs arg from cloneMichael Pratt
2018-10-24Use TRAP to simplify vsyscall emulation.Adin Scannell
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-10Add seccomp filter configuration to ptrace stubs.Adin Scannell
2018-05-11Remove error return from AddressSpace.Release()Michael Pratt
2018-04-28Check in gVisor.Googler