Author: zhu
Date: Thu Jun 16 15:40:32 2016
New Revision: 71646

URL: http://svn.reactos.org/svn/reactos?rev=71646&view=rev
Log:
Merge changes from GsOC network branch. Last commit from the other branch added 
IRQ cancellation. 

Added:
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/address.c   (with props)
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/address.h   (with props)
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/connection.c   (with 
props)
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/entities.c   (with 
props)
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/entities.h   (with 
props)
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/information.c   (with 
props)
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/information.h   (with 
props)
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/interface.c   (with 
props)
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/interface.h   (with 
props)
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/main.c   (with props)
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/ndis_lwip.c   (with 
props)
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/ndis_lwip.h   (with 
props)
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/precomp.h   (with props)
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/stubs.c   (with props)
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcp.c   (with props)
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcp.h   (with props)
Removed:
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/DIRS
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/datalink/SOURCES
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/address.h
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/arp.h
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/checksum.h
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/datagram.h
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/debug.h
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/fileobjs.h
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/icmp.h
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/info.h
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/ip.h
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/lan.h
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/linux.h
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/lock.h
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/loopback.h
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/neighbor.h
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/pool.h
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/ports.h
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/precomp.h
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/rawip.h
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/receive.h
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/route.h
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/router.h
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/routines.h
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/tags.h
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/tcp.h
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/tcpcore.h
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/tcpdef.h
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/tcpip.h
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/ticonsts.h
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/tilists.h
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/titypes.h
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/transmit.h
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/udp.h
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/wait.h
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/notes.txt
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/readme.txt
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/SOURCES
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/ainfo.c
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/buffer.c
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/cinfo.c
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/fileobjs.c
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/info.c
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/lock.c
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/mockbuffer.c
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/mocklock.c
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/mockpool.c
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/mockwait.c
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/ninfo.c
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/proto.c
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/resource.rc
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/tcpip.def
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/tinfo.c
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/wait.c
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tests/setup.c
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tests/stubs.tst
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tests/tests/ipreceive.c
    
branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tests/tests/tigetprotocolnumber.c
    branches/GSoC_2016/lwIP-tcpip/sdk/lib/drivers/lwip/src/rosip.c
    branches/GSoC_2016/lwIP-tcpip/sdk/lib/drivers/lwip/src/rostcp.c
Modified:
    branches/GSoC_2016/lwIP-tcpip/base/applications/network/CMakeLists.txt
    branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/CMakeLists.txt
    branches/GSoC_2016/lwIP-tcpip/sdk/lib/drivers/lwip/CMakeLists.txt
    branches/GSoC_2016/lwIP-tcpip/sdk/lib/drivers/lwip/src/include/lwipopts.h
    branches/GSoC_2016/lwIP-tcpip/sdk/lib/drivers/lwip/src/sys_arch.c

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

Modified: branches/GSoC_2016/lwIP-tcpip/base/applications/network/CMakeLists.txt
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/base/applications/network/CMakeLists.txt?rev=71646&r1=71645&r2=71646&view=diff

Modified: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/CMakeLists.txt
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/CMakeLists.txt?rev=71646&r1=71645&r2=71646&view=diff

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/DIRS
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/DIRS?rev=71645

Added: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/address.c
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/address.c?rev=71646

Added: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/address.h
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/address.h?rev=71646

Added: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/connection.c
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/connection.c?rev=71646

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/datalink/SOURCES
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/datalink/SOURCES?rev=71645

Added: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/entities.c
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/entities.c?rev=71646

