| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r287310: | kib | 2015-09-06 | 1 | -1/+1 |
* | MFC r287309: | kib | 2015-09-06 | 1 | -91/+71 |
* | sched_rr_interval() seems always returned period in hz ticks, but same | mav | 2012-08-10 | 1 | -1/+1 |
* | Use p4prio_to_tsprio to calculate TS priority instead of using | davidxu | 2011-06-07 | 1 | -1/+1 |
* | Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/ | netchild | 2011-02-25 | 1 | -0/+4 |
* | sched_getparam was just plain broke for time-share | rrs | 2010-03-03 | 1 | -8/+19 |
* | Commit 14/14 of sched_lock decomposition. | jeff | 2007-06-05 | 1 | -8/+0 |
* | Threading cleanup.. part 2 of several. | julian | 2006-12-06 | 1 | -45/+0 |
* | Update #includes list. | trhodes | 2006-11-11 | 1 | -2/+1 |
* | Make KSE a kernel option, turned on by default in all GENERIC | jb | 2006-10-26 | 1 | -0/+18 |
* | Return priority range 0..PRI_MAX_TIMESHARE-PRI_MIN_TIMESHARE for | davidxu | 2006-07-12 | 1 | -2/+2 |
* | Extended the POSIX scheduler APIs to accept lwpid as well, we've already | davidxu | 2006-07-11 | 1 | -21/+21 |
* | Add scheduler API sched_relinquish(), the API is used to implement | davidxu | 2006-06-15 | 1 | -3/+1 |
* | Style fixes. | davidxu | 2006-05-19 | 1 | -14/+24 |
* | Use proc lock to prevent a thread from exiting, Giant was no longer used to | davidxu | 2006-04-10 | 1 | -1/+1 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | 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 |