moby--moby/distribution
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
..
fixtures/validate_manifest Add distribution package 2015-11-24 09:40:24 -08:00
metadata Spelling fixes 2017-07-03 13:13:09 -07:00
utils Refacator pkg/streamformatter 2017-05-02 17:38:12 -04:00
xfer LCOW: Move daemon stores to per platform 2017-06-20 19:49:52 -07:00
config.go LCOW: pull goes to correct stores 2017-06-20 19:49:52 -07:00
errors.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
pull.go log fallback errors as "info" 2017-02-24 14:27:35 +01:00
pull_v1.go LCOW: Pass platform through into layer store 2017-06-20 09:21:37 -07:00
pull_v2.go LCOW: Fix nits from 33241 2017-06-27 11:59:49 -07:00
pull_v2_test.go Use distribution reference 2017-02-07 11:08:37 -08:00
pull_v2_unix.go Removing old custom RootFS behavior on Windows. 2016-07-29 14:15:59 -07:00
pull_v2_windows.go Add daemon option to push foreign layers 2017-05-16 14:36:36 -07:00
push.go log fallback errors as "info" 2017-02-24 14:27:35 +01:00
push_v1.go Use distribution reference 2017-02-07 11:08:37 -08:00
push_v2.go optimize for loop with rootfs.DiffIDs 2017-06-27 20:31:27 +08:00
push_v2_test.go Spelling fixes 2017-07-03 13:13:09 -07:00
registry.go Use distribution reference 2017-02-07 11:08:37 -08:00
registry_unit_test.go Remove unused functions from archive. 2017-06-07 11:44:33 -04:00