[ros-diffs] [spetreolle] 46172: Merge r45172 from trunk.

spetreolle at svn.reactos.org spetreolle at svn.reactos.org
Sat Mar 13 17:46:42 CET 2010


Author: spetreolle
Date: Sat Mar 13 17:46:42 2010
New Revision: 46172

URL: http://svn.reactos.org/svn/reactos?rev=46172&view=rev
Log:
Merge r45172 from trunk.

Added:
    branches/arty-newcc/drivers/network/tcpip/include/tags.h   (with props)
    branches/arty-newcc/lib/lsalib/
    branches/arty-newcc/lib/lsalib/lsa.c   (with props)
    branches/arty-newcc/lib/lsalib/lsalib.rbuild   (with props)
    branches/arty-newcc/lib/tdilib/
    branches/arty-newcc/lib/tdilib/enum.c   (with props)
    branches/arty-newcc/lib/tdilib/handle.c   (with props)
    branches/arty-newcc/lib/tdilib/tdilib.h   (with props)
    branches/arty-newcc/lib/tdilib/tdilib.rbuild   (with props)
Modified:
    branches/arty-newcc/base/applications/network/ping/ping.c
    branches/arty-newcc/base/applications/network/tracert/tracert.c
    branches/arty-newcc/base/applications/network/tracert/tracert.h
    branches/arty-newcc/dll/win32/iphlpapi/ifenum_reactos.c
    branches/arty-newcc/dll/win32/iphlpapi/iphlpapi.rbuild
    branches/arty-newcc/dll/win32/iphlpapi/iphlpapi_private.h
    branches/arty-newcc/dll/win32/msafd/misc/dllmain.c
    branches/arty-newcc/dll/win32/msafd/misc/stubs.c
    branches/arty-newcc/dll/win32/wshirda/wshirda.c
    branches/arty-newcc/dll/win32/wshtcpip/wshtcpip.c
    branches/arty-newcc/dll/win32/wshtcpip/wshtcpip.h
    branches/arty-newcc/dll/win32/wshtcpip/wshtcpip.rbuild
    branches/arty-newcc/drivers/network/afd/afd/bind.c
    branches/arty-newcc/drivers/network/afd/afd/connect.c
    branches/arty-newcc/drivers/network/afd/afd/listen.c
    branches/arty-newcc/drivers/network/afd/afd/lock.c
    branches/arty-newcc/drivers/network/afd/afd/main.c
    branches/arty-newcc/drivers/network/afd/afd/read.c
    branches/arty-newcc/drivers/network/afd/afd/tdi.c
    branches/arty-newcc/drivers/network/afd/afd/write.c
    branches/arty-newcc/drivers/network/afd/include/afd.h
    branches/arty-newcc/drivers/network/afd/include/debug.h
    branches/arty-newcc/drivers/network/afd/include/tdi_proto.h
    branches/arty-newcc/drivers/network/dd/ne2000/ne2000/main.c
    branches/arty-newcc/drivers/network/dd/pcnet/pcnet.c
    branches/arty-newcc/drivers/network/dd/pcnet/requests.c
    branches/arty-newcc/drivers/network/tcpip/datalink/lan.c
    branches/arty-newcc/drivers/network/tcpip/include/address.h
    branches/arty-newcc/drivers/network/tcpip/include/datagram.h
    branches/arty-newcc/drivers/network/tcpip/include/debug.h
    branches/arty-newcc/drivers/network/tcpip/include/dispatch.h
    branches/arty-newcc/drivers/network/tcpip/include/fileobjs.h
    branches/arty-newcc/drivers/network/tcpip/include/ip.h
    branches/arty-newcc/drivers/network/tcpip/include/lock.h
    branches/arty-newcc/drivers/network/tcpip/include/neighbor.h
    branches/arty-newcc/drivers/network/tcpip/include/ports.h
    branches/arty-newcc/drivers/network/tcpip/include/precomp.h
    branches/arty-newcc/drivers/network/tcpip/include/routines.h
    branches/arty-newcc/drivers/network/tcpip/include/tcp.h
    branches/arty-newcc/drivers/network/tcpip/include/titypes.h
    branches/arty-newcc/drivers/network/tcpip/tcpip.rbuild
    branches/arty-newcc/drivers/network/tcpip/tcpip/ainfo.c
    branches/arty-newcc/drivers/network/tcpip/tcpip/buffer.c
    branches/arty-newcc/drivers/network/tcpip/tcpip/dispatch.c
    branches/arty-newcc/drivers/network/tcpip/tcpip/fileobjs.c
    branches/arty-newcc/drivers/network/tcpip/tcpip/iinfo.c
    branches/arty-newcc/drivers/network/tcpip/tcpip/info.c
    branches/arty-newcc/drivers/network/tcpip/tcpip/lock.c
    branches/arty-newcc/drivers/network/tcpip/tcpip/main.c
    branches/arty-newcc/drivers/network/tcpip/tcpip/mocklock.c
    branches/arty-newcc/drivers/network/tcpip/tcpip/ninfo.c
    branches/arty-newcc/include/psdk/tcpioctl.h
    branches/arty-newcc/include/psdk/wsahelp.h
    branches/arty-newcc/lib/drivers/ip/ip.rbuild
    branches/arty-newcc/lib/drivers/ip/network/address.c
    branches/arty-newcc/lib/drivers/ip/network/icmp.c
    branches/arty-newcc/lib/drivers/ip/network/ip.c
    branches/arty-newcc/lib/drivers/ip/network/loopback.c
    branches/arty-newcc/lib/drivers/ip/network/neighbor.c
    branches/arty-newcc/lib/drivers/ip/network/ports.c
    branches/arty-newcc/lib/drivers/ip/network/receive.c
    branches/arty-newcc/lib/drivers/ip/network/router.c
    branches/arty-newcc/lib/drivers/ip/network/routines.c
    branches/arty-newcc/lib/drivers/ip/network/transmit.c
    branches/arty-newcc/lib/drivers/ip/transport/datagram/datagram.c
    branches/arty-newcc/lib/drivers/ip/transport/rawip/rawip.c
    branches/arty-newcc/lib/drivers/ip/transport/tcp/accept.c
    branches/arty-newcc/lib/drivers/ip/transport/tcp/event.c
    branches/arty-newcc/lib/drivers/ip/transport/tcp/if.c
    branches/arty-newcc/lib/drivers/ip/transport/tcp/tcp.c
    branches/arty-newcc/lib/drivers/ip/transport/udp/udp.c
    branches/arty-newcc/lib/drivers/oskittcp/include/oskittcp.h
    branches/arty-newcc/lib/drivers/oskittcp/oskittcp/interface.c
    branches/arty-newcc/lib/drivers/oskittcp/oskittcp/ip_output.c
    branches/arty-newcc/lib/drivers/oskittcp/oskittcp/sleep.c
    branches/arty-newcc/lib/drivers/oskittcp/oskittcp/tcp_input.c
    branches/arty-newcc/lib/lib.rbuild

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: branches/arty-newcc/base/applications/network/ping/ping.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/base/applications/network/ping/ping.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/base/applications/network/tracert/tracert.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/base/applications/network/tracert/tracert.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/base/applications/network/tracert/tracert.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/base/applications/network/tracert/tracert.h?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/dll/win32/iphlpapi/ifenum_reactos.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/dll/win32/iphlpapi/ifenum_reactos.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/dll/win32/iphlpapi/iphlpapi.rbuild
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/dll/win32/iphlpapi/iphlpapi.rbuild?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/dll/win32/iphlpapi/iphlpapi_private.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/dll/win32/iphlpapi/iphlpapi_private.h?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/dll/win32/msafd/misc/dllmain.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/dll/win32/msafd/misc/dllmain.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/dll/win32/msafd/misc/stubs.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/dll/win32/msafd/misc/stubs.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/dll/win32/wshirda/wshirda.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/dll/win32/wshirda/wshirda.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/dll/win32/wshtcpip/wshtcpip.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/dll/win32/wshtcpip/wshtcpip.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/dll/win32/wshtcpip/wshtcpip.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/dll/win32/wshtcpip/wshtcpip.h?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/dll/win32/wshtcpip/wshtcpip.rbuild
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/dll/win32/wshtcpip/wshtcpip.rbuild?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/drivers/network/afd/afd/bind.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/afd/afd/bind.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/drivers/network/afd/afd/connect.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/afd/afd/connect.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/drivers/network/afd/afd/listen.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/afd/afd/listen.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/drivers/network/afd/afd/lock.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/afd/afd/lock.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/drivers/network/afd/afd/main.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/afd/afd/main.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/drivers/network/afd/afd/read.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/afd/afd/read.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/drivers/network/afd/afd/tdi.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/afd/afd/tdi.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/drivers/network/afd/afd/write.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/afd/afd/write.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/drivers/network/afd/include/afd.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/afd/include/afd.h?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/drivers/network/afd/include/debug.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/afd/include/debug.h?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/drivers/network/afd/include/tdi_proto.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/afd/include/tdi_proto.h?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/drivers/network/dd/ne2000/ne2000/main.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/dd/ne2000/ne2000/main.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/drivers/network/dd/pcnet/pcnet.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/dd/pcnet/pcnet.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/drivers/network/dd/pcnet/requests.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/dd/pcnet/requests.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/drivers/network/tcpip/datalink/lan.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip/datalink/lan.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/drivers/network/tcpip/include/address.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip/include/address.h?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/drivers/network/tcpip/include/datagram.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip/include/datagram.h?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/drivers/network/tcpip/include/debug.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip/include/debug.h?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/drivers/network/tcpip/include/dispatch.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip/include/dispatch.h?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/drivers/network/tcpip/include/fileobjs.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip/include/fileobjs.h?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/drivers/network/tcpip/include/ip.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip/include/ip.h?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/drivers/network/tcpip/include/lock.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip/include/lock.h?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/drivers/network/tcpip/include/neighbor.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip/include/neighbor.h?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/drivers/network/tcpip/include/ports.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip/include/ports.h?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/drivers/network/tcpip/include/precomp.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip/include/precomp.h?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/drivers/network/tcpip/include/routines.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip/include/routines.h?rev=46172&r1=46171&r2=46172&view=diff

