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.2-502-g6f4e8c1


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  6f4e8c1bb2cd65263f4449e3a388aecf2e96749d (commit)
       via  8aabf152f3d7cd3980bb2420dd4193fb680b9f50 (commit)
       via  6b3297d9efda298acb46f2804dd3885d0e629fe9 (commit)
       via  866b7feacba89b6b83645e62b8b95e4dc8c5ec49 (commit)
      from  b352f4b039f3eeece9ca4eff573ec959dc808ca6 (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 6f4e8c1bb2cd65263f4449e3a388aecf2e96749d
Merge: 8aabf152f3d7cd3980bb2420dd4193fb680b9f50 b352f4b039f3eeece9ca4eff573ec959dc808ca6
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Mon Jul 19 21:26:22 2010 -0400

    Merge branch 'master' of git://sources.redhat.com/git/systemtap
    
    * 'master' of git://sources.redhat.com/git/systemtap:
      * tapset/syscalls2.stp: Started a pending deprecation of incorrect   'syscall.compat_pselect7a' probe alias name.  Correct name is   'syscall.compat_pselect7'. * testsuite/buildok/syscalls2-detailed.stp: Checks for correct probe alias   name. * NEWS: Mentioned 'syscall.compat_pselect7a' deprecation. * stap.1: Ditto. * HACKING: Updated deprecation description.
      Many small tapset/syscalls2.stp fixups.  Added testcase.
      Fix spurios testcase failure from systemtap.examples/network/socktop.
      added the procfs.umask(UMASK) feature to the NEWS file.
    
    Conflicts:
    	NEWS

commit 8aabf152f3d7cd3980bb2420dd4193fb680b9f50
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Mon Jul 19 21:18:46 2010 -0400

    PR11815: SDT_V2 asm operand parsing reorg
    
    * tapsets.cxx (sdt_uprobe_var_expanding_visitor ctor): Use %-adorned
      register names.  Accept other architectures.
      (visit_target_symbol): Rewrite regexp matching / parsing.  Fall back to
      DWARF in case of parse failure.
    * testsuite/systemtap.base/cxxclass.exp: Use -w to suppress dwarf warning.
    * util.cxx (regexp_match): New function.
    * util.h: Declare it.

commit 6b3297d9efda298acb46f2804dd3885d0e629fe9
Merge: 866b7feacba89b6b83645e62b8b95e4dc8c5ec49 c243f6084dc5b0987418da564a6f85934c98d29d
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Mon Jul 19 10:31:36 2010 -0400

    Merge branch 'master' of git://sources.redhat.com/git/systemtap
    
    * 'master' of git://sources.redhat.com/git/systemtap:
      PR 11729 adding a umask parameter to modify the permissions of the file

commit 866b7feacba89b6b83645e62b8b95e4dc8c5ec49
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Thu Jul 15 11:52:21 2010 -0400

    tweak -G documentation wording

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

Summary of changes:
 NEWS                                  |    3 +
 stap.1                                |    6 +-
 tapsets.cxx                           |  448 ++++++++++++++++++---------------
 testsuite/systemtap.base/cxxclass.exp |    2 +-
 util.cxx                              |   42 +++
 util.h                                |    1 +
 6 files changed, 297 insertions(+), 205 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]