summaryrefslogtreecommitdiffstats
path: root/tapset/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'tapset/ChangeLog')
-rw-r--r--tapset/ChangeLog36
1 files changed, 36 insertions, 0 deletions
diff --git a/tapset/ChangeLog b/tapset/ChangeLog
index 70d75b83..4b37471c 100644
--- a/tapset/ChangeLog
+++ b/tapset/ChangeLog
@@ -1,3 +1,39 @@
+2008-05-21 Frank Ch. Eigler <fche@elastic.org>
+
+ PR 6538
+ * nfs.stp (nfs.aop.readpage): Fix rsize.
+
+2008-05-20 Frank Ch. Eigler <fche@elastic.org>
+
+ PR 6538
+ * signal.stp (_signal.send.part[23]): Initialize dummy sinfo.
+ * syscalls2.stp (syscall.compat_sys_semtimedop): Fix sops_uaddr.
+ * vfs.stp (__find_bdevname): Rewrite.
+ * x86_64/syscalls.stp (syscall.pipe32): Fix argstr.
+
+2008-05-21 Mark Wielaard <mwielaard@redhat.com>
+
+ * syscalls2.stp (syscall.utime): Use pointer_arg to fetch arguments.
+ (syscall.compat_utime): Likewise.
+
+2008-05-20 Mark Wielaard <mwielaard@redhat.com>
+
+ PR 5001
+ * aux_syscalls.stp (_stp_ctime): Removed.
+ (_struct_utimbuf_u): Removed.
+ (_struct_compat_utimbuf_u): Removed.
+ (_struct_utimbuf_actime): New function.
+ (_struct_utimbuf_modtime): New function.
+ (_struct_compat_utimbuf_actime): New function.
+ (_struct_compat_utimbuf_modtime): New function.
+ * syscalls2.stp (syscall.utime): Use new functions and ctime.
+ (syscall.compat_utime): Likewise.
+
+2008-05-19 Mark Wielaard <mwielaard@redhat.com>
+
+ PR 6524
+ * ctime.stp: Don't try to convert values that won't fit in 32bits.
+
2008-05-08 Ananth N Mavinakayanahalli <ananth@in.ibm.com>
PR 5231