index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
subr_eventhandler.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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