| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement preemption of kernel threads natively in the scheduler rather | jhb | 2004-07-02 | 1 | -1/+11 |
* | - Change mi_switch() and sched_switch() to accept an optional thread to | jhb | 2004-07-02 | 1 | -6/+11 |
* | Fix another typo in the previous commit. | scottl | 2004-06-21 | 1 | -1/+1 |
* | Fix typo that somehow crept into the previous commit | scottl | 2004-06-21 | 1 | -1/+1 |
* | Add the sysctl node 'kern.sched.name' that has the name of the scheduler | scottl | 2004-06-21 | 1 | -1/+8 |
* | Nice, is a property of a process as a whole.. | julian | 2004-06-16 | 1 | -5/+8 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 1 | -4/+0 |
* | Try not to crash instantly when signalling a libthr program to death. | dfr | 2004-04-05 | 1 | -1/+1 |
* | The roundrobin callout from sched_4bsd is MPSAFE, so set up the | rwatson | 2004-03-05 | 1 | -1/+1 |
* | Switch the sleep/wakeup and condition variable implementations to use the | jhb | 2004-02-27 | 1 | -2/+2 |
* | - Disable ithread binding in all cases for now. This doesn't make as much | jeff | 2004-02-01 | 1 | -13/+5 |
* | - Keep a variable 'sched_tdcnt' that is used for the local implementation | jeff | 2004-02-01 | 1 | -2/+19 |
* | - Correct function names listed in KASSERTs. These were copied from other | jeff | 2004-01-25 | 1 | -10/+11 |
* | - Implement cpu pinning and binding. This is acomplished by keeping a per- | jeff | 2004-01-25 | 1 | -12/+128 |
* | 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 |