git: ktrdump - Parse format string manually, implement %s
Matthew Dillon
dillon at crater.dragonflybsd.org
Sat Dec 19 18:41:28 PST 2009
commit 08cca2358c1409e9ce37636b8942ca1060d4e2b8
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sat Dec 19 18:28:39 2009 -0800
ktrdump - Parse format string manually, implement %s
* Allows %s to be used in KTR format strings in-kernel. ktrdump will
read the string out via KVM and print it.
* We parse the format string manually, so we may have to add stuff as
time goes on.
Summary of changes:
usr.bin/ktrdump/ktrdump.c | 150 +++++++++++++++++++++++++++++++++++++++-----
1 files changed, 133 insertions(+), 17 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/08cca2358c1409e9ce37636b8942ca1060d4e2b8
--
DragonFly BSD source repository
More information about the Commits
mailing list