From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3594 invoked by alias); 25 Sep 2009 13:47:56 -0000 Received: (qmail 3567 invoked by uid 9112); 25 Sep 2009 13:47:54 -0000 Date: Fri, 25 Sep 2009 13:47:00 -0000 Message-ID: <20090925134754.3554.qmail@sourceware.org> From: mark@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.0-15-g8ff751a X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: e8a9b507f1235e7a86a8a37fe0fc08dc519b8001 X-Git-Newrev: 8ff751a496bca1089f297adc0ff5ca65a0e6be24 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: 2009-q3/txt/msg00319.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 8ff751a496bca1089f297adc0ff5ca65a0e6be24 (commit) from e8a9b507f1235e7a86a8a37fe0fc08dc519b8001 (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 8ff751a496bca1089f297adc0ff5ca65a0e6be24 Author: Mark Wielaard Date: Fri Sep 25 15:38:41 2009 +0200 Purge warnings from buildok testsuite. * testsuite/buildok/fortysix.stp: Add -w. * testsuite/buildok/fortytwo.stp: Likewise. * testsuite/buildok/four.stp: Avoid empty begin. * testsuite/buildok/memory-all-probes.stp: Add -w. * testsuite/buildok/nfsd-all-probes.stp: Likewise. * testsuite/buildok/nine.stp: Likewise. * testsuite/buildok/one.stp: Use q. * testsuite/buildok/printf.stp: Remove unused foo(), printf x. * testsuite/buildok/process-all-probes.stp: Add -w. * testsuite/buildok/scheduler-all-probes.stp: Likewise. * testsuite/buildok/scsi-all-probes.stp: Likewise. * testsuite/buildok/signal-all-probes.stp: Likewise. * testsuite/buildok/sixteen.stp: log in foo(). * testsuite/buildok/socket-all-probes.stp: Add -w. * testsuite/buildok/stat_insert.stp: Declare x, y global. * testsuite/buildok/syscall.stp: Add -w. * testsuite/buildok/tcp-all-probes.stp: Likewise. * testsuite/buildok/thirtyone.stp: Likewise. * testsuite/buildok/twentyeight.stp: log absolute. * testsuite/buildok/twentyfour.stp: Add -w. * testsuite/buildok/udp-all-probes.stp: Likewise. * testsuite/buildok/vfs-all-probes.stp: Likewise. ----------------------------------------------------------------------- Summary of changes: testsuite/buildok/fortysix.stp | 2 +- testsuite/buildok/fortytwo.stp | 2 +- testsuite/buildok/four.stp | 2 +- testsuite/buildok/memory-all-probes.stp | 2 +- testsuite/buildok/nfsd-all-probes.stp | 2 +- testsuite/buildok/nine.stp | 2 +- testsuite/buildok/one.stp | 1 + testsuite/buildok/printf.stp | 6 +----- testsuite/buildok/process-all-probes.stp | 2 +- testsuite/buildok/scheduler-all-probes.stp | 2 +- testsuite/buildok/scsi-all-probes.stp | 2 +- testsuite/buildok/signal-all-probes.stp | 2 +- testsuite/buildok/sixteen.stp | 2 +- testsuite/buildok/socket-all-probes.stp | 2 +- testsuite/buildok/stat_insert.stp | 2 ++ testsuite/buildok/syscall.stp | 2 +- testsuite/buildok/tcp-all-probes.stp | 2 +- testsuite/buildok/thirtyone.stp | 2 +- testsuite/buildok/twentyeight.stp | 2 +- testsuite/buildok/twentyfour.stp | 2 +- testsuite/buildok/udp-all-probes.stp | 2 +- testsuite/buildok/vfs-all-probes.stp | 2 +- 22 files changed, 23 insertions(+), 24 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool