Commit Graph

30 Commits

Author SHA1 Message Date
Alastair Poole 2ee73c7fad sensors: Fallback fix 2021-04-06 17:58:50 +01:00
Alastair Poole 93afb7f45d sensors: hidpp linux coarse battery... 2021-04-06 07:28:08 +01:00
Alastair Poole bda22dc897 sensors: assume present... 2021-04-05 18:35:58 +01:00
Alastair Poole 007afba771 sensors: battery present linux. 2021-04-03 08:59:27 +01:00
Alastair Poole a27aba5966 proclist: padding. 2021-03-15 10:24:04 +00:00
Alastair Poole 2d021e921e sensors: not thread safe...fix. 2021-03-14 14:34:34 +00:00
Alastair Poole f5d663796b openbsd: build fix. 2021-03-12 15:11:27 +00:00
Alastair Poole 5306baff19 sensors: USE BIX / BIF is LONG deprecated. 2021-03-12 10:31:01 +00:00
Alastair Poole 82eda9c7ac sensors: fbsd, fix bug 2021-02-26 19:17:32 +00:00
Alastair Poole 860518d379 sensors: Trim the child name.
Missed that :)
2021-02-08 23:31:22 +00:00
Alastair Poole f8e46cea54 sensors: newline
need to get rid of these if they occur.
2021-01-27 19:39:16 +00:00
Alastair Poole 81051b4a63 sensors: fix fbsd sysctl name 2020-12-26 21:15:14 +00:00
Alastair Poole f80a020fce ui: search, improve. 2020-12-24 10:46:35 +00:00
Alastair Poole 0b45319b8f sensors: find issue with combo 2020-12-23 11:54:07 +00:00
Alastair Poole 3185eb2425 sensors: typo and dragonzz 2020-12-22 18:00:55 +00:00
Alastair Poole 1313354239 sensors: use your brain 2020-12-22 17:53:17 +00:00
Alastair Poole 16cdd0e12a mibs: fix openbsd 2020-12-22 14:13:16 +00:00
Alastair Poole 83a33bd991 sensors: Kernel doesn't cache thermal.
Linux doesn't cache thermal readings, select one sensor else we
can block waiting to read from N sensors.

Needs more fixing.
2020-12-22 13:47:41 +00:00
Alastair Poole 6c39ea11e8 sensors: FreeBSD
I don't think you can support more than this atm on this OS..atm.
2020-10-06 11:10:02 +01:00
Alastair Poole 2f48f828f3 sensors: sense. 2020-10-05 14:52:00 +01:00
Alastair Poole 9fc5b94d6a sensors: Use hwmon interface for thermal.
Should work...
2020-10-05 12:18:26 +01:00
Alastair Poole 9803a904ea battery: Fix Linux typo.
Remember to check on Linux before doing a release you spazz!!!
2020-08-23 17:56:48 +01:00
Alastair Poole 3c62339c07 formatting: some spaces. 2020-07-12 22:56:36 +01:00
Alastair Poole 3ceaad0afd machine: ifdef chopping and splicing functions.
This stuff is bad...where did i learn to be doing such things.
2020-07-11 18:34:49 +01:00
Alastair Poole c0c26ff882 machine: linux battery model/vendor purge
If enough people complain i'll bring this back, but for now keep
it simple until i can test it again properly...it works but
it's horrible
2020-07-11 18:24:30 +01:00
Alastair Poole aa1822c212 machine: ahead of the game...
Meh, we can't yet query by type.
2020-07-11 18:48:13 +01:00
Alastair Poole d1d4d0fb9e openbsd: fix for non-acpi batteries 2020-07-11 17:23:34 +01:00
Alastair Poole 09e8249689 machine: Explain use of machine and tidy Linuxisms
The functions machine.h provides are deliberately using standard
functions from a base install of the operating system. This IS
intentional. I'd like to be able to modify and reuse this anywhere
without having to untangle additional dependencies from machine to
machine.
2020-07-11 13:09:38 +01:00
Alastair Poole 9178cbc0d3 cosmetics: if, for, while, wtf 2020-07-10 19:12:30 +01:00
Alastair Poole 5c3a3cfe10 machine: Include .bogox files for clarity.
To make this maintainable (for now), split the machine querying
code into separate files. I'd like to be able to modify the file
without fear of breaking it here or there. Also, for anyone who
wants to make a change or ammendment doing this is cleaner.
2020-07-10 11:50:49 +01:00