summaryrefslogtreecommitdiffstats
path: root/usr.bin/ktrdump/ktrdump.c
Commit message (Expand)AuthorAgeFilesLines
* Don't use an uninitialised variable when reading from a ktr alq file.julian2004-09-271-1/+1
* Add a "-r" flag to ktrdump(1) to print relative timestamps when usedrwatson2004-05-221-5/+19
* Add a quiet mode to ktrdump(1): if the "-q" flag is used, don't printrwatson2004-05-211-20/+27
* When the 'f' flag is passed to ktrdump(1), use 40 characters for therwatson2004-05-211-1/+1
* Remove an unused variable.dwmalone2004-02-151-1/+0
* Use strlcpy() instead of strcpy() to not overflow static buffers.kris2002-10-061-2/+6
* - Add the -i option to read in a saved ktr file output by KTR_ALQ.jeff2002-09-221-13/+41
* 1. Add missing include of stdint.h.jake2002-04-021-2/+3
* ktrdump is a utility to dump the ktr trace buffer from userland. It canjake2002-04-011-0/+236
OpenPOWER on IntegriCloud