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
Age
Commit message (
Expand
)
Author
2021-03-29
[perf] Reduce contention in ptrace.threadPool.lookupOrCreate().
Ayush Ranjan
2021-03-23
Move the code that manages floating-point state to a separate package
Andrei Vagin
2021-03-03
[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.
Ayush Ranjan
2021-02-18
Bump build constraints to Go 1.18
Michael Pratt
2021-02-04
Move getcpu() to core filter list
Michael Pratt
2021-01-19
platform/ptrace: workaround a kernel ptrace issue on ARM64
Andrei Vagin
2020-12-11
Remove existing nogo exceptions.
Adin Scannell
2020-11-30
Fix typo in ptrace documentation.
Dean Deng
2020-10-06
Implement membarrier(2) commands other than *_SYNC_CORE.
Jamie Liu
2020-09-15
Add support for OCI seccomp filters in the sandbox.
Ian Lewis
2020-09-09
Don't sched_setaffinity in ptrace platform.
Jamie Liu
2020-08-24
Bump build constraints to 1.17
Michael Pratt
2020-08-07
Add context.FullStateChanged()
Andrei Vagin
2020-08-03
Add callbacks to support lazy loading/restoring thread states
Andrei Vagin
2020-07-27
Move platform.File in memmap
Andrei Vagin
2020-05-29
Update Go version build tags
Michael Pratt
2020-04-25
Enable automated marshalling for signals and the arch package.
Rahat Mahmood
2020-04-22
Specify a memory file in platform.New().
Andrei Vagin
2020-03-09
Enable thread local storage support on arm64.
Haibo Xu
2020-03-03
platform/ptrace: don't call probeSeccomp on arm64
Andrei Vagin
2020-01-27
Update package locations.
Adin Scannell
2020-01-27
Standardize on tools directory.
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-12-17
Mark enableCpuidFault nosplit
Michael Pratt
2019-12-03
platform/ptrace: make some operations arch specific
Haibo Xu
2019-11-18
platform/ptrace: use host.GetCPU instead of the getcpu syscall
Andrei Vagin
2019-10-29
Update build tags to allow Go 1.14
Michael Pratt
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-07-03
Avoid importing platforms from many source files
Andrei Vagin
2019-06-28
platform/ptrace: return more detailed errors
Andrei Vagin
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-05-30
Add build guard to files using go:linkname
Fabricio Voznika
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-14
Decouple filemem from platform and move it to pgalloc.MemoryFile.
Jamie Liu
2019-03-12
Clarify the platform.File interface.
Jamie Liu
2019-03-01
ptrace: drop old FIXME
Adin Scannell
[next]