gvisor/runsc
Fabricio Voznika 437c986c6a Add vfs.FileDescription to FD table
FD table now holds both VFS1 and VFS2 types and uses the correct
one based on what's set.

Parts of this CL are just initial changes (e.g. sys_read.go,
runsc/main.go) to serve as a template for the remaining changes.

Updates #1487
Updates #1623

PiperOrigin-RevId: 292023223
2020-01-28 15:31:03 -08:00
..
boot Add vfs.FileDescription to FD table 2020-01-28 15:31:03 -08:00
cgroup Standardize on tools directory. 2020-01-27 12:21:00 -08:00
cmd
console Standardize on tools directory. 2020-01-27 12:21:00 -08:00
container Standardize on tools directory. 2020-01-27 12:21:00 -08:00
criutil
debian
dockerutil Standardize on tools directory. 2020-01-27 12:21:00 -08:00
fsgofer Standardize on tools directory. 2020-01-27 12:21:00 -08:00
sandbox Standardize on tools directory. 2020-01-27 12:21:00 -08:00
specutils Standardize on tools directory. 2020-01-27 12:21:00 -08:00
testutil
BUILD Standardize on tools directory. 2020-01-27 12:21:00 -08:00
main.go Cleanup glog and add real caller information. 2020-01-27 16:08:35 -08:00
version.go Fix `runsc --version` and add a test. 2019-09-10 15:41:47 -07:00
version_test.sh