From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8522 invoked by alias); 28 May 2008 12:17:47 -0000 Received: (qmail 8497 invoked by uid 426); 28 May 2008 12:17:47 -0000 Date: Wed, 28 May 2008 12:17:00 -0000 Message-ID: <20080528121747.8482.qmail@sourceware.org> From: fche@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. rhel52-ga-335-g9319dbe X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 0fbf54d628c9fd4257dbcf2e43c5657c0818be09 X-Git-Newrev: 9319dbe79bfc893bc7f7e35938151a01bb8a2d32 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: X-SW-Source: 2008-q2/txt/msg00058.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 9319dbe79bfc893bc7f7e35938151a01bb8a2d32 (commit) via 8404e6184256e2d580cbd1c97cb5859c625b99f7 (commit) from 0fbf54d628c9fd4257dbcf2e43c5657c0818be09 (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 9319dbe79bfc893bc7f7e35938151a01bb8a2d32 Merge: 8404e6184256e2d580cbd1c97cb5859c625b99f7 0fbf54d628c9fd4257dbcf2e43c5657c0818be09 Author: Frank Ch. Eigler Date: Wed May 28 08:17:42 2008 -0400 Merge branch 'master' of ssh://sources.redhat.com/git/systemtap * 'master' of ssh://sources.redhat.com/git/systemtap: Create user based cache dir in testsuite. Refresh cscope.files. Add prototypes for using the 2.6.26 probe_kernel_* functions. commit 8404e6184256e2d580cbd1c97cb5859c625b99f7 Author: Frank Ch. Eigler Date: Wed May 28 08:15:57 2008 -0400 Revert "testsuite: use catch{close}catch{wait} to ensure child process pipe/zombie cleanup" This reverts commit 7938bd829dfd82c40b35d536b5913e666c1454d2. ----------------------------------------------------------------------- Summary of changes: testsuite/ChangeLog | 7 ------- testsuite/lib/stap_run.exp | 3 ++- testsuite/lib/systemtap.exp | 5 ----- testsuite/systemtap.base/beginenderror.exp | 2 +- testsuite/systemtap.base/bench.exp | 2 +- testsuite/systemtap.base/cache.exp | 3 ++- testsuite/systemtap.base/cmd_parse.exp | 16 ++++++++-------- testsuite/systemtap.base/debugpath.exp | 4 ++-- testsuite/systemtap.base/deref2.exp | 2 +- testsuite/systemtap.base/marker.exp | 3 ++- testsuite/systemtap.base/onoffprobe.exp | 2 +- testsuite/systemtap.base/optim.exp | 3 ++- testsuite/systemtap.base/overload.exp | 3 ++- testsuite/systemtap.base/preprocessor.exp | 2 +- testsuite/systemtap.base/prologues.exp | 4 ++-- testsuite/systemtap.base/stmtvars.exp | 4 ++-- testsuite/systemtap.base/utrace_p4.exp | 3 ++- testsuite/systemtap.base/warnings.exp | 2 +- testsuite/systemtap.context/args.tcl | 3 ++- testsuite/systemtap.context/backtrace.tcl | 4 +++- testsuite/systemtap.context/pid.tcl | 3 ++- testsuite/systemtap.maps/absentstats.exp | 3 ++- testsuite/systemtap.maps/foreach_fail.exp | 3 ++- testsuite/systemtap.maps/ix_clear.exp | 3 ++- testsuite/systemtap.maps/ix_clear2.exp | 3 ++- testsuite/systemtap.maps/ix_clear3.exp | 3 ++- testsuite/systemtap.maps/linear_0.exp | 3 ++- testsuite/systemtap.maps/linear_bad.exp | 3 ++- testsuite/systemtap.maps/linear_neg.exp | 3 ++- testsuite/systemtap.maps/pmap_agg_overflow.exp | 3 ++- testsuite/systemtap.printf/sharedbuf.exp | 3 ++- testsuite/systemtap.samples/args.exp | 6 +++--- testsuite/systemtap.samples/arith.exp | 3 ++- testsuite/systemtap.samples/arith_limits.exp | 2 +- testsuite/systemtap.samples/crash.exp | 2 +- testsuite/systemtap.samples/gtod.exp | 6 +++--- testsuite/systemtap.samples/pfaults.exp | 2 +- testsuite/systemtap.samples/poll_map.exp | 3 ++- testsuite/systemtap.samples/primes.exp | 2 +- testsuite/systemtap.samples/profile.exp | 2 +- testsuite/systemtap.samples/symbols.exp | 2 +- testsuite/systemtap.samples/syscalls1.exp | 2 +- testsuite/systemtap.samples/syscalls2.exp | 2 +- testsuite/systemtap.samples/system_func.exp | 2 +- testsuite/systemtap.stress/conversions.exp | 2 +- testsuite/systemtap.stress/whitelist.exp | 5 +++-- 46 files changed, 82 insertions(+), 71 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool