summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_taskqueue.c
Commit message (Expand)AuthorAgeFilesLines
* 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