diff options
author | Dave Brolley <brolley@redhat.com> | 2009-03-26 11:31:04 -0400 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-03-26 11:31:04 -0400 |
commit | 4407fecb4b4e7466b256a26d1bfd63333bf367a2 (patch) | |
tree | d50e95d0928ef85e7a354926e71dace88ae82ff5 /NEWS | |
parent | 666d747e2a8880c2906c1e2ead49182cf061df74 (diff) | |
parent | a5e8d632f443c6a882dcabc669236dc4798b1fd7 (diff) | |
download | systemtap-steved-4407fecb4b4e7466b256a26d1bfd63333bf367a2.tar.gz systemtap-steved-4407fecb4b4e7466b256a26d1bfd63333bf367a2.tar.xz systemtap-steved-4407fecb4b4e7466b256a26d1bfd63333bf367a2.zip |
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -66,6 +66,18 @@ every reentrancy event, including the probe points of the resident and interloper probes. +- Default to --disable-pie for configure. + Use --enable-pie to turn it back on. + +- Improved sdt.h compatibility and test suite for static dtrace + compatible user space markers. + +- Some architectures now use syscall wrappers (HAVE_SYSCALL_WRAPPERS). + The syscall tapset has been enhanced to take care of the syscall + wrappers in this release. + +- Security fix for CVE-2009-0784: stapusr module-path checking race. + * What's new in version 0.9 - Typecasting is now supported using the @cast operator. A script can |