Author: cgutman
Date: Wed Dec 2 04:29:17 2009
New Revision: 44354
URL:
http://svn.reactos.org/svn/reactos?rev=44354&view=rev
Log:
- Revert 44301
Added:
branches/aicom-network-branch/drivers/network/tcpip/include/tags.h
- copied unchanged from r44300, trunk/reactos/drivers/network/tcpip/include/tags.h
Removed:
branches/aicom-network-branch/drivers/network/tcpip/include/irp.h
branches/aicom-network-branch/drivers/network/tcpip/include/memtrack.h
branches/aicom-network-branch/drivers/network/tcpip/recmutex/
branches/aicom-network-branch/drivers/network/tcpip/tcpip/irp.c
branches/aicom-network-branch/lib/drivers/ip/network/memtrack.c
branches/aicom-network-branch/lib/drivers/oskittcp/include/memtrack.h
Modified:
branches/aicom-network-branch/drivers/network/tcpip/datalink/lan.c
branches/aicom-network-branch/drivers/network/tcpip/include/address.h
branches/aicom-network-branch/drivers/network/tcpip/include/datagram.h
branches/aicom-network-branch/drivers/network/tcpip/include/debug.h
branches/aicom-network-branch/drivers/network/tcpip/include/dispatch.h
branches/aicom-network-branch/drivers/network/tcpip/include/fileobjs.h
branches/aicom-network-branch/drivers/network/tcpip/include/ip.h
branches/aicom-network-branch/drivers/network/tcpip/include/lock.h
branches/aicom-network-branch/drivers/network/tcpip/include/neighbor.h
branches/aicom-network-branch/drivers/network/tcpip/include/precomp.h
branches/aicom-network-branch/drivers/network/tcpip/include/routines.h
branches/aicom-network-branch/drivers/network/tcpip/include/tcp.h
branches/aicom-network-branch/drivers/network/tcpip/include/titypes.h
branches/aicom-network-branch/drivers/network/tcpip/tcpip.rbuild
branches/aicom-network-branch/drivers/network/tcpip/tcpip/ainfo.c
branches/aicom-network-branch/drivers/network/tcpip/tcpip/buffer.c
branches/aicom-network-branch/drivers/network/tcpip/tcpip/dispatch.c
branches/aicom-network-branch/drivers/network/tcpip/tcpip/fileobjs.c
branches/aicom-network-branch/drivers/network/tcpip/tcpip/iinfo.c
branches/aicom-network-branch/drivers/network/tcpip/tcpip/lock.c
branches/aicom-network-branch/drivers/network/tcpip/tcpip/main.c
branches/aicom-network-branch/drivers/network/tcpip/tcpip/mocklock.c
branches/aicom-network-branch/drivers/network/tcpip/tcpip/ninfo.c
branches/aicom-network-branch/lib/drivers/ip/ip.rbuild
branches/aicom-network-branch/lib/drivers/ip/network/address.c
branches/aicom-network-branch/lib/drivers/ip/network/ip.c
branches/aicom-network-branch/lib/drivers/ip/network/neighbor.c
branches/aicom-network-branch/lib/drivers/ip/network/ports.c
branches/aicom-network-branch/lib/drivers/ip/network/receive.c
branches/aicom-network-branch/lib/drivers/ip/network/router.c
branches/aicom-network-branch/lib/drivers/ip/network/routines.c
branches/aicom-network-branch/lib/drivers/ip/network/transmit.c
branches/aicom-network-branch/lib/drivers/ip/transport/datagram/datagram.c
branches/aicom-network-branch/lib/drivers/ip/transport/rawip/rawip.c
branches/aicom-network-branch/lib/drivers/ip/transport/tcp/accept.c
branches/aicom-network-branch/lib/drivers/ip/transport/tcp/event.c
branches/aicom-network-branch/lib/drivers/ip/transport/tcp/if.c
branches/aicom-network-branch/lib/drivers/ip/transport/tcp/tcp.c
branches/aicom-network-branch/lib/drivers/ip/transport/udp/udp.c
branches/aicom-network-branch/lib/drivers/oskittcp/include/oskittcp.h
branches/aicom-network-branch/lib/drivers/oskittcp/oskittcp/interface.c
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: branches/aicom-network-branch/drivers/network/tcpip/datalink/lan.c
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/drivers/ne…
Modified: branches/aicom-network-branch/drivers/network/tcpip/include/address.h
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/drivers/ne…
Modified: branches/aicom-network-branch/drivers/network/tcpip/include/datagram.h
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/drivers/ne…
Modified: branches/aicom-network-branch/drivers/network/tcpip/include/debug.h
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/drivers/ne…
Modified: branches/aicom-network-branch/drivers/network/tcpip/include/dispatch.h
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/drivers/ne…
Modified: branches/aicom-network-branch/drivers/network/tcpip/include/fileobjs.h
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/drivers/ne…
Modified: branches/aicom-network-branch/drivers/network/tcpip/include/ip.h
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/drivers/ne…
Removed: branches/aicom-network-branch/drivers/network/tcpip/include/irp.h
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/drivers/ne…
Modified: branches/aicom-network-branch/drivers/network/tcpip/include/lock.h
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/drivers/ne…
Removed: branches/aicom-network-branch/drivers/network/tcpip/include/memtrack.h
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/drivers/ne…
Modified: branches/aicom-network-branch/drivers/network/tcpip/include/neighbor.h
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/drivers/ne…
Modified: branches/aicom-network-branch/drivers/network/tcpip/include/precomp.h
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/drivers/ne…
Modified: branches/aicom-network-branch/drivers/network/tcpip/include/routines.h
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/drivers/ne…
Modified: branches/aicom-network-branch/drivers/network/tcpip/include/tcp.h
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/drivers/ne…
Modified: branches/aicom-network-branch/drivers/network/tcpip/include/titypes.h
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/drivers/ne…
Modified: branches/aicom-network-branch/drivers/network/tcpip/tcpip.rbuild
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/drivers/ne…
Modified: branches/aicom-network-branch/drivers/network/tcpip/tcpip/ainfo.c
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/drivers/ne…
Modified: branches/aicom-network-branch/drivers/network/tcpip/tcpip/buffer.c
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/drivers/ne…
Modified: branches/aicom-network-branch/drivers/network/tcpip/tcpip/dispatch.c
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/drivers/ne…
Modified: branches/aicom-network-branch/drivers/network/tcpip/tcpip/fileobjs.c
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/drivers/ne…
Modified: branches/aicom-network-branch/drivers/network/tcpip/tcpip/iinfo.c
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/drivers/ne…
Removed: branches/aicom-network-branch/drivers/network/tcpip/tcpip/irp.c
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/drivers/ne…
Modified: branches/aicom-network-branch/drivers/network/tcpip/tcpip/lock.c
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/drivers/ne…
Modified: branches/aicom-network-branch/drivers/network/tcpip/tcpip/main.c
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/drivers/ne…
Modified: branches/aicom-network-branch/drivers/network/tcpip/tcpip/mocklock.c
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/drivers/ne…
Modified: branches/aicom-network-branch/drivers/network/tcpip/tcpip/ninfo.c
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/drivers/ne…
Modified: branches/aicom-network-branch/lib/drivers/ip/ip.rbuild
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/lib/driver…
Modified: branches/aicom-network-branch/lib/drivers/ip/network/address.c
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/lib/driver…
Modified: branches/aicom-network-branch/lib/drivers/ip/network/ip.c
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/lib/driver…
Removed: branches/aicom-network-branch/lib/drivers/ip/network/memtrack.c
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/lib/driver…
Modified: branches/aicom-network-branch/lib/drivers/ip/network/neighbor.c
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/lib/driver…
Modified: branches/aicom-network-branch/lib/drivers/ip/network/ports.c
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/lib/driver…
Modified: branches/aicom-network-branch/lib/drivers/ip/network/receive.c
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/lib/driver…
Modified: branches/aicom-network-branch/lib/drivers/ip/network/router.c
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/lib/driver…
Modified: branches/aicom-network-branch/lib/drivers/ip/network/routines.c
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/lib/driver…
Modified: branches/aicom-network-branch/lib/drivers/ip/network/transmit.c
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/lib/driver…
Modified: branches/aicom-network-branch/lib/drivers/ip/transport/datagram/datagram.c
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/lib/driver…
Modified: branches/aicom-network-branch/lib/drivers/ip/transport/rawip/rawip.c
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/lib/driver…
Modified: branches/aicom-network-branch/lib/drivers/ip/transport/tcp/accept.c
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/lib/driver…
Modified: branches/aicom-network-branch/lib/drivers/ip/transport/tcp/event.c
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/lib/driver…
Modified: branches/aicom-network-branch/lib/drivers/ip/transport/tcp/if.c
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/lib/driver…
Modified: branches/aicom-network-branch/lib/drivers/ip/transport/tcp/tcp.c
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/lib/driver…
Modified: branches/aicom-network-branch/lib/drivers/ip/transport/udp/udp.c
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/lib/driver…
Removed: branches/aicom-network-branch/lib/drivers/oskittcp/include/memtrack.h
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/lib/driver…
Modified: branches/aicom-network-branch/lib/drivers/oskittcp/include/oskittcp.h
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/lib/driver…
Modified: branches/aicom-network-branch/lib/drivers/oskittcp/oskittcp/interface.c
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/lib/driver…