moby--moby/pkg/sysinfo
Sebastiaan van Stijn a1150245cc
Update to Go 1.17.0, and gofmt with Go 1.17
Movified from 686be57d0a, and re-ran
gofmt again to address for files not present in 20.10 and vice-versa.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 686be57d0a)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-04-07 23:27:50 +02:00
..
README.md Add some basic doc for SysInfo 2015-03-26 23:05:07 -04:00
cgroup2_linux.go Fix setting swaplimit=true without checking 2021-06-07 17:27:35 +09:00
numcpu.go Update to Go 1.17.0, and gofmt with Go 1.17 2022-04-07 23:27:50 +02:00
numcpu_linux.go Use functions from x/sys/unix to get number of CPUs on Linux 2019-06-18 19:26:56 +02:00
numcpu_windows.go Use functions from x/sys/unix to get number of CPUs on Linux 2019-06-18 19:26:56 +02:00
sysinfo.go pkg/sysinfo: rm duplicates 2020-06-26 16:19:52 -07:00
sysinfo_linux.go use containerd/cgroups to detect cgroups v2 2020-11-09 15:00:32 +01:00
sysinfo_linux_test.go bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-11 00:06:42 +01:00
sysinfo_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
sysinfo_unix.go Update to Go 1.17.0, and gofmt with Go 1.17 2022-04-07 23:27:50 +02:00
sysinfo_windows.go cgroup2: implement `docker info` 2020-04-17 07:20:01 +09:00

README.md

SysInfo stores information about which features a kernel supports.