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

git: kernel - Add suword32 and fix argc/envc initialization


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 22 Dec 2011 11:43:05 -0800 (PST)

commit 3f938eeac735dccca4437673b2989601cec499ff
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Thu Dec 22 11:30:41 2011 -0800

    kernel - Add suword32 and fix argc/envc initialization
    
    * Add suword32() for cases where we want to write out a word and not a long.
    
    * argc and envc are integers, not longs.
    
    * Change has no effect on intel/amd boxes

Summary of changes:
 sys/kern/kern_exec.c               |    4 ++--
 sys/platform/pc32/i386/support.s   |   24 ++++++++++++++++++++++--
 sys/platform/pc64/x86_64/support.s |    6 ++++++
 sys/sys/systm.h                    |    1 +
 4 files changed, 31 insertions(+), 4 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3f938eeac735dccca4437673b2989601cec499ff


-- 
DragonFly BSD source repository



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