aboutsummaryrefslogtreecommitdiff
path: root/kern/task.c
Commit message (Expand)AuthorAgeFilesLines
* task_info: Fix resident_size overflowSamuel Thibault2024-12-151-1/+1
* remove machine/machspl.h as it duplicates machine/spl.hLD2024-03-091-1/+1
* Check for null ports in task_set_essential, task_set_name and thread_set_name.Flavio Cruz2024-02-281-0/+6
* Fix task_info for TASK_THREAD_TIMES_INFO.Flavio Cruz2023-05-171-1/+7
* Update task_basic_info and thread_basic_info to include time_value64_t data.Flavio Cruz2023-04-271-5/+11
* Track task and thread time using time_value64_t.Flavio Cruz2023-03-131-22/+20
* add more explicit names for user space virtual space limitsLuca Dariz2023-02-121-2/+2
* Include mig generated headers to avoid warnings with -Wmissing-prototypes.Flavio Cruz2023-01-191-0/+3
* Fix some warnings with -Wmissing-prototypes.Flavio Cruz2022-12-271-1/+1
* task: Add task_set_essentialSamuel Thibault2022-12-031-0/+16
* task_set_name: make string parameter constSamuel Thibault2022-01-161-1/+1
* Fix formatSamuel Thibault2019-08-111-1/+1
* Fix task and thread collection frequencySamuel Thibault2018-11-191-1/+2
* Fix commit 10ebf9565f69760e46a8f271e22c5367d54e10ff.Justus Winter2017-10-271-13/+0
* kern: Fix new task notifications.Justus Winter2017-10-261-1/+3
* kern: Fix crash.Justus Winter2017-10-261-1/+27
* Gracefully handle pmap allocation failures.Justus Winter2016-10-211-3/+14
* Remove map entry pageability property.Richard Braun2016-09-071-1/+1
* Augment VM maps with task namesRichard Braun2016-08-061-0/+3
* Fix gcc-6 warningsSamuel Thibault2016-05-181-1/+1
* Stack the slab allocator directly on top of the physical allocatorRichard Braun2016-02-021-1/+1
* Add a thread_no_continuation definitionFlávio Cruz2015-08-281-2/+2
* kern: add boot-time clock, use it for time stampsJustus Winter2015-07-251-1/+2
* kern: fix argument handlingJustus Winter2015-05-291-0/+3
* kern: gracefully handle resource shortageJustus Winter2015-05-201-3/+2
* kern: inherit the name of the parent taskJustus Winter2015-02-251-1/+6
* kern: provide notifications about new tasksJustus Winter2014-12-091-0/+33
* Fix pthread_create warning on translator terminationSamuel Thibault2014-12-071-9/+28
* kern: set the name of the kernel task to 'gnumach'Justus Winter2014-06-111-0/+1
* kern: implement task_set_nameJustus Winter2014-02-051-0/+17
* kern: add a name field to struct taskJustus Winter2014-02-011-0/+3
* kern: quiet GCC warnings about set but unused variablesMarin Ramesa2013-12-161-2/+2
* Add comments after endifsMarin Ramesa2013-12-081-1/+1
* kern/task.c: remove forward declarationsMarin Ramesa2013-12-051-4/+1
* kern: remove register qualifiersMarin Ramesa2013-11-131-34/+34
* Add statistics for task_events_infoDavid Höppner2013-01-131-0/+31
* Remove arbitrary limits used by the zone systemRichard Braun2011-12-171-1/+0
* Remove the defunct kernel_task_create() functionRichard Braun2011-12-171-32/+0
* Adjust the kernel to use the slab allocatorRichard Braun2011-12-171-9/+6
* 2008-11-15 Shakthi Kannan <shakshurd@gmail.com>Samuel Thibault2009-06-181-0/+2
* 2007-05-07 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-0/+5
* 2006-12-30 Richard Braun <syn@hurdfr.org>Samuel Thibault2009-06-181-1/+1
* 2006-11-10 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-1/+1
* 2006-11-09 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-0/+1
* 2006-11-05 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-1/+3
* 2006-10-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-4/+0
* 2006-03-20 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-17/+0
* 2006-02-20 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-16/+0
* 1999-05-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-231-16/+16
* Wed Aug 20 16:05:19 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-08-201-2/+10