commit-hurd
[Top][All Lists]
Advanced

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

[SCM] GNU Mach branch, master, updated. 91f9da20ad9da24c13b2b87b14752c86


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. 91f9da20ad9da24c13b2b87b14752c865454744b
Date: Wed, 17 Jul 2013 22:08:48 +0000

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  91f9da20ad9da24c13b2b87b14752c865454744b (commit)
      from  37a5965ed210cb0672ceae8292393a678a144415 (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 91f9da20ad9da24c13b2b87b14752c865454744b
Author: Marin Ramesa <address@hidden>
Date:   Wed Jul 10 12:42:08 2013 +0200

    vm: organize vm print function prototypes
    
    * vm/vm_print.h: New file.
    Include <vm/vm_map.h>.
    Include <machine/db_machdep.h>.
    (vm_map_print): Add prototype.
    (vm_map_copy_print): Likewise.
    (vm_object_print): Likewise.
    (vm_page_print): Likewise.
    Include <vm/vm_object.h>.
    Include <vm/vm_page.h>
    * vm/vm_map.h (vm_map_print): Remove prototype.
    * vm/vm_map.c [MACH_KDB]: Include <vm/vm_print.h>.
    * vm/vm_object.h (vm_object_print): Remove prototype.
    * vm/vm_object.c [MACH_KDB]: Include <vm/vm_print.h>.
    * vm/vm_resident.c [MACH_KDB]: Include <vm/vm_print.h>.

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

Summary of changes:
 vm/vm_map.c      |    1 +
 vm/vm_map.h      |    3 ---
 vm/vm_object.c   |    1 +
 vm/vm_object.h   |    2 --
 vm/vm_print.h    |   22 ++++++++++++++++++++++
 vm/vm_resident.c |    1 +
 6 files changed, 25 insertions(+), 5 deletions(-)
 create mode 100644 vm/vm_print.h


hooks/post-receive
-- 
GNU Mach



reply via email to

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