From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6989 invoked by alias); 8 Sep 2008 14:15:30 -0000 Received: (qmail 6958 invoked by uid 9639); 8 Sep 2008 14:15:26 -0000 Date: Mon, 08 Sep 2008 14:15:00 -0000 Message-ID: <20080908141523.6923.qmail@sourceware.org> From: moore@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.7-200-ge6342ff X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: e36b5fc35d4033d5718eb8e101968b79d0360202 X-Git-Newrev: e6342ff8c11bbed1d2058507b918cf3c140e1322 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-q3/txt/msg00212.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 e6342ff8c11bbed1d2058507b918cf3c140e1322 (commit) from e36b5fc35d4033d5718eb8e101968b79d0360202 (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 e6342ff8c11bbed1d2058507b918cf3c140e1322 Author: Tim Moore Date: Mon Sep 8 16:14:03 2008 +0200 PR1288: runtime functions for avoiding certain addresses ----------------------------------------------------------------------- Summary of changes: runtime/ChangeLog | 8 ++ runtime/addr-map.c | 181 +++++++++++++++++++++++++++++++++++++ runtime/loc2c-runtime.h | 230 ++++++++++++++++++++++++++++------------------- runtime/runtime.h | 1 + 4 files changed, 326 insertions(+), 94 deletions(-) create mode 100644 runtime/addr-map.c hooks/post-receive -- systemtap: system-wide probe/trace tool