Added: branches/arty-newcc/drivers/network/tcpip/include/tags.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip/include/tags.h?rev=46172&view=auto

Modified: branches/arty-newcc/drivers/network/tcpip/include/tcp.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip/include/tcp.h?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/drivers/network/tcpip/include/titypes.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip/include/titypes.h?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/drivers/network/tcpip/tcpip.rbuild
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip/tcpip.rbuild?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/drivers/network/tcpip/tcpip/ainfo.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip/tcpip/ainfo.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/drivers/network/tcpip/tcpip/buffer.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip/tcpip/buffer.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/drivers/network/tcpip/tcpip/dispatch.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip/tcpip/dispatch.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/drivers/network/tcpip/tcpip/fileobjs.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip/tcpip/fileobjs.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/drivers/network/tcpip/tcpip/iinfo.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip/tcpip/iinfo.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/drivers/network/tcpip/tcpip/info.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip/tcpip/info.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/drivers/network/tcpip/tcpip/lock.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip/tcpip/lock.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/drivers/network/tcpip/tcpip/main.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip/tcpip/main.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/drivers/network/tcpip/tcpip/mocklock.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip/tcpip/mocklock.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/drivers/network/tcpip/tcpip/ninfo.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip/tcpip/ninfo.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/include/psdk/tcpioctl.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/include/psdk/tcpioctl.h?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/include/psdk/wsahelp.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/include/psdk/wsahelp.h?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/lib/drivers/ip/ip.rbuild
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/ip.rbuild?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/lib/drivers/ip/network/address.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/network/address.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/lib/drivers/ip/network/icmp.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/network/icmp.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/lib/drivers/ip/network/ip.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/network/ip.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/lib/drivers/ip/network/loopback.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/network/loopback.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/lib/drivers/ip/network/neighbor.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/network/neighbor.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/lib/drivers/ip/network/ports.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/network/ports.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/lib/drivers/ip/network/receive.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/network/receive.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/lib/drivers/ip/network/router.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/network/router.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/lib/drivers/ip/network/routines.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/network/routines.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/lib/drivers/ip/network/transmit.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/network/transmit.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/lib/drivers/ip/transport/datagram/datagram.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/transport/datagram/datagram.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/lib/drivers/ip/transport/rawip/rawip.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/transport/rawip/rawip.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/lib/drivers/ip/transport/tcp/accept.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/transport/tcp/accept.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/lib/drivers/ip/transport/tcp/event.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/transport/tcp/event.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/lib/drivers/ip/transport/tcp/if.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/transport/tcp/if.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/lib/drivers/ip/transport/tcp/tcp.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/transport/tcp/tcp.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/lib/drivers/ip/transport/udp/udp.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/transport/udp/udp.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/lib/drivers/oskittcp/include/oskittcp.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/oskittcp/include/oskittcp.h?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/lib/drivers/oskittcp/oskittcp/interface.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/oskittcp/oskittcp/interface.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/lib/drivers/oskittcp/oskittcp/ip_output.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/oskittcp/oskittcp/ip_output.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/lib/drivers/oskittcp/oskittcp/sleep.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/oskittcp/oskittcp/sleep.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/lib/drivers/oskittcp/oskittcp/tcp_input.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/oskittcp/oskittcp/tcp_input.c?rev=46172&r1=46171&r2=46172&view=diff

Modified: branches/arty-newcc/lib/lib.rbuild
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/lib.rbuild?rev=46172&r1=46171&r2=46172&view=diff

Added: branches/arty-newcc/lib/lsalib/lsa.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/lsalib/lsa.c?rev=46172&view=auto

Added: branches/arty-newcc/lib/lsalib/lsalib.rbuild
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/lsalib/lsalib.rbuild?rev=46172&view=auto

Added: branches/arty-newcc/lib/tdilib/enum.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/tdilib/enum.c?rev=46172&view=auto

Added: branches/arty-newcc/lib/tdilib/handle.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/tdilib/handle.c?rev=46172&view=auto

Added: branches/arty-newcc/lib/tdilib/tdilib.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/tdilib/tdilib.h?rev=46172&view=auto

Added: branches/arty-newcc/lib/tdilib/tdilib.rbuild
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/tdilib/tdilib.rbuild?rev=46172&view=auto




More information about the Ros-diffs mailing list