NetBSD/sys/dev/sysmon
chs fd34ea77eb remove checks for failure after memory allocation calls that cannot fail:
kmem_alloc() with KM_SLEEP
  kmem_zalloc() with KM_SLEEP
  percpu_alloc()
  pserialize_create()
  psref_class_create()

all of these paths include an assertion that the allocation has not failed,
so callers should not assert that again.
2017-06-01 02:45:05 +00:00
..
files.sysmon
swsensor.c
swwdog.c
sysmon.c
sysmon_envsys.c sysmon's components need to be MODULE_CLASS_DRIVER so they will get 2015-12-14 01:08:47 +00:00
sysmon_envsys_events.c remove checks for failure after memory allocation calls that cannot fail: 2017-06-01 02:45:05 +00:00
sysmon_envsys_tables.c
sysmon_envsys_util.c
sysmon_envsysvar.h
sysmon_power.c sysmon's components need to be MODULE_CLASS_DRIVER so they will get 2015-12-14 01:08:47 +00:00
sysmon_taskq.c
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