summaryrefslogtreecommitdiff
path: root/sys/kern/kern_threads.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.1.1_cvscvs2svn2000-09-251-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Removed bogus casts to c_caddr_t. This is part of terminatingBruce Evans1999-01-291-2/+2
* Fix warnings related to -Wall -Wcast-qualMatthew Dillon1999-01-281-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-2/+2
* Don't forget to count context switches in yield().Bruce Evans1999-01-271-1/+3
* Wrap two macros into do { ... } while (0), and fix the way they're usedDag-Erling Smørgrav1998-12-151-2/+2
* Nitpicking and dusting performed on a train. Removes trivial warningsPoul-Henning Kamp1998-10-251-2/+2
* 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