Module Name: src Committed By: uebayasi Date: Fri Apr 11 17:28:24 UTC 2014
Modified Files: src/sys/kern: kern_exec.c Log Message: execve_runproc: The stack address passed to the newly execve()'ed process, via the 3rd register argument, always points to the stack base address (== minsaddr (min stack address) + ssize (stack size)). Clarify that. To generate a diff of this commit: cvs rdiff -u -r1.383 -r1.384 src/sys/kern/kern_exec.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.