Xinqi Bao's Git

uptime: Improve typing and sort headers
[slstatus.git] / components / cpu.c
2018-05-30 Aaron MarcherClean up header includes
2018-05-21 Aaron MarcherMerge fmt_human_2 and fmt_human_10 to one function
2018-05-20 Aaron MarcherRemove units from numbers
2018-05-19 Aaron MarcherRemove unnecessary "valid" variable in cpu_perc
2018-05-19 Aaron MarcherImplement scaling for cpu_freq
2018-05-19 Aaron MarcherAdd the percent sign to *_perc functions
2018-05-18 Aaron MarcherUse %d instead of accidentally %i
2018-05-18 Laslo HunholdAdd warn() and die()
2018-05-14 Aaron MarcherCast CPU percentage to int and fix indenation
2018-05-07 Aaron Marchercpu: Simplify functions
2018-05-06 Aaron MarcherFix coding style
2018-05-06 Aaron MarcherRemove cpu_iowait
2018-05-06 Aaron Marchercpu_perc: Documentation and readbility improvements
2018-05-06 Aaron Marchercpu_perc: Port to OpenBSD
2018-05-01 Laslo HunholdUse indentation to increase readability
2018-05-01 Laslo HunholdRevert component-split
2018-04-30 Quentin Rameaucpu: OS split
2018-04-30 Aaron Marchercpu_freq: Port to OpenBSD
2018-03-21 Aaron MarcherMore robust preprocessor switches
2018-03-18 Aaron MarcherBuild Linux-only functions only on Linux
2017-09-24 Laslo HunholdMove components into dedicated subdirectory