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_amd64.go
Age
Commit message (
Expand
)
Author
2021-07-20
Add go:build directives as required by Go 1.17's gofmt.
Jamie Liu
2021-07-12
Mark all functions that are called from a forked child with go:norace
Andrei Vagin
2021-06-10
[op] Move SignalInfo to abi/linux package.
Ayush Ranjan
2021-03-03
[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.
Ayush Ranjan
2021-01-19
platform/ptrace: workaround a kernel ptrace issue on ARM64
Andrei Vagin
2020-09-15
Add support for OCI seccomp filters in the sandbox.
Ian Lewis
2020-04-25
Enable automated marshalling for signals and the arch package.
Rahat Mahmood
2020-03-03
platform/ptrace: don't call probeSeccomp on arm64
Andrei Vagin
2020-01-06
platform/syscall: use syscall + int3 to execute a system call in a stub process
Andrei Vagin
2019-12-17
Mark enableCpuidFault nosplit
Michael Pratt
2019-12-03
platform/ptrace: make some operations arch specific
Haibo Xu
2019-08-09
Add initial ptrace stub and syscall support for arm64.
Haibo Xu
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-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
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-04-28
Check in gVisor.
Googler