commit-hurd
[Top][All Lists]
Advanced

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

[SCM] Hurd branch, master, updated. v0.7-126-gb04364b


From: Justus Winter
Subject: [SCM] Hurd branch, master, updated. v0.7-126-gb04364b
Date: Thu, 28 Apr 2016 23:51:44 +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  b04364bcdcd1a209cb3e2762e09a42247bcde5f0 (commit)
       via  6620d8b801c4683bf81fc419484d64530ba126ba (commit)
       via  1c0dc88f5411451ba1acd7e41a5d362fdd947586 (commit)
       via  10218526abf4c7537642cf5c3d8955578d599402 (commit)
       via  f250b6d8626c9d3ecf0d356dfd786a23ebbf6ca1 (commit)
      from  57d5c5ca5463d43196393bc5b2d5f379ee749374 (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 b04364bcdcd1a209cb3e2762e09a42247bcde5f0
Author: Justus Winter <address@hidden>
Date:   Thu Apr 28 18:57:54 2016 +0200

    startup: write all messages to stderr
    
    This avoids the need to flush the buffer and works around a weird
    problem with 'puts' not printing a newline.
    
    * startup/startup.c: Write all messages to stderr.

commit 6620d8b801c4683bf81fc419484d64530ba126ba
Author: Justus Winter <address@hidden>
Date:   Tue Apr 26 19:12:17 2016 +0200

    startup: use the generated default server implementations
    
    * startup/Makefile: Set appropriate flags.
    * startup/startup.c: Drop most stub functions.

commit 1c0dc88f5411451ba1acd7e41a5d362fdd947586
Author: Justus Winter <address@hidden>
Date:   Tue Apr 26 18:01:41 2016 +0200

    startup: add verbose parameter
    
    * startup/startup.c: Add verbose parameter and inform about progress
    through the bootstrap procedure if it is given.

commit 10218526abf4c7537642cf5c3d8955578d599402
Author: Justus Winter <address@hidden>
Date:   Sat Apr 23 17:52:33 2016 +0200

    startup: implement bits of the fs and io protocols
    
    * startup/Makefile: Build fs and io server with default
    implementations.
    (mung_msg_S.h): Tune regexp only to match the include guard.
    * startup/startup.c (mig_reply_setup): New function.
    (demuxer): Add new protocols.  Nicer implementation.
    (S_file_check_access): New function.
    (S_io_restrict_auth): Likewise.

commit f250b6d8626c9d3ecf0d356dfd786a23ebbf6ca1
Author: Justus Winter <address@hidden>
Date:   Tue Apr 26 15:43:26 2016 +0200

    Unify and document the way fsids are handled in trivfs translators
    
    * doc/hurd.texi: Clarify what happens if 'trivfs_fsid' is zero.
    * login/utmp.c: Leave 'trivfs_fsid' at zero.
    * pfinet/main.c: Likewise.
    * trans/ifsock.c: Likewise.
    * trans/proxy-defpager.c: Likewise.

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

Summary of changes:
 doc/hurd.texi          |    4 +-
 login/utmp.c           |    2 +-
 pfinet/main.c          |    1 -
 startup/Makefile       |    9 +-
 startup/startup.c      |  310 +++++++++++++++++++++++++++---------------------
 trans/ifsock.c         |    2 +-
 trans/proxy-defpager.c |    2 -
 7 files changed, 187 insertions(+), 143 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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