This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mach".
The branch, master has been updated
via bc23dda642a299fb1380294f4e5940511bc512ef (commit)
from 4bccd10cfeaf126382467dd90d7339a98989b9d2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit bc23dda642a299fb1380294f4e5940511bc512ef
Author: Richard Braun <[email protected]>
Date: Fri Aug 5 15:00:07 2016 +0200
Augment VM maps with task names
This change improves the clarity of "no more room for ..." VM map
allocation errors.
* kern/task.c (task_init): Call vm_map_set_name for the kernel map.
(task_create): Call vm_map_set_name where appropriate.
* vm/vm_map.c (vm_map_setup): Set map name to NULL.
(vm_map_find_entry_anywhere): Update error message to include map name.
* vm/vm_map.h (struct vm_map): New `name' member.
(vm_map_set_name): New inline function.
-----------------------------------------------------------------------
Summary of changes:
kern/task.c | 3 +++
vm/vm_map.c | 3 ++-
vm/vm_map.h | 8 ++++++++
3 files changed, 13 insertions(+), 1 deletion(-)
hooks/post-receive
--
GNU Mach