DragonFly BSD
DragonFly commits List (threaded) for 2011-12
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: Adjust ktrdump(8) for the ktr(4) changes


From: Aggelos Economopoulos <aggelos@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 30 Dec 2011 09:22:23 -0800 (PST)

commit 46fa8782c316f2c3298c08caea405a593fed066c
Author: Aggelos Economopoulos <aoiko@cc.ece.ntua.gr>
Date:   Fri Dec 30 05:44:21 2011 -0800

    Adjust ktrdump(8) for the ktr(4) changes
    
    - On i386, we need to extend logged integers to be at least
      int-sized like vprintf expects.
    - On x86_64, we unpack the logged arguments into a va_list according
      to the x86_64 ABI rules and then pass it to kvprintf.

Summary of changes:
 usr.bin/ktrdump/ktrdump.c |  300 +++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 289 insertions(+), 11 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/46fa8782c316f2c3298c08caea405a593fed066c


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]