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