moby--moby/libcontainerd
Christopher Jones 069fdc8a08
[project] change syscall to /x/sys/unix|windows
Changes most references of syscall to golang.org/x/sys/
Ones aren't changes include, Errno, Signal and SysProcAttr
as they haven't been implemented in /x/sys/.

Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com>

[s390x] switch utsname from unsigned to signed

per 33267e036f
char in s390x in the /x/sys/unix package is now signed, so
change the buildtags

Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com>
2017-07-11 08:00:32 -04:00
..
client.go
client_linux.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
client_solaris.go
client_unix.go Don't json marshal then immediately unmarshal 2017-06-21 15:18:01 -07:00
client_windows.go Merge pull request #33835 from Microsoft/jjh/changedir 2017-06-27 09:33:38 +02:00
container.go
container_unix.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
container_windows.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
oom_linux.go
oom_solaris.go
pausemonitor_unix.go
process.go
process_unix.go Use containerd Status variable when checking container state 2017-05-15 10:53:51 -07:00
process_windows.go Windows: Remove unused commandLine 2017-02-02 11:16:11 -08:00
queue_unix.go fix mem leak in libcontainerd/queue/append 2017-06-22 16:47:47 +08:00
queue_unix_test.go fix mem leak in libcontainerd/queue/append 2017-06-22 16:47:47 +08:00
remote.go
remote_unix.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
remote_windows.go
types.go Use containerd Status variable when checking container state 2017-05-15 10:53:51 -07:00
types_linux.go Use containerd Status variable when checking container state 2017-05-15 10:53:51 -07:00
types_solaris.go Use containerd Status variable when checking container state 2017-05-15 10:53:51 -07:00
types_windows.go Windows: Remove unused SandboxPath 2017-05-24 13:44:35 -07:00
utils_linux.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
utils_solaris.go Use containerd Status variable when checking container state 2017-05-15 10:53:51 -07:00
utils_windows.go
utils_windows_test.go