From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27576 invoked by alias); 30 Aug 2010 23:51:10 -0000 Received: (qmail 27543 invoked by uid 9024); 30 Aug 2010 23:51:08 -0000 Date: Mon, 30 Aug 2010 23:51:00 -0000 Message-ID: <20100830235108.27532.qmail@sourceware.org> From: roland@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.3-102-g0d9b49b X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 6bedc77b34297569b0f169f269b8309eba35f555 X-Git-Newrev: 0d9b49bcc0b70968f736824eef480054cf578218 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/msg00178.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 0d9b49bcc0b70968f736824eef480054cf578218 (commit) via 57cd6e39d5c0ec9d957c57b07148cd0ba0df42bf (commit) via c9dd6e42e72c22b1cc67df6ce42f7bb42530a355 (commit) from 6bedc77b34297569b0f169f269b8309eba35f555 (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 0d9b49bcc0b70968f736824eef480054cf578218 Author: Roland McGrath Date: Mon Aug 30 15:43:43 2010 -0700 Give staprun/stapio/stap-merge a standalone configure and makefile * Makefile.am: New file. * configure.ac: New file. * Makefile.in: New generated file. * aclocal.m4: New generated file. * config.in: New generated file. * configure: New generated file. commit 57cd6e39d5c0ec9d957c57b07148cd0ba0df42bf Author: Roland McGrath Date: Mon Aug 30 15:27:44 2010 -0700 staprun: Avoid need for -I$(top_srcdir) * modverify.c: Use proper relative pathname for nsscommon.h #include. commit c9dd6e42e72c22b1cc67df6ce42f7bb42530a355 Author: Roland McGrath Date: Mon Aug 30 15:01:35 2010 -0700 staprun: Avoid type-punning casts. * mainloop.c (stp_main_loop): Use clean union instead of casts. ----------------------------------------------------------------------- Summary of changes: runtime/staprun/Makefile.am | 29 + runtime/staprun/Makefile.in | 627 ++++ aclocal.m4 => runtime/staprun/aclocal.m4 | 53 - runtime/staprun/config.in | 49 + runtime/staprun/configure | 6034 ++++++++++++++++++++++++++++++ runtime/staprun/configure.ac | 66 + runtime/staprun/mainloop.c | 59 +- runtime/staprun/modverify.c | 8 +- 8 files changed, 6841 insertions(+), 84 deletions(-) create mode 100644 runtime/staprun/Makefile.am create mode 100644 runtime/staprun/Makefile.in copy aclocal.m4 => runtime/staprun/aclocal.m4 (96%) create mode 100644 runtime/staprun/config.in create mode 100755 runtime/staprun/configure create mode 100644 runtime/staprun/configure.ac hooks/post-receive -- systemtap: system-wide probe/trace tool