]> granicus.if.org Git - strace/commitdiff
.
authorRoland McGrath <roland@redhat.com>
Wed, 2 Feb 2005 20:25:36 +0000 (20:25 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 2 Feb 2005 20:25:36 +0000 (20:25 +0000)
ChangeLog

index e65ee7e64b8530b2af9c3f582518d2121f32beb4..d26c337e36f9f936a2a1699d1ba21388301598f6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-02-02  Roland McGrath  <roland@redhat.com>
+
+       * sock.c (iffflags): New variable, table of IFF_* values.
+       (print_addr): New function.
+       (sock_ioctl): Handle SIOCGIFADDR, SIOCGIFDSTADDR, SIOCGIFBRDADDR,
+       SIOCGIFNETMASK, SIOCGIFFLAGS, SIOCGIFMETRIC, SIOCGIFMTU, SIOCGIFSLAVE,
+       SIOCGIFHWADDR.  Use print_addr for SIOCGIFCONF, SIOCGIFNAME, and
+       SIOCGIFINDEX, and fix their output.
+       From Ulrich Drepper <drepper@redhat.com>.
+       Fixes RH#138223.
+
 2004-12-20  Dmitry V. Levin  <ldv@altlinux.org>
 
        * configure.ac: Use AC_GNU_SOURCE macro instead of changing CFLAGS.