summaryrefslogtreecommitdiffstats
path: root/sys/kern/sched_bsd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Tedu old comment concerning cpu affinity which does not apply anymore.haesbaert2012-07-091-11/+2
* Make rusage totals, itimers, and profile settings per-process insteadguenther2012-03-231-6/+12
* First steps for making ptrace work with rthreads:guenther2012-02-201-2/+2
* Functions used in files other than where they are defined should beguenther2011-07-071-6/+1
* Stop using the P_BIGLOCK flag to figure out when we should release theart2011-07-061-3/+5
* The scheduling 'nice' value is per-process, not per-thread, so move itguenther2011-03-071-2/+3
* Add stricter asserts to DIAGNOSTIC kernels to help catch mutex andmatthew2010-09-241-1/+2
* This comment is unnecessarily confusing.art2010-06-301-2/+2
* Use atomic operations to access the per-cpu scheduler flags.kettenis2010-01-031-7/+6
* Some tweaks to the cpu affinity code.art2009-04-141-1/+3
* Processor affinity for processes.art2009-03-231-4/+6
* Some paranoia and deconfusion.art2008-11-061-5/+3
* Convert timeout_add() calls using multiples of hz to timeout_add_sec()blambert2008-09-101-2/+2
* Add a macro that clears the want_resched flag that need_resched sets.art2008-07-181-1/+3
* kill 2 bogus ARGUSED and use the LIST_FOREACH() macrothib2008-05-221-4/+2
* Move the implementation of __mp_lock (biglock) into machine dependentart2007-11-261-2/+4
* sched_lock_idle and sched_unlock_idle are obsolete now.art2007-10-111-15/+1
* Make context switching much more MI:art2007-10-101-39/+29
* Widen the SCHED_LOCK in two cases to protect p_estcpu and p_priority.art2007-05-181-6/+4
* The world of __HAVEs and __HAVE_NOTs is reducing. All architecturesart2007-05-161-78/+1
* Use atomic.h operation for manipulating p_siglist in struct proc. Solvesart2007-02-061-2/+2
* Kernel stack can be swapped. This means that stuff that's on the stackmiod2006-11-291-8/+3
* typos; from bret lambertjmc2006-11-151-2/+2
* tbert sent me a diff to change some 0 to NULLtedu2006-10-211-6/+6
* bret lambert sent a patch removing register. i made it ansi.tedu2006-10-091-21/+15
* A second approach at fixing the telnet localhost & problemniklas2005-06-171-14/+7
* sched work by niklas and art backed out; causes panicsderaadt2005-05-291-39/+42
* Fix yield() to change p_stat from SONPROC to SRUN.art2005-05-261-1/+2
* This patch is mortly art's work and was done *a year* ago. Art wants to thankniklas2005-05-251-42/+39
* put the scheduler in its own file. reduces clutter, and logically separatestedu2004-07-291-0/+688