Age | Commit message (Expand) | Author |
2021-02-24 | Add YAMA security module restrictions on ptrace(2). | Dean Deng |
2021-01-26 | Implement error on pointers | Tamir Duberstein |
2021-01-12 | Fix simple mistakes identified by goreportcard. | Adin Scannell |
2020-12-14 | Do not check for reference leaks after saving. | Dean Deng |
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-10-23 | Support VFS2 save/restore. | 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-09-29 | Merge pull request #3875 from btw616:fix/issue-3874 | gVisor bot |
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-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 |