aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_vimage.c
Commit message (Expand)AuthorAgeFilesLines
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-186/+0
* Make the in-kernel logic for the SIOCSIFVNET, SIOCSIFRVNET ioctlsBjoern A. Zeeb2009-07-261-55/+0
* Introduce and use a sysinit-based initialization scheme for virtualRobert Watson2009-07-231-205/+7
* Normalize field naming for struct vnet, fix two debugging printfs thatRobert Watson2009-07-191-6/+6
* Reimplement and/or implement vnet list locking by replacing a mostlyRobert Watson2009-07-191-21/+27
* Remove the interim vimage containers, struct vimage and struct procg,Jamie Gritton2009-07-171-350/+23
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-106/+13
* 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