Author: jgardou
Date: Mon Nov 10 17:40:55 2014
New Revision: 65360
URL:
http://svn.reactos.org/svn/reactos?rev=65360&view=rev
Log:
[TCPIP]
- Violently rip off the whole thing.
Removed:
branches/tcpip_revolution/drivers/network/tcpip/CMakeLists.txt
branches/tcpip_revolution/drivers/network/tcpip/DIRS
branches/tcpip_revolution/drivers/network/tcpip/datalink/SOURCES
branches/tcpip_revolution/drivers/network/tcpip/datalink/lan.c
branches/tcpip_revolution/drivers/network/tcpip/include/address.h
branches/tcpip_revolution/drivers/network/tcpip/include/arp.h
branches/tcpip_revolution/drivers/network/tcpip/include/checksum.h
branches/tcpip_revolution/drivers/network/tcpip/include/datagram.h
branches/tcpip_revolution/drivers/network/tcpip/include/debug.h
branches/tcpip_revolution/drivers/network/tcpip/include/dispatch.h
branches/tcpip_revolution/drivers/network/tcpip/include/fileobjs.h
branches/tcpip_revolution/drivers/network/tcpip/include/icmp.h
branches/tcpip_revolution/drivers/network/tcpip/include/info.h
branches/tcpip_revolution/drivers/network/tcpip/include/interface.h
branches/tcpip_revolution/drivers/network/tcpip/include/ip.h
branches/tcpip_revolution/drivers/network/tcpip/include/lan.h
branches/tcpip_revolution/drivers/network/tcpip/include/linux.h
branches/tcpip_revolution/drivers/network/tcpip/include/lock.h
branches/tcpip_revolution/drivers/network/tcpip/include/loopback.h
branches/tcpip_revolution/drivers/network/tcpip/include/neighbor.h
branches/tcpip_revolution/drivers/network/tcpip/include/pool.h
branches/tcpip_revolution/drivers/network/tcpip/include/ports.h
branches/tcpip_revolution/drivers/network/tcpip/include/precomp.h
branches/tcpip_revolution/drivers/network/tcpip/include/rawip.h
branches/tcpip_revolution/drivers/network/tcpip/include/receive.h
branches/tcpip_revolution/drivers/network/tcpip/include/route.h
branches/tcpip_revolution/drivers/network/tcpip/include/router.h
branches/tcpip_revolution/drivers/network/tcpip/include/routines.h
branches/tcpip_revolution/drivers/network/tcpip/include/tags.h
branches/tcpip_revolution/drivers/network/tcpip/include/tcp.h
branches/tcpip_revolution/drivers/network/tcpip/include/tcpcore.h
branches/tcpip_revolution/drivers/network/tcpip/include/tcpdef.h
branches/tcpip_revolution/drivers/network/tcpip/include/tcpip.h
branches/tcpip_revolution/drivers/network/tcpip/include/ticonsts.h
branches/tcpip_revolution/drivers/network/tcpip/include/tilists.h
branches/tcpip_revolution/drivers/network/tcpip/include/titypes.h
branches/tcpip_revolution/drivers/network/tcpip/include/transmit.h
branches/tcpip_revolution/drivers/network/tcpip/include/udp.h
branches/tcpip_revolution/drivers/network/tcpip/include/wait.h
branches/tcpip_revolution/drivers/network/tcpip/notes.txt
branches/tcpip_revolution/drivers/network/tcpip/readme.txt
branches/tcpip_revolution/drivers/network/tcpip/tcpip.rc
branches/tcpip_revolution/drivers/network/tcpip/tcpip.spec
branches/tcpip_revolution/drivers/network/tcpip/tcpip/SOURCES
branches/tcpip_revolution/drivers/network/tcpip/tcpip/ainfo.c
branches/tcpip_revolution/drivers/network/tcpip/tcpip/buffer.c
branches/tcpip_revolution/drivers/network/tcpip/tcpip/cinfo.c
branches/tcpip_revolution/drivers/network/tcpip/tcpip/dispatch.c
branches/tcpip_revolution/drivers/network/tcpip/tcpip/fileobjs.c
branches/tcpip_revolution/drivers/network/tcpip/tcpip/iinfo.c
branches/tcpip_revolution/drivers/network/tcpip/tcpip/info.c
branches/tcpip_revolution/drivers/network/tcpip/tcpip/lock.c
branches/tcpip_revolution/drivers/network/tcpip/tcpip/main.c
branches/tcpip_revolution/drivers/network/tcpip/tcpip/mockbuffer.c
branches/tcpip_revolution/drivers/network/tcpip/tcpip/mocklock.c
branches/tcpip_revolution/drivers/network/tcpip/tcpip/mockpool.c
branches/tcpip_revolution/drivers/network/tcpip/tcpip/mockwait.c
branches/tcpip_revolution/drivers/network/tcpip/tcpip/ninfo.c
branches/tcpip_revolution/drivers/network/tcpip/tcpip/proto.c
branches/tcpip_revolution/drivers/network/tcpip/tcpip/resource.rc
branches/tcpip_revolution/drivers/network/tcpip/tcpip/tcpip.def
branches/tcpip_revolution/drivers/network/tcpip/tcpip/tinfo.c
branches/tcpip_revolution/drivers/network/tcpip/tcpip/wait.c
branches/tcpip_revolution/drivers/network/tcpip/tests/setup.c
branches/tcpip_revolution/drivers/network/tcpip/tests/stubs.tst
branches/tcpip_revolution/drivers/network/tcpip/tests/tests/ipreceive.c
branches/tcpip_revolution/drivers/network/tcpip/tests/tests/tigetprotocolnumber.c
[This mail would be too long, it was shortened to contain the URLs only.]
Removed: branches/tcpip_revolution/drivers/network/tcpip/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/DIRS
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/datalink/SOURCES
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/datalink/lan.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/include/address.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/include/arp.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/include/checksum.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/include/datagram.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/include/debug.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/include/dispatch.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/include/fileobjs.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/include/icmp.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/include/info.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/include/interface.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/include/ip.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/include/lan.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/include/linux.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/include/lock.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/include/loopback.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/include/neighbor.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/include/pool.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/include/ports.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/include/precomp.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/include/rawip.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/include/receive.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/include/route.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/include/router.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/include/routines.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/include/tags.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/include/tcp.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/include/tcpcore.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/include/tcpdef.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/include/tcpip.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/include/ticonsts.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/include/tilists.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/include/titypes.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/include/transmit.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/include/udp.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/include/wait.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/notes.txt
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/readme.txt
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/tcpip.rc
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/tcpip.spec
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/tcpip/SOURCES
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/tcpip/ainfo.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/tcpip/buffer.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/tcpip/cinfo.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/tcpip/dispatch.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/tcpip/fileobjs.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/tcpip/iinfo.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/tcpip/info.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/tcpip/lock.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/tcpip/main.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/tcpip/mockbuffer.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/tcpip/mocklock.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/tcpip/mockpool.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/tcpip/mockwait.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/tcpip/ninfo.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/tcpip/proto.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/tcpip/resource.rc
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/tcpip/tcpip.def
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/tcpip/tinfo.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/tcpip/wait.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/tests/setup.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/tests/stubs.tst
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed: branches/tcpip_revolution/drivers/network/tcpip/tests/tests/ipreceive.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
Removed:
branches/tcpip_revolution/drivers/network/tcpip/tests/tests/tigetprotocolnumber.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…