commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Mach branch, master, updated. v1.8-28-g7913f63


From: Justus Winter
Subject: [SCM] GNU Mach branch, master, updated. v1.8-28-g7913f63
Date: Mon, 14 Aug 2017 15:54:08 -0400 (EDT)

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  7913f633c6fea18d8c6683ad465617d54c9eb535 (commit)
       via  5aba22e3c66bb1fa5925e7ce976f436a48ec16b7 (commit)
       via  d2efceefd3ab02fe887b3e0c73e71224a463871c (commit)
       via  0b96b98294901442de8196e21fff7c5fd79750ef (commit)
       via  2996a4cfe987e6feb7c705354908ae2e59366d65 (commit)
      from  e8b45fe8b5c6801f60e2825d09a2bda22e80372a (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 7913f633c6fea18d8c6683ad465617d54c9eb535
Author: Justus Winter <address@hidden>
Date:   Mon Aug 14 19:07:32 2017 +0200

    i386: Fix pmap_remove on PAE kernels.
    
    * i386/intel/pmap.c (pmap_remove): Fix iteration over page directory.
    (pmap_enter): Explain why it is ok here.

commit 5aba22e3c66bb1fa5925e7ce976f436a48ec16b7
Author: Justus Winter <address@hidden>
Date:   Mon Aug 14 19:17:45 2017 +0200

    vm: Improve error handling.
    
    * vm/vm_map.c (vm_map_create): Gracefully handle resource exhaustion.
    (vm_map_fork): Likewise at the callsite.

commit d2efceefd3ab02fe887b3e0c73e71224a463871c
Author: Justus Winter <address@hidden>
Date:   Mon Aug 14 19:17:18 2017 +0200

    Fix typo.

commit 0b96b98294901442de8196e21fff7c5fd79750ef
Author: Justus Winter <address@hidden>
Date:   Sat Aug 12 13:29:56 2017 +0200

    ddb: Add magic variable $mapXX.
    
    Maps '$mapXX' to a VM map structure address.  @var{xx} is a task
    identification number printed by a @code{show all tasks} command.
    
    * ddb/db_task_thread.c (db_get_map): New function.
    * ddb/db_task_thread.h (db_get_map): New declaration.
    * ddb/db_variables.c (db_vars): Add new variable.
    * doc/mach.texi: Document this.

commit 2996a4cfe987e6feb7c705354908ae2e59366d65
Author: Justus Winter <address@hidden>
Date:   Fri Aug 11 22:00:09 2017 +0200

    vm: Mute paging error message.
    
    * vm/vm_fault.c (vm_fault_page): Mute paging error message if the
    objects pager is NULL.  This happens when a pager is destroyed,
    e.g. at system shutdown time when the root filesystem terminates.

-----------------------------------------------------------------------

Summary of changes:
 ddb/db_task_thread.c | 25 +++++++++++++++++++++++++
 ddb/db_task_thread.h |  6 ++++++
 ddb/db_variables.c   |  2 ++
 doc/mach.texi        |  5 +++++
 i386/intel/pmap.c    |  8 +++-----
 vm/vm_fault.c        |  2 +-
 vm/vm_map.c          |  8 ++++++--
 7 files changed, 48 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

[Prev in Thread] Current Thread [Next in Thread]