summaryrefslogtreecommitdiff
path: root/sys/kern/kern_idle.c
Commit message (Expand)AuthorAgeFilesLines
...
* - Heavyweight interrupt threads on the alpha for device I/O interrupts.John Baldwin2000-10-051-2/+1
* Create an event (idle_event) which is invoked every time around theMike Smith2000-09-221-0/+7
* Remove some commented out cruft.John Baldwin2000-09-151-7/+0
* - Add a new process flag P_NOLOAD that marks a process that should beJohn Baldwin2000-09-151-0/+1
* Idle processes are always runnable, so let them state at SRUN.John Baldwin2000-09-151-2/+1
* Major update to the way synchronization is done in the kernel. HighlightsJason Evans2000-09-071-0/+108