From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21924 invoked by alias); 20 Jul 2010 01:27:57 -0000 Received: (qmail 21896 invoked by uid 426); 20 Jul 2010 01:27:56 -0000 Date: Tue, 20 Jul 2010 01:27:00 -0000 Message-ID: <20100720012756.21885.qmail@sourceware.org> From: fche@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.2-502-g6f4e8c1 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: b352f4b039f3eeece9ca4eff573ec959dc808ca6 X-Git-Newrev: 6f4e8c1bb2cd65263f4449e3a388aecf2e96749d Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2010-q3/txt/msg00085.txt.bz2 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 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 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 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 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