index
:
gvisor
build-android
detachable-fdbased
feature/dummy-iface
feature/nl-neighbor
go
go-align32
go-detachable-fdbased
go-next2
gonet-originaldestination
gre
gre-master
v6only
Container Runtime Sandbox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
pkg
/
sentry
/
platform
/
ptrace
/
subprocess.go
Age
Commit message (
Expand
)
Author
2020-03-09
Enable thread local storage support on arm64.
Haibo Xu
2020-01-27
Update package locations.
Adin Scannell
2020-01-09
New sync package.
Ian Gudger
2020-01-06
platform/syscall: use syscall + int3 to execute a system call in a stub process
Andrei Vagin
2019-12-23
Replace syscall.PTRACE_SYSEMU with unix.PTRACE_SYSEMU
Haibo Xu
2019-10-25
platform/ptrace: use tgkill instead of kill
Andrei Vagin
2019-10-22
platform/ptrace: exit without panic if a stub process has been killed by SIGKILL
Andrei Vagin
2019-09-24
gvisor: change syscall.RawSyscall to syscall.RawSyscall6 where required
gVisor bot
2019-09-17
platform/ptrace: log exit code for stub processes
Andrei Vagin
2019-08-16
ptrace: detect if a stub process exited unexpectedly
Andrei Vagin
2019-08-09
Add initial ptrace stub and syscall support for arm64.
Haibo Xu
2019-06-27
Fix various spelling issues in the documentation
Michael Pratt
2019-06-27
gvisor/ptrace: grub initial thread registers only once
Andrei Vagin
2019-06-24
Add O_EXITKILL to ptrace options.
Adin Scannell
2019-06-24
platform/ptrace: specify PTRACE_O_TRACEEXIT for stub-processes
Andrei Vagin
2019-06-13
Update canonical repository.
Adin Scannell
2019-06-12
gvisor/ptrace: print guest registers if a stub stopped with unexpected code
Andrei Vagin
2019-06-10
Move //pkg/sentry/platform/procid to //pkg/procid.
Jamie Liu
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-04-29
Allow and document bug ids in gVisor codebase.
Nicolas Lacasse
2019-03-12
Clarify the platform.File interface.
Jamie Liu
2018-12-10
Validate FS_BASE in Task.Clone
Michael Pratt
2018-12-04
Remove initRegs arg from clone
Michael Pratt
2018-10-24
Use TRAP to simplify vsyscall emulation.
Adin Scannell
2018-10-19
Use correct company name in copyright header
Ian Gudger
2018-10-10
Add seccomp filter configuration to ptrace stubs.
Adin Scannell
2018-05-11
Remove error return from AddressSpace.Release()
Michael Pratt
2018-04-28
Check in gVisor.
Googler