aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/eventhandler.h
Commit message (Expand)AuthorAgeFilesLines
* Use sx locks rather than lockmgr locks for eventhandlers.Alfred Perlstein2002-04-021-13/+10
* Remove __PAlfred Perlstein2002-03-191-2/+2
* KSE Milestone 2Julian Elischer2001-09-121-4/+4
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-1/+8
* - Convert the per-eventhandler list mutex to a lockmgr lock so that it canJohn Baldwin2000-12-121-10/+8
* Only hold the mutex for an eventhandler list while the list is being accessed.John Baldwin2000-11-141-3/+5
* - Make the eventhandler_mutex mutex a private variable inJohn Baldwin2000-10-251-4/+3
* Catch up to moving headers:John Baldwin2000-10-201-1/+1
* Change the way that eventhandler lists are processed so that an eventMike Smith2000-10-091-5/+9
* Fix EVENTHANDLER_FAST_DEREGISTERMike Smith2000-10-021-1/+1
* Don't include proc.h now that mutex.h does it for us.Mike Smith2000-09-231-1/+0
* Make the EVENTHANDLER mechanism MP-safe. Events can now be invokedMike Smith2000-09-221-27/+46
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-3/+3
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-3/+3
* Fixed pedantic syntax errors caused by a trailing semicolon in theBruce Evans2000-01-161-7/+10
* Remove the unused 'func' arguments to the deregistration functions.Mike Smith2000-01-051-4/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add a missing underscore that made EVENTHANDLER_FAST_INVOKE broken.Brian Feldman1999-08-221-2/+2
* Implement a new generic mechanism for attaching handler functions toMike Smith1999-08-211-0/+155