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
/
sched_4bsd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some easy, global, lint warnings. In most cases, this means
markm
2003-04-30
1
-1
/
+1
*
Add lock assertions for various proc/thread/kse/ksegroup fields to the
jhb
2003-04-23
1
-0
/
+12
*
- Assert that the proc lock and sched_lock are held in sched_nice().
jhb
2003-04-22
1
-2
/
+3
*
- Catch up with sched api changes.
jeff
2003-04-11
1
-15
/
+48
*
Move the _oncpu entry from the KSE to the thread.
julian
2003-04-10
1
-3
/
+3
*
Remove a trailing semicolon in SCHED_QUANTUM definition.
mux
2003-03-24
1
-1
/
+1
*
Change the process flags P_KSES to be P_THREADED.
julian
2003-02-27
1
-1
/
+1
*
Update comments to reflect new KSE code.
davidxu
2003-02-19
1
-1
/
+0
*
Move a bunch of flags from the KSE to the thread.
julian
2003-02-17
1
-2
/
+2
*
- Unbreak world. I did not notice that libkvm was still used in some places
jeff
2003-01-13
1
-7
/
+5
*
- Move ke_pctcpu and ke_cpticks into the scheduler specific datastructure.
jeff
2003-01-12
1
-15
/
+30
*
Add code to ddb to allow backtracing an arbitrary thread.
julian
2002-12-28
1
-1
/
+1
*
- Add the new sched_pctcpu() function to the sched_* api.
jeff
2002-11-21
1
-0
/
+6
*
- Move scheduler specific macros and defines out of proc.h
jeff
2002-11-21
1
-0
/
+10
*
- Move FSCALE back to kern_sync. This is not scheduler specific.
jeff
2002-11-21
1
-5
/
+0
*
- Implement a mechanism for allowing schedulers to place scheduler dependant
jeff
2002-11-21
1
-0
/
+25
*
Tidy up the scheduler's code for changing the priority of a thread.
julian
2002-10-14
1
-26
/
+11
*
- Create a new scheduler api that is defined in sys/sched.h
jeff
2002-10-12
1
-0
/
+635