moby--moby/plugin
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
..
v2 Make plugin emit strongly typed, consumable events 2017-07-06 14:26:06 -04:00
backend_linux.go Make plugin emit strongly typed, consumable events 2017-07-06 14:26:06 -04:00
backend_unsupported.go Make plugin emit strongly typed, consumable events 2017-07-06 14:26:06 -04:00
blobstore.go LCOW: Pass platform through into layer store 2017-06-20 09:21:37 -07:00
defs.go Make plugin emit strongly typed, consumable events 2017-07-06 14:26:06 -04:00
events.go Make plugin emit strongly typed, consumable events 2017-07-06 14:26:06 -04:00
manager.go Make plugin emit strongly typed, consumable events 2017-07-06 14:26:06 -04:00
manager_linux.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
manager_solaris.go Make v2/Plugin accesses safe. 2016-12-06 13:23:41 -08:00
manager_test.go fixed:go vetting warning unkeyed fields 2017-03-20 16:30:01 +08:00
manager_windows.go Make v2/Plugin accesses safe. 2016-12-06 13:23:41 -08:00
store.go plugin/store: fix ErrAmbiguous docstring 2017-06-12 18:07:42 +01:00
store_test.go fixed:go vetting warning unkeyed fields 2017-03-20 16:30:01 +08:00