git: kernel - cleanup and some KTR work for x86_64
Matthew Dillon
dillon at crater.dragonflybsd.org
Sun Sep 19 08:58:01 PDT 2010
commit 4afe74da8355aa980815090e96abc447d49f4f66
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sun Sep 19 08:54:37 2010 -0700
kernel - cleanup and some KTR work for x86_64
* Make the KTR option compile for x86_64 builds. It's very expensive still
and not recommended due to the way x86_64 handles va_args.
* On the userland side do not attempt vprintf the va_args yet in the
ktrdump code, right now it just crashes.
* Cleanup some kprintfs
Summary of changes:
sys/kern/kern_event.c | 6 ++----
sys/kern/kern_ktr.c | 2 ++
sys/platform/pc64/x86_64/trap.c | 2 +-
usr.bin/ktrdump/ktrdump.c | 13 ++++++++++++-
4 files changed, 17 insertions(+), 6 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4afe74da8355aa980815090e96abc447d49f4f66
--
DragonFly BSD source repository
More information about the Commits
mailing list