summaryrefslogtreecommitdiffstats
path: root/sys/sys/eventhandler.h
Commit message (Expand)AuthorAgeFilesLines
* Fix heimdal KDC-REP service name validation vulnerability [SA-17:05]delphij2017-07-121-0/+7
* MFC r277796: hook userland threads suspend + resume into acpi suspend codeavg2015-05-111-0/+1
* MFC 259016,259019,259049,259071,259102,259110,259129,259130,259178,259179,jhb2014-03-061-0/+7
* Rename the kld_unload event handler to kld_unload_try, and add a newmarkj2013-08-241-1/+3
* Use kld_{load,unload} instead of mod_{load,unload} for the linker file loadmarkj2013-08-141-5/+5
* Add event handlers for module load and unload events. The load handlers aremarkj2013-08-131-0/+7
* Add vfs_mounted and vfs_unmounted events so that components can be informedmarcel2013-07-101-1/+11
* Base the mbuf related limits on the available physical memory orandre2012-11-271-0/+1
* Add event handlers for (ACPI) suspend/resume events. Suspend event handlersjkim2011-04-141-0/+5
* Extend struct sysvec with new method sv_schedtail, which is used for andchagin2011-03-081-2/+0
* I added vfs_lowvnodes event, but it was only used for a short while and nowpjd2010-05-111-4/+0
* Split eventhandler_register() into an internal part and a wrapper functionbz2010-03-191-0/+16
* Merge projects/enhanced_coredumps (r204346) into HEAD:alfred2010-03-021-0/+13
* rev bpf attach/detach event api to include the dltsam2009-05-251-1/+2
* add bpf_track eventhandler for monitoring bpf taps attached/detachedsam2009-05-181-0/+5
* Add an event handler to the vlan driver so the NIC driverjfv2008-07-141-0/+7
* o add a mountroot event handler that fires when / is mounted; this informationsam2008-04-081-0/+4
* Revert previous change - it appears that the limit I was hitting was asobomax2008-03-191-1/+0
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-161-1/+1
* Properly set size of the file_zone to match kern.maxfiles parameter.sobomax2008-03-161-0/+1
* - Adds event handlers for process_ctor,process_dtor, process_init,rrs2007-11-151-1/+18
* When we are running low on vnodes, there is currently no way to ask otherpjd2007-04-131-0/+4
* Add an interface for drivers to be notified of changes to CPU frequency.njl2007-03-261-0/+11
* - Change process_exec function handlers prototype to include structnetchild2006-08-151-1/+5
* Allow for nmbclusters and maxsockets to be increased via sysctl.ps2006-04-211-0/+3
* Use 'const char *' for a few prototypes.jkoshy2004-12-061-2/+2
* Make the process_exit eventhandler run without Giant. Add Giant hookspeter2004-03-141-2/+2
* Move the process_fork event out from under Giant. This one is easy,peter2004-03-141-1/+5
* Move the "fast" but unused eventhandlers to pasture. They're in thephk2004-03-011-52/+0
* Oops, SHUTDOWN_PRI_LAST should be EVENTHANDLER_PRI_LAST, notjhb2003-03-241-1/+1
* Replace the at_fork, at_exec, and at_exit functions with the slightly morejhb2003-03-241-0/+11
* Define some generic eventhandler priorities for use with eventhandlers andjhb2003-03-241-6/+11
* Rework the eventhandler locking for hopefully the last time. The schemejhb2003-03-111-43/+62
* - Add an event that is triggered when the system is low on memory. This isjeff2002-11-211-0/+4
* Convert macros with variadic arguments from GNU format to ISO 9X.markm2002-07-151-4/+4
* The previous ANSIfication did not take into account upgrade-buildsmarkm2002-05-241-4/+4
* ANSIfy variable-argument macros.markm2002-05-231-4/+4
* Whitespace only; fix indentation.markm2002-05-231-3/+3
* Stylify, fix tabs.markm2002-04-211-70/+70
* Use sx locks rather than lockmgr locks for eventhandlers.alfred2002-04-021-13/+10
* Remove __Palfred2002-03-191-2/+2
* KSE Milestone 2julian2001-09-121-4/+4
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-1/+8
* - Convert the per-eventhandler list mutex to a lockmgr lock so that it canjhb2000-12-121-10/+8
* Only hold the mutex for an eventhandler list while the list is being accessed.jhb2000-11-141-3/+5
* - Make the eventhandler_mutex mutex a private variable injhb2000-10-251-4/+3
* Catch up to moving headers:jhb2000-10-201-1/+1
* Change the way that eventhandler lists are processed so that an eventmsmith2000-10-091-5/+9
* Fix EVENTHANDLER_FAST_DEREGISTERmsmith2000-10-021-1/+1
* Don't include proc.h now that mutex.h does it for us.msmith2000-09-231-1/+0
OpenPOWER on IntegriCloud