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
*
Create a separate kthread that executes sched_cpu() once a second. Because
jhb
2003-12-26
1
-6
/
+21
*
Quick fix for scaling of statclock ticks in the SMP case. As explained
bde
2003-11-09
1
-0
/
+4
*
Return a reasonable number for top or ps to display for M:N thread,
davidxu
2003-11-08
1
-0
/
+2
*
Removed sched_nest variable in sched_switch(). Context switches always
bde
2003-10-29
1
-3
/
+0
*
- The kse may be null in sched_pctcpu().
jeff
2003-10-16
1
-1
/
+7
*
- Collapse sched_switchin() and sched_switchout() into sched_switch(). Now
jeff
2003-10-16
1
-9
/
+10
*
- Update the sched api. sched_{add,rem,clock,pctcpu} now all accept a td
jeff
2003-10-16
1
-8
/
+14
*
Change instances of callout_init that specify MPSAFE behaviour to
sam
2003-08-19
1
-1
/
+1
*
- Various style fixes in both code and comments.
jhb
2003-08-15
1
-26
/
+31
*
Rename P_THREADED to P_SA. P_SA means a process is using scheduler
davidxu
2003-06-15
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
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