mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-14 04:39:33 +00:00
Updating the vendor or runc to pull in some fixes that we need. In order to get this vendor to work, we needed to update the vendor of docker/docker, which causes all sorts of issues, just to fix the docker/pkg/sysinfo. Rather then doing this, I pulled in pkg/sysinfo into libpod and fixed the code locally. I then switched the use of docker/pkg/sysinfo to libpod/pkg/sysinfo. I also switched out the docker/pkg/mount to containers/storage/pkg/mount Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> |
||
|---|---|---|
| .. | ||
| numcpu.go | ||
| numcpu_linux.go | ||
| numcpu_windows.go | ||
| README.md | ||
| sysinfo.go | ||
| sysinfo_linux.go | ||
| sysinfo_linux.go~ | ||
| sysinfo_linux_test.go | ||
| sysinfo_solaris.go | ||
| sysinfo_test.go | ||
| sysinfo_unix.go | ||
| sysinfo_windows.go | ||
SysInfo stores information about which features a kernel supports.