Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-18 | sysinfo: Make libpci an optional dependency | Patrick Griffis | |
2017-11-18 | sysinfo: Avoid libpci crash when pci not available | Patrick Griffis | |
Turns out libpci is an awful library that on any error calls exit() and has no way of indicating an error otherwise... | |||
2017-06-20 | sysinfo: Simplify finding pci.ids file on Unix | Patrick Griffis | |
There is probably no reason to make this user configurable just get the correct one at build time... | |||
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-09-03 | sysinfo: Fix leak | Patrick Griffis | |
2016-09-03 | sysinfo: Don't print swap if 0 | Patrick Griffis | |
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 |