ktrdump - Parse format string manually, implement %s
authorMatthew Dillon <dillon@apollo.backplane.com>
Sun, 20 Dec 2009 02:28:39 +0000 (18:28 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sun, 20 Dec 2009 02:34:57 +0000 (18:34 -0800)
commit08cca2358c1409e9ce37636b8942ca1060d4e2b8
tree28c51c4d82fc7ba7be3dcc3f86a1315f6111a766
parenta307f702575f4bb237d02027df0c96234ae498d6
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.
usr.bin/ktrdump/ktrdump.c