Bring in the ktrdump(8) utility from FreeBSD.
authorHiten Pandya <hmp@dragonflybsd.org>
Tue, 8 Mar 2005 01:54:59 +0000 (01:54 +0000)
committerHiten Pandya <hmp@dragonflybsd.org>
Tue, 8 Mar 2005 01:54:59 +0000 (01:54 +0000)
commit9f815599092b9e70a4b3dd619b85f217b9553d59
treeb305f72f129a60e25555ec5b43c8e093b980d0c6
parentbd02a7123192947d10617475f7ba331cb492d8e8
Bring in the ktrdump(8) utility from FreeBSD.

The utility is very useful because it dumps the kernel's current ktr
event buffer.

Add it to the build.
usr.bin/Makefile
usr.bin/ktrdump/Makefile [new file with mode: 0644]
usr.bin/ktrdump/ktrdump.8 [new file with mode: 0644]
usr.bin/ktrdump/ktrdump.c [new file with mode: 0644]