summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_taskqueue.c
Commit message (Expand)AuthorAgeFilesLines
* If we fail to write to a vnode during a ktrace write, then we drop alljhb2002-08-011-0/+1
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-2/+2
* Change the preemption code for software interrupt thread schedules andjhb2002-01-051-1/+1
* - Change the taskqueue locking to protect the necessary parts of a taskjhb2001-10-261-36/+7
* Add locking to taskqueues. There is one mutex per task, one mutex perjhb2001-10-261-34/+80
* remove include of ipl.h because it no longer existsalfred2001-05-161-1/+0
* - Catch up to the new swi API changes:jhb2001-02-091-4/+4
* Staticize some malloc M_ instances.phk2000-12-081-1/+1
* - Overhaul the software interrupt code to use interrupt threads for eachjhb2000-10-251-3/+6
* - Heavyweight interrupt threads on the alpha for device I/O interrupts.jhb2000-10-051-1/+1
* - Remove the inthand2_t type and use the equivalent driver_intr_t type fromjhb2000-09-131-0/+1
* Modify to use fixed STAILQ_LAST().hsu2000-08-031-1/+1
* Add taskqueue system for easy-to-use SWIs among other things.dfr2000-05-281-0/+203
OpenPOWER on IntegriCloud