summaryrefslogtreecommitdiff
path: root/usr.bin/ktrdump/ktrdump.c
Commit message (Expand)AuthorAgeFilesLines
* capsicum: use a new capsicum helpers in toolsMariusz Zaborski2018-11-041-2/+1
* Add a "live" mode to ktrdump.John Baldwin2018-10-221-12/+57
* Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski2018-06-191-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Provide an error message if KTR symbols in a vmcore cannot be resolved.Mark Johnston2017-09-111-2/+7
* ktrdump(8): CapsicumifyConrad Meyer2016-12-161-0/+32
* Change ktrdump to use the more standard -M/-N flags to specify the pathJohn Baldwin2015-02-061-8/+10
* Don't dump entries that were modified during the time the KTR buffer was beingNeel Natu2014-03-141-3/+11
* Fix an issue with ktrdump(8) where it would not print all entries in theNeel Natu2014-03-141-3/+7
* Print the ktr(4) format line that caused a failure.Gleb Smirnoff2014-01-171-1/+1
* - Implement run-time expansion of the KTR buffer via sysctl.Jeff Roberson2012-11-151-2/+4
* Catch up with r238925. ktr_entries may not be a power of 2.Navdeep Parhar2012-10-301-2/+2
* Add -H flag to print thread id.Dmitry Chagin2011-01-261-2/+12
* Remove unnecessary opt* definations.Xin LI2009-02-211-3/+0
* 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
* 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
* Don't use an uninitialised variable when reading from a ktr alq file.Julian Elischer2004-09-271-1/+1
* Add a "-r" flag to ktrdump(1) to print relative timestamps when usedRobert Watson2004-05-221-5/+19
* Add a quiet mode to ktrdump(1): if the "-q" flag is used, don't printRobert Watson2004-05-211-20/+27
* 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
* 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-011-0/+236