summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_threads.c
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-2/+2
* Don't forget to count context switches in yield().bde1999-01-271-1/+3
* Wrap two macros into do { ... } while (0), and fix the way they're useddes1998-12-151-2/+2
* Nitpicking and dusting performed on a train. Removes trivial warningsphk1998-10-251-2/+2
* Correct sleep priority.dyson1998-06-021-2/+2
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-5/+2
* Removed a stale comment and staler code.bde1998-02-251-8/+1
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-2/+2
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-10/+10
* Removed unused #includes.bde1997-09-021-13/+1
* This is an upgrade so that the kernel supports the AIO calls fromdyson1997-07-061-18/+26
* Add initial AIO/LIO kernel thread support files. This is preliminary, anddyson1997-06-161-0/+168
OpenPOWER on IntegriCloud