| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -186/+0 |
* | Make the in-kernel logic for the SIOCSIFVNET, SIOCSIFRVNET ioctls | Bjoern A. Zeeb | 2009-07-26 | 1 | -55/+0 |
* | Introduce and use a sysinit-based initialization scheme for virtual | Robert Watson | 2009-07-23 | 1 | -205/+7 |
* | Normalize field naming for struct vnet, fix two debugging printfs that | Robert Watson | 2009-07-19 | 1 | -6/+6 |
* | Reimplement and/or implement vnet list locking by replacing a mostly | Robert Watson | 2009-07-19 | 1 | -21/+27 |
* | Remove the interim vimage containers, struct vimage and struct procg, | Jamie Gritton | 2009-07-17 | 1 | -350/+23 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -106/+13 |
* | Fix a race in vi_if_move, where a vnet is used after the prison that | Jamie Gritton | 2009-06-24 | 1 | -21/+28 |
* | Manage vnets via the jail system. If a jail is given the boolean | Jamie Gritton | 2009-06-15 | 1 | -92/+122 |
* | Introduce an infrastructure for dismantling vnet instances. | Marko Zec | 2009-06-08 | 1 | -8/+65 |
* | Introduce an interm userland-kernel API for creating vnets and | Marko Zec | 2009-05-31 | 1 | -27/+377 |
* | V_irtualize the if_clone framework, thus allowing for clonable ifnets | Marko Zec | 2009-05-23 | 1 | -0/+5 |
* | Introduce the if_vmove() function, which will be used in the future | Marko Zec | 2009-05-22 | 1 | -1/+1 |
* | Introduce a new virtualization container, provisionally named vprocg, to hold | Marko Zec | 2009-05-08 | 1 | -0/+23 |
* | Change the curvnet variable from a global const struct vnet *, | Marko Zec | 2009-05-05 | 1 | -4/+54 |
* | Permit buiding kernels with options VIMAGE, restricted to only a single | Marko Zec | 2009-04-30 | 1 | -1/+29 |
* | Extend the vnet module registration / initialization framework | Marko Zec | 2009-04-26 | 1 | -4/+73 |
* | Introduce vnet module registration / initialization framework with | Marko Zec | 2009-04-11 | 1 | -4/+140 |
* | Conditionally compile out V_ globals while instantiating the appropriate | Marko Zec | 2008-12-10 | 1 | -0/+98 |