index
:
slstatus.git
master
status monitor
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
components
/
cpu.c
Age
Commit message (
Expand
)
Author
2018-05-30
Clean up header includes
Aaron Marcher
2018-05-21
Merge fmt_human_2 and fmt_human_10 to one function
Aaron Marcher
2018-05-21
Remove units from numbers
Aaron Marcher
2018-05-20
Remove unnecessary "valid" variable in cpu_perc
Aaron Marcher
2018-05-19
Implement scaling for cpu_freq
Aaron Marcher
2018-05-19
Add the percent sign to *_perc functions
Aaron Marcher
2018-05-18
Use %d instead of accidentally %i
Aaron Marcher
2018-05-18
Add warn() and die()
Laslo Hunhold
2018-05-14
Cast CPU percentage to int and fix indenation
Aaron Marcher
2018-05-07
cpu: Simplify functions
Aaron Marcher
2018-05-06
Fix coding style
Aaron Marcher
2018-05-06
Remove cpu_iowait
Aaron Marcher
2018-05-06
cpu_perc: Documentation and readbility improvements
Aaron Marcher
2018-05-06
cpu_perc: Port to OpenBSD
Aaron Marcher
2018-05-01
Use indentation to increase readability
Laslo Hunhold
2018-05-01
Revert component-split
Laslo Hunhold
2018-04-30
cpu: OS split
Quentin Rameau
2018-04-30
cpu_freq: Port to OpenBSD
Aaron Marcher
2018-03-21
More robust preprocessor switches
Aaron Marcher
2018-03-18
Build Linux-only functions only on Linux
Aaron Marcher
2017-09-24
Move components into dedicated subdirectory
Laslo Hunhold