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
/
task.go
Age
Commit message (
Expand
)
Author
2019-06-06
"Implement" mbind(2).
Jamie Liu
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-04-17
Use FD limit and file size limit from host
Fabricio Voznika
2019-03-29
Use kernel.Task.CopyScratchBuffer in syscalls/linux where possible.
Jamie Liu
2019-03-22
Implement PTRACE_SEIZE, PTRACE_INTERRUPT, and PTRACE_LISTEN.
Jamie Liu
2019-03-14
Decouple filemem from platform and move it to pgalloc.MemoryFile.
Jamie Liu
2019-01-31
Move package sync to third_party
Michael Pratt
2018-11-20
Fix recursive read lock taken on TaskSet
Fabricio Voznika
2018-10-20
Add more unimplemented syscall events
Fabricio Voznika
2018-10-19
Use correct company name in copyright header
Ian Gudger
2018-10-15
Merge host.endpoint into host.ConnectedEndpoint
Ian Gudger
2018-09-27
Implement 'runsc kill --all'
Fabricio Voznika
2018-09-14
Fix interaction between rt_sigtimedwait and ignored signals.
Jamie Liu
2018-08-31
Document more task-goroutine-owned fields in kernel.Task.
Jamie Liu
2018-08-31
Disintegrate kernel.TaskResources.
Jamie Liu
2018-08-31
Delete the long-obsolete kernel.TaskMaybe interface.
Jamie Liu
2018-08-21
Fix races in kernel.(*Task).Value()
Ian Gudger
2018-08-02
Automated rollback of changelist 207037226
Zhaozhong Ni
2018-08-02
Add seccomp(2) support.
Brian Geffon
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-19
kernel: mutations on creds now require a copy.
Adin Scannell
2018-05-17
Implement sysv shm.
Rahat Mahmood
2018-05-15
sentry: Replaces saving of inet.Stack with retrieval via context.
Kevin Krakauer
2018-04-28
Check in gVisor.
Googler