cvs commit: src/sys/kern subr_witness.c src/sys/sys ktr.h
John Baldwin
jhb at FreeBSD.org
Tue Jan 24 14:23:46 PST 2006
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
More information about the cvs-src
mailing list