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
Age
Commit message (
Expand
)
Author
2021-01-14
Simplify the pipe implementation.
Jamie Liu
2021-01-12
Fix simple mistakes identified by goreportcard.
Adin Scannell
2020-12-31
Add missing error checks for FileDescription.Init.
Dean Deng
2020-12-15
Implement command SEM_INFO and SEM_STAT for semctl.
Jing Chen
2020-12-14
Do not check for reference leaks after saving.
Dean Deng
2020-12-11
Remove existing nogo exceptions.
Adin Scannell
2020-12-11
Make semctl IPC_INFO cmd return the index of highest used entry.
Jing Chen
2020-12-03
Implement command IPC_INFO for semctl.
Jing Chen
2020-12-03
Implement `fcntl` options `F_GETSIG` and `F_SETSIG`.
Etienne Perot
2020-12-02
Do not unconditionally allocate in kernel.FDTable.setAll().
Jamie Liu
2020-12-02
Add /proc/sys/kernel/sem.
Jing Chen
2020-11-18
Add a few syslog messages.
Etienne Perot
2020-11-16
Reset watchdog timer between sendfile() iterations.
Jamie Liu
2020-11-13
Log task goroutine IDs in the sentry watchdog.
Jamie Liu
2020-11-13
Check for misuse of kernel.Task as context.Context.
Jamie Liu
2020-11-12
Fix misuses of kernel.Task as context.Context.
Jamie Liu
2020-11-12
Rename kernel.TaskContext to kernel.TaskImage.
Jamie Liu
2020-11-09
Initialize references with a value of 1.
Dean Deng
2020-11-06
Implement command GETNCNT for semctl.
Jing Chen
2020-11-03
Fix more nogo tests
Ting-Yu Wang
2020-11-03
Make pipe min/max sizes match linux.
Nicolas Lacasse
2020-11-02
Implement command GETZCNT for semctl.
Jing Chen
2020-10-30
Separate kernel.Task.AsCopyContext() into CopyContext() and OwnCopyContext().
Jamie Liu
2020-10-26
Implement command IPC_STAT for semctl.
Jing Chen
2020-10-23
Support VFS2 save/restore.
Jamie Liu
2020-10-23
Rewrite reference leak checker without finalizers.
Dean Deng
2020-10-21
Check for nil in kernel.FSContext functions.
Dean Deng
2020-10-19
Fix reference counting on kcov mappings.
Dean Deng
2020-10-19
Fix runsc tests on VFS2 overlay.
Jamie Liu
2020-10-19
[vfs2] Fix fork reference leaks.
Dean Deng
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-13
Don't leak VDSO mappings.
Dean Deng
2020-10-12
[vfs2] Don't leak disconnected mounts.
Dean Deng
2020-10-09
Reduce the cost of sysinfo(2).
Jamie Liu
2020-10-05
Simplify nil assignment in kcov.
Dean Deng
2020-10-03
Fix kcov enabling and disabling procedures.
Dean Deng
2020-10-02
Convert uses of the binary package in kernel to go-marshal.
Rahat Mahmood
2020-09-29
Replace remaining uses of reflection-based marshalling.
Rahat Mahmood
2020-09-29
Merge pull request #3875 from btw616:fix/issue-3874
gVisor bot
2020-09-27
Clean up kcov.
Dean Deng
2020-09-24
Add basic stateify annotations.
Adin Scannell
2020-09-24
Fix socket record leak in VFS2
Tiwei Bie
2020-09-24
Rename kernel.SocketEntry to kernel.SocketRecord
Tiwei Bie
2020-09-22
Handle EOF properly in splice/sendfile.
Dean Deng
2020-09-17
Complete vfs2 implementation of fallocate.
Dean Deng
2020-09-16
Rename marshal.Task to marshal.CopyContext.
Rahat Mahmood
2020-09-15
Enable automated marshalling for the syscall package.
Rahat Mahmood
2020-09-15
Add support for OCI seccomp filters in the sandbox.
Ian Lewis
2020-09-15
Release FDTable lock before dropping the fds.
Nayana Bidari
[next]