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
2022-10-28
radical re-formatting 2/3: Fix blocks
drkhsh
2022-10-28
radical re-formatting 3/3: Error checks
drkhsh
2022-10-28
various: Put paths into defines to avoid line wraps
drkhsh
2022-10-28
radical re-formatting 0/3: Alphabetic headers
drkhsh
2022-10-27
do not rely on obsolete feature
NRK
2022-10-27
components/*.c: include slstatus.h
NRK
2019-02-16
cpu_perc: Check for division by zero
Ingo Feinerer
2019-02-13
Fix CPU frequency on OpenBSD
Ingo Feinerer
2019-02-05
Add support for cpu and uptime components on FreeBSD
Michael Buch
2018-07-08
Consistency with 80 char limit and breaks
Aaron Marcher
2018-07-07
Simplify format specifiers for uintmax_t
Aaron Marcher
2018-07-07
cpu_freq: Simplify with E-notation
Aaron Marcher
2018-07-07
cpu_freq: Change to 64 bit integers
Aaron Marcher
2018-07-07
Change uint64_t to uintmax_t
Aaron Marcher
2018-07-07
cpu: Use uint64_t on OpenBSD
Aaron Marcher
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