gvisor/pkg/sentry/platform
gVisor bot 76ff1947b6 gvisor: change syscall.RawSyscall to syscall.RawSyscall6 where required
Before https://golang.org/cl/173160 syscall.RawSyscall would zero out
the last three register arguments to the system call. That no longer happens.
For system calls that take more than three arguments, use RawSyscall6 to
ensure that we pass zero, not random data, for the additional arguments.

PiperOrigin-RevId: 271062527
2019-09-24 23:47:42 -07:00
..
interrupt Remove go_test from go_stateify and go_marshal 2019-09-12 15:10:17 -07:00
kvm Remove go_test from go_stateify and go_marshal 2019-09-12 15:10:17 -07:00
ptrace gvisor: change syscall.RawSyscall to syscall.RawSyscall6 where required 2019-09-24 23:47:42 -07:00
ring0 Remove go_test from go_stateify and go_marshal 2019-09-12 15:10:17 -07:00
safecopy Remove go_test from go_stateify and go_marshal 2019-09-12 15:10:17 -07:00
BUILD Avoid importing platforms from many source files 2019-07-03 22:51:26 -07:00
context.go Update canonical repository. 2019-06-13 16:50:15 -07:00
mmap_min_addr.go Update canonical repository. 2019-06-13 16:50:15 -07:00
platform.go Avoid importing platforms from many source files 2019-07-03 22:51:26 -07:00