moby--moby/pkg/sysinfo
Yong Tang f3d8658fff Fix s390x build failure by removing golang.org/x/sys
This fix tries to fix the issue raised in #24168 where
golang.org/x/sys causes s390x build failure.

This fix removed the import of "golang.org/x/sys/unix".

This fix fixes #24168.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2016-06-30 06:32:32 -07:00
..
README.md
numcpu.go Fix wrong CPU count after CPU hot-plugging on Windows 2016-06-25 22:20:29 -07:00
numcpu_linux.go Fix s390x build failure by removing golang.org/x/sys 2016-06-30 06:32:32 -07:00
numcpu_windows.go Fix wrong CPU count after CPU hot-plugging on Windows 2016-06-25 22:20:29 -07:00
sysinfo.go Fix wrong CPU count after CPU hot-plugging on Windows 2016-06-25 22:20:29 -07:00
sysinfo_freebsd.go
sysinfo_linux.go *: fix logrus.Warn[f] 2016-06-11 19:42:38 +02:00
sysinfo_linux_test.go
sysinfo_solaris.go
sysinfo_test.go
sysinfo_windows.go

README.md

SysInfo stores information about which features a kernel supports.