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/network/tcpip/CMakeLists.txt?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/DIRS
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/DIRS?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/datalink/SOURCES
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/datalink/SOURCES?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/datalink/lan.c
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/datalink/lan.c?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/include/address.h
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/include/address.h?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/include/arp.h
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/include/arp.h?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/include/checksum.h
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/include/checksum.h?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/include/datagram.h
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/include/datagram.h?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/include/debug.h
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/include/debug.h?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/include/dispatch.h
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/include/dispatch.h?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/include/fileobjs.h
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/include/fileobjs.h?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/include/icmp.h
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/include/icmp.h?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/include/info.h
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/include/info.h?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/include/interface.h
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/include/interface.h?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/include/ip.h
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/include/ip.h?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/include/lan.h
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/include/lan.h?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/include/linux.h
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/include/linux.h?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/include/lock.h
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/include/lock.h?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/include/loopback.h
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/include/loopback.h?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/include/neighbor.h
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/include/neighbor.h?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/include/pool.h
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/include/pool.h?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/include/ports.h
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/include/ports.h?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/include/precomp.h
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/include/precomp.h?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/include/rawip.h
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/include/rawip.h?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/include/receive.h
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/include/receive.h?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/include/route.h
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/include/route.h?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/include/router.h
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/include/router.h?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/include/routines.h
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/include/routines.h?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/include/tags.h
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/include/tags.h?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/include/tcp.h
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/include/tcp.h?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/include/tcpcore.h
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/include/tcpcore.h?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/include/tcpdef.h
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/include/tcpdef.h?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/include/tcpip.h
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/include/tcpip.h?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/include/ticonsts.h
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/include/ticonsts.h?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/include/tilists.h
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/include/tilists.h?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/include/titypes.h
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/include/titypes.h?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/include/transmit.h
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/include/transmit.h?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/include/udp.h
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/include/udp.h?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/include/wait.h
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/include/wait.h?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/notes.txt
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/notes.txt?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/readme.txt
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/readme.txt?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/tcpip.rc
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/tcpip.rc?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/tcpip.spec
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/tcpip.spec?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/tcpip/SOURCES
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/tcpip/SOURCES?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/tcpip/ainfo.c
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/tcpip/ainfo.c?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/tcpip/buffer.c
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/tcpip/buffer.c?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/tcpip/cinfo.c
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/tcpip/cinfo.c?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/tcpip/dispatch.c
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/tcpip/dispatch.c?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/tcpip/fileobjs.c
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/tcpip/fileobjs.c?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/tcpip/iinfo.c
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/tcpip/iinfo.c?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/tcpip/info.c
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/tcpip/info.c?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/tcpip/lock.c
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/tcpip/lock.c?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/tcpip/main.c
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/tcpip/main.c?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/tcpip/mockbuffer.c
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/tcpip/mockbuffer.c?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/tcpip/mocklock.c
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/tcpip/mocklock.c?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/tcpip/mockpool.c
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/tcpip/mockpool.c?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/tcpip/mockwait.c
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/tcpip/mockwait.c?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/tcpip/ninfo.c
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/tcpip/ninfo.c?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/tcpip/proto.c
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/tcpip/proto.c?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/tcpip/resource.rc
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/tcpip/resource.rc?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/tcpip/tcpip.def
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/tcpip/tcpip.def?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/tcpip/tinfo.c
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/tcpip/tinfo.c?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/tcpip/wait.c
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/tcpip/wait.c?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/tests/setup.c
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/tests/setup.c?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/tests/stubs.tst
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/tests/stubs.tst?rev=65359

Removed: branches/tcpip_revolution/drivers/network/tcpip/tests/tests/ipreceive.c
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/tests/tests/ipreceive.c?rev=65359

Removed: 
branches/tcpip_revolution/drivers/network/tcpip/tests/tests/tigetprotocolnumber.c
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/network/tcpip/tests/tests/tigetprotocolnumber.c?rev=65359


Reply via email to