git: Adjust ktrdump(8) for the ktr(4) changes
    Aggelos Economopoulos 
    aggelos at crater.dragonflybsd.org
       
    Fri Dec 30 09:22:23 PST 2011
    
    
  
commit 46fa8782c316f2c3298c08caea405a593fed066c
Author: Aggelos Economopoulos <aoiko at 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
    
    
More information about the Commits
mailing list