summaryrefslogtreecommitdiffstats
path: root/runtime/ChangeLog
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-02-15 14:29:08 -0500
committerFrank Ch. Eigler <fche@elastic.org>2008-02-15 14:29:08 -0500
commit0f05501579dc0a4e66ccbbd8e0b29d052d9b5920 (patch)
tree79bf8b7b328e87e8c30cc64e64a1bea9a6f2dca5 /runtime/ChangeLog
parent044427bcdfa2a1d58a912bf96546892bef82b717 (diff)
parent275f40a6d612f94e5272eeed772e9c9294cb8e1f (diff)
downloadsystemtap-steved-0f05501579dc0a4e66ccbbd8e0b29d052d9b5920.tar.gz
systemtap-steved-0f05501579dc0a4e66ccbbd8e0b29d052d9b5920.tar.xz
systemtap-steved-0f05501579dc0a4e66ccbbd8e0b29d052d9b5920.zip
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'runtime/ChangeLog')
-rw-r--r--runtime/ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog
index 7536cc88..b501c1ef 100644
--- a/runtime/ChangeLog
+++ b/runtime/ChangeLog
@@ -1,3 +1,31 @@
+2008-02-06 Masami Hiramatsu <mhiramat@redhat.com>
+
+ * stack-ia64.c (__stp_show_stack_sym): Skip printing symbol if (ip ==
+ REG_IP(regs)).
+
+2008-01-29 Martin Hunt <hunt@redhat.com>
+
+ * io.c (_stp_vlog): Use get_cpu() instead
+ of smp_processor_id() because this function can get
+ called with interrupts enabled.
+
+2008-01-29 Martin Hunt <hunt@redhat.com>
+
+ * alloc.c (struct _stp_malloc_type): Remove
+ redundant field.
+
+2008-01-28 Martin Hunt <hunt@redhat.com>
+
+ * alloc.c: Use DEFINE_SPINLOCK.
+ * counter.c: Ditto.
+ * pmap-gen.c: Ditto.
+ * print_new.c: Ditto.
+ * stat.c: Ditto.
+
+2008-01-27 Frank Ch. Eigler <fche@elastic.org>
+
+ * stack-i386.c (__stp_stack_print): Correct #elif->#else typo.
+
2008-01-14 Martin Hunt <hunt@redhat.com>
* print.c (_stp_print_kernel_info): New function.