summaryrefslogtreecommitdiffstats
path: root/sys/sys/eventhandler.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make the EVENTHANDLER mechanism MP-safe. Events can now be invokedmsmith2000-09-221-27/+46
* Back out the previous change to the queue(3) interface.jake2000-05-261-3/+3
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-3/+3
* Fixed pedantic syntax errors caused by a trailing semicolon in thebde2000-01-161-7/+10
* Remove the unused 'func' arguments to the deregistration functions.msmith2000-01-051-4/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add a missing underscore that made EVENTHANDLER_FAST_INVOKE broken.green1999-08-221-2/+2
* Implement a new generic mechanism for attaching handler functions tomsmith1999-08-211-0/+155
OpenPOWER on IntegriCloud