summaryrefslogtreecommitdiffstats
path: root/sys/kern/sched_4bsd.c
Commit message (Expand)AuthorAgeFilesLines
* Add lock assertions for various proc/thread/kse/ksegroup fields to thejhb2003-04-231-0/+12
* - Assert that the proc lock and sched_lock are held in sched_nice().jhb2003-04-221-2/+3
* - Catch up with sched api changes.jeff2003-04-111-15/+48
* Move the _oncpu entry from the KSE to the thread.julian2003-04-101-3/+3
* Remove a trailing semicolon in SCHED_QUANTUM definition.mux2003-03-241-1/+1
* Change the process flags P_KSES to be P_THREADED.julian2003-02-271-1/+1
* Update comments to reflect new KSE code.davidxu2003-02-191-1/+0
* Move a bunch of flags from the KSE to the thread.julian2003-02-171-2/+2
* - Unbreak world. I did not notice that libkvm was still used in some placesjeff2003-01-131-7/+5
* - Move ke_pctcpu and ke_cpticks into the scheduler specific datastructure.jeff2003-01-121-15/+30
* Add code to ddb to allow backtracing an arbitrary thread.julian2002-12-281-1/+1
* - Add the new sched_pctcpu() function to the sched_* api.jeff2002-11-211-0/+6
* - Move scheduler specific macros and defines out of proc.hjeff2002-11-211-0/+10
* - Move FSCALE back to kern_sync. This is not scheduler specific.jeff2002-11-211-5/+0
* - Implement a mechanism for allowing schedulers to place scheduler dependantjeff2002-11-211-0/+25
* Tidy up the scheduler's code for changing the priority of a thread.julian2002-10-141-26/+11
* - Create a new scheduler api that is defined in sys/sched.hjeff2002-10-121-0/+635
OpenPOWER on IntegriCloud