summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_hhook.c
Commit message (Expand)AuthorAgeFilesLines
* Move hhook's per-vnet initialisation to an earlier SYSINIT SI_SUB stage tolstewart2013-06-151-2/+2
* Add a private KPI between hhook and khelp that allows khelp modules to insertlstewart2013-06-151-6/+9
* Internalise handling of virtualised hook points insidelstewart2013-06-151-17/+74
* Fix a major oversight in r251732 which causes non-VIMAGE kernels to trigger alstewart2013-06-141-0/+6
* Add support for non-virtualised hhook points, which are uniquely identified bylstewart2013-06-141-19/+21
* Fix a potential NULL-pointer dereference that would trigger if the hhooklstewart2013-06-141-4/+3
* Staticize malloc types.pluknet2011-04-131-2/+1
* Use the full and proper company name for Swinburne University of Technologylstewart2011-04-121-3/+3
* Fix hhook_head_is_virtualised() so that "ret" can't be used uninitialised.lstewart2011-01-111-4/+5
* Fix some minor style/readability nits in hhook.lstewart2011-01-111-6/+3
* - Introduce the Hhook (Helper Hook) KPI. The KPI is closely modelled on pfil(9),lstewart2010-12-211-0/+457
OpenPOWER on IntegriCloud