Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for cpu and uptime components on FreeBSD | Michael Buch | 2019-02-05 | 1 | -0/+50 |
* | Consistency with 80 char limit and breaks | Aaron Marcher | 2018-07-08 | 1 | -11/+16 |
* | Simplify format specifiers for uintmax_t | Aaron Marcher | 2018-07-07 | 1 | -5/+2 |
* | cpu_freq: Simplify with E-notation | Aaron Marcher | 2018-07-07 | 1 | -1/+1 |
* | cpu_freq: Change to 64 bit integers | Aaron Marcher | 2018-07-07 | 1 | -2/+3 |
* | Change uint64_t to uintmax_t | Aaron Marcher | 2018-07-07 | 1 | -4/+4 |
* | cpu: Use uint64_t on OpenBSD | Aaron Marcher | 2018-07-07 | 1 | -2/+3 |
* | Clean up header includes | Aaron Marcher | 2018-05-30 | 1 | -1/+0 |
* | Merge fmt_human_2 and fmt_human_10 to one function | Aaron Marcher | 2018-05-21 | 1 | -2/+2 |
* | Remove units from numbers | Aaron Marcher | 2018-05-21 | 1 | -4/+4 |
* | Remove unnecessary "valid" variable in cpu_perc | Aaron Marcher | 2018-05-20 | 1 | -6/+2 |
* | Implement scaling for cpu_freq | Aaron Marcher | 2018-05-19 | 1 | -5/+13 |
* | Add the percent sign to *_perc functions | Aaron Marcher | 2018-05-19 | 1 | -2/+2 |
* | Use %d instead of accidentally %i | Aaron Marcher | 2018-05-18 | 1 | -1/+1 |
* | Add warn() and die() | Laslo Hunhold | 2018-05-18 | 1 | -2/+2 |
* | Cast CPU percentage to int and fix indenation | Aaron Marcher | 2018-05-14 | 1 | -11/+11 |
* | cpu: Simplify functions | Aaron Marcher | 2018-05-07 | 1 | -16/+14 |
* | Fix coding style | Aaron Marcher | 2018-05-06 | 1 | -4/+3 |
* | Remove cpu_iowait | Aaron Marcher | 2018-05-06 | 1 | -25/+0 |
* | cpu_perc: Documentation and readbility improvements | Aaron Marcher | 2018-05-06 | 1 | -9/+9 |
* | cpu_perc: Port to OpenBSD | Aaron Marcher | 2018-05-06 | 1 | -0/+35 |
* | Use indentation to increase readability | Laslo Hunhold | 2018-05-01 | 1 | -66/+70 |
* | Revert component-split | Laslo Hunhold | 2018-05-01 | 1 | -0/+88 |
* | cpu: OS split | Quentin Rameau | 2018-04-30 | 1 | -88/+0 |
* | cpu_freq: Port to OpenBSD | Aaron Marcher | 2018-04-30 | 1 | -1/+24 |
* | More robust preprocessor switches | Aaron Marcher | 2018-03-21 | 1 | -1/+1 |
* | Build Linux-only functions only on Linux | Aaron Marcher | 2018-03-18 | 1 | -0/+2 |
* | Move components into dedicated subdirectory | Laslo Hunhold | 2017-09-24 | 1 | -0/+63 |