cri-o/server
Tobias Klauser 822172a892 all: Switch from package syscall to golang.org/x/sys/unix
The syscall package is locked down and the comment in [1] advises to
switch code to use the corresponding package from golang.org/x/sys. Do
so and replace usage of package syscall where possible (leave
syscall.SysProcAttr and syscall.Stat_t).

  [1] https://github.com/golang/go/blob/master/src/syscall/syscall.go#L21-L24

This will also allow to get updates and fixes just by re-vendoring
golang.org/x/sys/unix instead of having to update to a new go version.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
2017-07-12 08:18:55 +02:00
..
apparmor Rename ocid to crio. 2017-05-12 09:56:06 -04:00
seccomp all: Switch from package syscall to golang.org/x/sys/unix 2017-07-12 08:18:55 +02:00
config.go config: Add ImageVolumes configuration setting 2017-07-10 13:46:14 -07:00
container.go pkg/annotations: Export CRI-O annotations namespace 2017-06-01 23:45:44 +02:00
container_attach.go all: Switch from package syscall to golang.org/x/sys/unix 2017-07-12 08:18:55 +02:00
container_create.go all: Switch from package syscall to golang.org/x/sys/unix 2017-07-12 08:18:55 +02:00
container_exec.go oci: Use container ID as ID instead of container name 2017-06-24 08:31:41 -07:00
container_execsync.go Applying k8s.io v3 API for ocic and ocid 2017-02-06 13:05:10 +01:00
container_list.go server: remove Update calls 2017-04-27 14:01:37 +02:00
container_portforward.go copy using bytes pools 2017-06-12 12:53:23 +02:00
container_remove.go server: adhere to CRI for sandbox stop/remove 2017-06-15 23:08:30 +02:00
container_start.go adjust status on container start failure 2017-06-12 12:48:50 +02:00
container_status.go adjust status on container start failure 2017-06-12 12:48:50 +02:00
container_stop.go server: adhere to CRI for sandbox stop/remove 2017-06-15 23:08:30 +02:00
container_updateruntimeconfig.go server: mock UpdateRuntimeConfig 2016-12-15 14:31:42 +01:00
image_list.go server: readable fields 2017-04-20 08:22:50 -04:00
image_pull.go *: support insecure registries 2017-06-09 01:04:29 +02:00
image_remove.go server: readable fields 2017-04-20 08:22:50 -04:00
image_status.go server: container_status: we should return digested references in imageRef 2017-05-22 16:37:46 +02:00
naming.go server: standardize on naming 2017-06-22 11:55:03 +02:00
runtime_status.go Applying k8s.io v3 API for ocic and ocid 2017-02-06 13:05:10 +01:00
sandbox.go server: Hookup kubelet hostport 2017-06-22 08:51:50 -07:00
sandbox_list.go server: ignore runc not exist errors 2017-05-18 21:19:50 +02:00
sandbox_remove.go server: adhere to CRI for sandbox stop/remove 2017-06-15 23:08:30 +02:00
sandbox_run.go all: Switch from package syscall to golang.org/x/sys/unix 2017-07-12 08:18:55 +02:00
sandbox_status.go sandbox_status: Infof->Debugf response 2017-06-09 13:04:33 +02:00
sandbox_stop.go server: Hookup kubelet hostport 2017-06-22 08:51:50 -07:00
server.go server: init iptables without kube 2017-06-22 08:51:50 -07:00
utils.go Applying k8s.io v3 API for ocic and ocid 2017-02-06 13:05:10 +01:00
version.go Applying k8s.io v3 API for ocic and ocid 2017-02-06 13:05:10 +01:00