Added: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/entities.h
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/entities.h?rev=71646

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/address.h
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/address.h?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/arp.h
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/arp.h?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/checksum.h
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/checksum.h?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/datagram.h
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/datagram.h?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/debug.h
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/debug.h?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/fileobjs.h
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/fileobjs.h?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/icmp.h
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/icmp.h?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/info.h
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/info.h?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/ip.h
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/ip.h?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/lan.h
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/lan.h?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/linux.h
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/linux.h?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/lock.h
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/lock.h?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/loopback.h
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/loopback.h?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/neighbor.h
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/neighbor.h?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/pool.h
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/pool.h?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/ports.h
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/ports.h?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/precomp.h
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/precomp.h?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/rawip.h
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/rawip.h?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/receive.h
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/receive.h?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/route.h
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/route.h?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/router.h
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/router.h?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/routines.h
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/routines.h?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/tags.h
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/tags.h?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/tcp.h
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/tcp.h?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/tcpcore.h
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/tcpcore.h?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/tcpdef.h
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/tcpdef.h?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/tcpip.h
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/tcpip.h?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/ticonsts.h
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/ticonsts.h?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/tilists.h
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/tilists.h?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/titypes.h
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/titypes.h?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/transmit.h
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/transmit.h?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/udp.h
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/udp.h?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/wait.h
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/include/wait.h?rev=71645

Added: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/information.c
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/information.c?rev=71646

Added: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/information.h
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/information.h?rev=71646

Added: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/interface.c
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/interface.c?rev=71646

Added: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/interface.h
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/interface.h?rev=71646

Added: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/main.c
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/main.c?rev=71646

Added: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/ndis_lwip.c
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/ndis_lwip.c?rev=71646

Added: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/ndis_lwip.h
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/ndis_lwip.h?rev=71646

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/notes.txt
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/notes.txt?rev=71645

Added: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/precomp.h
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/precomp.h?rev=71646

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/readme.txt
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/readme.txt?rev=71645

Added: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/stubs.c
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/stubs.c?rev=71646

Added: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcp.c
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcp.c?rev=71646

Added: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcp.h
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcp.h?rev=71646

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/SOURCES
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/SOURCES?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/ainfo.c
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/ainfo.c?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/buffer.c
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/buffer.c?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/cinfo.c
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/cinfo.c?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/fileobjs.c
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/fileobjs.c?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/info.c
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/info.c?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/lock.c
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/lock.c?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/mockbuffer.c
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/mockbuffer.c?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/mocklock.c
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/mocklock.c?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/mockpool.c
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/mockpool.c?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/mockwait.c
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/mockwait.c?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/ninfo.c
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/ninfo.c?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/proto.c
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/proto.c?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/resource.rc
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/resource.rc?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/tcpip.def
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/tcpip.def?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/tinfo.c
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/tinfo.c?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/wait.c
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/wait.c?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tests/setup.c
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tests/setup.c?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tests/stubs.tst
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tests/stubs.tst?rev=71645

Removed: 
branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tests/tests/ipreceive.c
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tests/tests/ipreceive.c?rev=71645

Removed: 
branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tests/tests/tigetprotocolnumber.c
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tests/tests/tigetprotocolnumber.c?rev=71645

Modified: branches/GSoC_2016/lwIP-tcpip/sdk/lib/drivers/lwip/CMakeLists.txt
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/sdk/lib/drivers/lwip/CMakeLists.txt?rev=71646&r1=71645&r2=71646&view=diff

Modified: 
branches/GSoC_2016/lwIP-tcpip/sdk/lib/drivers/lwip/src/include/lwipopts.h
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/sdk/lib/drivers/lwip/src/include/lwipopts.h?rev=71646&r1=71645&r2=71646&view=diff

Removed: branches/GSoC_2016/lwIP-tcpip/sdk/lib/drivers/lwip/src/rosip.c
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/sdk/lib/drivers/lwip/src/rosip.c?rev=71645

Removed: branches/GSoC_2016/lwIP-tcpip/sdk/lib/drivers/lwip/src/rostcp.c
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/sdk/lib/drivers/lwip/src/rostcp.c?rev=71645

Modified: branches/GSoC_2016/lwIP-tcpip/sdk/lib/drivers/lwip/src/sys_arch.c
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/sdk/lib/drivers/lwip/src/sys_arch.c?rev=71646&r1=71645&r2=71646&view=diff


Reply via email to