commit-hurd
[Top][All Lists]
Advanced

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

[SCM] Hurd branch, master, updated. v0.5-216-gb7cbdde


From: Justus Winter
Subject: [SCM] Hurd branch, master, updated. v0.5-216-gb7cbdde
Date: Fri, 04 Apr 2014 11:02:19 +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 "Hurd".

The branch, master has been updated
       via  b7cbdde8854ee4c51ec9cd49ce639bd02d646355 (commit)
      from  64b5d358fcaa039ca2e7634aceaa5ed4c3a10cc4 (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 b7cbdde8854ee4c51ec9cd49ce639bd02d646355
Author: Justus Winter <address@hidden>
Date:   Mon Mar 3 20:48:20 2014 +0100

    libpager: fix receiver lookups
    
    Previously, the receiver lookup was done manually in all the server
    functions.  Use mig translator functions instead.
    
    * libpager/mig-decls.h: New file.
    * libpager/mig-mutate.h: Likewise.
    * libpager/Makefile (MIGSFLAGS): Include mig-mutate.h.
    * libpager/chg-compl.c: Fix receiver lookups.
    * libpager/data-request.c: Likewise.
    * libpager/data-return.c: Likewise.
    * libpager/data-unlock.c: Likewise.
    * libpager/lock-completed.c: Likewise.
    * libpager/object-init.c: Likewise.
    * libpager/object-terminate.c: Likewise.
    * libpager/stubs.c: Likewise.
    * libpager/seqnos.c (_pager_update_seqno): Move the actual
    functionality...
    (_pager_update_seqno_p): ... into a new function that can be called
    with a pointer to struct pager.
    * libpager/priv.h (_pager_update_seqno_p): New declaration.

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

Summary of changes:
 libpager/Makefile                        |    2 +-
 libpager/chg-compl.c                     |   10 ++++------
 libpager/data-request.c                  |   10 +++-------
 libpager/data-return.c                   |   13 +++++--------
 libpager/data-unlock.c                   |    8 +++-----
 libpager/lock-completed.c                |    8 +++-----
 {auth => libpager}/mig-decls.h           |   22 +++++++++++-----------
 {mach-defpager => libpager}/mig-mutate.h |    4 ++--
 libpager/object-init.c                   |    9 +++------
 libpager/object-terminate.c              |    9 +++------
 libpager/priv.h                          |    1 +
 libpager/seqnos.c                        |   14 ++++++++++++--
 libpager/stubs.c                         |   12 ++++++------
 13 files changed, 57 insertions(+), 65 deletions(-)
 copy {auth => libpager}/mig-decls.h (67%)
 copy {mach-defpager => libpager}/mig-mutate.h (85%)


hooks/post-receive
-- 
Hurd



reply via email to

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