What's Changed
disk
- [darwin]: convert CFString to Go string properly by @uubulb in https://github.com/shirou/gopsutil/pull/1992
host
- [host][darwin]: fix utmpx database parsing by @uubulb in https://github.com/shirou/gopsutil/pull/1990
- feat: Add AIX platform support to common package with...