summaryrefslogtreecommitdiff
path: root/components/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* radical re-formatting 3/3: Error checksdrkhsh2022-10-281-4/+2
* radical re-formatting 2/3: Fix blocksdrkhsh2022-10-281-14/+8
* radical re-formatting 0/3: Alphabetic headersdrkhsh2022-10-281-2/+2
* various: Put paths into defines to avoid line wrapsdrkhsh2022-10-281-3/+3
* do not rely on obsolete featureNRK2022-10-261-6/+6
* components/*.c: include slstatus.hNRK2022-10-261-0/+1
* cpu_perc: Check for division by zeroIngo Feinerer2019-02-161-18/+27
* Fix CPU frequency on OpenBSDIngo Feinerer2019-02-131-2/+1
* Add support for cpu and uptime components on FreeBSDMichael Buch2019-02-051-0/+50
* Consistency with 80 char limit and breaksAaron Marcher2018-07-081-11/+16
* Simplify format specifiers for uintmax_tAaron Marcher2018-07-071-5/+2
* cpu_freq: Simplify with E-notationAaron Marcher2018-07-071-1/+1
* cpu_freq: Change to 64 bit integersAaron Marcher2018-07-071-2/+3
* Change uint64_t to uintmax_tAaron Marcher2018-07-071-4/+4
* cpu: Use uint64_t on OpenBSDAaron Marcher2018-07-071-2/+3
* Clean up header includesAaron Marcher2018-05-301-1/+0
* Merge fmt_human_2 and fmt_human_10 to one functionAaron Marcher2018-05-211-2/+2
* Remove units from numbersAaron Marcher2018-05-211-4/+4
* Remove unnecessary "valid" variable in cpu_percAaron Marcher2018-05-201-6/+2
* Implement scaling for cpu_freqAaron Marcher2018-05-191-5/+13
* Add the percent sign to *_perc functionsAaron Marcher2018-05-191-2/+2
* Use %d instead of accidentally %iAaron Marcher2018-05-181-1/+1
* Add warn() and die()Laslo Hunhold2018-05-181-2/+2
* Cast CPU percentage to int and fix indenationAaron Marcher2018-05-141-11/+11
* cpu: Simplify functionsAaron Marcher2018-05-071-16/+14
* Fix coding styleAaron Marcher2018-05-061-4/+3
* Remove cpu_iowaitAaron Marcher2018-05-061-25/+0
* cpu_perc: Documentation and readbility improvementsAaron Marcher2018-05-061-9/+9
* cpu_perc: Port to OpenBSDAaron Marcher2018-05-061-0/+35
* Use indentation to increase readabilityLaslo Hunhold2018-05-011-66/+70
* Revert component-splitLaslo Hunhold2018-05-011-0/+88
* cpu: OS splitQuentin Rameau2018-04-301-88/+0
* cpu_freq: Port to OpenBSDAaron Marcher2018-04-301-1/+24
* More robust preprocessor switchesAaron Marcher2018-03-211-1/+1
* Build Linux-only functions only on LinuxAaron Marcher2018-03-181-0/+2
* Move components into dedicated subdirectoryLaslo Hunhold2017-09-241-0/+63