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
/
ksched.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
KSE Milestone 2
julian
2001-09-12
1
-18
/
+18
*
Protect pri_to_rtp() with sched_lock when needed.
jhb
2001-09-02
1
-0
/
+4
*
- Close races with signals and other AST's being triggered while we are in
jhb
2001-08-10
1
-3
/
+3
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-1
/
+2
*
Overhaul of the SMP code. Several portions of the SMP kernel support have
jhb
2001-04-27
1
-3
/
+3
*
Lock need_resched with sched_lock.
jhb
2001-02-22
1
-2
/
+7
*
Implement a unified run queue and adjust priority levels accordingly.
jake
2001-02-12
1
-5
/
+10
*
Remove unneeded #include <sys/kernel.h>
phk
2000-04-29
1
-1
/
+0
*
Commit major SMP cleanups and move the BGL (big giant lock) in the
dillon
2000-03-28
1
-0
/
+1
*
Fixed some type mismatches. p_retval[0] in struct proc has type
bde
1999-12-27
1
-10
/
+12
*
1. Add new defs for mins and maxs for the POSIX flavor priorities. They
dufault
1998-05-19
1
-6
/
+11
*
1. Don't use "nosys" and generate coredumps for unconfigured
dufault
1998-05-18
1
-2
/
+2
*
Support compiling with `gcc -ansi'.
bde
1998-04-15
1
-1
/
+1
*
Include sys/resource.h to get PRIO_MAX.
dufault
1998-03-28
1
-0
/
+1
*
Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B and
dufault
1998-03-28
1
-24
/
+28
*
Reviewed by: msmith, bde long ago
dufault
1998-03-04
1
-0
/
+252