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-68-g0572d16


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.8-68-g0572d16
Date: Sat, 3 Nov 2018 16:45:41 -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  0572d1659d8b50b4251950474f688513c4a72f8e (commit)
       via  125923aeb9c32e389b9aae109d508e6011950055 (commit)
      from  b25b78f5c087bd187889dc4bb6bfeff0826a651d (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 0572d1659d8b50b4251950474f688513c4a72f8e
Author: Samuel Thibault <address@hidden>
Date:   Sat Nov 3 19:11:47 2018 +0100

    Add vm_object_sync support
    
    * include/mach/vm_sync.h: New file.
    * include/mach/mach_types.h: Include <mach/vm_sync.h>
    * Makefrag.am (include_mach_HEADERS): Add include/mach/vm_sync.h.
    * include/mach/mach_types.defs (vm_sync_t): Add type.
    * include/mach/gnumach.defs (vm_object_sync, vm_msync): Add RPCs.
    * vm/vm_map.h: Include <mach/vm_sync.h>.
    (vm_map_msync): New declaration.
    * vm/vm_map.c (vm_map_msync): New function.
    * vm/vm_user.c: Include <mach/vm_sync.h> and <kern/mach.server.h>.
    (vm_object_sync, vm_msync): New functions.

commit 125923aeb9c32e389b9aae109d508e6011950055
Author: Samuel Thibault <address@hidden>
Date:   Sat Nov 3 14:58:49 2018 +0100

    Fix typo

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

Summary of changes:
 Makefrag.am                           |  1 +
 include/mach/gnumach.defs             | 14 +++++++++
 include/mach/mach_types.defs          |  1 +
 include/mach/mach_types.h             |  1 +
 include/mach/memory_object.defs       |  2 +-
 kern/log2.h => include/mach/vm_sync.h | 55 ++++++++++++++++-------------------
 vm/vm_map.c                           | 31 ++++++++++++++++++++
 vm/vm_map.h                           |  4 +++
 vm/vm_user.c                          | 52 +++++++++++++++++++++++++++++++++
 9 files changed, 130 insertions(+), 31 deletions(-)
 copy kern/log2.h => include/mach/vm_sync.h (51%)


hooks/post-receive
-- 
GNU Mach



reply via email to

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