Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 03/10/2007 15:56:21
Module Name:	src
Committed By:	ad
Date:		Sat Mar 10 15:56:21 UTC 2007

Modified Files:
	src/sys/kern: init_main.c subr_lockdebug.c
	src/sys/sys: lockdebug.h

Log Message:
lockdebug:

- Initialize on the first allocation.
- Handle overflow better. PR kern/35723.


To generate a diff of this commit:
cvs rdiff -r1.298 -r1.299 src/sys/kern/init_main.c
cvs rdiff -r1.4 -r1.5 src/sys/kern/subr_lockdebug.c
cvs rdiff -r1.2 -r1.3 src/sys/sys/lockdebug.h

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