Age | Commit message (Expand) | Author |
---|---|---|
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 |