moby--moby/pkg/system
James Nugent c12dbb8c82 Fix downstream client API build errors on Solaris
The client API at fsouza/go-dockerclient has dependencies on packages in
the docker/docker repository which currently do not build on Solaris. In
particular, stat_unsupported.go makes use of the Mtimespec field of the
syscall.Stat_t struct, which is not present on Solaris, and a number of
Unix-specific packages do not list Solaris in their compile targets.

This commit adds enough support to be able to build
fsouza/go-dockerclient on SmartOS using Go 1.5.1 without affecting other
platforms.

Signed-off-by: James Nugent <james@jen20.com>
2015-12-30 18:25:42 -05:00
..
chtimes.go This fixes Chtimes on systems with 32 bit Timespec 2015-11-19 11:08:29 -08:00
chtimes_test.go This fixes Chtimes on systems with 32 bit Timespec 2015-11-19 11:08:29 -08:00
chtimes_unix_test.go This fixes Chtimes on systems with 32 bit Timespec 2015-11-19 11:08:29 -08:00
chtimes_windows_test.go This fixes Chtimes on systems with 32 bit Timespec 2015-11-19 11:08:29 -08:00
errors.go
events_windows.go
filesys.go
filesys_windows.go
lstat.go
lstat_unix_test.go Fixed file modified time not changing on Windows 2015-10-01 10:45:32 -07:00
lstat_windows.go
meminfo.go
meminfo_linux.go Replace pkg/units with docker/go-units. 2015-12-16 12:26:49 -05:00
meminfo_unix_test.go Replace pkg/units with docker/go-units. 2015-12-16 12:26:49 -05:00
meminfo_unsupported.go
meminfo_windows.go
mknod.go
mknod_windows.go
path_unix.go builder: remove container package dependency 2015-12-15 17:24:07 +01:00
path_windows.go builder: remove container package dependency 2015-12-15 17:24:07 +01:00
stat.go Correct mismatched function names (UID() and Gid()) 2015-10-12 10:58:33 -04:00
stat_freebsd.go
stat_linux.go
stat_solaris.go Fix downstream client API build errors on Solaris 2015-12-30 18:25:42 -05:00
stat_unix_test.go Correct mismatched function names (UID() and Gid()) 2015-10-12 10:58:33 -04:00
stat_unsupported.go Fix downstream client API build errors on Solaris 2015-12-30 18:25:42 -05:00
stat_windows.go
syscall_unix.go Log error from unmountVolumes on cleanup 2015-11-02 14:11:42 -08:00
syscall_windows.go Merge pull request #17089 from Microsoft/10662-ansi 2015-11-09 08:05:08 -08:00
umask.go
umask_windows.go
utimes_darwin.go Fixed file modified time not changing on Windows 2015-10-01 10:45:32 -07:00
utimes_freebsd.go Fixed file modified time not changing on Windows 2015-10-01 10:45:32 -07:00
utimes_linux.go Fix typos found across repository 2015-12-13 18:04:12 +02:00
utimes_unix_test.go Fixed file modified time not changing on Windows 2015-10-01 10:45:32 -07:00
utimes_unsupported.go Fixed file modified time not changing on Windows 2015-10-01 10:45:32 -07:00
xattrs_linux.go
xattrs_unsupported.go