summaryrefslogtreecommitdiff
path: root/components/cpu.c
AgeCommit message (Expand)Author
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