summaryrefslogtreecommitdiff
path: root/components/temperature.c
Commit message (Expand)AuthorAgeFilesLines
* radical re-formatting 2/3: Fix blocksdrkhsh2022-10-281-2/+1
* radical re-formatting 0/3: Alphabetic headersdrkhsh2022-10-281-1/+1
* temp: Put sysctl into define to avoid line wrapsdrkhsh2022-10-281-2/+4
* components/*.c: include slstatus.hNRK2022-10-261-0/+1
* Fix temperature reporting on OpenBSDdsp2020-11-301-1/+1
* Add FreeBSD support for temperature and battery componentsMichael Buch2019-02-051-0/+22
* Fix whitespaceAaron Marcher2018-07-081-1/+1
* Simplify format specifiers for uintmax_tAaron Marcher2018-07-071-3/+3
* Change uint64_t to uintmax_tAaron Marcher2018-07-071-3/+3
* temperature: Improve typesAaron Marcher2018-07-061-3/+5
* Clean up header includesAaron Marcher2018-05-301-2/+0
* Use E-notation for large powers of 10Laslo Hunhold2018-05-271-1/+1
* Remove units from numbersAaron Marcher2018-05-211-2/+2
* Make temp more readable on LinuxAaron Marcher2018-05-201-2/+5
* Add unit to temperatureAaron Marcher2018-05-201-2/+2
* Add warn() and die()Laslo Hunhold2018-05-181-2/+1
* Remove UNUSED macroAaron Marcher2018-05-171-3/+1
* Mark unused parameters, fix compiler warningsAaron Marcher2018-05-171-1/+3
* include <sys/time.h> before <sys/sensors.h> for time struct timevalJosuah Demangeon2018-05-081-1/+1
* Unify header includesAaron Marcher2018-05-071-1/+1
* Fix coding styleAaron Marcher2018-05-061-1/+1
* Use indentation to increase readabilityLaslo Hunhold2018-05-011-37/+39
* Revert component-splitLaslo Hunhold2018-05-011-0/+45
* temperature: OS splitQuentin Rameau2018-04-301-45/+0
* Fix typo in temperatureAaron Marcher2018-04-291-1/+1
* temp: Port to OpenBSDAaron Marcher2018-04-291-1/+31
* More robust preprocessor switchesAaron Marcher2018-03-211-1/+1
* Build Linux-only functions only on LinuxAaron Marcher2018-03-181-0/+2
* Move components into dedicated subdirectoryLaslo Hunhold2017-09-241-0/+13