From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25782 invoked by alias); 13 Oct 2009 13:56:42 -0000 Received: (qmail 25757 invoked by uid 9156); 13 Oct 2009 13:56:42 -0000 Date: Tue, 13 Oct 2009 13:56:00 -0000 Message-ID: <20091013135642.25746.qmail@sourceware.org> From: dsmith@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.0-84-gba9abf3 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: e61d83ef1459c8608634f26fca83e2e42dc5c10d X-Git-Newrev: ba9abf303e1bed196668f103b2a17c48e3df70aa 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-q4/txt/msg00030.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 ba9abf303e1bed196668f103b2a17c48e3df70aa (commit) from e61d83ef1459c8608634f26fca83e2e42dc5c10d (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 ba9abf303e1bed196668f103b2a17c48e3df70aa Author: David Smith Date: Tue Oct 13 08:55:57 2009 -0500 PR 10575. Improves running target commands. * runtime/staprun/mainloop.c (signal_usr1): Renamed from signal_dontcare. Sets a new variable, usr1_interrupt. (start_cmd): Avoids pause() race condition by switching to blocking SIGUSR1, then waiting on SIGUSR1 with sigsuspend(). ----------------------------------------------------------------------- Summary of changes: runtime/staprun/mainloop.c | 61 +++++++++++++++++++++++++++++++------------- 1 files changed, 43 insertions(+), 18 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool