aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_khelp.c
Commit message (Expand)AuthorAgeFilesLines
* sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Cleanup and simplification in khelp_{register|deregister}_helper(). NoLawrence Stewart2013-06-151-24/+18
* Add a private KPI between hhook and khelp that allows khelp modules to insertLawrence Stewart2013-06-151-95/+31
* Internalise handling of virtualised hook points insideLawrence Stewart2013-06-151-40/+11
* Use the full and proper company name for Swinburne University of TechnologyLawrence Stewart2011-04-121-3/+3
* - Introduce the Hhook (Helper Hook) KPI. The KPI is closely modelled on pfil(9),Lawrence Stewart2010-12-211-0/+471