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-267-g1333bbb


From: Justus Winter
Subject: [SCM] Hurd branch, master, updated. v0.5-267-g1333bbb
Date: Mon, 26 May 2014 09:28:42 +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  1333bbbcc18502328cdd78b2aadc526ebd552a77 (commit)
       via  acddf44071674746d61895d89172481f85ca8d31 (commit)
       via  67d467a09126e9246ca7fd57ff63952577497c83 (commit)
       via  31b2a835f4ed563ae34a6bc07f5fa1dec9b0fa95 (commit)
       via  dc00a94df4a06764d822b29cbf35b532343821c8 (commit)
       via  b793108b09138edf0a963d9e3107eb400ee27011 (commit)
      from  353fe33eb2481a14dc324c7c2e52b2032df86465 (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 1333bbbcc18502328cdd78b2aadc526ebd552a77
Author: Justus Winter <address@hidden>
Date:   Tue May 20 16:07:44 2014 +0200

    Avoid compiler warning about empty bodies
    
    Make empty bodies of control flow statements more explicit.  Doing so
    will allow us to use stricter compiler settings.  This would have
    cought 4ece292c.
    
    * console-client/xkb/xkb.c: Make empty bodies more explicit
    * libpipe/pipe.c: Likewise.
    * mach-defpager/default_pager.c: Likewise.
    * pfinet/linux-src/net/ipv4/fib_hash.c: Likewise.
    * pflocal/connq.c: Likewise.
    * pflocal/socket.c: Likewise.

commit acddf44071674746d61895d89172481f85ca8d31
Author: Justus Winter <address@hidden>
Date:   Wed May 21 13:20:29 2014 +0200

    libdiskfs: fix type of dir_cache_id, node_cache_id
    
    * libdiskfs/name-cache.c (struct lookup_cache): Fix type of
    dir_cache_id, node_cache_id.

commit 67d467a09126e9246ca7fd57ff63952577497c83
Author: Justus Winter <address@hidden>
Date:   Thu May 22 20:14:02 2014 +0200

    pfinet: add missing include
    
    *  pfinet/linux-src/include/net/addrconf.h: Include ipv6.h.

commit 31b2a835f4ed563ae34a6bc07f5fa1dec9b0fa95
Author: Justus Winter <address@hidden>
Date:   Tue May 20 16:02:59 2014 +0200

    exec: add missing includes
    
    * exec/exec.c: Include mach/gnumach.h.
    * exec/main.c: Include device/device.h.

commit dc00a94df4a06764d822b29cbf35b532343821c8
Author: Justus Winter <address@hidden>
Date:   Tue May 6 18:58:10 2014 +0200

    libdiskfs: lock-less reference counting for peropen objects
    
    * libdiskfs/diskfs.h (struct peropen): Use refcount_t for field refcnt.
    * libdiskfs/peropen-make.c (diskfs_make_peropen): Initialize refcnt.
    * libdiskfs/peropen-rele.c (diskfs_release_peropen): Adjust accordingly.
    * libdiskfs/protid-make.c (diskfs_start_protid): Likewise.  Also, the
    node must no longer be locked, adjust comment accordingly.
    (diskfs_create_protid): Likewise.

commit b793108b09138edf0a963d9e3107eb400ee27011
Author: Justus Winter <address@hidden>
Date:   Thu May 22 20:04:33 2014 +0200

    include: install refcount.h
    
    * include/Makefile (installhdrs): Add refcount.h.

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

Summary of changes:
 console-client/xkb/xkb.c                |    3 ++-
 exec/exec.c                             |    1 +
 exec/main.c                             |    1 +
 include/Makefile                        |    2 +-
 libdiskfs/diskfs.h                      |    7 ++++---
 libdiskfs/name-cache.c                  |    2 +-
 libdiskfs/peropen-make.c                |    2 +-
 libdiskfs/peropen-rele.c                |   21 ++++++++++-----------
 libdiskfs/protid-make.c                 |    8 ++++----
 libpipe/pipe.c                          |    4 +++-
 mach-defpager/default_pager.c           |    4 ++--
 pfinet/linux-src/include/net/addrconf.h |    2 ++
 pfinet/linux-src/net/ipv4/fib_hash.c    |    2 +-
 pflocal/connq.c                         |    2 +-
 pflocal/socket.c                        |    4 +++-
 15 files changed, 37 insertions(+), 28 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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