Subject: CVS commit: src/sys
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 12/31/2002 18:53:28
Module Name:	src
Committed By:	thorpej
Date:		Tue Dec 31 16:53:27 UTC 2002

Modified Files:
	src/sys/kern: subr_prf.c
Added Files:
	src/sys/sys: kprintf.h

Log Message:
Partially expose some of the kernel printf internals in the new
<sys/kprintf.h> header file.  This allows subsystems that need
printf semantics other than what are provided by the standard
kernel printf routines to implement exactly what they want.


To generate a diff of this commit:
cvs rdiff -r1.86 -r1.87 src/sys/kern/subr_prf.c
cvs rdiff -r0 -r1.1 src/sys/sys/kprintf.h

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