commit-hurd
[Top][All Lists]
Advanced

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

[SCM] GNU Mach branch, master-x86_64, updated. v1.8-297-g7f684f4


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master-x86_64, updated. v1.8-297-g7f684f4
Date: Mon, 6 Apr 2020 16:24:17 -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-x86_64 has been updated
       via  7f684f48477ba344ea8748709a263f55aa29f986 (commit)
       via  c7f7552f72ef54ee02018fe7686be6d12d83a5dc (commit)
       via  6f828d10c88d68f8c2abebfd07df82af93c5ed71 (commit)
       via  542c915ed0bf4bbd64cdb8b86a33b8cb846c01f7 (commit)
       via  8872f037708d83d8b71de6747be499066d287455 (commit)
       via  71f4f63143d2ab0987d3315cdcd5d20e233d68d7 (commit)
       via  34e83eab4497bfbe8da0cbb7bd4f59c0021bf285 (commit)
       via  899d69cc267b3d07ea3eeea91cf10a5a32dac985 (commit)
       via  da8c9a7e035df0ad9e748caacc654b23a5901af9 (commit)
       via  803e1543c774763e92f14016f3d306aabf657153 (commit)
       via  b3d8176955e9c4646f08ab47cb45acdaf869cd0b (commit)
       via  1e901a41a81bdbd00961959da1939dc6e42994aa (commit)
       via  ad71f1f742661863e0de59a94746f5d01e80b346 (commit)
       via  c41d54362d15d0c0c2a049c384c134134a3415f0 (commit)
       via  b4ee23b7445a74c06dd5a2368f78250f5ca57548 (commit)
       via  03b05ed702de248d308bb42348754ad19643d502 (commit)
       via  1919553cf0f4605491a44f3a458aa31fd81580fc (commit)
      from  4da828ba5ca7005cd7ab0c2e8ce252c8f6f1b1c2 (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 7f684f48477ba344ea8748709a263f55aa29f986
Author: Samuel Thibault <address@hidden>
Date:   Mon Apr 6 22:24:11 2020 +0200

    Print RPC messages for debugging

commit c7f7552f72ef54ee02018fe7686be6d12d83a5dc
Author: Samuel Thibault <address@hidden>
Date:   Mon Apr 6 22:22:22 2020 +0200

    Print mach system calls
    
    To see the initial calls from userland.

commit 6f828d10c88d68f8c2abebfd07df82af93c5ed71
Author: Samuel Thibault <address@hidden>
Date:   Mon Apr 6 22:20:46 2020 +0200

    Enable Xen emergency output

commit 542c915ed0bf4bbd64cdb8b86a33b8cb846c01f7
Merge: 4da828b 8872f03
Author: Samuel Thibault <address@hidden>
Date:   Mon Apr 6 22:20:08 2020 +0200

    Merge branch 'master' into master-x86_64

commit 8872f037708d83d8b71de6747be499066d287455
Author: Samuel Thibault <address@hidden>
Date:   Mon Apr 6 22:16:05 2020 +0200

    mach_trap_table: Fix 64bit version
    
    The addition of the mach_trap_name field made the 64bit unused field
    spurious.
    
    * kern/syscall_sw.h (mach_trap_t): Remove `unused' field.

commit 71f4f63143d2ab0987d3315cdcd5d20e233d68d7
Author: Samuel Thibault <address@hidden>
Date:   Mon Apr 6 22:15:36 2020 +0200

    Add warning about one of the next 64bit fixes to make

commit 34e83eab4497bfbe8da0cbb7bd4f59c0021bf285
Author: Samuel Thibault <address@hidden>
Date:   Mon Apr 6 22:13:15 2020 +0200

    ddb: Add 64bit support to memory examination
    
    * ddb/db_examine.c(db_examine): Add q modifier to examine 64bit values.
    * doc/mach.texi (examine): Document q modifier.

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

Summary of changes:
 ddb/db_examine.c                  | 12 ++++++++----
 device/cons.c                     |  2 +-
 doc/mach.texi                     |  3 +++
 i386/i386/locore.S                |  2 +-
 i386/i386/vm_param.h              |  7 +++++++
 i386/i386/xen.h                   |  6 +++---
 i386/include/mach/i386/vm_param.h |  5 ++++-
 i386/intel/pmap.c                 | 17 ++++++++++++++---
 ipc/mach_msg.c                    | 15 +++++++++++++++
 kern/boot_script.c                |  4 +++-
 kern/bootstrap.c                  |  3 ++-
 kern/eventcount.c                 |  4 ++++
 kern/ipc_host.c                   |  2 ++
 kern/ipc_mig.c                    | 28 ++++++++++++++++++++++++++++
 kern/ipc_tt.c                     |  6 ++++++
 kern/syscall_subr.c               |  8 ++++++++
 kern/syscall_sw.c                 |  2 +-
 kern/syscall_sw.h                 |  5 ++---
 x86_64/locore.S                   |  2 +-
 xen/grant.c                       |  2 +-
 xen/net.c                         |  2 +-
 21 files changed, 115 insertions(+), 22 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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