Add KTR, a facility that logs kernel events to help debugging. You can access
authorEirik Nygaard <eirikn@dragonflybsd.org>
Mon, 20 Sep 2004 20:38:17 +0000 (20:38 +0000)
committerEirik Nygaard <eirikn@dragonflybsd.org>
Mon, 20 Sep 2004 20:38:17 +0000 (20:38 +0000)
commit81540c2d4cdb70abd3233d60cab10c6f79689701
tree993ffa2d07919c9e8494dd625268942a810ee8e4
parent5ce4425b56ecfe760859a71a1f4a7b4374c7f514
Add KTR, a facility that logs kernel events to help debugging. You can access
the logged information with ddb. If KTR_VERBOSE is defined a string will also be
printed with printf() to your console.

See ktr(4) and ktr(9) for information on how to use KTR.

Obtained from: FreeBSD
share/man/man4/Makefile
share/man/man4/ktr.4 [new file with mode: 0644]
share/man/man9/Makefile
share/man/man9/ktr.9 [new file with mode: 0644]
sys/conf/files
sys/conf/options
sys/config/LINT
sys/i386/conf/LINT
sys/kern/kern_ktr.c [new file with mode: 0644]
sys/sys/ktr.h [new file with mode: 0644]