gopsutil/disk
Tobias Klauser d5eecd689d Fix FreeBSD build with latest x/sys/unix
There was a breaking change in upstream golang.org/x/sys/unix which
changed the type of some Statvfs members, see #853. As it looks like
this change won't be reverted, adjust gopsutil to work with it and allow
to build against the latest version of x/sys/unix.
..
disk.go
disk_darwin.go Use Getfsstat from golang.org/x/sys/unix on Darwin
disk_darwin_cgo.go [disk][darwin][cgo] Rename C files dependencies to more descriptive names
disk_darwin_nocgo.go
disk_fallback.go
disk_freebsd.go Fix FreeBSD build with latest x/sys/unix
disk_freebsd_386.go Use Getstatfs from golang.org/x/sys/unix for 64-bit inode support on FreeBSD 12
disk_freebsd_amd64.go Use Getstatfs from golang.org/x/sys/unix for 64-bit inode support on FreeBSD 12
disk_freebsd_arm.go Use Getstatfs from golang.org/x/sys/unix for 64-bit inode support on FreeBSD 12
disk_freebsd_arm64.go Use Getstatfs from golang.org/x/sys/unix for 64-bit inode support on FreeBSD 12
disk_linux.go implement proposed solution
disk_openbsd.go Use Getfsstat from golang.org/x/sys/unix on OpenBSD
disk_openbsd_386.go Use Getfsstat from golang.org/x/sys/unix on OpenBSD
disk_openbsd_amd64.go Use Getfsstat from golang.org/x/sys/unix on OpenBSD
disk_solaris.go
disk_test.go
disk_unix.go
disk_windows.go [process][windows] Fix #846 use win32 API in disk.IOCounters() instead of slow WMI call returning wrong values
iostat_darwin.c [disk][darwin][cgo] Rename C files dependencies to more descriptive names
iostat_darwin.h [disk][darwin][cgo] Rename C files dependencies to more descriptive names
types_freebsd.go Use Getstatfs from golang.org/x/sys/unix for 64-bit inode support on FreeBSD 12
types_openbsd.go Use Getfsstat from golang.org/x/sys/unix on OpenBSD