public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.4-67-gb63fab8
@ 2011-02-11  1:11 jistone
  0 siblings, 0 replies; only message in thread
From: jistone @ 2011-02-11  1:11 UTC (permalink / raw)
  To: systemtap-cvs

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  b63fab8739c5c6d6a83c5225682fb64cebd7b208 (commit)
      from  1544bdf963f6c48826774a6031306518342558cc (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 b63fab8739c5c6d6a83c5225682fb64cebd7b208
Author: Josh Stone <jistone@redhat.com>
Date:   Thu Feb 10 16:43:55 2011 -0800

    Use posix_spawn_file_actions for stap_system_read
    
    The file actions can handle the dup2 necessary to hook a pipe onto the
    child's stdout.  It could do the necessary closing too, but we'll just
    use FD_CLOEXEC for that.
    
    * util.cxx (stap_spawn): Take file_actions for the posix_spawn.
      (pipe_child_fd): New, open a pipe and set the dup2 action for it.
      (stap_system_read): Let stap_spawn and pipe_child_fd do the hard part.

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

Summary of changes:
 util.cxx |   82 +++++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 50 insertions(+), 32 deletions(-)


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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-02-11  1:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-11  1:11 [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.4-67-gb63fab8 jistone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).