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