CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2007-06-21 15:57:54

Modified files:
        winsup/cygwin  : ChangeLog autoload.cc cygwin.din 
                         fhandler_socket.cc net.cc posix.sgml wincap.cc 
                         wincap.h 
        winsup/cygwin/include/cygwin: version.h 
Added files:
        winsup/cygwin/include: ifaddrs.h 

Log message:
        * autoload.cc (WSAIoctl): Remove.
        * cygwin.din: Export freeifaddrs, getifaddrs.
        * fhandler_socket.cc (fhandler_socket::ioctl): Drop SOCKET parameter
        from get_ifconf.
        * net.cc: Include ifaddrs.h.
        (in_are_prefix_equal): Match addresses in network byte order.
        (ip_addr_prefix): Convert address into host byte order before
        testing with IN_LOOPBACK.
        (struct ifall): Define.
        (get_xp_ifs): Replace get_xp_ifconf.  Return struct ifall array.
        (get_2k_ifs): Ditto, replace get_2k_ifconf.
        (get_nt_ifs): Ditto, replace get_nt_ifconf.
        (getifaddrs): New function.
        (freeifaddrs): New function.
        (get_ifconf): Call matching get_XX_ifs function and create
        ifc content from here.  Drop lo fake since it's now in get_nt_ifs.
        * posix.sgml: Add freeifaddrs and getifaddrs to list of implemented
        BSD functions.
        * wincap.h (wincapc::has_broken_if_oper_status): New element.
        * wincap.cc: Implement above element throughout.
        * include/ifaddrs.h: New file.
        * include/cygwin/version.h: Bump API minor number.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.3819&r2=1.3820
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/autoload.cc.diff?cvsroot=src&r1=1.134&r2=1.135
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygwin.din.diff?cvsroot=src&r1=1.175&r2=1.176
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_socket.cc.diff?cvsroot=src&r1=1.209&r2=1.210
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/net.cc.diff?cvsroot=src&r1=1.233&r2=1.234
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/posix.sgml.diff?cvsroot=src&r1=1.7&r2=1.8
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/wincap.cc.diff?cvsroot=src&r1=1.77&r2=1.78
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/wincap.h.diff?cvsroot=src&r1=1.63&r2=1.64
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/ifaddrs.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/cygwin/version.h.diff?cvsroot=src&r1=1.245&r2=1.246

Reply via email to