index
:
gnumach.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kern
/
task.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
task_info: Fix resident_size overflow
Samuel Thibault
2024-12-15
1
-1
/
+1
*
remove machine/machspl.h as it duplicates machine/spl.h
LD
2024-03-09
1
-1
/
+1
*
Check for null ports in task_set_essential, task_set_name and thread_set_name.
Flavio Cruz
2024-02-28
1
-0
/
+6
*
Fix task_info for TASK_THREAD_TIMES_INFO.
Flavio Cruz
2023-05-17
1
-1
/
+7
*
Update task_basic_info and thread_basic_info to include time_value64_t data.
Flavio Cruz
2023-04-27
1
-5
/
+11
*
Track task and thread time using time_value64_t.
Flavio Cruz
2023-03-13
1
-22
/
+20
*
add more explicit names for user space virtual space limits
Luca Dariz
2023-02-12
1
-2
/
+2
*
Include mig generated headers to avoid warnings with -Wmissing-prototypes.
Flavio Cruz
2023-01-19
1
-0
/
+3
*
Fix some warnings with -Wmissing-prototypes.
Flavio Cruz
2022-12-27
1
-1
/
+1
*
task: Add task_set_essential
Samuel Thibault
2022-12-03
1
-0
/
+16
*
task_set_name: make string parameter const
Samuel Thibault
2022-01-16
1
-1
/
+1
*
Fix format
Samuel Thibault
2019-08-11
1
-1
/
+1
*
Fix task and thread collection frequency
Samuel Thibault
2018-11-19
1
-1
/
+2
*
Fix commit 10ebf9565f69760e46a8f271e22c5367d54e10ff.
Justus Winter
2017-10-27
1
-13
/
+0
*
kern: Fix new task notifications.
Justus Winter
2017-10-26
1
-1
/
+3
*
kern: Fix crash.
Justus Winter
2017-10-26
1
-1
/
+27
*
Gracefully handle pmap allocation failures.
Justus Winter
2016-10-21
1
-3
/
+14
*
Remove map entry pageability property.
Richard Braun
2016-09-07
1
-1
/
+1
*
Augment VM maps with task names
Richard Braun
2016-08-06
1
-0
/
+3
*
Fix gcc-6 warnings
Samuel Thibault
2016-05-18
1
-1
/
+1
*
Stack the slab allocator directly on top of the physical allocator
Richard Braun
2016-02-02
1
-1
/
+1
*
Add a thread_no_continuation definition
Flávio Cruz
2015-08-28
1
-2
/
+2
*
kern: add boot-time clock, use it for time stamps
Justus Winter
2015-07-25
1
-1
/
+2
*
kern: fix argument handling
Justus Winter
2015-05-29
1
-0
/
+3
*
kern: gracefully handle resource shortage
Justus Winter
2015-05-20
1
-3
/
+2
*
kern: inherit the name of the parent task
Justus Winter
2015-02-25
1
-1
/
+6
*
kern: provide notifications about new tasks
Justus Winter
2014-12-09
1
-0
/
+33
*
Fix pthread_create warning on translator termination
Samuel Thibault
2014-12-07
1
-9
/
+28
*
kern: set the name of the kernel task to 'gnumach'
Justus Winter
2014-06-11
1
-0
/
+1
*
kern: implement task_set_name
Justus Winter
2014-02-05
1
-0
/
+17
*
kern: add a name field to struct task
Justus Winter
2014-02-01
1
-0
/
+3
*
kern: quiet GCC warnings about set but unused variables
Marin Ramesa
2013-12-16
1
-2
/
+2
*
Add comments after endifs
Marin Ramesa
2013-12-08
1
-1
/
+1
*
kern/task.c: remove forward declarations
Marin Ramesa
2013-12-05
1
-4
/
+1
*
kern: remove register qualifiers
Marin Ramesa
2013-11-13
1
-34
/
+34
*
Add statistics for task_events_info
David Höppner
2013-01-13
1
-0
/
+31
*
Remove arbitrary limits used by the zone system
Richard Braun
2011-12-17
1
-1
/
+0
*
Remove the defunct kernel_task_create() function
Richard Braun
2011-12-17
1
-32
/
+0
*
Adjust the kernel to use the slab allocator
Richard Braun
2011-12-17
1
-9
/
+6
*
2008-11-15 Shakthi Kannan <shakshurd@gmail.com>
Samuel Thibault
2009-06-18
1
-0
/
+2
*
2007-05-07 Thomas Schwinge <tschwinge@gnu.org>
Thomas Schwinge
2009-06-18
1
-0
/
+5
*
2006-12-30 Richard Braun <syn@hurdfr.org>
Samuel Thibault
2009-06-18
1
-1
/
+1
*
2006-11-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
Samuel Thibault
2009-06-18
1
-1
/
+1
*
2006-11-09 Barry deFreese <bddebian@comcast.net>
Samuel Thibault
2009-06-18
1
-0
/
+1
*
2006-11-05 Barry deFreese <bddebian@comcast.net>
Samuel Thibault
2009-06-18
1
-1
/
+3
*
2006-10-15 Thomas Schwinge <tschwinge@gnu.org>
Thomas Schwinge
2009-06-18
1
-4
/
+0
*
2006-03-20 Thomas Schwinge <tschwinge@gnu.org>
Thomas Schwinge
2009-06-18
1
-17
/
+0
*
2006-02-20 Thomas Schwinge <tschwinge@gnu.org>
Thomas Schwinge
2009-06-18
1
-16
/
+0
*
1999-05-23 Roland McGrath <roland@baalperazim.frob.com>
Roland McGrath
1999-05-23
1
-16
/
+16
*
Wed Aug 20 16:05:19 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
Thomas Bushnell
1997-08-20
1
-2
/
+10
[next]