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
/
kernel.go
Age
Commit message (
Expand
)
Author
2020-09-08
Fix the use after nil check on args.MountNamespaceVFS2
Tiwei Bie
2020-08-25
Expose basic coverage information to userspace through kcov interface.
Dean Deng
2020-08-20
Consistent precondition formatting
Michael Pratt
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-23
Add AfterFunc to tcpip.Clock
Sam Balana
2020-07-09
Gate FUSE behind a runsc flag
Ridwan Sharif
2020-06-23
Support for saving pointers to fields in the state package.
Adin Scannell
2020-06-16
Port aio to VFS2.
Nicolas Lacasse
2020-06-16
Miscellaneous VFS2 fixes.
Jamie Liu
2020-06-09
Implement flock(2) in VFS2
Fabricio Voznika
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-04-24
Move hostfs mount to Kernel struct.
Dean Deng
2020-04-16
Implement pipe(2) and pipe2(2) for VFS2.
Jamie Liu
2020-04-06
Port timerfd to VFS2.
Nicolas Lacasse
2020-04-04
Record VFS2 sockets in global socket map.
Dean Deng
2020-04-03
Refactor software GSO code.
Bhasker Hariharan
2020-03-31
Add socket filesystem and global disconnected socket mount for VFS2.
Dean Deng
2020-03-14
Plumb VFS2 imported fds into virtual filesystem.
Dean Deng
2020-02-28
Hide /dev/net/tun when using hostinet.
Ting-Yu Wang
2020-02-25
Add option to skip stuck tasks waiting for address space
Fabricio Voznika
2020-02-20
Initial network namespace support.
gVisor bot
2020-02-14
Synchronize signalling with S/R
gVisor bot
2020-02-14
Inline vfs.VirtualFilesystem in Kernel struct
gVisor bot
2020-02-14
Plumb VFS2 inside the Sentry
gVisor bot
2020-02-05
Add notes to relevant tests.
Adin Scannell
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
2019-12-26
Initial procfs implementation in VFSv2
Fabricio Voznika
2019-12-06
Add runtime tracing.
Adin Scannell
2019-10-31
Add context to state.
Adin Scannell
2019-10-29
Disallow execveat on interpreter scripts with fd opened with O_CLOEXEC.
Dean Deng
2019-10-25
Aggregate arguments for loading executables into a single struct.
Dean Deng
2019-10-24
Handle AT_SYMLINK_NOFOLLOW flag for execveat.
Dean Deng
2019-10-01
Disable cpuClockTicker when app is idle
Michael Pratt
2019-08-08
netstack: Don't start endpoint goroutines too soon on restore.
Rahat Mahmood
2019-08-02
Remove kernel.mounts.
Nicolas Lacasse
2019-07-31
Initialize kernel.unimplementedSyscallEmitter with a sync.Once.
Nicolas Lacasse
2019-07-30
Add feature to launch Sentry from an open host FD.
Zach Koopmans
2019-07-29
Rate limit the unimplemented syscall event handler.
Nicolas Lacasse
2019-07-26
Merge pull request #452 from zhangningdlut:chris_test_pidns
gVisor bot
2019-07-24
Use different pidns among different containers
chris.zn
2019-07-02
Remove map from fd_map, change to fd_table.
Adin Scannell
2019-06-27
Fix various spelling issues in the documentation
Michael Pratt
2019-06-19
Add MountNamespace to task.
Nicolas Lacasse
2019-06-13
Update canonical repository.
Adin Scannell
2019-06-10
Store more information in the kernel socket table.
Rahat Mahmood
[next]