gvisor/runsc/boot
Haibo Xu 1decf76471 Change syscall.POLL to syscall.PPOLL.
syscall.POLL is not supported on arm64, using syscall.PPOLL
to support both the x86 and arm64. refs #63

Signed-off-by: Haibo Xu <haibo.xu@arm.com>
Change-Id: I2c81a063d3ec4e7e6b38fe62f17a0924977f505e
COPYBARA_INTEGRATE_REVIEW=https://github.com/google/gvisor/pull/543 from xiaobo55x:master ba598263fd3748d1addd48e4194080aa12085164
PiperOrigin-RevId: 260752049
2019-07-30 11:01:29 -07:00
..
filter Change syscall.POLL to syscall.PPOLL. 2019-07-30 11:01:29 -07:00
platforms Avoid importing platforms from many source files 2019-07-03 22:51:26 -07:00
BUILD Avoid importing platforms from many source files 2019-07-03 22:51:26 -07:00
compat.go Update canonical repository. 2019-06-13 16:50:15 -07:00
compat_amd64.go Update canonical repository. 2019-06-13 16:50:15 -07:00
compat_test.go Update canonical repository. 2019-06-13 16:50:15 -07:00
config.go runsc: propagate the alsologtostderr to sub-commands 2019-07-26 16:53:54 -07:00
controller.go Allow to change logging options using 'runsc debug' 2019-06-24 15:03:02 -07:00
debug.go Update canonical repository. 2019-06-13 16:50:15 -07:00
events.go Update canonical repository. 2019-06-13 16:50:15 -07:00
fds.go Remove map from fd_map, change to fd_table. 2019-07-02 19:28:59 -07:00
fs.go Merge pull request #452 from zhangningdlut:chris_test_pidns 2019-07-26 15:00:51 -07:00
fs_test.go Add support to mount pod shared tmpfs mounts 2019-06-11 14:54:31 -07:00
limits.go Update canonical repository. 2019-06-13 16:50:15 -07:00
loader.go Merge pull request #452 from zhangningdlut:chris_test_pidns 2019-07-26 15:00:51 -07:00
loader_test.go Avoid importing platforms from many source files 2019-07-03 22:51:26 -07:00
network.go Update canonical repository. 2019-06-13 16:50:15 -07:00
pprof.go gvisor/runsc: apply seccomp filters before parsing a state file 2019-06-12 11:55:24 -07:00
strace.go Update canonical repository. 2019-06-13 16:50:15 -07:00
user.go Update canonical repository. 2019-06-13 16:50:15 -07:00
user_test.go Update canonical repository. 2019-06-13 16:50:15 -07:00