From 849d65468deda9a2beb5402a08ea9190c50c321b Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Thu, 11 Jun 2009 16:01:08 -0700 Subject: Pick up some NEWS items from the release notes --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- cgit