From 6766808e165cd3ba3c8d514529e292761e7cb650 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Wed, 10 Jun 2009 17:40:19 -0700 Subject: [PATCH] Add nd_syscalls NEWS --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index 604cad706..6388cc9fb 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ * What's new +- Dwarfless syscalls: The nd_syscalls tapset is now available to probe + system calls without requiring kernel debugging information. All of + the same probepoints in the normal syscalls tapset are available with + an "nd_" prefix, e.g. syscall.open becomes nd_syscall.open. Most + syscall arguments are also available by name in nd_syscalls. + - Module signing: If the appropriate nss libraries are available on your system, stap will sign each compiled module using a self-generated certificate. This is the first step toward extending authority to -- 2.43.5