gvisor/runsc/boot
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
..
filter Remove getdents from filters 2018-09-12 10:51:25 -07:00
BUILD Remove '--file-access=direct' option 2018-09-07 12:28:48 -07:00
config.go Remove '--file-access=direct' option 2018-09-07 12:28:48 -07:00
controller.go runsc: Enable waiting on exited processes. 2018-09-17 16:25:24 -07:00
debug.go
events.go Moved restore code out of create and made to be called after create. 2018-07-18 16:58:30 -07:00
fds.go runsc: Fix stdin/out/err in multi-container mode. 2018-09-17 11:31:28 -07:00
fs.go runsc: Fix stdin/out/err in multi-container mode. 2018-09-17 11:31:28 -07:00
limits.go
loader.go runsc: Enable waiting on exited processes. 2018-09-17 16:25:24 -07:00
loader_test.go runsc: Enable waiting on exited processes. 2018-09-17 16:25:24 -07:00
network.go Basic support for ip link/addr and ifconfig 2018-08-08 22:39:58 -07:00
strace.go