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

DragonFly-2.3.1.168.gae59b master usr.bin/kdump kdump.c


From: Stathis Kamperis <beket@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 5 Jun 2009 13:37:59 -0700 (PDT)

commit ae59b38c8c8336d52382b3188b8f5bd4fbc2c733
Author: Stathis Kamperis <beket@dragonflybsd.org>
Date:   Fri Jun 5 23:25:07 2009 +0300

    kdump(1): Fix add hoc translation for setpriority.
    
    kdump was translating the wrong argument (third instead of first).
    
    Before patch:  CALL  setpriority(0,0x2bc3,<invalid=10>)
    After  patch:  CALL  setpriority(PRIO_PROCESS,0x2bc3,0xa)

Summary of changes:
 usr.bin/kdump/kdump.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ae59b38c8c8336d52382b3188b8f5bd4fbc2c733


-- 
DragonFly BSD source repository



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