Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: source-changes
Date: 09/02/2007 00:41:25
Module Name:	src
Committed By:	xtraeme
Date:		Sun Sep  2 00:41:25 UTC 2007

Modified Files:
	src/sys/dev/sysmon: sysmon_wdog.c sysmonvar.h
	src/sys/kern: init_main.c

Log Message:
Convert the sysmon watchdog framework to use mutex(9) rather than
simple_locks and initialize them on init_main via sysmon_wdog_init().

All the sysmon code now is cleaned up and doesn't use old style locking.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/sys/dev/sysmon/sysmon_wdog.c
cvs rdiff -r1.16 -r1.17 src/sys/dev/sysmon/sysmonvar.h
cvs rdiff -r1.312 -r1.313 src/sys/kern/init_main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.