aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_vimage.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a race in vi_if_move, where a vnet is used after the prison thatJamie Gritton2009-06-241-21/+28
* Manage vnets via the jail system. If a jail is given the booleanJamie Gritton2009-06-151-92/+122
* Introduce an infrastructure for dismantling vnet instances.Marko Zec2009-06-081-8/+65
* Introduce an interm userland-kernel API for creating vnets andMarko Zec2009-05-311-27/+377
* V_irtualize the if_clone framework, thus allowing for clonable ifnetsMarko Zec2009-05-231-0/+5
* Introduce the if_vmove() function, which will be used in the futureMarko Zec2009-05-221-1/+1
* Introduce a new virtualization container, provisionally named vprocg, to holdMarko Zec2009-05-081-0/+23
* Change the curvnet variable from a global const struct vnet *,Marko Zec2009-05-051-4/+54
* Permit buiding kernels with options VIMAGE, restricted to only a singleMarko Zec2009-04-301-1/+29
* Extend the vnet module registration / initialization frameworkMarko Zec2009-04-261-4/+73
* Introduce vnet module registration / initialization framework withMarko Zec2009-04-111-4/+140
* Conditionally compile out V_ globals while instantiating the appropriateMarko Zec2008-12-101-0/+98