| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge r261590, r261592 from head: | glebius | 2014-03-04 | 1 | -41/+0 |
* | MFC r258675: Fix build. | pluknet | 2014-01-18 | 1 | -1/+1 |
* | MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE | avg | 2014-01-17 | 1 | -5/+5 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 1 | -3/+4 |
* | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | jhb | 2011-01-11 | 1 | -1/+0 |
* | MfP4 CH=185246 [1]: | bz | 2011-01-09 | 1 | -0/+2 |
* | After some off-list discussion, revert a number of changes to the | dim | 2010-11-22 | 1 | -1/+1 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | dim | 2010-11-14 | 1 | -1/+1 |
* | Add an extra comment to the SDT probes definition. This allows us to get | rpaulo | 2010-08-22 | 1 | -5/+9 |
* | Fix an issue with the dynamic pcpu/vnet data allocators. | bz | 2010-05-14 | 1 | -1/+1 |
* | Move two copies of the same definition to a common include file. | julian | 2010-04-14 | 1 | -9/+0 |
* | Split eventhandler_register() into an internal part and a wrapper function | bz | 2010-03-19 | 1 | -0/+39 |
* | Add DDB support for printing vnet_sysinit and vnet_sysuninit | bz | 2010-02-09 | 1 | -0/+63 |
* | Add an SDT provider for "vnet"s along with probes for vnet_alloc | bz | 2010-02-09 | 1 | -0/+14 |
* | Instead of spamming the console on each curvnet recursion event, print | zec | 2010-02-04 | 1 | -0/+71 |
* | Introduce a separate sx lock for protecting lists of vnet sysinit | zec | 2009-08-28 | 1 | -20/+26 |
* | Update DDB show vnet command to print all used and available information. | bz | 2009-08-12 | 1 | -7/+13 |
* | The colour was red as shall be the letters of this warning to people upon | rwatson | 2009-08-01 | 1 | -0/+4 |
* | Minor style tweaks. | rwatson | 2009-08-01 | 1 | -17/+16 |
* | Make the vnet alloc/destroy paths a bit easier to followg by merging | rwatson | 2009-08-01 | 1 | -34/+20 |
* | Remove vnet_foreach() utility function, which previously allowed | rwatson | 2009-08-01 | 1 | -29/+6 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -2/+172 |
* | Reorder and recomment vnet.c and vnet.h on the basis that they are no longer | rwatson | 2009-07-30 | 1 | -5/+14 |
* | Introduce and use a sysinit-based initialization scheme for virtual | rwatson | 2009-07-23 | 1 | -0/+142 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -0/+341 |