Age | Commit message (Expand) | Author |
---|---|---|
2020-05-14 | Port memfd_create to vfs2 and finish implementation of file seals. | Nicolas Lacasse |
2020-05-07 | Move pkg/sentry/vfs/{eventfd,timerfd} to new packages in pkg/sentry/fsimpl. | Nicolas Lacasse |
2020-05-07 | Port signalfd to vfs2. | Nicolas Lacasse |
2020-05-06 | Fix runsc syscall documentation generation. | Adin Scannell |
2020-05-04 | Port eventfd to VFS2. | Nicolas Lacasse |
2020-04-23 | Enable automated marshalling for epoll events. | Rahat Mahmood |
2020-04-16 | Implement pipe(2) and pipe2(2) for VFS2. | Jamie Liu |
2020-04-13 | Port socket-related syscalls to VFS2. | Dean Deng |
2020-04-06 | Port timerfd to VFS2. | Nicolas Lacasse |
2020-03-25 | Misc fixes to make stat_test pass (almost) | Fabricio Voznika |
2020-02-26 | Fix construct of linux.Stat for arm64. | Rahat Mahmood |
2020-02-25 | Port most syscalls to VFS2. | Jamie Liu |
2020-01-28 | Add vfs.FileDescription to FD table | Fabricio Voznika |