summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_synch.c
Commit message (Expand)AuthorAgeFilesLines
* Add 3 sysctl variables for future use by ps)1_phk1998-06-301-1/+2
* Removed unused includes.bde1998-06-211-2/+1
* Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.phk1998-05-281-28/+16
* Add forwarding of roundrobin to other cpus. This gives a more regulartegge1998-05-171-1/+10
* s/nanoruntime/nanouptime/gphk1998-05-171-3/+3
* Time changes mark 2:phk1998-04-041-5/+5
* Remove duplicate commentdufault1998-03-281-4/+1
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B anddufault1998-03-281-1/+4
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-281-1/+2
* idprio processes must be preempted as soon as anything is runnable.dufault1998-03-111-4/+7
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-081-2/+2
* Reviewed by: msmith, bde long agodufault1998-03-041-11/+31
* Fixed a missing newline in a debugging printf.bde1998-02-251-4/+4
* Back out DIAGNOSTIC changes.eivind1998-02-061-2/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+2
* Fixed style bugs in previous commit.bde1997-12-291-3/+3
* Lots of improvements, including restructring the caching and managementdyson1997-12-291-1/+3
* Shift a few SYSINT() calls around.julian1997-11-251-3/+16
* Staticized.bde1997-11-221-7/+7
* Const poisoning from ks_shortdesc.bde1997-11-211-2/+2
* 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
OpenPOWER on IntegriCloud