summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/vfs/epoll.go
AgeCommit message (Expand)Author
2020-12-03Implement `fcntl` options `F_GETSIG` and `F_SETSIG`.Etienne Perot
2020-10-23Support VFS2 save/restore.Jamie Liu
2020-09-24Add basic stateify annotations.Adin Scannell
2020-09-15Read vfs2 epoll events atomically.Jamie Liu
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-07-29Force registration for EPOLLHUP, not EPOLLRDHUP, in vfs2's epoll.Jamie Liu
2020-06-09Implement flock(2) in VFS2Fabricio Voznika
2020-05-04Add TTY support on VFS2 to runscFabricio Voznika
2020-04-02Add equivalents to FMODE_PREAD/PWRITE to VFS2.Jamie Liu
2020-02-25Port most syscalls to VFS2.Jamie Liu
2020-02-14Remove linux.EpollEvent.Fd.gVisor bot
2020-01-28Add VFS2 support for epoll.Jamie Liu