moby--moby/pkg/system
James Nugent 4683f588ce pkg/system: Set appropriate CFLAGS on Solaris
The cgo in `meminfo_solaris.go` initializes variables in for loops, and
therefore requires a `-std=c99` `CFLAG` in order to compile (at least on
modern SmartOS).

Signed-off-by: James Nugent <james@jen20.com>
2017-03-09 13:40:05 -05:00
..
chtimes.go
chtimes_test.go
chtimes_unix.go
chtimes_unix_test.go
chtimes_windows.go
chtimes_windows_test.go
errors.go
events_windows.go Swap usage of LazyDLL and LoadDLL to LazySystemDLL. 2016-11-22 14:57:11 -08:00
exitcode.go Remove use of pkg/integration in pkg/idtools 2016-11-08 17:21:02 +01:00
filesys.go Windows: Use sequential file access 2017-01-23 10:25:36 -08:00
filesys_windows.go Windows: Use sequential file access 2017-01-23 10:25:36 -08:00
lstat.go
lstat_unix_test.go
lstat_windows.go
meminfo.go
meminfo_linux.go
meminfo_solaris.go pkg/system: Set appropriate CFLAGS on Solaris 2017-03-09 13:40:05 -05:00
meminfo_unix_test.go
meminfo_unsupported.go
meminfo_windows.go Swap usage of LazyDLL and LoadDLL to LazySystemDLL. 2016-11-22 14:57:11 -08:00
mknod.go
mknod_windows.go
path_unix.go
path_windows.go
path_windows_test.go
process_unix.go make more package in system support darwin 2016-12-26 21:30:06 +08:00
process_windows.go Move process functions to pkg/system 2016-12-12 09:28:41 +01:00
stat.go
stat_darwin.go Add system.Stat support for darwin/macOS 2016-08-24 11:25:26 -04:00
stat_freebsd.go
stat_linux.go
stat_openbsd.go
stat_solaris.go
stat_unix_test.go
stat_unsupported.go Add system.Stat support for darwin/macOS 2016-08-24 11:25:26 -04:00
stat_windows.go
syscall_unix.go
syscall_windows.go Windows: Add comment re client containers 2016-10-25 10:30:00 -07:00
syscall_windows_test.go
umask.go
umask_windows.go
utimes_freebsd.go
utimes_linux.go
utimes_unix_test.go skip api/types/container/ (like golint) and fix one pkg 2016-11-18 16:33:50 -08:00
utimes_unsupported.go make more pkgs support darwin 2016-08-10 22:56:05 +08:00
xattrs_linux.go
xattrs_unsupported.go