summaryrefslogtreecommitdiff
path: root/components/cpu.c
AgeCommit message (Expand)Author
2022-10-28radical re-formatting 2/3: Fix blocksdrkhsh
2022-10-28radical re-formatting 3/3: Error checksdrkhsh
2022-10-28various: Put paths into defines to avoid line wrapsdrkhsh
2022-10-28radical re-formatting 0/3: Alphabetic headersdrkhsh
2022-10-27do not rely on obsolete featureNRK
2022-10-27components/*.c: include slstatus.hNRK
2019-02-16cpu_perc: Check for division by zeroIngo Feinerer
2019-02-13Fix CPU frequency on OpenBSDIngo Feinerer
2019-02-05Add support for cpu and uptime components on FreeBSDMichael Buch
2018-07-08Consistency with 80 char limit and breaksAaron Marcher
2018-07-07Simplify format specifiers for uintmax_tAaron Marcher
2018-07-07cpu_freq: Simplify with E-notationAaron Marcher
2018-07-07cpu_freq: Change to 64 bit integersAaron Marcher
2018-07-07Change uint64_t to uintmax_tAaron Marcher
2018-07-07cpu: Use uint64_t on OpenBSDAaron Marcher
2018-05-30Clean up header includesAaron Marcher
2018-05-21Merge fmt_human_2 and fmt_human_10 to one functionAaron Marcher
2018-05-21Remove units from numbersAaron Marcher
2018-05-20Remove unnecessary "valid" variable in cpu_percAaron Marcher
2018-05-19Implement scaling for cpu_freqAaron Marcher
2018-05-19Add the percent sign to *_perc functionsAaron Marcher
2018-05-18Use %d instead of accidentally %iAaron Marcher
2018-05-18Add warn() and die()Laslo Hunhold
2018-05-14Cast CPU percentage to int and fix indenationAaron Marcher
2018-05-07cpu: Simplify functionsAaron Marcher
2018-05-06Fix coding styleAaron Marcher
2018-05-06Remove cpu_iowaitAaron Marcher
2018-05-06cpu_perc: Documentation and readbility improvementsAaron Marcher
2018-05-06cpu_perc: Port to OpenBSDAaron Marcher
2018-05-01Use indentation to increase readabilityLaslo Hunhold
2018-05-01Revert component-splitLaslo Hunhold
2018-04-30cpu: OS splitQuentin Rameau
2018-04-30cpu_freq: Port to OpenBSDAaron Marcher
2018-03-21More robust preprocessor switchesAaron Marcher
2018-03-18Build Linux-only functions only on LinuxAaron Marcher
2017-09-24Move components into dedicated subdirectoryLaslo Hunhold