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.3-102-g0d9b49b


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  0d9b49bcc0b70968f736824eef480054cf578218 (commit)
       via  57cd6e39d5c0ec9d957c57b07148cd0ba0df42bf (commit)
       via  c9dd6e42e72c22b1cc67df6ce42f7bb42530a355 (commit)
      from  6bedc77b34297569b0f169f269b8309eba35f555 (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 0d9b49bcc0b70968f736824eef480054cf578218
Author: Roland McGrath <roland@redhat.com>
Date:   Mon Aug 30 15:43:43 2010 -0700

    Give staprun/stapio/stap-merge a standalone configure and makefile
    
    * Makefile.am: New file.
    * configure.ac: New file.
    * Makefile.in: New generated file.
    * aclocal.m4: New generated file.
    * config.in: New generated file.
    * configure: New generated file.

commit 57cd6e39d5c0ec9d957c57b07148cd0ba0df42bf
Author: Roland McGrath <roland@redhat.com>
Date:   Mon Aug 30 15:27:44 2010 -0700

    staprun: Avoid need for -I$(top_srcdir)
    
    * modverify.c: Use proper relative pathname for nsscommon.h #include.

commit c9dd6e42e72c22b1cc67df6ce42f7bb42530a355
Author: Roland McGrath <roland@redhat.com>
Date:   Mon Aug 30 15:01:35 2010 -0700

    staprun: Avoid type-punning casts.
    
    * mainloop.c (stp_main_loop): Use clean union instead of casts.

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

Summary of changes:
 runtime/staprun/Makefile.am              |   29 +
 runtime/staprun/Makefile.in              |  627 ++++
 aclocal.m4 => runtime/staprun/aclocal.m4 |   53 -
 runtime/staprun/config.in                |   49 +
 runtime/staprun/configure                | 6034 ++++++++++++++++++++++++++++++
 runtime/staprun/configure.ac             |   66 +
 runtime/staprun/mainloop.c               |   59 +-
 runtime/staprun/modverify.c              |    8 +-
 8 files changed, 6841 insertions(+), 84 deletions(-)
 create mode 100644 runtime/staprun/Makefile.am
 create mode 100644 runtime/staprun/Makefile.in
 copy aclocal.m4 => runtime/staprun/aclocal.m4 (96%)
 create mode 100644 runtime/staprun/config.in
 create mode 100755 runtime/staprun/configure
 create mode 100644 runtime/staprun/configure.ac


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]