From: Roland McGrath Date: Fri, 14 Nov 2003 02:54:09 +0000 (+0000) Subject: . X-Git-Tag: v4.5.18~666 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0aac872ba5753e240312a2c5b26911b56a4b8a90;p=strace . --- diff --git a/ChangeLog b/ChangeLog index 6e7ec215..86b4b6fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2003-09-06 Dmitry V. Levin + + * 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 . + 2003-11-13 Roland McGrath * linux/sh/syscallent.h: Use sys_setgroups32, sys_getgroups32.