看板 DFBSD_commit 關於我們 聯絡資訊
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