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-221-ge27425e


From: Justus Winter
Subject: [SCM] Hurd branch, master, updated. v0.5-221-ge27425e
Date: Sun, 06 Apr 2014 07:57:00 +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  e27425e63392683b85101961489a83e0abef133b (commit)
       via  f274c66b2141aca0f332e272b77cd0a048cef7f6 (commit)
       via  b939d0b64ac0cfb90e672386a8586a5515ebcd16 (commit)
      from  7b31485553ed6a1cbc1ddde0ae3e678e404d1f97 (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 e27425e63392683b85101961489a83e0abef133b
Author: Justus Winter <address@hidden>
Date:   Fri Apr 4 18:17:54 2014 +0200

    libdiskfs: fix receiver lookup
    
    * libdiskfs/Makefile (exec_startup-MIGSFLAGS): New variable.
    * libdiskfs/diskfs.h (struct bootinfo): New struct declaration.
    (diskfs_begin_using_bootinfo_port): New function.
    (diskfs_end_using_bootinfo): Likewise.
    * libdiskfs/fsmutations.h: Add mutators for exec_startup_t.
    * libdiskfs/priv.h (bootinfo_t): New type declaration to appease mig.
    * libdiskfs/boot-start.c (S_exec_startup_get_info): Fix receiver lookup.

commit f274c66b2141aca0f332e272b77cd0a048cef7f6
Author: Justus Winter <address@hidden>
Date:   Fri Nov 29 12:35:13 2013 +0100

    exec: fix receiver lookup
    
    * exec/Makefile (exec_startup-MIGSFLAGS): New variable.
    * exec/execmutations.h: Add mutators for exec_startup_t.
    * exec/mig-decls.h: New file.
    * exec/priv.h (bootinfo_t): New type declaration to appease mig.
    * exec/exec.c (S_exec_startup_get_info): Fix receiver lookup.

commit b939d0b64ac0cfb90e672386a8586a5515ebcd16
Author: Justus Winter <address@hidden>
Date:   Fri Apr 4 17:11:21 2014 +0200

    hurd: add a new type for the exec_startup protocol
    
    * hurd/hurd_types.defs (exec_startup_t): New type.
    * hurd/hurd_types.h (exec_startup_t): Likewise.
    * hurd/exec_startup.defs: Honor EXEC_STARTUP_IMPORTS.
    (exec_startup_get_info): Use the new type as receiver.

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

Summary of changes:
 exec/Makefile                  |    1 +
 exec/exec.c                    |    5 +----
 exec/execmutations.h           |    8 ++++++++
 {libpager => exec}/mig-decls.h |   20 +++++++++-----------
 exec/priv.h                    |    2 +-
 hurd/exec_startup.defs         |    6 +++++-
 hurd/hurd_types.defs           |   12 ++++++++++++
 hurd/hurd_types.h              |    1 +
 libdiskfs/Makefile             |    1 +
 libdiskfs/boot-start.c         |    9 +++------
 libdiskfs/diskfs.h             |   23 +++++++++++++++++++++++
 libdiskfs/fsmutations.h        |    7 +++++++
 libdiskfs/priv.h               |    1 +
 13 files changed, 73 insertions(+), 23 deletions(-)
 copy {libpager => exec}/mig-decls.h (71%)


hooks/post-receive
-- 
Hurd



reply via email to

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