summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_eventhandler.c
Commit message (Expand)AuthorAgeFilesLines
* Split eventhandler_register() into an internal part and a wrapper functionbz2010-03-191-17/+54
* If the runcount is non-zero in eventhandler_deregister() then one or morethompsa2009-12-171-4/+7
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-161-1/+1
* eliminate potential null derefsam2005-02-231-1/+0
* Use 'const char *' for a few prototypes.jkoshy2004-12-061-4/+4
* Use __FBSDID().obrien2003-06-111-2/+3
* Rework the eventhandler locking for hopefully the last time. The schemejhb2003-03-111-41/+108
* Wrap a line longer than 80 characters.mux2002-07-191-2/+2
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* Avoid a lock order reversal by dropping the eventhandler_mutex earlier.alfred2002-04-041-2/+1
* Use sx locks rather than lockmgr locks for eventhandlers.alfred2002-04-021-5/+6
* KSE Milestone 2julian2001-09-121-4/+4
* Don't try to find an eventhandler list if the list of lists hasn'tjake2001-07-311-0/+3
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-0/+1
* Catch up to header include changes:jhb2001-03-281-0/+1
* Change and clean the mutex lock interface.bmilekic2001-02-091-6/+6
* Implement MTX_RECURSE flag for mtx_init().bmilekic2001-01-191-1/+1
* - Convert the per-eventhandler list mutex to a lockmgr lock so that it canjhb2000-12-121-11/+20
* Staticize some malloc M_ instances.phk2000-12-081-1/+1
* - Make the eventhandler_mutex mutex a private variable injhb2000-10-251-0/+1
* Make the EVENTHANDLER mechanism MP-safe. Events can now be invokedmsmith2000-09-221-3/+21
* Back out the previous change to the queue(3) interface.jake2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-1/+1
* Commit the remaining part of PR14914:phk1999-11-161-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Implement a new generic mechanism for attaching handler functions tomsmith1999-08-211-0/+140
OpenPOWER on IntegriCloud