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-377-ge8daaf6


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  e8daaf601ef044c457a12535c5d8be9d9a36be67 (commit)
      from  88349aa12c39f29e48aced51822df396f7963660 (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 e8daaf601ef044c457a12535c5d8be9d9a36be67
Author: David Smith <dsmith@redhat.com>
Date:   Fri May 20 09:10:14 2011 -0500

    Fix 'incorrect-fsf-address' rpmlint errors.
    
    * COPYING: Updated to latest FSF version with updated address.
    * doc/SystemTap_Beginners_Guide/en-US/Legal_Notice.xml: Updated FSF
      address.
    * doc/SystemTap_Tapset_Reference/tapsets.tmpl: Ditto.
    * doc/Tapset_Reference_Guide/en-US/Legal_Notice.xml: Ditto.
    * doc/Tapset_Reference_Guide/publicanize.sh: Ditto.
    * aclocal.m4: Instead of using the FSF's address, just reference
      <http://www.gnu.org/licenses/> (which is the FSF's latest
      recommendation).
    * config.guess: Ditto.
    * config.sub: Ditto.
    * hash.cxx: Ditto.
    * mdfour.c: Ditto.
    * mdfour.h: Ditto.
    * nsscommon.cxx: Ditto.
    * pcp/GNUmakefile.in: Ditto.
    * pcp/config.guess: Ditto.
    * pcp/config.sub: Ditto.
    * pcp/install-sh: Ditto.
    * pcp/src/GNUmakefile.in: Ditto.
    * pcp/src/include/builddefs.in: Ditto.
    * pcp/src/pmdas/logger/GNUmakefile.in: Ditto.
    * pcp/src/pmdas/logger/Install: Ditto.
    * pcp/src/pmdas/logger/Remove: Ditto.
    * pcp/src/pmdas/logger/event.c: Ditto.
    * pcp/src/pmdas/logger/event.h: Ditto.
    * pcp/src/pmdas/logger/help: Ditto.
    * pcp/src/pmdas/logger/logger.c: Ditto.
    * pcp/src/pmdas/logger/pmns: Ditto.
    * pcp/src/pmdas/logger/util.c: Ditto.
    * pcp/src/pmdas/logger/util.h: Ditto.
    * runtime/staprun/aclocal.m4: Ditto.
    * runtime/staprun/modverify.c: Ditto.
    * runtime/staprun/stap_merge.c: Ditto.
    * runtime/staprun/stap_merge.tcl: Ditto.
    * runtime/staprun/stapio.c: Ditto.
    * runtime/staprun/staprun.c: Ditto.
    * runtime/transport/relay_v2.c: Ditto.
    * runtime/uprobes/uprobes.c: Ditto.
    * runtime/uprobes/uprobes.h: Ditto.
    * runtime/uprobes/uprobes_i386.c: Ditto.
    * runtime/uprobes/uprobes_i386.h: Ditto.
    * runtime/uprobes/uprobes_ppc.c: Ditto.
    * runtime/uprobes/uprobes_ppc.h: Ditto.
    * runtime/uprobes/uprobes_s390.c: Ditto.
    * runtime/uprobes/uprobes_s390.h: Ditto.
    * runtime/uprobes/uprobes_x86.c: Ditto.
    * runtime/uprobes/uprobes_x86.h: Ditto.
    * runtime/uprobes/uprobes_x86_64.c: Ditto.
    * runtime/uprobes/uprobes_x86_64.h: Ditto.
    * runtime/uprobes2/uprobes.c: Ditto.
    * runtime/uprobes2/uprobes.h: Ditto.
    * runtime/uprobes2/uprobes_x86.c: Ditto.
    * runtime/uprobes2/uprobes_x86.h: Ditto.
    * stap-authorize-cert.cxx: Ditto.
    * stap-gen-cert.cxx: Ditto.
    * stap-serverd.cxx: Ditto.
    * stap-sign-module.cxx: Ditto.
    * staplog.c: Ditto.
    * testsuite/systemtap.examples/io/iotime.stp: Ditto.
    * testsuite/systemtap.examples/locks/bkl.stp: Ditto.
    * testsuite/systemtap.examples/locks/bkl_stats.stp: Ditto.
    * testsuite/systemtap.examples/process/sleeptime.stp: Ditto.
    * testsuite/systemtap.examples/process/wait4time.stp: Ditto.
    * testsuite/systemtap.printf/stap_merge.tcl: Ditto.
    * util.cxx: Ditto.

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

