summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/platform/ptrace
AgeCommit message (Expand)Author
2019-06-12Merge 0d05a12f (automated)gVisor bot
2019-06-12gvisor/ptrace: print guest registers if a stub stopped with unexpected codeAndrei Vagin
2019-06-10Merge 589f36ac (automated)gVisor bot
2019-06-10Move //pkg/sentry/platform/procid to //pkg/procid.Jamie Liu
2019-06-02Merge 216da0b7 (automated)gVisor bot
2019-05-30Add build guard to files using go:linknameFabricio Voznika
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-14Decouple filemem from platform and move it to pgalloc.MemoryFile.Jamie Liu
2019-03-12Clarify the platform.File interface.Jamie Liu
2019-03-01ptrace: drop old FIXMEAdin Scannell
2019-01-31Remove license commentsMichael Pratt
2018-12-18Add BPFAction type with StringerFabricio Voznika
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