DragonFly commits List (threaded) for 2011-08
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: vkernel(7) - Permit multiple -e options to pass environment variables to the virtual kernel environment.
commit 974f8ffe3d91716d473a091dad46941d375d6f50
Author: Antonio Huete Jimenez <tuxillo@quantumachine.net>
Date: Tue Aug 9 21:34:35 2011 +0200
vkernel(7) - Permit multiple -e options to pass environment variables
to the virtual kernel environment.
* kern_envp is a zero-separated string which ends with two zero chars.
Now every -e option is added to kern_envp so that when the kenv_init
parses the static envirorment it can process it properly.
Summary of changes:
share/man/man7/vkernel.7 | 3 ++-
sys/platform/vkernel/platform/init.c | 27 +++++++++++++++++++++++++--
sys/platform/vkernel64/platform/init.c | 27 +++++++++++++++++++++++++--
3 files changed, 52 insertions(+), 5 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/974f8ffe3d91716d473a091dad46941d375d6f50
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]