summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ea7dc32..0b5e55b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,26 @@
in the background and wait for it.
(terminate,interupt): New functions.
+2008-08-13 Frank Ch. Eigler <fche@elastic.org>
+
+ * Makefile.am (stamp-elfutils): Override build-elfutils'
+ bin_PROGRAMS to not bother build binaries we're not using.
+ * Makefile.in: Regenerated.
+
+2008-08-12 Frank Ch. Eigler <fche@elastic.org>
+
+ * buildrun.cxx (compile_pass): Add ugly kbuild hack for hand-built
+ x86 kernels that are made with O= (separate object/module-building
+ directory).
+
+2008-08-12 David Smith <dsmith@redhat.com>
+
+ PR 6445 (partial)
+ * tapsets.cxx (utrace_builder::build): Validates pid and allows
+ probing of "*" to mean all threads.
+ * stapprobes.5.in: Added note about a process path of "*" means to
+ probe all threads.
+
2008-08-11 Wenji Huang <wenji.huang@oracle.com>
* tapsets.cxx : Fixed compilation warning on gcc 3.x.