summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/kernel/kernel.go
AgeCommit message (Expand)Author
2020-09-08Fix the use after nil check on args.MountNamespaceVFS2Tiwei Bie
2020-08-25Expose basic coverage information to userspace through kcov interface.Dean Deng
2020-08-20Consistent precondition formattingMichael Pratt
2020-08-03Add callbacks to support lazy loading/restoring thread statesAndrei Vagin
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-07-23Add AfterFunc to tcpip.ClockSam Balana
2020-07-09Gate FUSE behind a runsc flagRidwan Sharif
2020-06-23Support for saving pointers to fields in the state package.Adin Scannell
2020-06-16Port aio to VFS2.Nicolas Lacasse
2020-06-16Miscellaneous VFS2 fixes.Jamie Liu
2020-06-09Implement flock(2) in VFS2Fabricio Voznika
2020-05-14Port memfd_create to vfs2 and finish implementation of file seals.Nicolas Lacasse
2020-05-07Allocate device numbers for VFS2 filesystems.Jamie Liu
2020-05-07Move pkg/sentry/vfs/{eventfd,timerfd} to new packages in pkg/sentry/fsimpl.Nicolas Lacasse
2020-04-24Move hostfs mount to Kernel struct.Dean Deng
2020-04-16Implement pipe(2) and pipe2(2) for VFS2.Jamie Liu
2020-04-06Port timerfd to VFS2.Nicolas Lacasse
2020-04-04Record VFS2 sockets in global socket map.Dean Deng
2020-04-03Refactor software GSO code.Bhasker Hariharan
2020-03-31Add socket filesystem and global disconnected socket mount for VFS2.Dean Deng
2020-03-14Plumb VFS2 imported fds into virtual filesystem.Dean Deng
2020-02-28Hide /dev/net/tun when using hostinet.Ting-Yu Wang
2020-02-25Add option to skip stuck tasks waiting for address spaceFabricio Voznika
2020-02-20Initial network namespace support.gVisor bot
2020-02-14Synchronize signalling with S/RgVisor bot
2020-02-14Inline vfs.VirtualFilesystem in Kernel structgVisor bot
2020-02-14Plumb VFS2 inside the SentrygVisor bot
2020-02-05Add notes to relevant tests.Adin Scannell
2020-01-28Add vfs.FileDescription to FD tableFabricio Voznika
2020-01-27Update package locations.Adin Scannell
2020-01-09New sync package.Ian Gudger
2019-12-26Initial procfs implementation in VFSv2Fabricio Voznika
2019-12-06Add runtime tracing.Adin Scannell
2019-10-31Add context to state.Adin Scannell
2019-10-29Disallow execveat on interpreter scripts with fd opened with O_CLOEXEC.Dean Deng
2019-10-25Aggregate arguments for loading executables into a single struct.Dean Deng
2019-10-24Handle AT_SYMLINK_NOFOLLOW flag for execveat.Dean Deng
2019-10-01Disable cpuClockTicker when app is idleMichael Pratt
2019-08-08netstack: Don't start endpoint goroutines too soon on restore.Rahat Mahmood
2019-08-02Remove kernel.mounts.Nicolas Lacasse
2019-07-31Initialize kernel.unimplementedSyscallEmitter with a sync.Once.Nicolas Lacasse
2019-07-30Add feature to launch Sentry from an open host FD.Zach Koopmans
2019-07-29Rate limit the unimplemented syscall event handler.Nicolas Lacasse
2019-07-26Merge pull request #452 from zhangningdlut:chris_test_pidnsgVisor bot
2019-07-24Use different pidns among different containerschris.zn
2019-07-02Remove map from fd_map, change to fd_table.Adin Scannell
2019-06-27Fix various spelling issues in the documentationMichael Pratt
2019-06-19Add MountNamespace to task.Nicolas Lacasse
2019-06-13Update canonical repository.Adin Scannell
2019-06-10Store more information in the kernel socket table.Rahat Mahmood