summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2003-11-14 02:54:09 +0000
committerRoland McGrath <roland@redhat.com>2003-11-14 02:54:09 +0000
commit0aac872ba5753e240312a2c5b26911b56a4b8a90 (patch)
tree4f6227c55de86fdd0eee658237b2babc0165feb2
parent2843a4e1d2fca851be6e47e7ff2413b45903ac9a (diff)
downloadstrace-0aac872ba5753e240312a2c5b26911b56a4b8a90.tar.gz
strace-0aac872ba5753e240312a2c5b26911b56a4b8a90.tar.bz2
strace-0aac872ba5753e240312a2c5b26911b56a4b8a90.tar.xz
.
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e7ec21..86b4b6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2003-09-06 Dmitry V. Levin <ldv@altlinux.org>
+
+ * defs.h (ioctl_lookup): Prototype change.
+ * ioctl.c (ioctl_next_match): New function.
+ * defs.h: Declare it.
+ * io.c (sys_ioctl): Use it, to display all possible ioctl names
+ when there's more than one match.
+ * ioctl.c (ioctl_lookup): Likewise.
+ * stream.c (internal_stream_ioctl): Likewise.
+ Patch from Solar Designer <solar@openwall.com>.
+
2003-11-13 Roland McGrath <roland@redhat.com>
* linux/sh/syscallent.h: Use sys_setgroups32, sys_getgroups32.