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
/
kernel
/
ptrace.go
Age
Commit message (
Expand
)
Author
2021-07-01
Mix checklocks and atomic analyzers.
Adin Scannell
2021-06-30
[syserror] Update syserror to linuxerr for EACCES, EBADF, and EPERM.
Zach Koopmans
2021-06-29
[syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVAL
Zach Koopmans
2021-06-23
Fix PR_SET_PTRACER applicability to non-leader threads.
Jamie Liu
2021-06-10
[op] Move SignalInfo to abi/linux package.
Ayush Ranjan
2021-03-29
[syserror] Split usermem package
Zach Koopmans
2021-03-25
Lock TaskSet mutex for writing in ptraceClone().
Jamie Liu
2021-02-24
Add YAMA security module restrictions on ptrace(2).
Dean Deng
2020-12-11
Remove existing nogo exceptions.
Adin Scannell
2020-10-30
Separate kernel.Task.AsCopyContext() into CopyContext() and OwnCopyContext().
Jamie Liu
2020-09-15
Enable automated marshalling for the syscall package.
Rahat Mahmood
2020-08-20
Consistent precondition formatting
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-04-08
Clean up TODOs
Fabricio Voznika
2020-01-27
Update package locations.
Adin Scannell
2019-06-13
Update canonical repository.
Adin Scannell
2019-06-05
Implement dumpability tracking and checks
Michael Pratt
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-04-02
Set options on the correct Task in PTRACE_SEIZE.
Jamie Liu
2019-03-22
Implement PTRACE_SEIZE, PTRACE_INTERRUPT, and PTRACE_LISTEN.
Jamie Liu
2019-02-20
Make some ptrace commands x86-only
Haibo Xu
2018-10-19
Use correct company name in copyright header
Ian Gudger
2018-10-17
Fix PTRACE_GETREGSET write size
Michael Pratt
2018-08-31
Disintegrate kernel.TaskResources.
Jamie Liu
2018-08-23
Implement POSIX per-process interval timers.
Jamie Liu
2018-08-02
Automated rollback of changelist 207037226
Zhaozhong Ni
2018-08-01
Automated rollback of changelist 207007153
Michael Pratt
2018-08-01
stateify: convert all packages to use explicit mode.
Zhaozhong Ni
2018-07-11
Move ptrace constants to abi/linux.
Jamie Liu
2018-04-28
Check in gVisor.
Googler