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.6-661-g52dea42


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  52dea4277c2567c5d3d3530665ebfa8507bd5b5d (commit)
       via  56111fdccfa5e563a4121ef957572984fb66ff94 (commit)
      from  7288f08ed046ada8ccc67bff25b167b714753664 (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 52dea4277c2567c5d3d3530665ebfa8507bd5b5d
Author: Frank Ch. Eigler <fche@redhat.com>
Date:   Tue Jan 3 16:46:42 2012 -0500

    runtime: autoconf for fs_supers hlist change
    
    * runtime/autoconf-fs_supers-hlist.c: New test.
    * buildrun.cxx (compile_pass): Run it.
    * runtime/transport/transport.c (_stp_get_root_dir): Use
      hlist_entry etc. if needed.

commit 56111fdccfa5e563a4121ef957572984fb66ff94
Author: Frank Ch. Eigler <fche@redhat.com>
Date:   Tue Jan 3 15:02:25 2012 -0500

    runtime: autoconf for relay umode_t change
    
    * runtime/autoconf-relay-umode_t.c: New test.
    * buildrun.cxx (compile_pass): Run it.
    * runtime/transport/relay_v2.c (__stp_relay_create_buf_file_callback):
      Change int -> umode_t if needed.

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

Summary of changes:
 buildrun.cxx                       |    2 ++
 runtime/autoconf-fs_supers-hlist.c |   16 ++++++++++++++++
 runtime/autoconf-relay-umode_t.c   |   33 +++++++++++++++++++++++++++++++++
 runtime/transport/relay_v2.c       |    4 ++++
 runtime/transport/transport.c      |    5 +++++
 5 files changed, 60 insertions(+), 0 deletions(-)
 create mode 100644 runtime/autoconf-fs_supers-hlist.c
 create mode 100644 runtime/autoconf-relay-umode_t.c


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]