Summary of changes:
 COPYING                                            |   41 ++++++++++----------
 aclocal.m4                                         |    3 +-
 config.guess                                       |    4 +-
 config.sub                                         |    4 +-
 .../en-US/Legal_Notice.xml                         |    4 +-
 doc/SystemTap_Tapset_Reference/tapsets.tmpl        |    4 +-
 doc/Tapset_Reference_Guide/en-US/Legal_Notice.xml  |    4 +-
 doc/Tapset_Reference_Guide/publicanize.sh          |    2 +-
 hash.cxx                                           |    3 +-
 mdfour.c                                           |    3 +-
 mdfour.h                                           |    3 +-
 nsscommon.cxx                                      |    3 +-
 pcp/GNUmakefile.in                                 |    5 +-
 pcp/config.guess                                   |    4 +-
 pcp/config.sub                                     |    4 +-
 pcp/install-sh                                     |    5 +-
 pcp/src/GNUmakefile.in                             |    5 +-
 pcp/src/include/builddefs.in                       |    5 +-
 pcp/src/pmdas/logger/GNUmakefile.in                |    5 +-
 pcp/src/pmdas/logger/Install                       |    5 +-
 pcp/src/pmdas/logger/Remove                        |    5 +-
 pcp/src/pmdas/logger/event.c                       |    5 +-
 pcp/src/pmdas/logger/event.h                       |    5 +-
 pcp/src/pmdas/logger/help                          |    5 +-
 pcp/src/pmdas/logger/logger.c                      |    5 +-
 pcp/src/pmdas/logger/pmns                          |    5 +-
 pcp/src/pmdas/logger/util.c                        |    5 +-
 pcp/src/pmdas/logger/util.h                        |    5 +-
 runtime/staprun/aclocal.m4                         |    3 +-
 runtime/staprun/modverify.c                        |    3 +-
 runtime/staprun/stap_merge.c                       |    3 +-
 runtime/staprun/stap_merge.tcl                     |    3 +-
 runtime/staprun/stapio.c                           |    3 +-
 runtime/staprun/staprun.c                          |    3 +-
 runtime/transport/relay_v2.c                       |    3 +-
 runtime/uprobes/uprobes.c                          |    3 +-
 runtime/uprobes/uprobes.h                          |    3 +-
 runtime/uprobes/uprobes_i386.c                     |    3 +-
 runtime/uprobes/uprobes_i386.h                     |    3 +-
 runtime/uprobes/uprobes_ppc.c                      |    3 +-
 runtime/uprobes/uprobes_ppc.h                      |    3 +-
 runtime/uprobes/uprobes_s390.c                     |    3 +-
 runtime/uprobes/uprobes_s390.h                     |    3 +-
 runtime/uprobes/uprobes_x86.c                      |    3 +-
 runtime/uprobes/uprobes_x86.h                      |    3 +-
 runtime/uprobes/uprobes_x86_64.c                   |    3 +-
 runtime/uprobes/uprobes_x86_64.h                   |    3 +-
 runtime/uprobes2/uprobes.c                         |    3 +-
 runtime/uprobes2/uprobes.h                         |    3 +-
 runtime/uprobes2/uprobes_x86.c                     |    3 +-
 runtime/uprobes2/uprobes_x86.h                     |    3 +-
 stap-authorize-cert.cxx                            |    3 +-
 stap-gen-cert.cxx                                  |    3 +-
 stap-serverd.cxx                                   |    3 +-
 stap-sign-module.cxx                               |    3 +-
 staplog.c                                          |    3 +-
 testsuite/systemtap.examples/io/iotime.stp         |    3 +-
 testsuite/systemtap.examples/locks/bkl.stp         |    3 +-
 testsuite/systemtap.examples/locks/bkl_stats.stp   |    3 +-
 testsuite/systemtap.examples/process/sleeptime.stp |    3 +-
 testsuite/systemtap.examples/process/wait4time.stp |    3 +-
 testsuite/systemtap.printf/stap_merge.tcl          |    3 +-
 util.cxx                                           |    3 +-
 63 files changed, 99 insertions(+), 162 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]