gvisor/runsc/cmd
Ian Gudger 27500d529f New sync package.
* Rename syncutil to sync.
* Add aliases to sync types.
* Replace existing usage of standard library sync package.

This will make it easier to swap out synchronization primitives. For example,
this will allow us to use primitives from github.com/sasha-s/go-deadlock to
check for lock ordering violations.

Updates #1472

PiperOrigin-RevId: 289033387
2020-01-09 22:02:24 -08:00
..
BUILD New sync package. 2020-01-09 22:02:24 -08:00
boot.go Avoid importing platforms from many source files 2019-07-03 22:51:26 -07:00
capability.go Update canonical repository. 2019-06-13 16:50:15 -07:00
capability_test.go Impose order on test scripts. 2019-09-03 22:02:43 -07:00
checkpoint.go Add Container/Sandbox args struct for creation 2019-06-18 14:46:49 -07:00
chroot.go Update canonical repository. 2019-06-13 16:50:15 -07:00
cmd.go Update canonical repository. 2019-06-13 16:50:15 -07:00
create.go New sync package. 2020-01-09 22:02:24 -08:00
debug.go runsc/debug: add an option to list all processes 2019-12-11 11:05:41 -08:00
delete.go Update canonical repository. 2019-06-13 16:50:15 -07:00
delete_test.go Update canonical repository. 2019-06-13 16:50:15 -07:00
do.go Kill sandbox process when 'runsc do' exits 2019-06-18 15:36:17 -07:00
error.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
exec.go Prevent CAP_NET_RAW from appearing in exec 2019-10-01 11:49:49 -07:00
exec_test.go Prevent CAP_NET_RAW from appearing in exec 2019-10-01 11:49:49 -07:00
gofer.go New sync package. 2020-01-09 22:02:24 -08: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
install.go Impose order on test scripts. 2019-09-03 22:02:43 -07:00
kill.go Update canonical repository. 2019-06-13 16:50:15 -07:00
list.go Update canonical repository. 2019-06-13 16:50:15 -07:00
path.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
pause.go Update canonical repository. 2019-06-13 16:50:15 -07:00
ps.go Update canonical repository. 2019-06-13 16:50:15 -07:00
restore.go Kill sandbox process when 'runsc do' exits 2019-06-18 15:36:17 -07:00
resume.go Update canonical repository. 2019-06-13 16:50:15 -07:00
run.go Kill sandbox process when 'runsc do' exits 2019-06-18 15:36:17 -07:00
spec.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
start.go New sync package. 2020-01-09 22:02:24 -08:00
state.go Update canonical repository. 2019-06-13 16:50:15 -07:00
syscalls.go Fix various spelling issues in the documentation 2019-06-27 14:25:50 -07:00
wait.go Update canonical repository. 2019-06-13 16:50:15 -07:00