Age | Commit message (Expand) | Author |
---|---|---|
2020-12-02 | Do not unconditionally allocate in kernel.FDTable.setAll(). | Jamie Liu |
2020-11-09 | Initialize references with a value of 1. | Dean Deng |
2020-10-23 | Rewrite reference leak checker without finalizers. | Dean Deng |
2020-09-15 | Release FDTable lock before dropping the fds. | Nayana Bidari |
2020-09-14 | Correct FDSize in /proc/[pid]/status. | Jamie Liu |
2020-09-01 | Fix panic when calling dup2(). | Nayana Bidari |
2020-08-25 | Use new reference count utility throughout gvisor. | Dean Deng |
2020-01-28 | Add vfs.FileDescription to FD table | Fabricio Voznika |
2020-01-27 | Fix licenses. | Adin Scannell |
2019-07-02 | Remove map from fd_map, change to fd_table. | Adin Scannell |