summaryrefslogtreecommitdiffstats
path: root/tapset/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'tapset/ChangeLog')
-rw-r--r--tapset/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/tapset/ChangeLog b/tapset/ChangeLog
index 49ccfbfa..936d9847 100644
--- a/tapset/ChangeLog
+++ b/tapset/ChangeLog
@@ -1,3 +1,19 @@
+2007-12-12 Martin Hunt <hunt@redhat.com>
+
+ * syscalls2.stp (compat_sys_ptrace): Remove for now.
+ Utrace-patched kernels have a different compat_sys_ptrace().
+
+2007-12-7 Zhaolei <zhaolei@cn.fujitsu.com>
+
+ From Yang Zhiguo <yzgcsu@cn.fujitsu.com>
+ * syscalls2.stp: Add missed compat* probes in syscalls2.stp.
+
+2007-12-7 Zhaolei <zhaolei@cn.fujitsu.com>
+
+ From Bai Weidong <baiwd@cn.fujitsu.com>
+ * aux_syscalls.stp (__sem_flags): Add the missed mode display,
+ Fix calculation error when string is empty.
+
2007-11-21 Zhaolei <zhaolei@cn.fujitsu.com>
From Bai Weidong <baiwd@cn.fujitsu.com>