gvisor/pkg/sentry
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
..
arch Enable thread local storage support on arm64. 2020-03-09 01:04:55 +00:00
contexttest Update package locations. 2020-01-27 15:31:32 -08:00
control Update comments and debug level for profiling options. 2020-03-06 15:23:46 -08:00
device Standardize on tools directory. 2020-01-27 12:21:00 -08:00
devices/memdev Add //pkg/sentry/devices/memdev. 2020-01-29 10:09:31 -08:00
fs Plumb VFS2 imported fds into virtual filesystem. 2020-03-14 07:14:33 -07:00
fsbridge Add support for mount flags 2020-03-13 08:58:04 -07:00
fsimpl Plumb VFS2 imported fds into virtual filesystem. 2020-03-14 07:14:33 -07:00
hostcpu Standardize on tools directory. 2020-01-27 12:21:00 -08:00
hostmm Update package locations. 2020-01-27 15:31:32 -08:00
inet Fix S/R on inet.Namespace. 2020-03-05 17:40:18 -08:00
kernel Plumb VFS2 imported fds into virtual filesystem. 2020-03-14 07:14:33 -07:00
limits Update package locations. 2020-01-27 15:31:32 -08:00
loader Plumb VFS2 inside the Sentry 2020-02-14 11:12:47 -08:00
memmap Update package locations. 2020-01-27 15:31:32 -08:00
mm Add option to skip stuck tasks waiting for address space 2020-02-25 13:44:18 -08:00
pgalloc Update package locations. 2020-01-27 15:31:32 -08:00
platform Import "unsafe" in bluepill_arm64_unsafe.go 2020-03-11 12:01:46 -07:00
sighandling Fix "application exiting with {Code:0 Signo:27}" during boot. 2020-03-13 11:26:45 -07:00
socket Merge pull request #1975 from nybidari:iptables 2020-03-11 11:02:04 -07:00
state Standardize on tools directory. 2020-01-27 12:21:00 -08:00
strace Add netlink sockopt logging to strace. 2020-02-25 15:35:24 -08:00
syscalls Plumb VFS2 imported fds into virtual filesystem. 2020-03-14 07:14:33 -07:00
time Standardize on tools directory. 2020-01-27 12:21:00 -08:00
unimpl Update package locations. 2020-01-27 15:31:32 -08:00
uniqueid Update package locations. 2020-01-27 15:31:32 -08:00
usage Document MinimumTotalMemoryBytes. 2020-02-10 12:08:32 -08:00
vfs Implement access/faccessat for VFS2. 2020-03-13 11:41:08 -07:00
watchdog watchdog: print panic error message before other messages 2020-02-28 17:54:36 -08:00
BUILD Cleanup internal package group. 2020-02-10 17:12:59 -08:00