Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |