commit-hurd
[Top][All Lists]
Advanced

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

[SCM] Hurd branch, master, updated. v0.9-76-ge493a61


From: Justus Winter
Subject: [SCM] Hurd branch, master, updated. v0.9-76-ge493a61
Date: Thu, 24 Aug 2017 17:23:01 -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 "Hurd".

The branch, master has been updated
       via  e493a6164cfe188a151b10f37a971bbfa67297cf (commit)
       via  59dacf77dc0aa25dfda3b192ec099e7310d543d2 (commit)
       via  a3254ced93e2db103d7395c4d5a727260ae69894 (commit)
       via  477b739fdff7b205b1b6066a2685c0924fc0ea9f (commit)
      from  4076a4d3bd380a287fcc0bc9e3d1d573b29714cb (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 e493a6164cfe188a151b10f37a971bbfa67297cf
Author: Justus Winter <address@hidden>
Date:   Thu Aug 24 17:42:10 2017 +0200

    libnetfs: Remove redundant type checks.
    
    * libnetfs/file-get-children.c (netfs_S_file_get_children): Drop
    redundant type checks.
    * libnetfs/file-get-source.c (netfs_S_file_get_source): Likewise.

commit 59dacf77dc0aa25dfda3b192ec099e7310d543d2
Author: Justus Winter <address@hidden>
Date:   Thu Aug 24 11:09:05 2017 +0200

    libdiskfs: Simplify type checks.
    
    * libdiskfs/diskfs.h (diskfs_begin_using_control_port): Check port class.
    * libdiskfs/fsys-getfile.c (diskfs_S_fsys_getfile): Drop check.
    * libdiskfs/fsys-getroot.c (diskfs_S_fsys_getroot): Likewise.
    * libdiskfs/fsys-goaway.c (diskfs_S_fsys_goaway): Likewise.
    * libdiskfs/fsys-options.c (diskfs_S_fsys_{s,g}et_options): Likewise.
    * libdiskfs/fsys-syncfs.c (diskfs_S_fsys_syncfs): Likewise.

commit a3254ced93e2db103d7395c4d5a727260ae69894
Author: Justus Winter <address@hidden>
Date:   Thu Aug 24 16:45:49 2017 +0200

    libdiskfs: Use control class for the singleton 'bootinfo'.
    
    * libdiskfs/boot-start.c (bootinfo): New variable.
    (diskfs_start_bootstrap): Create 'bootinfo' as an instance of
    'diskfs_control_class'.
    (diskfs_S_fsys_getpriv): Only allow operation on 'bootinfo'.
    (diskfs_S_fsys_init): Allow operation on any control object, but only
    once.
    * libdiskfs/diskfs.h (diskfs_initboot_class): Drop declaration.
    * libdiskfs/init-init.c (diskfs_initboot_class): Drop variable.
    (diskfs_init_diskfs): Adapt.

commit 477b739fdff7b205b1b6066a2685c0924fc0ea9f
Author: Justus Winter <address@hidden>
Date:   Thu Aug 24 11:07:32 2017 +0200

    eth-multiplexer: Fix type check.
    
    * eth-multiplexer/device_impl.c (ds_device_open): Check the port
    class.

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

Summary of changes:
 eth-multiplexer/device_impl.c |  3 ++-
 libdiskfs/boot-start.c        | 15 ++++++++-------
 libdiskfs/diskfs.h            |  5 ++---
 libdiskfs/fsys-getfile.c      |  3 +--
 libdiskfs/fsys-getroot.c      |  3 +--
 libdiskfs/fsys-goaway.c       |  9 ++++-----
 libdiskfs/fsys-options.c      |  6 ++----
 libdiskfs/fsys-syncfs.c       |  7 +++----
 libdiskfs/init-init.c         |  2 --
 libnetfs/file-get-children.c  |  4 +---
 libnetfs/file-get-source.c    |  4 +---
 11 files changed, 25 insertions(+), 36 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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