index
:
slstatus.git
master
status monitor
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
components
/
temperature.c
Age
Commit message (
Expand
)
Author
2022-10-28
radical re-formatting 0/3: Alphabetic headers
drkhsh
2022-10-27
components/*.c: include slstatus.h
NRK
2020-11-30
Fix temperature reporting on OpenBSD
dsp
2019-02-05
Add FreeBSD support for temperature and battery components
Michael Buch
2018-07-08
Fix whitespace
Aaron Marcher
2018-07-07
Simplify format specifiers for uintmax_t
Aaron Marcher
2018-07-07
Change uint64_t to uintmax_t
Aaron Marcher
2018-07-06
temperature: Improve types
Aaron Marcher
2018-05-30
Clean up header includes
Aaron Marcher
2018-05-27
Use E-notation for large powers of 10
Laslo Hunhold
2018-05-21
Remove units from numbers
Aaron Marcher
2018-05-20
Make temp more readable on Linux
Aaron Marcher
2018-05-20
Add unit to temperature
Aaron Marcher
2018-05-18
Add warn() and die()
Laslo Hunhold
2018-05-17
Remove UNUSED macro
Aaron Marcher
2018-05-17
Mark unused parameters, fix compiler warnings
Aaron Marcher
2018-05-08
include <sys/time.h> before <sys/sensors.h> for time struct timeval
Josuah Demangeon
2018-05-07
Unify header includes
Aaron Marcher
2018-05-06
Fix coding style
Aaron Marcher
2018-05-01
Use indentation to increase readability
Laslo Hunhold
2018-05-01
Revert component-split
Laslo Hunhold
2018-04-30
temperature: OS split
Quentin Rameau
2018-04-29
Fix typo in temperature
Aaron Marcher
2018-04-29
temp: 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