Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 01/20/2008 10:15:51
Module Name:	src
Committed By:	dsl
Date:		Sun Jan 20 10:15:50 UTC 2008

Modified Files:
	src/sys/kern: kern_exec.c
	src/sys/sys: exec.h

Log Message:
Don't allocated the stackgap during exec (but do allocate 32 bytes
for 'stack grows up' systems for the _rtld interface).


To generate a diff of this commit:
cvs rdiff -r1.266 -r1.267 src/sys/kern/kern_exec.c
cvs rdiff -r1.122 -r1.123 src/sys/sys/exec.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.