Author: cgutman Date: Fri Feb 12 20:24:06 2010 New Revision: 45589
URL: http://svn.reactos.org/svn/reactos?rev=45589&view=rev Log: - Merge 45172, 45291, 45356, 45404, 45546 from trunk
Added: branches/aicom-network-stable/drivers/network/tcpip/include/tags.h - copied unchanged from r45172, trunk/reactos/drivers/network/tcpip/include/tags.h branches/aicom-network-stable/lib/drivers/oskittcp/include/osenv.h - copied unchanged from r45291, trunk/reactos/lib/drivers/oskittcp/include/osenv.h branches/aicom-network-stable/lib/drivers/oskittcp/oskittcp/osenv.c - copied unchanged from r45291, trunk/reactos/lib/drivers/oskittcp/oskittcp/osenv.c branches/aicom-network-stable/lib/tdilib/ - copied from r45172, trunk/reactos/lib/tdilib/ Removed: branches/aicom-network-stable/drivers/network/tcpip/include/irp.h branches/aicom-network-stable/drivers/network/tcpip/include/memtrack.h branches/aicom-network-stable/drivers/network/tcpip/recmutex/ branches/aicom-network-stable/drivers/network/tcpip/tcpip/irp.c branches/aicom-network-stable/lib/drivers/ip/network/memtrack.c branches/aicom-network-stable/lib/drivers/oskittcp/include/memtrack.h Modified: branches/aicom-network-stable/base/applications/network/ping/ping.c branches/aicom-network-stable/base/applications/network/tracert/tracert.c branches/aicom-network-stable/base/applications/network/tracert/tracert.h branches/aicom-network-stable/dll/win32/iphlpapi/ifenum_reactos.c branches/aicom-network-stable/dll/win32/iphlpapi/iphlpapi.rbuild branches/aicom-network-stable/dll/win32/iphlpapi/iphlpapi_private.h branches/aicom-network-stable/dll/win32/msafd/misc/dllmain.c branches/aicom-network-stable/dll/win32/msafd/misc/stubs.c branches/aicom-network-stable/dll/win32/wshirda/wshirda.c branches/aicom-network-stable/dll/win32/wshtcpip/wshtcpip.c branches/aicom-network-stable/dll/win32/wshtcpip/wshtcpip.h branches/aicom-network-stable/dll/win32/wshtcpip/wshtcpip.rbuild branches/aicom-network-stable/drivers/network/afd/afd/bind.c branches/aicom-network-stable/drivers/network/afd/afd/connect.c branches/aicom-network-stable/drivers/network/afd/afd/listen.c branches/aicom-network-stable/drivers/network/afd/afd/lock.c branches/aicom-network-stable/drivers/network/afd/afd/main.c branches/aicom-network-stable/drivers/network/afd/afd/read.c branches/aicom-network-stable/drivers/network/afd/afd/tdi.c branches/aicom-network-stable/drivers/network/afd/afd/tdiconn.c branches/aicom-network-stable/drivers/network/afd/afd/write.c branches/aicom-network-stable/drivers/network/afd/include/afd.h branches/aicom-network-stable/drivers/network/afd/include/debug.h branches/aicom-network-stable/drivers/network/afd/include/tdi_proto.h branches/aicom-network-stable/drivers/network/dd/ne2000/ne2000/main.c branches/aicom-network-stable/drivers/network/dd/pcnet/pcnet.c branches/aicom-network-stable/drivers/network/dd/pcnet/requests.c branches/aicom-network-stable/drivers/network/tcpip/datalink/lan.c branches/aicom-network-stable/drivers/network/tcpip/include/address.h branches/aicom-network-stable/drivers/network/tcpip/include/datagram.h branches/aicom-network-stable/drivers/network/tcpip/include/debug.h branches/aicom-network-stable/drivers/network/tcpip/include/dispatch.h branches/aicom-network-stable/drivers/network/tcpip/include/fileobjs.h branches/aicom-network-stable/drivers/network/tcpip/include/ip.h branches/aicom-network-stable/drivers/network/tcpip/include/lock.h branches/aicom-network-stable/drivers/network/tcpip/include/neighbor.h branches/aicom-network-stable/drivers/network/tcpip/include/ports.h branches/aicom-network-stable/drivers/network/tcpip/include/precomp.h branches/aicom-network-stable/drivers/network/tcpip/include/routines.h branches/aicom-network-stable/drivers/network/tcpip/include/tcp.h branches/aicom-network-stable/drivers/network/tcpip/include/titypes.h branches/aicom-network-stable/drivers/network/tcpip/tcpip.rbuild branches/aicom-network-stable/drivers/network/tcpip/tcpip/ainfo.c branches/aicom-network-stable/drivers/network/tcpip/tcpip/buffer.c branches/aicom-network-stable/drivers/network/tcpip/tcpip/dispatch.c branches/aicom-network-stable/drivers/network/tcpip/tcpip/fileobjs.c branches/aicom-network-stable/drivers/network/tcpip/tcpip/iinfo.c branches/aicom-network-stable/drivers/network/tcpip/tcpip/info.c branches/aicom-network-stable/drivers/network/tcpip/tcpip/lock.c branches/aicom-network-stable/drivers/network/tcpip/tcpip/main.c branches/aicom-network-stable/drivers/network/tcpip/tcpip/mocklock.c branches/aicom-network-stable/drivers/network/tcpip/tcpip/ninfo.c branches/aicom-network-stable/include/psdk/tcpioctl.h branches/aicom-network-stable/include/psdk/wsahelp.h branches/aicom-network-stable/lib/drivers/ip/ip.rbuild branches/aicom-network-stable/lib/drivers/ip/network/address.c branches/aicom-network-stable/lib/drivers/ip/network/icmp.c branches/aicom-network-stable/lib/drivers/ip/network/ip.c branches/aicom-network-stable/lib/drivers/ip/network/loopback.c branches/aicom-network-stable/lib/drivers/ip/network/neighbor.c branches/aicom-network-stable/lib/drivers/ip/network/ports.c branches/aicom-network-stable/lib/drivers/ip/network/receive.c branches/aicom-network-stable/lib/drivers/ip/network/router.c branches/aicom-network-stable/lib/drivers/ip/network/routines.c branches/aicom-network-stable/lib/drivers/ip/network/transmit.c branches/aicom-network-stable/lib/drivers/ip/transport/datagram/datagram.c branches/aicom-network-stable/lib/drivers/ip/transport/rawip/rawip.c branches/aicom-network-stable/lib/drivers/ip/transport/tcp/accept.c branches/aicom-network-stable/lib/drivers/ip/transport/tcp/event.c branches/aicom-network-stable/lib/drivers/ip/transport/tcp/if.c branches/aicom-network-stable/lib/drivers/ip/transport/tcp/tcp.c branches/aicom-network-stable/lib/drivers/ip/transport/udp/udp.c branches/aicom-network-stable/lib/drivers/oskittcp/include/freebsd/src/sys/sys/malloc.h branches/aicom-network-stable/lib/drivers/oskittcp/include/freebsd/src/sys/sys/mbuf.h branches/aicom-network-stable/lib/drivers/oskittcp/include/freebsd/src/sys/sys/proc.h branches/aicom-network-stable/lib/drivers/oskittcp/include/oskitfreebsd.h branches/aicom-network-stable/lib/drivers/oskittcp/include/oskittcp.h branches/aicom-network-stable/lib/drivers/oskittcp/oskittcp.rbuild branches/aicom-network-stable/lib/drivers/oskittcp/oskittcp/interface.c branches/aicom-network-stable/lib/drivers/oskittcp/oskittcp/ip_output.c branches/aicom-network-stable/lib/drivers/oskittcp/oskittcp/sleep.c branches/aicom-network-stable/lib/drivers/oskittcp/oskittcp/tcp_input.c branches/aicom-network-stable/lib/drivers/oskittcp/oskittcp/tcp_output.c branches/aicom-network-stable/lib/drivers/oskittcp/oskittcp/tcp_subr.c branches/aicom-network-stable/lib/drivers/oskittcp/oskittcp/uipc_mbuf.c branches/aicom-network-stable/lib/lib.rbuild
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: branches/aicom-network-stable/base/applications/network/ping/ping.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/base/applic...
Modified: branches/aicom-network-stable/base/applications/network/tracert/tracert.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/base/applic...
Modified: branches/aicom-network-stable/base/applications/network/tracert/tracert.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/base/applic...
Modified: branches/aicom-network-stable/dll/win32/iphlpapi/ifenum_reactos.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/dll/win32/i...
Modified: branches/aicom-network-stable/dll/win32/iphlpapi/iphlpapi.rbuild URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/dll/win32/i...
Modified: branches/aicom-network-stable/dll/win32/iphlpapi/iphlpapi_private.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/dll/win32/i...
Modified: branches/aicom-network-stable/dll/win32/msafd/misc/dllmain.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/dll/win32/m...
Modified: branches/aicom-network-stable/dll/win32/msafd/misc/stubs.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/dll/win32/m...
Modified: branches/aicom-network-stable/dll/win32/wshirda/wshirda.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/dll/win32/w...
Modified: branches/aicom-network-stable/dll/win32/wshtcpip/wshtcpip.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/dll/win32/w...
Modified: branches/aicom-network-stable/dll/win32/wshtcpip/wshtcpip.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/dll/win32/w...
Modified: branches/aicom-network-stable/dll/win32/wshtcpip/wshtcpip.rbuild URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/dll/win32/w...
Modified: branches/aicom-network-stable/drivers/network/afd/afd/bind.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/drivers/net...
Modified: branches/aicom-network-stable/drivers/network/afd/afd/connect.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/drivers/net...
Modified: branches/aicom-network-stable/drivers/network/afd/afd/listen.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/drivers/net...
Modified: branches/aicom-network-stable/drivers/network/afd/afd/lock.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/drivers/net...
Modified: branches/aicom-network-stable/drivers/network/afd/afd/main.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/drivers/net...
Modified: branches/aicom-network-stable/drivers/network/afd/afd/read.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/drivers/net...
Modified: branches/aicom-network-stable/drivers/network/afd/afd/tdi.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/drivers/net...
Modified: branches/aicom-network-stable/drivers/network/afd/afd/tdiconn.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/drivers/net...
Modified: branches/aicom-network-stable/drivers/network/afd/afd/write.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/drivers/net...
Modified: branches/aicom-network-stable/drivers/network/afd/include/afd.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/drivers/net...
Modified: branches/aicom-network-stable/drivers/network/afd/include/debug.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/drivers/net...
Modified: branches/aicom-network-stable/drivers/network/afd/include/tdi_proto.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/drivers/net...
Modified: branches/aicom-network-stable/drivers/network/dd/ne2000/ne2000/main.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/drivers/net...
Modified: branches/aicom-network-stable/drivers/network/dd/pcnet/pcnet.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/drivers/net...
Modified: branches/aicom-network-stable/drivers/network/dd/pcnet/requests.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/drivers/net...
Modified: branches/aicom-network-stable/drivers/network/tcpip/datalink/lan.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/drivers/net...
Modified: branches/aicom-network-stable/drivers/network/tcpip/include/address.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/drivers/net...
Modified: branches/aicom-network-stable/drivers/network/tcpip/include/datagram.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/drivers/net...
Modified: branches/aicom-network-stable/drivers/network/tcpip/include/debug.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/drivers/net...
Modified: branches/aicom-network-stable/drivers/network/tcpip/include/dispatch.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/drivers/net...
Modified: branches/aicom-network-stable/drivers/network/tcpip/include/fileobjs.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/drivers/net...
Modified: branches/aicom-network-stable/drivers/network/tcpip/include/ip.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/drivers/net...
Removed: branches/aicom-network-stable/drivers/network/tcpip/include/irp.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/drivers/net...
Modified: branches/aicom-network-stable/drivers/network/tcpip/include/lock.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/drivers/net...
Removed: branches/aicom-network-stable/drivers/network/tcpip/include/memtrack.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/drivers/net...
Modified: branches/aicom-network-stable/drivers/network/tcpip/include/neighbor.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/drivers/net...
Modified: branches/aicom-network-stable/drivers/network/tcpip/include/ports.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/drivers/net...
Modified: branches/aicom-network-stable/drivers/network/tcpip/include/precomp.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/drivers/net...
Modified: branches/aicom-network-stable/drivers/network/tcpip/include/routines.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/drivers/net...
Modified: branches/aicom-network-stable/drivers/network/tcpip/include/tcp.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/drivers/net...
Modified: branches/aicom-network-stable/drivers/network/tcpip/include/titypes.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/drivers/net...
Modified: branches/aicom-network-stable/drivers/network/tcpip/tcpip.rbuild URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/drivers/net...
Modified: branches/aicom-network-stable/drivers/network/tcpip/tcpip/ainfo.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/drivers/net...
Modified: branches/aicom-network-stable/drivers/network/tcpip/tcpip/buffer.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/drivers/net...
Modified: branches/aicom-network-stable/drivers/network/tcpip/tcpip/dispatch.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/drivers/net...
Modified: branches/aicom-network-stable/drivers/network/tcpip/tcpip/fileobjs.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/drivers/net...
Modified: branches/aicom-network-stable/drivers/network/tcpip/tcpip/iinfo.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/drivers/net...
Modified: branches/aicom-network-stable/drivers/network/tcpip/tcpip/info.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/drivers/net...
Removed: branches/aicom-network-stable/drivers/network/tcpip/tcpip/irp.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/drivers/net...
Modified: branches/aicom-network-stable/drivers/network/tcpip/tcpip/lock.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/drivers/net...
Modified: branches/aicom-network-stable/drivers/network/tcpip/tcpip/main.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/drivers/net...
Modified: branches/aicom-network-stable/drivers/network/tcpip/tcpip/mocklock.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/drivers/net...
Modified: branches/aicom-network-stable/drivers/network/tcpip/tcpip/ninfo.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/drivers/net...
Modified: branches/aicom-network-stable/include/psdk/tcpioctl.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/include/psd...
Modified: branches/aicom-network-stable/include/psdk/wsahelp.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/include/psd...
Modified: branches/aicom-network-stable/lib/drivers/ip/ip.rbuild URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/lib/drivers...
Modified: branches/aicom-network-stable/lib/drivers/ip/network/address.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/lib/drivers...
Modified: branches/aicom-network-stable/lib/drivers/ip/network/icmp.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/lib/drivers...
Modified: branches/aicom-network-stable/lib/drivers/ip/network/ip.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/lib/drivers...
Modified: branches/aicom-network-stable/lib/drivers/ip/network/loopback.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/lib/drivers...
Removed: branches/aicom-network-stable/lib/drivers/ip/network/memtrack.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/lib/drivers...
Modified: branches/aicom-network-stable/lib/drivers/ip/network/neighbor.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/lib/drivers...
Modified: branches/aicom-network-stable/lib/drivers/ip/network/ports.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/lib/drivers...
Modified: branches/aicom-network-stable/lib/drivers/ip/network/receive.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/lib/drivers...
Modified: branches/aicom-network-stable/lib/drivers/ip/network/router.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/lib/drivers...
Modified: branches/aicom-network-stable/lib/drivers/ip/network/routines.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/lib/drivers...
Modified: branches/aicom-network-stable/lib/drivers/ip/network/transmit.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/lib/drivers...
Modified: branches/aicom-network-stable/lib/drivers/ip/transport/datagram/datagram.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/lib/drivers...
Modified: branches/aicom-network-stable/lib/drivers/ip/transport/rawip/rawip.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/lib/drivers...
Modified: branches/aicom-network-stable/lib/drivers/ip/transport/tcp/accept.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/lib/drivers...
Modified: branches/aicom-network-stable/lib/drivers/ip/transport/tcp/event.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/lib/drivers...
Modified: branches/aicom-network-stable/lib/drivers/ip/transport/tcp/if.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/lib/drivers...
Modified: branches/aicom-network-stable/lib/drivers/ip/transport/tcp/tcp.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/lib/drivers...
Modified: branches/aicom-network-stable/lib/drivers/ip/transport/udp/udp.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/lib/drivers...
Modified: branches/aicom-network-stable/lib/drivers/oskittcp/include/freebsd/src/sys/sys/malloc.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/lib/drivers...
Modified: branches/aicom-network-stable/lib/drivers/oskittcp/include/freebsd/src/sys/sys/mbuf.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/lib/drivers...
Modified: branches/aicom-network-stable/lib/drivers/oskittcp/include/freebsd/src/sys/sys/proc.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/lib/drivers...
Removed: branches/aicom-network-stable/lib/drivers/oskittcp/include/memtrack.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/lib/drivers...
Modified: branches/aicom-network-stable/lib/drivers/oskittcp/include/oskitfreebsd.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/lib/drivers...
Modified: branches/aicom-network-stable/lib/drivers/oskittcp/include/oskittcp.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/lib/drivers...
Modified: branches/aicom-network-stable/lib/drivers/oskittcp/oskittcp.rbuild URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/lib/drivers...
Modified: branches/aicom-network-stable/lib/drivers/oskittcp/oskittcp/interface.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/lib/drivers...
Modified: branches/aicom-network-stable/lib/drivers/oskittcp/oskittcp/ip_output.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/lib/drivers...
Modified: branches/aicom-network-stable/lib/drivers/oskittcp/oskittcp/sleep.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/lib/drivers...
Modified: branches/aicom-network-stable/lib/drivers/oskittcp/oskittcp/tcp_input.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/lib/drivers...
Modified: branches/aicom-network-stable/lib/drivers/oskittcp/oskittcp/tcp_output.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/lib/drivers...
Modified: branches/aicom-network-stable/lib/drivers/oskittcp/oskittcp/tcp_subr.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/lib/drivers...
Modified: branches/aicom-network-stable/lib/drivers/oskittcp/oskittcp/uipc_mbuf.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/lib/drivers...
Modified: branches/aicom-network-stable/lib/lib.rbuild URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-stable/lib/lib.rbu...