From b515db67ec9fff58d6c789e6e27c8e18ed01d6ce Mon Sep 17 00:00:00 2001 From: Wenji Huang Date: Fri, 22 Jan 2010 15:56:51 +0800 Subject: Fix typos in several text files --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index a23d56a1..86a7a824 100644 --- a/NEWS +++ b/NEWS @@ -20,8 +20,8 @@ See initscript/README.stap-server for details. -- Some of the of the compile server client, server and certificate - management tools have been moved from $bindir to $libexecdir/systemtap. +- Some of the compile server client, server and certificate management + tools have been moved from $bindir to $libexecdir/systemtap. You should use the new stap-server script or the stap-server initscript for server management where possible. The stap-server script provides the same functionality as the stap-server initscript except that the servers are -- cgit From 15b2e969f0f67b2259e0345a446001ac80179968 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Thu, 28 Jan 2010 11:33:41 -0500 Subject: PR11197, blurbify --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 86a7a824..7c86d69c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +* What's new + +- In order to limit potential impact from future security problems, + the stap-server process does not permit its being launched as root. + * What's new in version 1.1 - New tracepoint based tapset for memory subsystem. -- cgit From dd225250dd8e76484fe9032e49cb0ef132180a59 Mon Sep 17 00:00:00 2001 From: Prerna Saxena Date: Fri, 29 Jan 2010 13:30:42 +0530 Subject: Hardware Breakpoints for x86 / x86_64, based on mainline kernel. [Changes : Part 2] --- NEWS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 7c86d69c..82aa205f 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,10 @@ * What's new - - In order to limit potential impact from future security problems, the stap-server process does not permit its being launched as root. +- New : systemtap now supports probes for Hardware Breakpoints on x86 + and x86_64. For syntax details, see man page for stapprobes. + * What's new in version 1.1 - New tracepoint based tapset for memory subsystem. -- cgit