gvisor/runsc
Dean Deng 5e413cad10 Plumb VFS2 imported fds into virtual filesystem.
- When setting up the virtual filesystem, mount a host.filesystem to contain
  all files that need to be imported.
- Make read/preadv syscalls to the host in cases where preadv2 may not be
  supported yet (likewise for writing).
- Make save/restore functions in kernel/kernel.go return early if vfs2 is
  enabled.

PiperOrigin-RevId: 300922353
2020-03-14 07:14:33 -07:00
..
boot Plumb VFS2 imported fds into virtual filesystem. 2020-03-14 07:14:33 -07:00
cgroup Standardize on tools directory. 2020-01-27 12:21:00 -08:00
cmd Kill sandbox process when parent process terminates 2020-03-12 12:32:26 -07:00
console Standardize on tools directory. 2020-01-27 12:21:00 -08:00
container Kill sandbox process when parent process terminates 2020-03-12 12:32:26 -07:00
criutil Standardize on tools directory. 2020-01-27 12:21:00 -08:00
debian Fix repository build scripts. 2019-11-05 15:16:04 -08:00
dockerutil Add notes to relevant tests. 2020-02-05 22:46:35 -08:00
flag Add flag package to limit visibility. 2020-02-10 13:57:01 -08:00
fsgofer Support listxattr and removexattr syscalls. 2020-02-07 14:47:13 -08:00
sandbox Kill sandbox process when parent process terminates 2020-03-12 12:32:26 -07:00
specutils Kill sandbox process when parent process terminates 2020-03-12 12:32:26 -07:00
testutil Kill sandbox process when parent process terminates 2020-03-12 12:32:26 -07:00
BUILD Clean-up comments in runsc/BUILD and CONTRIBUTING.md. 2020-02-10 14:15:36 -08:00
main.go Allow to specify a separate log for GO's runtime messages 2020-02-28 11:24:11 -08:00
version.go Fix `runsc --version` and add a test. 2019-09-10 15:41:47 -07:00
version_test.sh Standardize on tools directory. 2020-01-27 12:21:00 -08:00