summaryrefslogtreecommitdiff
path: root/sys/kern/kern_synch.c
Commit message (Expand)AuthorAgeFilesLines
* MFC:Julian Elischer1997-08-181-8/+10
* MFC:Julian Elischer1997-08-131-1/+8
* MFC: match rev 1.33Julian Elischer1997-08-081-2/+26
* YAMFC (1.30: wrapped mi_switch() with splstatclock()/splx()).Bruce Evans1997-03-131-1/+22
* Make processes waken up eligible for immediate swap-in.John Dyson1996-10-171-2/+6
* Remove the code that renices +4 a process that has had 10 minutes ofGary Palmer1996-09-221-7/+2
* Change an splstatclock that should be an splhigh into an splhigh.David Greenman1996-09-011-2/+2
* Fixed a stale comment.Bruce Evans1996-08-281-2/+2
* Changed wakeup_one() to continue looping, possibly waking up additionalDavid Greenman1996-07-311-8/+5
* Converted timer/run queues to 4.4BSD queue style. Removed old and unusedDavid Greenman1996-07-311-104/+72
* Don't generate code for the unused function sleep().Bruce Evans1996-04-071-1/+3
* Merge in Lite2: proc LIST changesJeffrey Hsu1996-03-111-4/+8
* Improved killproc() log message and made it and the other similar messageDavid Greenman1996-01-311-2/+2
* Converted two options over to the new scheme: USER_LDT and KTRACE.Garrett Wollman1996-01-031-1/+3
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+4
* Completed function declarations and/or added prototypes.Bruce Evans1995-12-021-2/+3
* Finished (?) cleaning up sysinit stuff.Bruce Evans1995-12-021-10/+3
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofDavid Greenman1995-09-091-4/+4
* Reviewed by: julian with quick glances by bruce and othersJulian Elischer1995-08-281-3/+15
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-4/+3
* Don't mess with already freed structures when a process is being runDavid Greenman1994-12-121-13/+15
* Removed references to bclnlist which we don't use/support/need.David Greenman1994-10-181-3/+1
* All of this is cosmetic. prototypes, #includes, printfs and so on. MakesPoul-Henning Kamp1994-10-021-5/+7
* "idle priority" support. Based on code from Henrik Vestergaard Draboel,David Greenman1994-10-021-2/+3
* While in the real world, I had a bad case of being swapped out for a lot ofPoul-Henning Kamp1994-09-251-2/+2
* Realtime priority scheduling support.David Greenman1994-09-011-6/+12
* Added $Id$David Greenman1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+666