summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 56df0301..d5b8d033 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-08-22 Frank Ch. Eigler <fche@elastic.org>
+
+ PR systemtap/1134
+ * elaborate.h (module_fds): New member in systemtap_session.
+ * tapsets.cxx (dwarf_derived_probe ctor): Open /sys/module/$MOD/.text
+ for the duration of a systemtap session, to lock module in memory.
+
2005-08-21 Frank Ch. Eigler <fche@redhat.com>
PR systemtap/1195, systemtap/1193