Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-01 | sysinfo: Fixup formatting | Patrick Griffis | |
2018-09-01 | sysinfo: Add support for /etc/os-release | Patrick Griffis | |
2017-11-18 | sysinfo: Fix libpci detection | Patrick Griffis | |
For some reason on my system `libpci` is found even though its not installed...? Plus I forgot a few headers being included. | |||
2017-11-18 | sysinfo: Make libpci an optional dependency | Patrick Griffis | |
2017-04-28 | sysinfo: Lower priority of make.conf for distro name | Lance Poore | |
This is used elsewhere other than Gentoo so it is a rather unreliable check compared to lsb-release. | |||
2016-03-06 | sysinfo: Clean up ifdefs and handle unsupported CPU | Patrick Griffis | |
Mentioned in #1624 | |||
2015-02-21 | More type issues/warnings | TingPing | |
2015-02-21 | Fix type mismatch | TingPing | |
2015-02-21 | Unify sysinfo plugins and add osx support | TingPing | |
This does remove the net* commands from the Unix version that may return at a later date with OSX and Windows support. This commit also makes numerious other changes such as code cleanup, reformatting, etc. Closes #829 |