From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6855 invoked by alias); 31 May 2012 18:25:14 -0000 Received: (qmail 6800 invoked by uid 9896); 31 May 2012 18:25:12 -0000 Date: Thu, 31 May 2012 18:25:00 -0000 Message-ID: <20120531182512.6789.qmail@sourceware.org> From: cmeek@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.7-269-g2398e3c X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 5aa9ca38826e112308de1fe01931bdc53f0a1fc1 X-Git-Newrev: 2398e3c6fd8ef2bb8695c2d108b724bbc0669370 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: 2012-q2/txt/msg00114.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 2398e3c6fd8ef2bb8695c2d108b724bbc0669370 (commit) from 5aa9ca38826e112308de1fe01931bdc53f0a1fc1 (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 2398e3c6fd8ef2bb8695c2d108b724bbc0669370 Author: Chris Meek Date: Thu May 31 14:19:04 2012 -0400 PR13667: Hardcoded netfilter constants, cleaned up Since certain older versions of the kernel do not define some netfilter constants, we had to hardcode all the values so that it would compile on those older kernels (i.e. RHEL 4 and 5). This is OK, since we were only including the netfilter_* headers to map the constants to their equivalent values. ----------------------------------------------------------------------- Summary of changes: tapset-netfilter.cxx | 180 +++++++++++++++++++++++--------------------------- 1 files changed, 82 insertions(+), 98 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool