vkernel(7) - Permit multiple -e options to pass environment variables
authorAntonio Huete Jimenez <tuxillo@quantumachine.net>
Tue, 9 Aug 2011 19:34:35 +0000 (21:34 +0200)
committerAntonio Huete Jimenez <tuxillo@quantumachine.net>
Tue, 9 Aug 2011 19:37:23 +0000 (21:37 +0200)
commit974f8ffe3d91716d473a091dad46941d375d6f50
tree87f680b03b023ed97091583cee3c1130b5f81f04
parent7529a5cca236f3dd8113a5f08122d60f0cddc0c3
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.
share/man/man7/vkernel.7
sys/platform/vkernel/platform/init.c
sys/platform/vkernel64/platform/init.c