aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ktrdump
Commit message (Expand)AuthorAgeFilesLines
* Skip format flags, when parsing ktr_desc.Gleb Smirnoff2006-01-121-1/+7
* Really fix the relative timestamp bug. It was only incorrect for the ALQNate Lawson2005-12-091-1/+2
* Fix -r flag to actually work. "now" comes after "then", not vice versa.Nate Lawson2005-12-061-1/+1
* Markup and wording fixes.Ruslan Ermilov2005-06-141-1/+1
* Append a newline character to the usage string.Christian S.J. Peron2005-06-051-1/+1
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-05-211-2/+4
* Document the '-i' option which allows the user to specify a ktr eventsHiten Pandya2005-03-081-0/+5
* Don't use an uninitialised variable when reading from a ktr alq file.Julian Elischer2004-09-271-1/+1
* mdoc(7) fixes.Ruslan Ermilov2004-07-071-2/+2
* Add a "-r" flag to ktrdump(1) to print relative timestamps when usedRobert Watson2004-05-222-6/+22
* Add a quiet mode to ktrdump(1): if the "-q" flag is used, don't printRobert Watson2004-05-212-21/+30
* When the 'f' flag is passed to ktrdump(1), use 40 characters for theRobert Watson2004-05-211-1/+1
* Remove an unused variable.David Malone2004-02-151-1/+0
* Use strlcpy() instead of strcpy() to not overflow static buffers.Kris Kennaway2002-10-061-2/+6
* - Add the -i option to read in a saved ktr file output by KTR_ALQ.Jeff Roberson2002-09-221-13/+41
* The .Nm utilityPhilippe Charnier2002-07-141-3/+3
* Added missing DPADD detected by ``make checkdpadd''.Ruslan Ermilov2002-06-061-0/+1
* mdoc(7) police: fixed typo, minor markup nits.Ruslan Ermilov2002-05-301-5/+4
* Add a man page.Jake Burkholder2002-04-022-1/+83
* 1. Add missing include of stdint.h.Jake Burkholder2002-04-021-2/+3
* ktrdump is a utility to dump the ktr trace buffer from userland. It canJake Burkholder2002-04-012-0/+243