Age | Commit message (Expand) | Author |
2020-08-03 | Plumbing context.Context to DecRef() and Release(). | Nayana Bidari |
2020-06-17 | Implement POSIX locks | Fabricio Voznika |
2020-06-12 | vfs2: implement fcntl(fd, F_SETFL, flags) | Andrei Vagin |
2020-06-09 | Implement flock(2) in VFS2 | Fabricio Voznika |
2020-05-29 | Implement IN_EXCL_UNLINK inotify option in vfs2. | Dean Deng |
2020-05-29 | Port inotify to vfs2, with support in tmpfs. | Dean Deng |
2020-04-13 | Port socket-related syscalls to VFS2. | Dean Deng |
2020-03-18 | Fix FDTable.NewFDVFS2 | Fabricio Voznika |
2020-03-16 | fdtable: don't try to zap fdtable entry if close is called for non-existing fd | Andrei Vagin |
2020-03-13 | Add remaining procfs files | Fabricio Voznika |
2020-03-13 | Panic if file in FDTable has been destroyed | Fabricio Voznika |
2020-02-25 | Port most syscalls to VFS2. | Jamie Liu |
2020-01-28 | Changes missing in last submit | Fabricio Voznika |
2020-01-28 | Add vfs.FileDescription to FD table | Fabricio Voznika |
2020-01-27 | Update package locations. | Adin Scannell |
2020-01-27 | Fix licenses. | Adin Scannell |
2020-01-09 | New sync package. | Ian Gudger |
2019-10-23 | Keep minimal available fd to accelerate fd allocation | DarcySail |
2019-07-17 | Fix race in FDTable.GetFDs(). | Bhasker Hariharan |
2019-07-02 | Remove map from fd_map, change to fd_table. | Adin Scannell |