summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/ithread.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup some leftover lint from the old interrupt system.peter2000-12-041-26/+2
* Assert that Giant is not owned during the main loop of ithd_loop().jhb2000-11-151-0/+1
* - Overhaul the software interrupt code to use interrupt threads for eachjhb2000-10-251-7/+7
* Actually harvest interrupt threads when the last handler is removed from ajhb2000-10-201-2/+15
* - Heavyweight interrupt threads on the alpha for device I/O interrupts.jhb2000-10-051-158/+8
* - Add a new process flag P_NOLOAD that marks a process that should bejhb2000-09-151-0/+1
* Check to see if we actually have an interrupt descriptor and an interruptjhb2000-09-151-0/+21
* - Remove the inthand2_t type and use the equivalent driver_intr_t type fromjhb2000-09-131-8/+8
* Don't panic for delivery of a multiplexed SWI. Most SWI handlersbde2000-09-121-1/+4
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-0/+353
OpenPOWER on IntegriCloud