| Commit message (Expand) | Author | Age | Files | Lines |
* | Split eventhandler_register() into an internal part and a wrapper function | bz | 2010-03-19 | 1 | -17/+54 |
* | If the runcount is non-zero in eventhandler_deregister() then one or more | thompsa | 2009-12-17 | 1 | -4/+7 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | rwatson | 2008-03-16 | 1 | -1/+1 |
* | eliminate potential null deref | sam | 2005-02-23 | 1 | -1/+0 |
* | Use 'const char *' for a few prototypes. | jkoshy | 2004-12-06 | 1 | -4/+4 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | Rework the eventhandler locking for hopefully the last time. The scheme | jhb | 2003-03-11 | 1 | -41/+108 |
* | Wrap a line longer than 80 characters. | mux | 2002-07-19 | 1 | -2/+2 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -1/+1 |
* | Avoid a lock order reversal by dropping the eventhandler_mutex earlier. | alfred | 2002-04-04 | 1 | -2/+1 |
* | Use sx locks rather than lockmgr locks for eventhandlers. | alfred | 2002-04-02 | 1 | -5/+6 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -4/+4 |
* | Don't try to find an eventhandler list if the list of lists hasn't | jake | 2001-07-31 | 1 | -0/+3 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -0/+1 |
* | Catch up to header include changes: | jhb | 2001-03-28 | 1 | -0/+1 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 1 | -6/+6 |
* | Implement MTX_RECURSE flag for mtx_init(). | bmilekic | 2001-01-19 | 1 | -1/+1 |
* | - Convert the per-eventhandler list mutex to a lockmgr lock so that it can | jhb | 2000-12-12 | 1 | -11/+20 |
* | Staticize some malloc M_ instances. | phk | 2000-12-08 | 1 | -1/+1 |
* | - Make the eventhandler_mutex mutex a private variable in | jhb | 2000-10-25 | 1 | -0/+1 |
* | Make the EVENTHANDLER mechanism MP-safe. Events can now be invoked | msmith | 2000-09-22 | 1 | -3/+21 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -1/+1 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -1/+1 |
* | Commit the remaining part of PR14914: | phk | 1999-11-16 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Implement a new generic mechanism for attaching handler functions to | msmith | 1999-08-21 | 1 | -0/+140 |