summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2003-06-26 22:27:32 +0000
committerRoland McGrath <roland@redhat.com>2003-06-26 22:27:32 +0000
commitc2aa8ea5f80940b5c3118f630b8d5d8cc886c5c6 (patch)
tree510338c02e8993db4b64b766bfe28ce1ad2b5cb2 /ChangeLog
parent88812d685d7d24a68841ee0435aab6296f273787 (diff)
downloadstrace-c2aa8ea5f80940b5c3118f630b8d5d8cc886c5c6.tar.gz
strace-c2aa8ea5f80940b5c3118f630b8d5d8cc886c5c6.tar.bz2
strace-c2aa8ea5f80940b5c3118f630b8d5d8cc886c5c6.tar.xz
.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0312126..da2a24f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2003-06-26 Roland McGrath <roland@redhat.com>
+ * process.c [LINUX] (sys_futex): Grok FUTEX_REQUEUE and print 5th arg.
+ * linux/syscallent.h: sys_futex argument count is now 5, not 4.
+ * linux/ia64/syscallent.h: Likewise.
+ * linux/powerpc/syscallent.h: Likewise.
+ * linux/s390/syscallent.h: Likewise.
+ * linux/s390x/syscallent.h: Likewise.
+ * linux/x86_64/syscallent.h: Likewise.
+ From Jakub Jelinek <jakub@redhat.com>.
+
* syscall.c (get_scno) [S390 || S390X]: Fix old vs new mode detection.
From Michael Holzheu <HOLZHEU@de.ibm.com>.