summaryrefslogtreecommitdiffstats
path: root/sys/kern/ksched.c
Commit message (Expand)AuthorAgeFilesLines
* sched_setscheduler: Return EINVAL when a invalid policy is specified,nectar2003-09-131-0/+4
* Use __FBSDID().obrien2003-06-111-2/+3
* Move a bunch of flags from the KSE to the thread.julian2003-02-171-3/+3
* headers should not really include "opt_foo.h" (in this case opt_posix.h).alfred2002-11-151-0/+2
* Tidy up the scheduler's code for changing the priority of a thread.julian2002-10-141-8/+2
* - Create a new scheduler api that is defined in sys/sched.hjeff2002-10-121-1/+2
* Completely redo thread states.julian2002-09-111-4/+4
* Part 1 of KSE-IIIjulian2002-06-291-2/+25
* In a threaded world, differnt priorirites become properties ofjulian2002-02-111-4/+5
* KSE Milestone 2julian2001-09-121-18/+18
* Protect pri_to_rtp() with sched_lock when needed.jhb2001-09-021-0/+4
* - Close races with signals and other AST's being triggered while we are injhb2001-08-101-3/+3
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-1/+2
* Overhaul of the SMP code. Several portions of the SMP kernel support havejhb2001-04-271-3/+3
* Lock need_resched with sched_lock.jhb2001-02-221-2/+7
* Implement a unified run queue and adjust priority levels accordingly.jake2001-02-121-5/+10
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
* Commit major SMP cleanups and move the BGL (big giant lock) in thedillon2000-03-281-0/+1
* Fixed some type mismatches. p_retval[0] in struct proc has typebde1999-12-271-10/+12
* 1. Add new defs for mins and maxs for the POSIX flavor priorities. Theydufault1998-05-191-6/+11
* 1. Don't use "nosys" and generate coredumps for unconfigureddufault1998-05-181-2/+2
* Support compiling with `gcc -ansi'.bde1998-04-151-1/+1
* Include sys/resource.h to get PRIO_MAX.dufault1998-03-281-0/+1
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B anddufault1998-03-281-24/+28
* Reviewed by: msmith, bde long agodufault1998-03-041-0/+252
OpenPOWER on IntegriCloud