Add the vps (virtual process space) framework for jails.
This is going to give a jail its own process space (own pids, ..).
For now add an #ifdef around various parts in kern_jail.c so that
it cannot accidentally be invoked possibly leading to a system
shutdown on jail removal.
This work is heavily derived from the "vnet" implementation.
Sponsored by: iXsystems, Inc.