| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't make the ktrace hook in tsleep() deref a null curproc after a panic. | peter | 1999-11-30 | 1 | -1/+1 |
* | Add a bit of sanity checking and problem avoidance in case the | phk | 1999-11-29 | 1 | -2/+9 |
* | Scheduler fixes equivalent to the ones logged in the following NetBSD | bde | 1999-11-28 | 1 | -12/+10 |
* | Updated comments for the move in the previous commit. | bde | 1999-11-27 | 1 | -5/+5 |
* | Moved scheduling-related code to kern_synch.c so that it is easier to fix | bde | 1999-11-27 | 1 | -0/+26 |
* | This is a partial commit of the patch from PR 14914: | phk | 1999-11-16 | 1 | -3/+3 |
* | sigset_t change (part 2 of 5) | marcel | 1999-09-29 | 1 | -2/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Don't initialize run queues here, do it all in one place. | peter | 1999-08-19 | 1 | -22/+2 |
* | The magic "no-cpu" cpu number is 0xff. Don't misrepresent cpu | bde | 1999-03-05 | 1 | -2/+2 |
* | The tunable parameter for the scheduler quantum was inverted. | julian | 1999-03-03 | 1 | -30/+23 |
* | Removed all traces of `p_switchtime'. The relevant timestamp is per-cpu, | bde | 1999-02-28 | 1 | -8/+8 |
* | Improved scheduling in uiomove(), etc. resched_wanted() is true too | bde | 1999-02-22 | 1 | -1/+6 |
* | KNFize, by bde. | eivind | 1999-01-10 | 1 | -5/+2 |
* | Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT as | eivind | 1999-01-08 | 1 | -35/+6 |
* | Add asleep() and await() support. Currently highly experimental. A | dillon | 1998-12-21 | 1 | -2/+189 |
* | Compare p_cpulimit with RLIM_INFINITY before comparing it with the process | dg | 1998-11-27 | 1 | -2/+3 |
* | Fixed the previous fix - stathz doesn't give the statclock frequency | bde | 1998-11-26 | 1 | -5/+6 |
* | Oops, yet again back out some local changes that shouldn't have been | bde | 1998-11-26 | 1 | -5/+5 |
* | Fixed scaling of p_pctcpu. It was wrong by a factor of stathz/hz. | bde | 1998-11-26 | 1 | -8/+8 |
* | Oops, back out some local changes that shouldn't have been in the | bde | 1998-10-25 | 1 | -5/+5 |
* | Fixed breakage of the !SMP case of roundrobin() in the previous commit. | bde | 1998-10-25 | 1 | -5/+8 |
* | Nitpicking and dusting performed on a train. Removes trivial warnings | phk | 1998-10-25 | 1 | -4/+3 |
* | priority comparison in maybe_resched() didn't work properly if current | dillon | 1998-08-26 | 1 | -6/+13 |
* | Cast pointers to uintptr_t/intptr_t instead of to u_long/long, | bde | 1998-07-15 | 1 | -2/+2 |
* | Moved definition of fscale from param.c to kern_synch.c where it | bde | 1998-07-11 | 1 | -1/+5 |
* | Add 3 sysctl variables for future use by ps)1_ | phk | 1998-06-30 | 1 | -1/+2 |
* | Removed unused includes. | bde | 1998-06-21 | 1 | -2/+1 |
* | Some cleanups related to timecounters and weird ifdefs in <sys/time.h>. | phk | 1998-05-28 | 1 | -28/+16 |
* | Add forwarding of roundrobin to other cpus. This gives a more regular | tegge | 1998-05-17 | 1 | -1/+10 |
* | s/nanoruntime/nanouptime/g | phk | 1998-05-17 | 1 | -3/+3 |
* | Time changes mark 2: | phk | 1998-04-04 | 1 | -5/+5 |
* | Remove duplicate comment | dufault | 1998-03-28 | 1 | -4/+1 |
* | Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B and | dufault | 1998-03-28 | 1 | -1/+4 |
* | Moved some #includes from <sys/param.h> nearer to where they are actually | bde | 1998-03-28 | 1 | -1/+2 |
* | idprio processes must be preempted as soon as anything is runnable. | dufault | 1998-03-11 | 1 | -4/+7 |
* | Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman) | julian | 1998-03-08 | 1 | -2/+2 |
* | Reviewed by: msmith, bde long ago | dufault | 1998-03-04 | 1 | -11/+31 |
* | Fixed a missing newline in a debugging printf. | bde | 1998-02-25 | 1 | -4/+4 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 1 | -2/+1 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 1 | -1/+2 |
* | Fixed style bugs in previous commit. | bde | 1997-12-29 | 1 | -3/+3 |
* | Lots of improvements, including restructring the caching and management | dyson | 1997-12-29 | 1 | -1/+3 |
* | Shift a few SYSINT() calls around. | julian | 1997-11-25 | 1 | -3/+16 |
* | Staticized. | bde | 1997-11-22 | 1 | -7/+7 |
* | Const poisoning from ks_shortdesc. | bde | 1997-11-21 | 1 | -2/+2 |
* | init_main.c subr_autoconf.c: | gibbs | 1997-09-21 | 1 | -3/+4 |
* | Removed unused #includes. | bde | 1997-09-02 | 1 | -5/+1 |
* | #include <machine/limits.h> explicitly in the few places that it is required. | bde | 1997-08-21 | 1 | -1/+2 |
* | Take verbal beating by wollman into account and fix DIAGNOSTIC test. | julian | 1997-08-18 | 1 | -11/+10 |