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
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
2020-09-14
Correct FDSize in /proc/[pid]/status.
Jamie Liu
2020-09-11
Move the 'marshal' and 'primitive' packages to the 'pkg' directory.
Rahat Mahmood
2020-09-08
Fix the use after nil check on args.MountNamespaceVFS2
Tiwei Bie
2020-09-01
Fix panic when calling dup2().
Nayana Bidari
2020-08-27
Fix vfs2 pipe behavior when splicing to a non-pipe.
Dean Deng
2020-08-27
[go-marshal] Support for usermem.IOOpts.
Ayush Ranjan
2020-08-25
Use new reference count utility throughout gvisor.
Dean Deng
2020-08-25
Expose basic coverage information to userspace through kcov interface.
Dean Deng
2020-08-21
Pass overlay credentials via context in copy up.
Nicolas Lacasse
2020-08-20
Consistent precondition formatting
Michael Pratt
2020-08-18
Move ERESTART* error definitions to syserror package.
Dean Deng
2020-08-17
Remove weak references from unix sockets.
Dean Deng
2020-08-07
Add context.FullStateChanged()
Andrei Vagin
2020-08-03
Add callbacks to support lazy loading/restoring thread states
Andrei Vagin
2020-08-03
Plumbing context.Context to DecRef() and Release().
Nayana Bidari
2020-07-27
Move platform.File in memmap
Andrei Vagin
2020-07-23
Add AfterFunc to tcpip.Clock
Sam Balana
2020-07-23
Implement get/set_robust_list.
Nicolas Lacasse
2020-07-23
Add task work mechanism.
Dean Deng
2020-07-15
Merge pull request #3165 from ridwanmsharif:ridwanmsharif/fuse-off-by-default
gVisor bot
2020-07-13
Disable debug time adjustment logging
Fabricio Voznika
2020-07-09
Gate FUSE behind a runsc flag
Ridwan Sharif
2020-07-01
Port fallocate to VFS2.
Zach Koopmans
2020-07-01
Complete async signal delivery support in vfs2.
Dean Deng
2020-06-27
Port GETOWN, SETOWN fcntls to vfs2.
Dean Deng
2020-06-26
Require CAP_SYS_ADMIN in the root user namespace for TTY theft
Kevin Krakauer
2020-06-25
Avoid an allocation in epoll
Tamir Duberstein
2020-06-24
Remove waiter.Entry.Context
Tamir Duberstein
2020-06-23
Support for saving pointers to fields in the state package.
Adin Scannell
2020-06-17
Implement POSIX locks
Fabricio Voznika
2020-06-16
Port aio to VFS2.
Nicolas Lacasse
2020-06-16
Miscellaneous VFS2 fixes.
Jamie Liu
2020-06-12
vfs2: implement fcntl(fd, F_SETFL, flags)
Andrei Vagin
2020-06-10
Merge pull request #2763 from gaurav1086:sentry_kernel_timekeeper_use_buffere...
gVisor bot
2020-06-09
sentry: use defer wg.Done() unconditionally
Gaurav Singh
2020-06-09
Implement flock(2) in VFS2
Fabricio Voznika
2020-06-05
Implement mount(2) and umount2(2) for VFS2.
Rahat Mahmood
2020-06-05
Unshare files on exec
Andrei Vagin
2020-05-29
Implement IN_EXCL_UNLINK inotify option in vfs2.
Dean Deng
2020-05-29
Port inotify to vfs2, with support in tmpfs.
Dean Deng
2020-05-26
Implement splice(2) and tee(2) for VFS2.
Jamie Liu
2020-05-15
Minor formatting updates for gvisor.dev.
Adin Scannell
2020-05-14
Port memfd_create to vfs2 and finish implementation of file seals.
Nicolas Lacasse
2020-05-07
Allocate device numbers for VFS2 filesystems.
Jamie Liu
2020-05-07
Move pkg/sentry/vfs/{eventfd,timerfd} to new packages in pkg/sentry/fsimpl.
Nicolas Lacasse
2020-05-06
Fix runsc syscall documentation generation.
Adin Scannell
[next]