summaryrefslogtreecommitdiff
path: root/sys/kern/kern_threads.c
Commit message (Expand)AuthorAgeFilesLines
* Correct sleep priority.John Dyson1998-06-021-2/+2
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-301-5/+2
* Removed a stale comment and staler code.Bruce Evans1998-02-251-8/+1
* Remove a bunch of variables which were unused both in GENERIC and LINT.Poul-Henning Kamp1997-11-071-2/+2
* Move the "retval" (3rd) parameter from all syscall functions and putPoul-Henning Kamp1997-11-061-10/+10
* Removed unused #includes.Bruce Evans1997-09-021-13/+1
* This is an upgrade so that the kernel supports the AIO calls fromJohn Dyson1997-07-061-18/+26
* Add initial AIO/LIO kernel thread support files. This is preliminary, andJohn Dyson1997-06-161-0/+168