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-183-g8287b6f


From: Justus Winter
Subject: [SCM] Hurd branch, master, updated. v0.5-183-g8287b6f
Date: Tue, 25 Feb 2014 19:35:35 +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  8287b6ffdf2cb631591decb17429701218122259 (commit)
       via  e5583e10eed68f75e8981571d322b553b784dd5b (commit)
      from  86e3141aaf13b1bc55d74bd6f557a62b814e944c (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 8287b6ffdf2cb631591decb17429701218122259
Author: Justus Winter <address@hidden>
Date:   Tue Feb 25 01:01:09 2014 +0100

    libtrivfs: improve the mig mutator functions
    
    Previously, the mig mutator functions were in migsupport.c, preventing
    them from being inlined into the mig-generated server functions.  Put
    them in mig-decls.h instead.  Rename mutations.h to mig-mutate.h.
    This is the naming convention used for pflocal.
    
    * libtrivfs/fsmutations.h: Rename to mig-mutate.h, adopt imports.
    * libtrivfs/Makefile: Adopt accordingly.
    * libtrivfs/migsupport.c: Rename to mig-decls.h.
    * libtrivfs/trivfs.h: Move dynamic classes/buckets declarations to
    mig-decls.h, remove superfluous imports.
    * exec/execmutations.h: Fix import.
    * pfinet/mig-mutate.h: Likewise.
    * trans/Makefile: Likewise.

commit e5583e10eed68f75e8981571d322b553b784dd5b
Author: Justus Winter <address@hidden>
Date:   Tue Feb 25 00:24:52 2014 +0100

    pfinet: improve the mig mutator functions
    
    Previously, the mig mutator functions were in misc.c, preventing them
    from being inlined into the mig-generated server functions.  Put them
    in mig-decls.h instead.  Rename mutations.h to mig-mutate.h.  This is
    the naming convention used for pflocal.
    
    * pfinet/mutations.h: Rename to mig-mutate.h, adopt imports.
    * pfinet/Makefile: Adopt accordingly.
    * pfinet/mig-decls.h: New file.
    * pfinet/misc.c: Move mutator functions to mig-decls.h.
    * pfinet/pfinet.h: Move type declarations to mig-decls.h, remove
    mutator declarations.
    * pfinet/iioctl-ops.c: Include mig-decls.h.

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

Summary of changes:
 exec/execmutations.h                      |    4 ++-
 libtrivfs/Makefile                        |    6 ++--
 libtrivfs/{migsupport.c => mig-decls.h}   |   31 +++++++++++++---
 libtrivfs/{fsmutations.h => mig-mutate.h} |    7 ++--
 libtrivfs/trivfs.h                        |   44 +----------------------
 pfinet/Makefile                           |    6 ++--
 pfinet/iioctl-ops.c                       |    2 +
 pfinet/mig-decls.h                        |   55 +++++++++++++++++++++++++++++
 pfinet/{mutations.h => mig-mutate.h}      |    7 ++--
 pfinet/misc.c                             |   26 -------------
 pfinet/pfinet.h                           |    9 -----
 trans/Makefile                            |    2 +-
 12 files changed, 100 insertions(+), 99 deletions(-)
 rename libtrivfs/{migsupport.c => mig-decls.h} (76%)
 rename libtrivfs/{fsmutations.h => mig-mutate.h} (90%)
 create mode 100644 pfinet/mig-decls.h
 rename pfinet/{mutations.h => mig-mutate.h} (91%)


hooks/post-receive
-- 
Hurd



reply via email to

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