summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls/linux/vfs2/BUILD
AgeCommit message (Expand)Author
2020-07-23Marshallable socket opitons.Ayush Ranjan
2020-06-27Port GETOWN, SETOWN fcntls to vfs2.Dean Deng
2020-06-16Port aio to VFS2.Nicolas Lacasse
2020-06-09Implement flock(2) in VFS2Fabricio Voznika
2020-06-05Implement mount(2) and umount2(2) for VFS2.Rahat Mahmood
2020-05-29Port inotify to vfs2, with support in tmpfs.Dean Deng
2020-05-26Implement splice(2) and tee(2) for VFS2.Jamie Liu
2020-05-14Port memfd_create to vfs2 and finish implementation of file seals.Nicolas Lacasse
2020-05-07Move pkg/sentry/vfs/{eventfd,timerfd} to new packages in pkg/sentry/fsimpl.Nicolas Lacasse
2020-05-07Port signalfd to vfs2.Nicolas Lacasse
2020-05-06Fix runsc syscall documentation generation.Adin Scannell
2020-05-04Port eventfd to VFS2.Nicolas Lacasse
2020-04-23Enable automated marshalling for epoll events.Rahat Mahmood
2020-04-16Implement pipe(2) and pipe2(2) for VFS2.Jamie Liu
2020-04-13Port socket-related syscalls to VFS2.Dean Deng
2020-04-06Port timerfd to VFS2.Nicolas Lacasse
2020-03-25Misc fixes to make stat_test pass (almost)Fabricio Voznika
2020-02-26Fix construct of linux.Stat for arm64.Rahat Mahmood
2020-02-25Port most syscalls to VFS2.Jamie Liu
2020-01-28Add vfs.FileDescription to FD tableFabricio Voznika