summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_synch.c
Commit message (Expand)AuthorAgeFilesLines
* init_main.c subr_autoconf.c:gibbs1997-09-211-3/+4
* Removed unused #includes.bde1997-09-021-5/+1
* #include <machine/limits.h> explicitly in the few places that it is required.bde1997-08-211-1/+2
* Take verbal beating by wollman into account and fix DIAGNOSTIC test.julian1997-08-181-11/+10
* Dejulianize DIAGNOSTIC panic code. The types are wrong; probably there'swollman1997-08-161-4/+6
* add a diagnostic to catch some common cases of tsleep beingjulian1997-08-131-1/+8
* Make the scheduler quantum a tunable parameterjulian1997-08-081-2/+26
* Preliminary support for per-cpu data pages.peter1997-06-221-9/+3
* Man the liferafts! Here comes the long awaited SMP -> -current merge!peter1997-04-261-2/+17
* Wrapped mi_switch() with splstatclock()/splx(). This fixes excessivebde1997-02-271-3/+23
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-3/+4
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Make processes waken up eligible for immediate swap-in.dyson1996-10-171-2/+6
* Remove the code that renices +4 a process that has had 10 minutes ofgpalmer1996-09-221-7/+2
* Change an splstatclock that should be an splhigh into an splhigh.dg1996-09-011-2/+2
* Fixed a stale comment.bde1996-08-281-2/+2
* Changed wakeup_one() to continue looping, possibly waking up additionaldg1996-07-311-8/+5
* Converted timer/run queues to 4.4BSD queue style. Removed old and unuseddg1996-07-311-104/+72
* Don't generate code for the unused function sleep().bde1996-04-071-1/+3
* Merge in Lite2: proc LIST changeshsu1996-03-111-4/+8
* Improved killproc() log message and made it and the other similar messagedg1996-01-311-2/+2
* Converted two options over to the new scheme: USER_LDT and KTRACE.wollman1996-01-031-1/+3
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+4
* Completed function declarations and/or added prototypes.bde1995-12-021-2/+3
* Finished (?) cleaning up sysinit stuff.bde1995-12-021-10/+3
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofdg1995-09-091-4/+4
* Reviewed by: julian with quick glances by bruce and othersjulian1995-08-281-3/+15
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-4/+3
* Don't mess with already freed structures when a process is being rundg1994-12-121-13/+15
* Removed references to bclnlist which we don't use/support/need.dg1994-10-181-3/+1
* All of this is cosmetic. prototypes, #includes, printfs and so on. Makesphk1994-10-021-5/+7
* "idle priority" support. Based on code from Henrik Vestergaard Draboel,dg1994-10-021-2/+3
* While in the real world, I had a bad case of being swapped out for a lot ofphk1994-09-251-2/+2
* Realtime priority scheduling support.dg1994-09-011-6/+12
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-0/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+666
OpenPOWER on IntegriCloud