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
2020-11-13
Check for misuse of kernel.Task as context.Context.
Jamie Liu
2020-11-12
Rename kernel.TaskContext to kernel.TaskImage.
Jamie Liu
2020-10-14
Fix shm reference leak.
Dean Deng
2020-10-13
[vfs2] Don't take reference in Task.MountNamespaceVFS2 and MountNamespace.Root.
Dean Deng
2020-10-03
Fix kcov enabling and disabling procedures.
Dean Deng
2020-08-25
Expose basic coverage information to userspace through kcov interface.
Dean Deng
2020-08-03
Plumbing context.Context to DecRef() and Release().
Nayana Bidari
2020-07-23
Implement get/set_robust_list.
Nicolas Lacasse
2020-07-23
Add task work mechanism.
Dean Deng
2020-04-23
Enable automated marshalling for mempolicy syscalls.
Rahat Mahmood
2020-04-13
Port socket-related syscalls to VFS2.
Dean Deng
2020-03-26
Support owner matching for iptables.
Nayana Bidari
2020-03-13
Fix oom_score_adj.
Jamie Liu
2020-03-05
Stub oom_score_adj and oom_score.
Ian Lewis
2020-02-25
Port most syscalls to VFS2.
Jamie Liu
2020-02-20
Initial network namespace support.
gVisor bot
2020-02-14
Plumb VFS2 inside the Sentry
gVisor bot
2020-01-28
Add vfs.FileDescription to FD table
Fabricio Voznika
2020-01-27
Update package locations.
Adin Scannell
2020-01-09
New sync package.
Ian Gudger
2020-01-06
Implement rseq(2)
Michael Pratt
2019-12-06
Add runtime tracing.
Adin Scannell
2019-11-21
Import and structure cleanup.
Adin Scannell
2019-10-29
Fix grammar in comment.
Dean Deng
2019-10-28
Update comment
Michael Pratt
2019-09-18
Signalfd support
Adin Scannell
2019-07-02
Remove map from fd_map, change to fd_table.
Adin Scannell
2019-06-25
gvisor: lockless read access for task credentials
Andrei Vagin
2019-06-21
kernel: call t.mu.Unlock() explicitly in WithMuLocked
Andrei Vagin
2019-06-19
Add MountNamespace to task.
Nicolas Lacasse
2019-06-13
Update canonical repository.
Adin Scannell
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
[next]