Correct bugs introduced in the last syscall separation commit. The
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 16 Nov 2003 02:37:39 +0000 (02:37 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 16 Nov 2003 02:37:39 +0000 (02:37 +0000)
commit2abfe22f03af4cacd9f2c825cc5aad90b52bce83
treebf396b5305f56db74af9d525fd5a5c0b3ef882cb
parent006bcfbdabf7e94053ecdf06d0f81c052570ef2b
Correct bugs introduced in the last syscall separation commit.  The
argument list for shell scripts was not being properly rewritten, corrupting
the argv list and environment.
sys/kern/imgact_shell.c
sys/kern/kern_exec.c