Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



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.




Home | Main Index | Thread Index | Old Index