summaryrefslogtreecommitdiffstats
path: root/sys/net/vnet.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-111-1/+0
* MfP4 CH=185246 [1]:bz2011-01-091-0/+2
* After some off-list discussion, revert a number of changes to thedim2010-11-221-1/+1
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-141-1/+1
* Add an extra comment to the SDT probes definition. This allows us to getrpaulo2010-08-221-5/+9
* Fix an issue with the dynamic pcpu/vnet data allocators.bz2010-05-141-1/+1
* Move two copies of the same definition to a common include file.julian2010-04-141-9/+0
* Split eventhandler_register() into an internal part and a wrapper functionbz2010-03-191-0/+39
* Add DDB support for printing vnet_sysinit and vnet_sysuninitbz2010-02-091-0/+63
* Add an SDT provider for "vnet"s along with probes for vnet_allocbz2010-02-091-0/+14
* Instead of spamming the console on each curvnet recursion event, printzec2010-02-041-0/+71
* Introduce a separate sx lock for protecting lists of vnet sysinitzec2009-08-281-20/+26
* Update DDB show vnet command to print all used and available information.bz2009-08-121-7/+13
* The colour was red as shall be the letters of this warning to people uponrwatson2009-08-011-0/+4
* Minor style tweaks.rwatson2009-08-011-17/+16
* Make the vnet alloc/destroy paths a bit easier to followg by mergingrwatson2009-08-011-34/+20
* Remove vnet_foreach() utility function, which previously allowedrwatson2009-08-011-29/+6
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-2/+172
* Reorder and recomment vnet.c and vnet.h on the basis that they are no longerrwatson2009-07-301-5/+14
* Introduce and use a sysinit-based initialization scheme for virtualrwatson2009-07-231-0/+142
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-0/+341
OpenPOWER on IntegriCloud