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.4-443-g306d763


From: Justus Winter
Subject: [SCM] GNU Mach branch, master, updated. v1.4-443-g306d763
Date: Mon, 26 May 2014 09:08:26 +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  306d763d872bae2a1cc23fe13b769cace8198a3a (commit)
       via  3617701208c6fd63386442d2d107d37ff7d22041 (commit)
      from  12baa940dd214046902a0d7815f24cfad989fe79 (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 306d763d872bae2a1cc23fe13b769cace8198a3a
Author: Justus Winter <address@hidden>
Date:   Sun May 25 16:19:16 2014 +0200

    Rewrite old-style #endif FOO directives
    
    * i386/include/mach/i386/cthreads.h: Rewrite old-style #endif FOO
    directives.
    * include/device/tape_status.h: Likewise.
    * include/mach/alert.h: Likewise.
    * include/mach/boot.h: Likewise.
    * include/mach/default_pager_types.defs: Likewise.
    * include/mach/default_pager_types.h: Likewise.
    * include/mach/multiboot.h: Likewise.
    * include/mach/notify.defs: Likewise.
    * include/mach_debug/pc_info.h: Likewise.
    * kern/act.h: Likewise.
    * kern/refcount.h: Likewise.
    * kern/shuttle.h: Likewise.

commit 3617701208c6fd63386442d2d107d37ff7d22041
Author: Justus Winter <address@hidden>
Date:   Sun May 25 15:53:23 2014 +0200

    include: fix the embedded type definitions in memory_object.defs
    
    In order to use MIG translation functions to lookup memory objects,
    preprocessor macros have been introduced into the definition of
    memory_object_t in 50cc5152.
    
    The procedure definitions contain inlined type definitions in order to
    change the type of the argument in question (i.e. to make it
    polymorphic).  The inline definitions however lack the destructor
    function, leading to reference leaks when a reference is acquired in
    the intran function.
    
    * include/mach/memory_object.defs: Add the destructor functions to the
    inlined type definitions.

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

Summary of changes:
 i386/include/mach/i386/cthreads.h     |    2 +-
 include/device/tape_status.h          |    2 +-
 include/mach/alert.h                  |    2 +-
 include/mach/boot.h                   |    4 ++--
 include/mach/default_pager_types.defs |    2 +-
 include/mach/default_pager_types.h    |    2 +-
 include/mach/memory_object.defs       |   12 ++++++++++++
 include/mach/multiboot.h              |    2 +-
 include/mach/notify.defs              |   16 ++++++++--------
 include/mach_debug/pc_info.h          |    2 +-
 kern/act.h                            |    2 +-
 kern/refcount.h                       |    2 +-
 kern/shuttle.h                        |    2 +-
 13 files changed, 32 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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