From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20825 invoked by alias); 3 Jan 2012 21:47:44 -0000 Received: (qmail 20797 invoked by uid 426); 3 Jan 2012 21:47:44 -0000 Date: Tue, 03 Jan 2012 21:47:00 -0000 Message-ID: <20120103214744.20786.qmail@sourceware.org> From: fche@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-661-g52dea42 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 7288f08ed046ada8ccc67bff25b167b714753664 X-Git-Newrev: 52dea4277c2567c5d3d3530665ebfa8507bd5b5d 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-q1/txt/msg00002.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 52dea4277c2567c5d3d3530665ebfa8507bd5b5d (commit) via 56111fdccfa5e563a4121ef957572984fb66ff94 (commit) from 7288f08ed046ada8ccc67bff25b167b714753664 (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 52dea4277c2567c5d3d3530665ebfa8507bd5b5d Author: Frank Ch. Eigler Date: Tue Jan 3 16:46:42 2012 -0500 runtime: autoconf for fs_supers hlist change * runtime/autoconf-fs_supers-hlist.c: New test. * buildrun.cxx (compile_pass): Run it. * runtime/transport/transport.c (_stp_get_root_dir): Use hlist_entry etc. if needed. commit 56111fdccfa5e563a4121ef957572984fb66ff94 Author: Frank Ch. Eigler Date: Tue Jan 3 15:02:25 2012 -0500 runtime: autoconf for relay umode_t change * runtime/autoconf-relay-umode_t.c: New test. * buildrun.cxx (compile_pass): Run it. * runtime/transport/relay_v2.c (__stp_relay_create_buf_file_callback): Change int -> umode_t if needed. ----------------------------------------------------------------------- Summary of changes: buildrun.cxx | 2 ++ runtime/autoconf-fs_supers-hlist.c | 16 ++++++++++++++++ runtime/autoconf-relay-umode_t.c | 33 +++++++++++++++++++++++++++++++++ runtime/transport/relay_v2.c | 4 ++++ runtime/transport/transport.c | 5 +++++ 5 files changed, 60 insertions(+), 0 deletions(-) create mode 100644 runtime/autoconf-fs_supers-hlist.c create mode 100644 runtime/autoconf-relay-umode_t.c hooks/post-receive -- systemtap: system-wide probe/trace tool