gvisor/runsc/cmd
Ian Lewis 74e397e39a Add introspection for Linux/AMD64 syscalls
Adds simple introspection for syscall compatibility information to Linux/AMD64.
Syscalls registered in the syscall table now have associated metadata like
name, support level, notes, and URLs to relevant issues.

Syscall information can be exported as a table, JSON, or CSV using the new
'runsc help syscalls' command. Users can use this info to debug and get info
on the compatibility of the version of runsc they are running or to generate
documentation.

PiperOrigin-RevId: 252558304
2019-06-10 23:38:36 -07:00
..
BUILD Add introspection for Linux/AMD64 syscalls 2019-06-10 23:38:36 -07:00
boot.go Cleanup around urpc file payload handling 2019-05-15 14:36:28 -07:00
capability.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
capability_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
checkpoint.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
chroot.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
cmd.go Send error message to docker/kubectl exec on failure 2019-06-06 10:49:43 -07:00
create.go Send error message to docker/kubectl exec on failure 2019-06-06 10:49:43 -07:00
debug.go Add support for collecting execution trace to runsc. 2019-05-30 12:07:11 -07:00
delete.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
delete_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
do.go runsc/do: don't specify the read-only flag for the root mount 2019-05-30 12:06:42 -07:00
error.go Send error message to docker/kubectl exec on failure 2019-06-06 10:49:43 -07:00
events.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
exec.go Send error message to docker/kubectl exec on failure 2019-06-06 10:49:43 -07:00
exec_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
gofer.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
gofer_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
help.go Add introspection for Linux/AMD64 syscalls 2019-06-10 23:38:36 -07:00
kill.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
list.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
path.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
pause.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
ps.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
restore.go Fix runsc restore to be compatible with docker start --checkpoint ... 2019-05-03 21:41:45 -07:00
resume.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
run.go Fix runsc restore to be compatible with docker start --checkpoint ... 2019-05-03 21:41:45 -07:00
spec.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
start.go Send error message to docker/kubectl exec on failure 2019-06-06 10:49:43 -07:00
state.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
syscalls.go Add introspection for Linux/AMD64 syscalls 2019-06-10 23:38:36 -07:00
wait.go Remove 'clearStatus' option from container.Wait*PID() 2019-06-03 18:16:09 -07:00