aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_hhook.c
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicated empty lines from kern/*.cMateusz Guzik2020-01-301-1/+0
* sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Get closer to a VIMAGE network stack teardown from top to bottom ratherBjoern A. Zeeb2016-06-211-2/+2
* Check that hhk_helper pointer isn't NULL before access.Andrey V. Elsukov2015-11-251-1/+2
* Move hhook's per-vnet initialisation to an earlier SYSINIT SI_SUB stage toLawrence Stewart2013-06-151-2/+2
* Add a private KPI between hhook and khelp that allows khelp modules to insertLawrence Stewart2013-06-151-6/+9
* Internalise handling of virtualised hook points insideLawrence Stewart2013-06-151-17/+74
* Fix a major oversight in r251732 which causes non-VIMAGE kernels to trigger aLawrence Stewart2013-06-141-0/+6
* Add support for non-virtualised hhook points, which are uniquely identified byLawrence Stewart2013-06-141-19/+21
* Fix a potential NULL-pointer dereference that would trigger if the hhookLawrence Stewart2013-06-141-4/+3
* Staticize malloc types.Sergey Kandaurov2011-04-131-2/+1
* Use the full and proper company name for Swinburne University of TechnologyLawrence Stewart2011-04-121-3/+3
* Fix hhook_head_is_virtualised() so that "ret" can't be used uninitialised.Lawrence Stewart2011-01-111-4/+5
* Fix some minor style/readability nits in hhook.Lawrence Stewart2011-01-111-6/+3
* - Introduce the Hhook (Helper Hook) KPI. The KPI is closely modelled on pfil(9),Lawrence Stewart2010-12-211-0/+457