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-43-gf5ba2de


From: Justus Winter
Subject: [SCM] Hurd branch, master, updated. v0.5-43-gf5ba2de
Date: Sun, 10 Nov 2013 15:49:26 +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  f5ba2dee8d589639de0e0df315322e5b312c45c5 (commit)
       via  9b02c4454abee568af9ff1d6c9044e9cd757b5aa (commit)
      from  130b51ac17f44707261f4885d2fadb44a2f5a1e5 (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 f5ba2dee8d589639de0e0df315322e5b312c45c5
Author: Justus Winter <address@hidden>
Date:   Thu Nov 7 17:15:53 2013 +0100

    utils: implement portinfo --search
    
    Implement the --search switch of portinfo. The feature was suggested
    in the source code and partly implemented. portinfo --search locates
    the target ports (or all ports) in any other process and prints the
    port mapping and information about the port in the remote process.
    
    * utils/Makefile: Link portinfo against libps.
    * utils/portinfo.c (options): Enable --search option.
    (search_for_port): New function.
    (search_for_ports): Likewise.
    (main): Call search_for_port{,s} as appropiate.

commit 9b02c4454abee568af9ff1d6c9044e9cd757b5aa
Author: Justus Winter <address@hidden>
Date:   Thu Nov 7 17:01:02 2013 +0100

    libshouldbeinlibc: fix reference counting in port_name_xlator_create
    
    Both task ports are deallocated in the destructor, so they must be
    referenced in the constructor.
    
    * libshouldbeinlibc/portxlate.c (port_name_xlator_create): Fix
      reference counting.

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

Summary of changes:
 libshouldbeinlibc/portxlate.c |    6 ++
 utils/Makefile                |    1 +
 utils/portinfo.c              |  126 ++++++++++++++++++++++++++++++++++++++++-
 3 files changed, 131 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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