summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2003-03-12 09:54:45 +0000
committerRoland McGrath <roland@redhat.com>2003-03-12 09:54:45 +0000
commit6fbb4e320998ebcc3eb06514628ae730b6a7d617 (patch)
tree3e75ce4a71a9f55afa081414c04b5277e3be6733 /ChangeLog
parent9677b3a2805e346ca5e61820391095ea3e571c3f (diff)
downloadstrace-6fbb4e320998ebcc3eb06514628ae730b6a7d617.tar.gz
strace-6fbb4e320998ebcc3eb06514628ae730b6a7d617.tar.bz2
strace-6fbb4e320998ebcc3eb06514628ae730b6a7d617.tar.xz
.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3fe676d..e3f32a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2003-03-12 Roland McGrath <roland@redhat.com>
+ * linux/ia64/syscallent.h: Fix arg counts for clone and clone2.
+ Use sys_clone for clone2.
+ * linux/syscall.h: Don't declare sys_clone2.
+ * process.c (sys_clone): Rewritten to handle both flavors,
+ print all extra args depending on flag bits.
+ (sys_clone2): Function removed.
+
* linux/ia64/syscallent.h: Add a bunch of 2.5 syscalls.
2003-03-04 Roland McGrath <roland@redhat.com>