From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31789 invoked by alias); 7 Jun 2012 20:38:16 -0000 Received: (qmail 31739 invoked by uid 9945); 7 Jun 2012 20:38:16 -0000 Date: Thu, 07 Jun 2012 20:38:00 -0000 Message-ID: <20120607203816.31728.qmail@sourceware.org> From: serhei@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.7-293-g5fae6cc X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 5628061bad15195d4cafcdc27a9133c9131468dc X-Git-Newrev: 5fae6ccbceb7a6524a84eecde86a1c1f43c38714 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/msg00133.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 5fae6ccbceb7a6524a84eecde86a1c1f43c38714 (commit) via 9e8a3699d7786185384819c90cd12fdb38dfbf6e (commit) from 5628061bad15195d4cafcdc27a9133c9131468dc (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 5fae6ccbceb7a6524a84eecde86a1c1f43c38714 Author: Serguei Makarov Date: Thu Jun 7 16:38:01 2012 -0400 PR14208: Removed final few mentions of stapfuncs(3stap). commit 9e8a3699d7786185384819c90cd12fdb38dfbf6e Author: Serguei Makarov Date: Thu Jun 7 16:30:14 2012 -0400 PR14208: Removed redundant old tapset manpages. ----------------------------------------------------------------------- Summary of changes: HACKING | 9 +- doc/langref.tex | 2 +- doc/tutorial.tex | 10 +- man/tapset::iosched.3stap | 100 ---- man/tapset::irq.3stap | 201 ------- man/tapset::kprocess.3stap | 106 ---- man/tapset::netdev.3stap | 77 --- man/tapset::nfs.3stap | 1236 ------------------------------------------- man/tapset::nfsd.3stap | 513 ------------------ man/tapset::pagefault.3stap | 40 -- man/tapset::perf.3stap | 84 --- man/tapset::rpc.3stap | 583 -------------------- man/tapset::scsi.3stap | 151 ------ man/tapset::signal.3stap | 509 ------------------ man/tapset::snmp.3stap | 138 ----- man/tapset::socket.3stap | 485 ----------------- man/tapset::tcp.3stap | 102 ---- man/tapset::udp.3stap | 102 ---- 18 files changed, 14 insertions(+), 4434 deletions(-) delete mode 100644 man/tapset::iosched.3stap delete mode 100644 man/tapset::irq.3stap delete mode 100644 man/tapset::kprocess.3stap delete mode 100644 man/tapset::netdev.3stap delete mode 100644 man/tapset::nfs.3stap delete mode 100644 man/tapset::nfsd.3stap delete mode 100644 man/tapset::pagefault.3stap delete mode 100644 man/tapset::perf.3stap delete mode 100644 man/tapset::rpc.3stap delete mode 100644 man/tapset::scsi.3stap delete mode 100644 man/tapset::signal.3stap delete mode 100644 man/tapset::snmp.3stap delete mode 100644 man/tapset::socket.3stap delete mode 100644 man/tapset::tcp.3stap delete mode 100644 man/tapset::udp.3stap hooks/post-receive -- systemtap: system-wide probe/trace tool