Xinqi Bao's Git

cpu_perc: Check for division by zero
[slstatus.git] / components / cpu.c
2019-02-16 Ingo Feinerercpu_perc: Check for division by zero
2019-02-13 Ingo FeinererFix CPU frequency on OpenBSD
2019-02-05 Michael BuchAdd support for cpu and uptime components on FreeBSD
2018-07-08 Aaron MarcherConsistency with 80 char limit and breaks
2018-07-07 Aaron MarcherSimplify format specifiers for uintmax_t
2018-07-07 Aaron Marchercpu_freq: Simplify with E-notation
2018-07-07 Aaron Marchercpu_freq: Change to 64 bit integers
2018-07-07 Aaron MarcherChange uint64_t to uintmax_t
2018-07-06 Aaron Marchercpu: Use uint64_t on OpenBSD
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