git: kernel - Add suword32 and fix argc/envc initialization
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Dec 22 11:44:02 PST 2011
commit 3f938eeac735dccca4437673b2989601cec499ff
Author: Matthew Dillon <dillon at 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
More information about the Commits
mailing list