cvs commit: src/sys/kern subr_witness.c src/sys/sys ktr.h
Nate Lawson
nate at root.org
Tue Jan 24 23:39:00 PST 2006
John Baldwin wrote:
> jhb 2006-01-24 22:23:45 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/kern subr_witness.c
> sys/sys ktr.h
> Log:
> - Add a new KTR_SUBSYS in place of KTR_SPARE1 to serve as a subsystem
> placeholder similar to KTR_DEV. Explain the use of KTR_DEV and
> KTR_SUBSYS in a comment as well.
> - Retire KTR_WITNESS and instead have KTR_WITNESS default to off but use
> KTR_SUBSYS if it is enabled.
>
> Revision Changes Path
> 1.212 +6 -0 src/sys/kern/subr_witness.c
> 1.36 +7 -2 src/sys/sys/ktr.h
Thanks, and I hope as we expand, people will use KTR_SUBSYS or KTR_DEV
instead of growing their own.
--
Nate
More information about the cvs-all
mailing list