summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorfche <fche>2005-08-02 16:46:43 +0000
committerfche <fche>2005-08-02 16:46:43 +0000
commit71696fcfa2761a2d09a0538c0101913f1c41925c (patch)
tree17c5780d8a264d3fc00c1d9f6d78b7dac182d185 /ChangeLog
parent41474385441f82466c3d36608f117441406c62bc (diff)
downloadsystemtap-steved-71696fcfa2761a2d09a0538c0101913f1c41925c.tar.gz
systemtap-steved-71696fcfa2761a2d09a0538c0101913f1c41925c.tar.xz
systemtap-steved-71696fcfa2761a2d09a0538c0101913f1c41925c.zip
2005-08-02 Frank Ch. Eigler <fche@elastic.org>
* tapsets.cxx (emit_registrations): Treat module_name="kernel" as if module_name="".
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a3b56c9..84a26b9c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-08-02 Frank Ch. Eigler <fche@elastic.org>
+
+ * tapsets.cxx (emit_registrations): Treat module_name="kernel"
+ as if module_name="".
+
2005-08-01 Graydon Hoare <graydon@redhat.com>
* staptree.{cxx,h} (probe_point::component): Add a ctor.