moby--moby/pkg/chrootarchive
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
..
archive.go Remove error return from RootPair 2017-06-07 11:45:33 -04:00
archive_test.go LCOW: Create layer folders with correct ACL 2017-06-20 19:50:12 -07:00
archive_unix.go
archive_windows.go
chroot_linux.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
chroot_unix.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
diff.go
diff_unix.go Refactoring ineffectual assignments 2017-01-13 00:27:01 -07:00
diff_windows.go
init_unix.go
init_windows.go