index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
net
/
vnet.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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