gvisor/runsc/sandbox
Kevin Krakauer bb88c187c5 runsc: Enable waiting on exited processes.
This makes `runsc wait` behave more like waitpid()/wait4() in that:
- Once a process has run to completion, you can wait on it and get its exit
  code.
- Processes not waited on will consume memory (like a zombie process)

PiperOrigin-RevId: 213358916
Change-Id: I5b5eca41ce71eea68e447380df8c38361a4d1558
2018-09-17 16:25:24 -07:00
..
BUILD runsc: Support container signal/wait. 2018-09-13 16:38:03 -07:00
chroot.go platform: Pass device fd into platform constructor. 2018-09-11 13:09:46 -07:00
network.go Enable network for multi-container 2018-09-06 11:00:08 -07:00
sandbox.go runsc: Enable waiting on exited processes. 2018-09-17 16:25:24 -07:00