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-298-g370f2fc


From: Justus Winter
Subject: [SCM] Hurd branch, master, updated. v0.5-298-g370f2fc
Date: Sun, 15 Jun 2014 15:56:20 +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  370f2fcb4ae7901e34caba64d31027f8cf69a858 (commit)
       via  6f874305906b18a6bd7ba02f7dee949948e41262 (commit)
       via  d73b0ee5f32bdf769a5d9d19c4cc590df07c1bef (commit)
      from  10412bfccc00708663034a76b1a3c66058bb7545 (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 370f2fcb4ae7901e34caba64d31027f8cf69a858
Author: Justus Winter <address@hidden>
Date:   Wed Jun 11 11:54:18 2014 +0200

    utils/settrans: implement settrans --start
    
    Start the translator specified by the NODE's passive translator record
    and set it as NODE's active translator.  This is the equivalent of
    doing:
    
    % settrans --active /node $(showtrans /node)
    
    * utils/settrans.c (argp_option): Add --start.
    (parse_opt): Handle --start.
    (main): Retrieve the passive translator record if --start is given.

commit 6f874305906b18a6bd7ba02f7dee949948e41262
Author: Justus Winter <address@hidden>
Date:   Tue Jun 10 16:20:37 2014 +0200

    hurd: fix receiver lookup in termctty_open_terminal
    
    * hurd/hurd_types.h (ctty_t): New type definition.
    * hurd/term.defs (ctty_t): New type definition.
    * term/mig-decls.h: New file.
    * term/mig-mutate.h: Add mutators, includes.
    * term/term.h: Add include guards.
    * term/users.c (S_termctty_open_terminal): Fix receiver lookup.
    * boot/boot.c (S_termctty_open_terminal): Likewise.

commit d73b0ee5f32bdf769a5d9d19c4cc590df07c1bef
Author: Justus Winter <address@hidden>
Date:   Tue Jun 10 14:49:46 2014 +0200

    term: improve the demuxer
    
    Handle multiple request types as recommended by the Mach Server
    Writer's Guide section 4, subsection "Handling Multiple Request
    Types".  This avoids initializing the reply message in every X_server
    function.
    
    * term/main.c (demuxer): Improve the demuxer function.

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

Summary of changes:
 boot/boot.c                    |    2 +-
 hurd/hurd_types.h              |    1 +
 hurd/term.defs                 |   14 +++++++++++++-
 term/main.c                    |   24 ++++++++++++++++--------
 {libports => term}/mig-decls.h |   16 +++++++++-------
 term/mig-mutate.h              |   10 +++++++++-
 term/term.h                    |    5 +++++
 term/users.c                   |    4 +---
 utils/settrans.c               |   32 +++++++++++++++++++++++++++++++-
 9 files changed, 86 insertions(+), 22 deletions(-)
 copy {libports => term}/mig-decls.h (77%)


hooks/post-receive
-- 
Hurd



reply via email to

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