index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
kern_synch.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Dejulianize DIAGNOSTIC panic code. The types are wrong; probably there's
wollman
1997-08-16
1
-4
/
+6
*
add a diagnostic to catch some common cases of tsleep being
julian
1997-08-13
1
-1
/
+8
*
Make the scheduler quantum a tunable parameter
julian
1997-08-08
1
-2
/
+26
*
Preliminary support for per-cpu data pages.
peter
1997-06-22
1
-9
/
+3
*
Man the liferafts! Here comes the long awaited SMP -> -current merge!
peter
1997-04-26
1
-2
/
+17
*
Wrapped mi_switch() with splstatclock()/splx(). This fixes excessive
bde
1997-02-27
1
-3
/
+23
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
1
-3
/
+4
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Make processes waken up eligible for immediate swap-in.
dyson
1996-10-17
1
-2
/
+6
*
Remove the code that renices +4 a process that has had 10 minutes of
gpalmer
1996-09-22
1
-7
/
+2
*
Change an splstatclock that should be an splhigh into an splhigh.
dg
1996-09-01
1
-2
/
+2
*
Fixed a stale comment.
bde
1996-08-28
1
-2
/
+2
*
Changed wakeup_one() to continue looping, possibly waking up additional
dg
1996-07-31
1
-8
/
+5
*
Converted timer/run queues to 4.4BSD queue style. Removed old and unused
dg
1996-07-31
1
-104
/
+72
*
Don't generate code for the unused function sleep().
bde
1996-04-07
1
-1
/
+3
*
Merge in Lite2: proc LIST changes
hsu
1996-03-11
1
-4
/
+8
*
Improved killproc() log message and made it and the other similar message
dg
1996-01-31
1
-2
/
+2
*
Converted two options over to the new scheme: USER_LDT and KTRACE.
wollman
1996-01-03
1
-1
/
+3
*
Untangled the vm.h include file spaghetti.
dg
1995-12-07
1
-1
/
+4
*
Completed function declarations and/or added prototypes.
bde
1995-12-02
1
-2
/
+3
*
Finished (?) cleaning up sysinit stuff.
bde
1995-12-02
1
-10
/
+3
*
Fixed init functions argument type - caddr_t -> void *. Fixed a couple of
dg
1995-09-09
1
-4
/
+4
*
Reviewed by: julian with quick glances by bruce and others
julian
1995-08-28
1
-3
/
+15
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-2
/
+2
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-16
1
-4
/
+3
*
Don't mess with already freed structures when a process is being run
dg
1994-12-12
1
-13
/
+15
*
Removed references to bclnlist which we don't use/support/need.
dg
1994-10-18
1
-3
/
+1
*
All of this is cosmetic. prototypes, #includes, printfs and so on. Makes
phk
1994-10-02
1
-5
/
+7
*
"idle priority" support. Based on code from Henrik Vestergaard Draboel,
dg
1994-10-02
1
-2
/
+3
*
While in the real world, I had a bad case of being swapped out for a lot of
phk
1994-09-25
1
-2
/
+2
*
Realtime priority scheduling support.
dg
1994-09-01
1
-6
/
+12
*
Added $Id$
dg
1994-08-02
1
-0
/
+1
*
The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.
rgrimes
1994-05-25
1
-0
/
+1
*
BSD 4.4 Lite Kernel Sources
rgrimes
1994-05-24
1
-0
/
+666