Module Name: src Committed By: uebayasi Date: Tue Apr 15 16:13:04 UTC 2014
Modified Files: src/sys/kern: kern_exec.c Log Message: execve_runproc: Simplify &argc address calc. The set of (argc, argv, ...) is located just "behind" the initial SP. SHRINK, then ALLOC, and you get &argc. To generate a diff of this commit: cvs rdiff -u -r1.396 -r1.397 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.