Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc
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.
Home |
Main Index |
Thread Index |
Old Index