NetBSD/sys/dev/sysmon
dyoung 10bb018ab2 In sysmon_wdog_unregister(), do not return until all of the watchdog
timer's users are gone.  A signal cancels the unregister:
sysmon_wdog_unregister() leaves the watchdog registered.

The only user of sysmon_wdog_unregister() that I can find is in
elansc(4), so this looks like a safe change to make.
2007-12-16 21:07:45 +00:00
..
files.sysmon - Remove ENVSYS_GSTRING and the genstr member from envsys_data_t. 2007-09-04 16:54:02 +00:00
swwdog.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
sysmon.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
sysmon_envsys.c MUTEX_SPIN -> MUTEX_DEFAULT. 2007-12-05 06:52:27 +00:00
sysmon_envsys_events.c After comments from Andrew Doran: 2007-11-20 17:24:32 +00:00
sysmon_envsys_tables.c Add ENVSYS_DRIVE_MIGRATING for ENVSYS_DRIVE sensors, this is for RAID 2007-12-07 11:47:49 +00:00
sysmon_envsys_util.c Extend the envsys2 API (one more time, sorry) as defined in: 2007-11-16 08:00:11 +00:00
sysmon_envsysvar.h After comments from Andrew Doran: 2007-11-20 17:24:32 +00:00
sysmon_power.c Add missing <sys/device.h> include. 2007-12-09 20:57:19 +00:00
sysmon_taskq.c Match the docs: MUTEX_DRIVER/SPIN are now only for porting code written 2007-12-05 07:06:50 +00:00
sysmon_taskq.h Convert sysmon_taskqueue to use mutex(9) and condvar(9) and initialize 2007-07-21 23:15:16 +00:00
sysmon_wdog.c In sysmon_wdog_unregister(), do not return until all of the watchdog 2007-12-16 21:07:45 +00:00
sysmonconf.h
sysmonvar.h In sysmon_wdog_unregister(), do not return until all of the watchdog 2007-12-16 21:07:45 +00:00