summaryrefslogtreecommitdiff
path: root/sys/kern/subr_eventhandler.c
Commit message (Expand)AuthorAgeFilesLines
* Catch up to header include changes:John Baldwin2001-03-281-0/+1
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-6/+6
* Implement MTX_RECURSE flag for mtx_init().Bosko Milekic2001-01-191-1/+1
* - Convert the per-eventhandler list mutex to a lockmgr lock so that it canJohn Baldwin2000-12-121-11/+20
* Staticize some malloc M_ instances.Poul-Henning Kamp2000-12-081-1/+1
* - Make the eventhandler_mutex mutex a private variable inJohn Baldwin2000-10-251-0/+1
* Make the EVENTHANDLER mechanism MP-safe. Events can now be invokedMike Smith2000-09-221-3/+21
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-1/+1
* Commit the remaining part of PR14914:Poul-Henning Kamp1999-11-161-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Implement a new generic mechanism for attaching handler functions toMike Smith1999-08-211-0/+140