NetBSD/sys/dev/sysmon
pgoyette dc68f5827a Set the "required modules" to NULL, not to an empty string.
It really doesn't make that much difference to the code, but the output
from modstat(8) is different!  (With an empty string in the MODULE() macro
modstat reports an empty string, but with a NULL in the macro, modstat
prints a '-' just like it does for other "empty" fields.)
2019-04-26 08:38:25 +00:00
..
files.sysmon
swsensor.c
swwdog.c Don't create the driver's workqueue twice! 2019-03-27 09:52:16 +00:00
sysmon.c Set the "required modules" to NULL, not to an empty string. 2019-04-26 08:38:25 +00:00
sysmon_envsys.c in sysmon_envsys_unregister(): loop over sme_sensors_list with TAILQ_FIRST 2019-03-26 15:50:23 +00:00
sysmon_envsys_events.c Improve tracking of the state of an event's callout, and protect all 2017-09-11 06:02:09 +00:00
sysmon_envsys_tables.c Add support for light sensors that report Illuminance in lux. 2018-05-27 01:39:00 +00:00
sysmon_envsys_util.c
sysmon_envsysvar.h
sysmon_power.c Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly 2019-03-01 11:06:55 +00:00
sysmon_taskq.c Typos. 2018-02-08 09:05:16 +00:00
sysmon_taskq.h
sysmon_wdog.c sysmon's components need to be MODULE_CLASS_DRIVER so they will get 2015-12-14 01:08:47 +00:00
sysmonvar.h Improve tracking of the state of an event's callout, and protect all 2017-09-11 06:02:09 +00:00