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/appli…
Modified: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/ne…
Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/DIRS
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/ne…
Added: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/address.c
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/ne…
Added: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/address.h
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/ne…
Added: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/connection.c
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/ne…
Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/datalink/SOURCES
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/ne…
Added: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/entities.c
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/ne…
Added: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/entities.h
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/ne…
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/ne…
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/ne…
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/ne…
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/ne…
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/ne…
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/ne…
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/ne…
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/ne…
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/ne…
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/ne…
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/ne…
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/ne…
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/ne…
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/ne…
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/ne…
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/ne…
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/ne…
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/ne…
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/ne…
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/ne…
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/ne…
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/ne…
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/ne…
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/ne…
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/ne…
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/ne…
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/ne…
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/ne…
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/ne…
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/ne…
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/ne…
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/ne…
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/ne…
Added: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/information.c
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/ne…
Added: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/information.h
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/ne…
Added: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/interface.c
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/ne…
Added: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/interface.h
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/ne…
Added: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/main.c
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/ne…
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/ne…
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/ne…
Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/notes.txt
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/ne…
Added: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/precomp.h
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/ne…
Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/readme.txt
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/ne…
Added: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/stubs.c
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/ne…
Added: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcp.c
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/ne…
Added: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcp.h
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/ne…
Removed: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/tcpip/SOURCES
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/ne…
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/ne…
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/ne…
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/ne…
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/ne…
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/ne…
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/ne…
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/ne…
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/ne…
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/ne…
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/ne…
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/ne…
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/ne…
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/ne…
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/ne…
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/ne…
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/ne…
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/ne…
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/ne…
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/ne…
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/ne…
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/dr…
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/dr…
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/dr…
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/dr…
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/dr…