index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
ktrdump
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update dependencies after r291406 added libelf to libkvm.
bdrewery
2015-12-01
1
-0
/
+1
*
Add META_MODE support.
sjg
2015-06-13
1
-0
/
+19
|
\
|
*
dirdeps.mk now sets DEP_RELDIR
sjg
2015-06-08
1
-2
/
+0
|
*
Merge sync of head
sjg
2015-05-27
3
-16
/
+17
|
|
\
|
|
/
|
/
|
|
*
Merge head from 7/28
sjg
2014-08-19
1
-2
/
+2
|
|
\
|
*
|
Updated dependencies
sjg
2014-05-16
1
-1
/
+0
|
*
|
Updated dependencies
sjg
2014-05-10
1
-0
/
+2
|
*
|
Merge head
sjg
2014-04-28
1
-7
/
+19
|
|
\
\
|
*
|
|
Updated dependencies
sjg
2013-03-11
1
-0
/
+1
|
*
|
|
Updated dependencies
sjg
2013-02-16
1
-2
/
+0
|
*
|
|
Sync with HEAD.
obrien
2013-02-08
1
-2
/
+4
|
|
\
\
\
|
|
\
\
\
|
|
\
\
\
|
*
-
.
\
\
\
Sync from head
sjg
2012-11-04
1
-2
/
+2
|
|
\
\
\
\
\
|
*
|
|
|
|
|
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.
marcel
2012-08-22
1
-0
/
+20
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Change ktrdump to use the more standard -M/-N flags to specify the path
jhb
2015-02-06
2
-14
/
+16
*
|
|
|
|
|
Convert to usr.bin/ to LIBADD
bapt
2014-11-25
1
-2
/
+1
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
use .Mt to mark up email addresses consistently (part3)
bapt
2014-06-23
1
-2
/
+2
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Don't dump entries that were modified during the time the KTR buffer was being
neel
2014-03-14
1
-3
/
+11
*
|
|
|
Fix an issue with ktrdump(8) where it would not print all entries in the
neel
2014-03-14
1
-3
/
+7
*
|
|
|
Print the ktr(4) format line that caused a failure.
glebius
2014-01-17
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
- Implement run-time expansion of the KTR buffer via sysctl.
jeff
2012-11-15
1
-2
/
+4
|
|
/
|
/
|
*
|
Catch up with r238925. ktr_entries may not be a power of 2.
np
2012-10-30
1
-2
/
+2
|
/
*
Add -H flag to print thread id.
dchagin
2011-01-26
2
-3
/
+15
*
Build usr.bin/ with WARNS=6 by default.
ed
2010-01-02
1
-0
/
+2
*
Remove unnecessary opt* definations.
delphij
2009-02-21
1
-3
/
+0
*
Skip format flags, when parsing ktr_desc.
glebius
2006-01-12
1
-1
/
+7
*
Really fix the relative timestamp bug. It was only incorrect for the ALQ
njl
2005-12-09
1
-1
/
+2
*
Fix -r flag to actually work. "now" comes after "then", not vice versa.
njl
2005-12-06
1
-1
/
+1
*
Markup and wording fixes.
ru
2005-06-14
1
-1
/
+1
*
Append a newline character to the usage string.
csjp
2005-06-05
1
-1
/
+1
*
Sync program's usage() with manpage's SYNOPSIS.
ru
2005-05-21
1
-2
/
+4
*
Document the '-i' option which allows the user to specify a ktr events
hmp
2005-03-08
1
-0
/
+5
*
Don't use an uninitialised variable when reading from a ktr alq file.
julian
2004-09-27
1
-1
/
+1
*
mdoc(7) fixes.
ru
2004-07-07
1
-2
/
+2
*
Add a "-r" flag to ktrdump(1) to print relative timestamps when used
rwatson
2004-05-22
2
-6
/
+22
*
Add a quiet mode to ktrdump(1): if the "-q" flag is used, don't print
rwatson
2004-05-21
2
-21
/
+30
*
When the 'f' flag is passed to ktrdump(1), use 40 characters for the
rwatson
2004-05-21
1
-1
/
+1
*
Remove an unused variable.
dwmalone
2004-02-15
1
-1
/
+0
*
Use strlcpy() instead of strcpy() to not overflow static buffers.
kris
2002-10-06
1
-2
/
+6
*
- Add the -i option to read in a saved ktr file output by KTR_ALQ.
jeff
2002-09-22
1
-13
/
+41
*
The .Nm utility
charnier
2002-07-14
1
-3
/
+3
*
Added missing DPADD detected by ``make checkdpadd''.
ru
2002-06-06
1
-0
/
+1
*
mdoc(7) police: fixed typo, minor markup nits.
ru
2002-05-30
1
-5
/
+4
*
Add a man page.
jake
2002-04-02
2
-1
/
+83
*
1. Add missing include of stdint.h.
jake
2002-04-02
1
-2
/
+3
*
ktrdump is a utility to dump the ktr trace buffer from userland. It can
jake
2002-04-01
2
-0
/
+243