summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroland <roland>2005-12-18 05:37:14 +0000
committerroland <roland>2005-12-18 05:37:14 +0000
commitf077ddd98822ede40ac03c895ddf42efe498c3f9 (patch)
treeb87451c98f9126e24fd2d272686ba973afc591e7
parent6a7bfd813a3e801358711d473f4d49f57fd3c312 (diff)
downloadsystemtap-steved-f077ddd98822ede40ac03c895ddf42efe498c3f9.tar.gz
systemtap-steved-f077ddd98822ede40ac03c895ddf42efe498c3f9.tar.xz
systemtap-steved-f077ddd98822ede40ac03c895ddf42efe498c3f9.zip
.
-rw-r--r--ChangeLog25
1 files changed, 15 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 542ee589..29339dd5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,19 +1,24 @@
+2005-12-17 Roland McGrath <roland@redhat.com>
+
+ * staptree.h: #include <cassert> here.
+
2005-12-14 Kevin Stafford <krstaffo@us.ibm.com>
- * 2.6.14/syscalls.stp: added 2.6.14 syscalls to tapset
- * 2.6.14/i686/syscalls.stp: added i386 arch specific syscalls
- to tapset for kernel 2.6.14
- * 2.6.9-24.ELsmp/syscalls.stp: added 2.6.9-24.ELsmp syscalls
- to tapset
- * 2.6.9-24.ELsmp/x86_64/syscalls.stp: added x86_64 arch specific
- syscalls to tapset for kernel 2.6.9-24.ELsmp
- * system_calls.stp: removed generic system_calls.stp tapset.
+
+ * tapset/2.6.14/syscalls.stp: Added 2.6.14 syscalls to tapset.
+ * 2.tapset/6.14/i686/syscalls.stp: Added i386 arch specific syscalls
+ to tapset for kernel 2.6.14.
+ * tapset/2.6.9-24.ELsmp/syscalls.stp: Added 2.6.9-24.ELsmp syscalls.
+ * tapset/2.6.9-24.ELsmp/x86_64/syscalls.stp: Added x86_64 arch
+ specific syscalls to tapset for kernel 2.6.9-24.ELsmp.
+ * tapset/system_calls.stp: File removed.
+
2005-12-14 Martin Hunt <hunt@redhat.com>
* tapset/system_calls.stp (epoll.ctl): Temporarily remove
references to $op and $event because gcc 4.0.2 can't
find them.
(epoll.wait): Ditto for $maxevents.
-
+
2005-12-13 Frank Ch. Eigler <fche@redhat.com>
* tapsets.cxx (var_expanding_copy_visitor::visit_target):
@@ -60,7 +65,7 @@
* translate.cxx (visit_print_format): Properly quote formatting string.
(varlock): Reword lock timeout error message.
* testsuite/buildok/printf.stp: Add some quoting troublemakers.
- * testsuite/parseok/unparser.stp: New file.
+ * testsuite/parseok/unparser.stp: New file.
2005-12-11 Roland McGrath <roland@redhat.com>