Subject: CVS commit: syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 07/30/2001 00:22:42
Module Name: syssrc
Committed By: christos
Date: Sun Jul 29 21:22:42 UTC 2001
Modified Files:
syssrc/sys/kern: kern_exec.c
Log Message:
- make copyargs function return the reason it failed and pass a pointer to
the stack, so that it can be modified.
- pass the error code in the exit code in addition to aborting.
- kill the second exit1() call; it does not make any sense.
To generate a diff of this commit:
cvs rdiff -r1.143 -r1.144 syssrc/sys/kern/kern_exec.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.