gvisor/runsc/boot
Fabricio Voznika 19fe3a2bfb Fix `runsc kill --pid`
Previously, loader.signalProcess was inconsitently using both root and
container's PID namespace to find the process. It used root namespace
for the exec'd process and container's PID namespace for other processes.
This fixes the code to use the root PID namespace across the board, which
is the same PID reported in `runsc ps` (or soon will after
https://github.com/google/gvisor/pull/5519).

PiperOrigin-RevId: 358836297
2021-02-22 09:33:46 -08:00
..
filter Move getcpu() to core filter list 2021-02-04 14:56:26 -08:00
platforms Standardize on tools directory. 2020-01-27 12:21:00 -08:00
pprof Initial network namespace support. 2020-02-20 15:20:40 -08:00
BUILD Internal changes. 2021-01-05 09:53:42 -08:00
compat.go Remove existing nogo exceptions. 2020-12-11 12:06:49 -08:00
compat_amd64.go Improve unsupported syscall message 2020-05-18 10:23:22 -07:00
compat_arm64.go Improve unsupported syscall message 2020-05-18 10:23:22 -07:00
compat_test.go Merge pull request #1233 from xiaobo55x:compatLog 2019-12-06 19:41:39 -08:00
controller.go Fix `runsc kill --pid` 2021-02-22 09:33:46 -08:00
debug.go Update canonical repository. 2019-06-13 16:50:15 -07:00
events.go Stub out basic `runsc events --stat` CPU functionality 2021-02-02 12:47:23 -08:00
fs.go Add support for TTY in multi-container 2020-11-17 14:51:24 -08:00
fs_test.go Move boot.Config to its own package 2020-08-19 18:37:42 -07:00
limits.go New sync package. 2020-01-09 22:02:24 -08:00
loader.go Fix `runsc kill --pid` 2021-02-22 09:33:46 -08:00
loader_test.go Add /dev to mandatory mounts test 2020-10-20 09:20:49 -07:00
network.go Propagate IP address prefix from host to netstack 2020-11-19 15:11:17 -08:00
strace.go Make flag propagation automatic 2020-08-26 20:24:41 -07:00
vfs.go Overlay runsc regular file mounts with regular files. 2020-12-04 19:13:24 -08:00