1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon/graphdriver
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
..
aufs [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
btrfs [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
devmapper [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
graphtest [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
lcow Merge pull request #33809 from Microsoft/jjh/svmdedicatedscratch 2017-06-28 11:06:46 -07:00
overlay [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
overlay2 [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
overlayutils 'docker daemon' deprecation message doesn't use the new versioning scheme 2017-03-03 17:26:49 +08:00
quota [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
register LCOW: Move daemon stores to per platform 2017-06-20 19:49:52 -07:00
vfs Remove error return from RootPair 2017-06-07 11:45:33 -04:00
windows [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
zfs [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
counter.go Merge pull request #31083 from xulike666/fight-for-readability 2017-03-03 15:13:01 +01:00
driver.go Let graphdrivers declare diff stream fidelity 2017-03-31 08:32:00 -07:00
driver_freebsd.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
driver_linux.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
driver_solaris.go Spelling fixes 2017-07-03 13:13:09 -07:00
driver_unsupported.go Get the Docker Engine to build clean on Solaris 2016-05-23 16:37:12 -07:00
driver_windows.go Windows: Remove windowsdiff driver 2016-05-20 16:18:19 -07:00
fsdiff.go pkg/archive: remove unnecessary Archive and Reader type 2016-10-20 19:31:24 -07:00
plugin.go Let graphdrivers declare diff stream fidelity 2017-03-31 08:32:00 -07:00
proxy.go Let graphdrivers declare diff stream fidelity 2017-03-31 08:32:00 -07:00