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_taskqueue.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
If we fail to write to a vnode during a ktrace write, then we drop all
jhb
2002-08-01
1
-0
/
+1
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-2
/
+2
*
Change the preemption code for software interrupt thread schedules and
jhb
2002-01-05
1
-1
/
+1
*
- Change the taskqueue locking to protect the necessary parts of a task
jhb
2001-10-26
1
-36
/
+7
*
Add locking to taskqueues. There is one mutex per task, one mutex per
jhb
2001-10-26
1
-34
/
+80
*
remove include of ipl.h because it no longer exists
alfred
2001-05-16
1
-1
/
+0
*
- Catch up to the new swi API changes:
jhb
2001-02-09
1
-4
/
+4
*
Staticize some malloc M_ instances.
phk
2000-12-08
1
-1
/
+1
*
- Overhaul the software interrupt code to use interrupt threads for each
jhb
2000-10-25
1
-3
/
+6
*
- Heavyweight interrupt threads on the alpha for device I/O interrupts.
jhb
2000-10-05
1
-1
/
+1
*
- Remove the inthand2_t type and use the equivalent driver_intr_t type from
jhb
2000-09-13
1
-0
/
+1
*
Modify to use fixed STAILQ_LAST().
hsu
2000-08-03
1
-1
/
+1
*
Add taskqueue system for easy-to-use SWIs among other things.
dfr
2000-05-28
1
-0
/
+203