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

看板DFBSD_commit作者時間14年前 (2011/12/28 02:05), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1E-WZhWw (DFBSD_commit)