Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Roland Dowdeswell <elric@netbsd.org>
List: source-changes
Date: 05/17/2000 00:37:13
Module Name:	basesrc
Committed By:	elric
Date:		Wed May 17 07:37:13 UTC 2000

Modified Files:
	basesrc/bin/sh: eval.c var.c var.h

Log Message:
When vforking ensure that the environment passed to exec is built before
vforking as a set of local variables which can be popped by the parent.

Addresses bin/10124.


To generate a diff of this commit:
cvs rdiff -r1.54 -r1.55 basesrc/bin/sh/eval.c
cvs rdiff -r1.23 -r1.24 basesrc/bin/sh/var.c
cvs rdiff -r1.16 -r1.17 basesrc/bin/sh/var.h

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