summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2009-06-11 16:01:08 -0700
committerJosh Stone <jistone@redhat.com>2009-06-11 16:01:08 -0700
commit849d65468deda9a2beb5402a08ea9190c50c321b (patch)
tree88d039ba508b982ad85785780f02c9a57ba02e91
parent749269040630f0f250f431a258e7967f54dc9a5c (diff)
downloadsystemtap-steved-849d65468deda9a2beb5402a08ea9190c50c321b.tar.gz
systemtap-steved-849d65468deda9a2beb5402a08ea9190c50c321b.tar.xz
systemtap-steved-849d65468deda9a2beb5402a08ea9190c50c321b.zip
Pick up some NEWS items from the release notes
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6388cc9f..fcf72a9c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,12 @@
* What's new
+- Miscellaneous new tapset functions:
+ - sid() returns the session ID of the current process
+ - stringat() indexes a single character from a string.
+
+- Using %M in print formats for hex dumps can now print entire buffers,
+ instead of just small numbers.
+
- 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