From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3295 invoked by alias); 13 Jan 2011 02:52:32 -0000 Received: (qmail 3255 invoked by uid 9586); 13 Jan 2011 02:52:30 -0000 Date: Thu, 13 Jan 2011 02:52:00 -0000 Message-ID: <20110113025230.3244.qmail@sourceware.org> From: jistone@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.3-434-g80c327a X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 4d0d9e8a46f0563da71e36c4467d85ca23566238 X-Git-Newrev: 80c327a05279ffa5b095c2bb80f80db1e66cf79b 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: 2011-q1/txt/msg00010.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 80c327a05279ffa5b095c2bb80f80db1e66cf79b (commit) via fe0fb3fd9706bcc67c0f63eeaa8ecce497a88403 (commit) via dbf065b98365fb734e5f215fce7311f48d42a1ff (commit) via 6eb5c1a157e7e74419a5fa60e614af67a44bf4bd (commit) via 10ba4fb5b3f4592cede9544bd087161d30d95051 (commit) via ebff2ed0ae97ced371a0b24a4f74d433513d9574 (commit) via 01cc94dc3b1217127f2ae838cd01c73b0aed130d (commit) via b2cbfd402694fb449f2b5be999015820ecd86732 (commit) via daa752066a495311f792788df878194f7ff2d67d (commit) from 4d0d9e8a46f0563da71e36c4467d85ca23566238 (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 80c327a05279ffa5b095c2bb80f80db1e66cf79b Author: Josh Stone Date: Wed Jan 12 18:09:09 2011 -0800 Fix for undefined STAPCONF_PERF_STRUCTPID commit fe0fb3fd9706bcc67c0f63eeaa8ecce497a88403 Author: Josh Stone Date: Wed Jan 12 17:20:20 2011 -0800 Fix paragraph indentation of ssl options commit dbf065b98365fb734e5f215fce7311f48d42a1ff Author: Josh Stone Date: Wed Jan 12 17:19:09 2011 -0800 Disable auto-unpriv when --remote is used commit 6eb5c1a157e7e74419a5fa60e614af67a44bf4bd Author: Josh Stone Date: Wed Jan 12 17:18:17 2011 -0800 PR12115: Document --remote in NEWS, stap.1, and --help ----------------------------------------------------------------------- Summary of changes: Makefile.am | 2 +- Makefile.in | 22 ++++++- NEWS | 3 + buildrun.cxx | 11 ++- buildrun.h | 3 +- main.cxx | 56 +++++++++++++++-- remote.cxx | 186 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ remote.h | 34 ++++++++++ runtime/perf.c | 2 +- session.cxx | 58 +++++++++++------- session.h | 8 ++- stap.1 | 14 +++- util.cxx | 162 ++++++++++++++++++++++++++++++++++++++++--------- util.h | 4 + 14 files changed, 493 insertions(+), 72 deletions(-) create mode 100644 remote.cxx create mode 100644 remote.h hooks/post-receive -- systemtap: system-wide probe/trace tool