summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/kernel/fd_table.go
AgeCommit message (Expand)Author
2020-03-18Fix FDTable.NewFDVFS2Fabricio Voznika
2020-03-16fdtable: don't try to zap fdtable entry if close is called for non-existing fdAndrei Vagin
2020-03-13Add remaining procfs filesFabricio Voznika
2020-03-13Panic if file in FDTable has been destroyedFabricio Voznika
2020-02-25Port most syscalls to VFS2.Jamie Liu
2020-01-28Changes missing in last submitFabricio Voznika
2020-01-28Add vfs.FileDescription to FD tableFabricio Voznika
2020-01-27Update package locations.Adin Scannell
2020-01-27Fix licenses.Adin Scannell
2020-01-09New sync package.Ian Gudger
2019-10-23Keep minimal available fd to accelerate fd allocationDarcySail
2019-07-17Fix race in FDTable.GetFDs().Bhasker Hariharan
2019-07-02Remove map from fd_map, change to fd_table.Adin Scannell