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
/
kern
/
kern_hhook.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move hhook's per-vnet initialisation to an earlier SYSINIT SI_SUB stage to
lstewart
2013-06-15
1
-2
/
+2
*
Add a private KPI between hhook and khelp that allows khelp modules to insert
lstewart
2013-06-15
1
-6
/
+9
*
Internalise handling of virtualised hook points inside
lstewart
2013-06-15
1
-17
/
+74
*
Fix a major oversight in r251732 which causes non-VIMAGE kernels to trigger a
lstewart
2013-06-14
1
-0
/
+6
*
Add support for non-virtualised hhook points, which are uniquely identified by
lstewart
2013-06-14
1
-19
/
+21
*
Fix a potential NULL-pointer dereference that would trigger if the hhook
lstewart
2013-06-14
1
-4
/
+3
*
Staticize malloc types.
pluknet
2011-04-13
1
-2
/
+1
*
Use the full and proper company name for Swinburne University of Technology
lstewart
2011-04-12
1
-3
/
+3
*
Fix hhook_head_is_virtualised() so that "ret" can't be used uninitialised.
lstewart
2011-01-11
1
-4
/
+5
*
Fix some minor style/readability nits in hhook.
lstewart
2011-01-11
1
-6
/
+3
*
- Introduce the Hhook (Helper Hook) KPI. The KPI is closely modelled on pfil(9),
lstewart
2010-12-21
1
-0
/
+457