summaryrefslogtreecommitdiff
path: root/kern/task.c
AgeCommit message (Expand)Author
2019-08-11Fix formatSamuel Thibault
2018-11-19Fix task and thread collection frequencySamuel Thibault
2017-10-27Fix commit 10ebf9565f69760e46a8f271e22c5367d54e10ff.Justus Winter
2017-10-26kern: Fix new task notifications.Justus Winter
2017-10-26kern: Fix crash.Justus Winter
2016-10-21Gracefully handle pmap allocation failures.Justus Winter
2016-09-07Remove map entry pageability property.Richard Braun
2016-08-06Augment VM maps with task namesRichard Braun
2016-05-18Fix gcc-6 warningsSamuel Thibault
2016-02-02Stack the slab allocator directly on top of the physical allocatorRichard Braun
2015-08-28Add a thread_no_continuation definitionFlávio Cruz
2015-07-25kern: add boot-time clock, use it for time stampsJustus Winter
2015-05-29kern: fix argument handlingJustus Winter
2015-05-20kern: gracefully handle resource shortageJustus Winter
2015-02-25kern: inherit the name of the parent taskJustus Winter
2014-12-09kern: provide notifications about new tasksJustus Winter
2014-12-07Fix pthread_create warning on translator terminationSamuel Thibault
2014-06-11kern: set the name of the kernel task to 'gnumach'Justus Winter
2014-02-05kern: implement task_set_nameJustus Winter
2014-02-01kern: add a name field to struct taskJustus Winter
2013-12-16kern: quiet GCC warnings about set but unused variablesMarin Ramesa
2013-12-08Add comments after endifsMarin Ramesa
2013-12-05kern/task.c: remove forward declarationsMarin Ramesa
2013-11-13kern: remove register qualifiersMarin Ramesa
2013-01-13Add statistics for task_events_infoDavid Höppner
2011-12-17Remove arbitrary limits used by the zone systemRichard Braun
2011-12-17Remove the defunct kernel_task_create() functionRichard Braun
2011-12-17Adjust the kernel to use the slab allocatorRichard Braun
2009-06-182008-11-15 Shakthi Kannan <shakshurd@gmail.com>Samuel Thibault
2009-06-182007-05-07 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
2009-06-182006-12-30 Richard Braun <syn@hurdfr.org>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-05 Barry deFreese <bddebian@comcast.net>Samuel Thibault
2009-06-182006-10-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
2009-06-182006-03-20 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
2009-06-182006-02-20 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
1999-05-231999-05-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
1997-08-20Wed Aug 20 16:05:19 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
1997-02-25Initial sourceThomas Bushnell