summaryrefslogtreecommitdiff
path: root/components/temperature.c
AgeCommit message (Expand)Author
2022-10-28radical re-formatting 2/3: Fix blocksdrkhsh
2022-10-28temp: Put sysctl into define to avoid line wrapsdrkhsh
2022-10-28radical re-formatting 0/3: Alphabetic headersdrkhsh
2022-10-27components/*.c: include slstatus.hNRK
2020-11-30Fix temperature reporting on OpenBSDdsp
2019-02-05Add FreeBSD support for temperature and battery componentsMichael Buch
2018-07-08Fix whitespaceAaron Marcher
2018-07-07Simplify format specifiers for uintmax_tAaron Marcher
2018-07-07Change uint64_t to uintmax_tAaron Marcher
2018-07-06temperature: Improve typesAaron Marcher
2018-05-30Clean up header includesAaron Marcher
2018-05-27Use E-notation for large powers of 10Laslo Hunhold
2018-05-21Remove units from numbersAaron Marcher
2018-05-20Make temp more readable on LinuxAaron Marcher
2018-05-20Add unit to temperatureAaron Marcher
2018-05-18Add warn() and die()Laslo Hunhold
2018-05-17Remove UNUSED macroAaron Marcher
2018-05-17Mark unused parameters, fix compiler warningsAaron Marcher
2018-05-08include <sys/time.h> before <sys/sensors.h> for time struct timevalJosuah Demangeon
2018-05-07Unify header includesAaron Marcher
2018-05-06Fix coding styleAaron Marcher
2018-05-01Use indentation to increase readabilityLaslo Hunhold
2018-05-01Revert component-splitLaslo Hunhold
2018-04-30temperature: OS splitQuentin Rameau
2018-04-29Fix typo in temperatureAaron Marcher
2018-04-29temp: 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