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
/
posix4
/
ksched.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sched_setscheduler: Return EINVAL when a invalid policy is specified,
nectar
2003-09-13
1
-0
/
+4
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
Move a bunch of flags from the KSE to the thread.
julian
2003-02-17
1
-3
/
+3
*
headers should not really include "opt_foo.h" (in this case opt_posix.h).
alfred
2002-11-15
1
-0
/
+2
*
Tidy up the scheduler's code for changing the priority of a thread.
julian
2002-10-14
1
-8
/
+2
*
- Create a new scheduler api that is defined in sys/sched.h
jeff
2002-10-12
1
-1
/
+2
*
Completely redo thread states.
julian
2002-09-11
1
-4
/
+4
*
Part 1 of KSE-III
julian
2002-06-29
1
-2
/
+25
*
In a threaded world, differnt priorirites become properties of
julian
2002-02-11
1
-4
/
+5
*
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