This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.4-66-g1544bdf


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 "systemtap: system-wide probe/trace tool".

The branch, master has been updated
       via  1544bdf963f6c48826774a6031306518342558cc (commit)
       via  77455f9795385d07e95a1f88ff598121d978ab8b (commit)
      from  db70e30886965bc0f008b14dc7ebe4806f088cd3 (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 1544bdf963f6c48826774a6031306518342558cc
Author: Josh Stone <jistone@redhat.com>
Date:   Thu Feb 10 15:03:51 2011 -0800

    Close the ssh ControlMaster after uname failure
    
    Since ssh_remote::get_uname is called from ctors, any exception won't
    call the dtor to close the connection.
    
    * remote.cxx (ssh_remote::init): Open the master, try uname, and close
      the master on exception.
      (ssh_remote::ssh_remote): Both ctors, use init().

commit 77455f9795385d07e95a1f88ff598121d978ab8b
Author: Josh Stone <jistone@redhat.com>
Date:   Thu Feb 10 14:54:18 2011 -0800

    Read the pipe directly in stap_system_read
    
    * util.cxx (stap_system_read): Use gnu's stdio_filebuf to read directly
      from the pipe file descriptor.

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

Summary of changes:
 remote.cxx |   18 +++++++++++++++---
 util.cxx   |    8 ++++----
 2 files changed, 19 insertions(+), 7 deletions(-)


hooks/post-receive
--
systemtap: system-wide probe/trace tool


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]