Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 10/11/2006 05:37:32
Module Name:	src
Committed By:	thorpej
Date:		Wed Oct 11 05:37:32 UTC 2006

Modified Files:
	src/sys/kern: subr_specificdata.c
	src/sys/sys: specificdata.h

Log Message:
- Add specificdata_setspecific_nowait().  Not exposed by the wrappers yet
  pending discussion on tech-kern.
- Re-enable the SLEEPABLE assertion in specificdata_fini().


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/kern/subr_specificdata.c
cvs rdiff -r1.1 -r1.2 src/sys/sys/specificdata.h

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