gvisor/runsc/boot
Nicolas Lacasse 67507bd579 runsc: Don't close the control server in a defer.
Closing the control server will block until all open requests have completed.
If a control server method panics, we end up stuck because the defer'd Destroy
function will never return.

PiperOrigin-RevId: 204354676
Change-Id: I6bb1d84b31242d7c3f20d5334b1c966bd6a61dbf
2018-07-12 13:36:57 -07:00
..
filter runsc/boot/filter: permit SYS_TIME for race 2018-07-02 17:47:32 -07:00
BUILD
config.go Add option to configure watchdog action 2018-06-28 09:46:50 -07:00
controller.go runsc: Add the "wait" subcommand. 2018-06-28 14:56:36 -07:00
debug.go
events.go
fds.go
fs.go Skip overlay on root when its readonly 2018-07-03 12:01:09 -07:00
limits.go Make default limits the same as with runc 2018-07-02 12:51:38 -07:00
loader.go runsc: Don't close the control server in a defer. 2018-07-12 13:36:57 -07:00
loader_test.go runsc: Mount "mandatory" mounts right after mounting the root. 2018-07-03 10:36:22 -07:00
network.go Automated rollback of changelist 203157739 2018-07-11 15:07:19 -07:00
strace.go