git: ktrdump - Parse format string manually, implement %s

看板DFBSD_commit作者時間16年前 (2009/12/20 11:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 08cca2358c1409e9ce37636b8942ca1060d4e2b8 Author: Matthew Dillon <dillon@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
文章代碼(AID): #1BBPDquZ (DFBSD_commit)