summaryrefslogtreecommitdiff
path: root/kern/sched_prim.c
AgeCommit message (Expand)Author
2019-11-01sched: cause ast on master processor tooSamuel Thibault
2018-11-19Drop SIMPLE_CLOCK supportSamuel Thibault
2018-11-19Make scheduling more reactiveSamuel Thibault
2018-01-28Fix warningSamuel Thibault
2017-03-04Implement basic sleeping locks for gnumachAgustina Arzille
2016-10-01kern: Improve panic messages from the scheduler.Justus Winter
2016-02-26Document thread_sleep about events woken from interrupt handlersSamuel Thibault
2015-08-28Add a thread_no_continuation definitionFlávio Cruz
2015-05-19kern: import `macros.h' from x15Justus Winter
2015-02-20kern: reduce the size of `struct thread'Justus Winter
2015-01-02kern: Fix typos in comments (found by codespell)Stefan Weil
2014-12-01kern: disable all counters by defaultJustus Winter
2014-09-30kern: fix type of recompute_prioritiesJustus Winter
2013-12-17Mark functions that don't return with attribute noreturnMarin Ramesa
2013-12-17kern: qualify pointers whose dereferenced values are constant with constMarin Ramesa
2013-12-16kern: quiet GCC warnings about set but unused variablesMarin Ramesa
2013-12-15kern/sched_prim.c: avoid castsMarin Ramesa
2013-12-05kern/sched_prim.c: remove forward declarationsMarin Ramesa
2013-11-24Remove leftover register qualifiersMarin Ramesa
2013-11-13kern: remove register qualifiersMarin Ramesa
2013-03-05Do not hardcode maximum priority valueSamuel Thibault
2012-12-23Make thread_suspend wait for !TH_UNINTSamuel Thibault
2012-03-09Use unsigned long for addresses and sizesSamuel Thibault
2011-12-29Upgrade number of event queuesSamuel Thibault
2009-10-20Fix warningsSamuel Thibault
2009-06-182008-07-15 Barry deFreese <bddebian@comcast.net>Samuel Thibault
2009-06-182008-07-15 Barry deFreese <bddebian@comcast.net>Samuel Thibault
2009-06-182008-07-15 Barry deFreese <bddebian@comcast.net>Samuel Thibault
2009-06-182008-07-15 Barry deFreese <bddebian@comcast.net>Samuel Thibault
2009-06-182007-02-05 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
2009-06-182006-11-13 Barry deFreese <bddebian@comcast.net>Samuel Thibault
2009-06-182006-11-10 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault
2009-06-182006-11-09 Barry deFreese <bddebian@comcast.net>Samuel Thibault
2009-06-182006-11-07 Barry deFreese <bddebian@comcast.net>Samuel Thibault
2009-06-182006-10-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
2001-05-202001-05-20 Roland McGrath <roland@frob.com>Roland McGrath
1997-02-25Initial sourceThomas Bushnell