Author: cgutman Date: Tue Nov 2 04:05:34 2010 New Revision: 49424
URL: http://svn.reactos.org/svn/reactos?rev=49424&view=rev Log: [LWIP] - Sync lwIP to 1.4.0 RC1 - Some build fixes are included but this revision won't build
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/UPGRADING (with props) branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/def.c (with props) branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/timers.c (with props) Modified: branches/tcp-rewrite-branch/lib/drivers/lwip/CHANGELOG branches/tcp-rewrite-branch/lib/drivers/lwip/doc/rawapi.txt branches/tcp-rewrite-branch/lib/drivers/lwip/doc/snmp_agent.txt branches/tcp-rewrite-branch/lib/drivers/lwip/lwip.rbuild branches/tcp-rewrite-branch/lib/drivers/lwip/src/api/api_lib.c branches/tcp-rewrite-branch/lib/drivers/lwip/src/api/api_msg.c branches/tcp-rewrite-branch/lib/drivers/lwip/src/api/err.c branches/tcp-rewrite-branch/lib/drivers/lwip/src/api/netbuf.c branches/tcp-rewrite-branch/lib/drivers/lwip/src/api/netdb.c branches/tcp-rewrite-branch/lib/drivers/lwip/src/api/netifapi.c branches/tcp-rewrite-branch/lib/drivers/lwip/src/api/sockets.c branches/tcp-rewrite-branch/lib/drivers/lwip/src/api/tcpip.c branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/dhcp.c branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/dns.c branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/init.c branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/ipv4/autoip.c branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/ipv4/icmp.c branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/ipv4/igmp.c branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/ipv4/inet.c branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/ipv4/inet_chksum.c branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/ipv4/ip.c branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/ipv4/ip_addr.c branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/ipv4/ip_frag.c branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/ipv6/ip6.c branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/mem.c branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/memp.c branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/netif.c branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/pbuf.c branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/raw.c branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/snmp/asn1_dec.c branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/snmp/asn1_enc.c branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/snmp/mib2.c branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/snmp/mib_structs.c branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/snmp/msg_in.c branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/snmp/msg_out.c branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/stats.c branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/sys.c branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/tcp.c branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/tcp_in.c branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/tcp_out.c branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/udp.c branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/arch/cc.h branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/arch/sys_arch.h branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwipopts.h branches/tcp-rewrite-branch/lib/drivers/lwip/src/sys_arch.c
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: branches/tcp-rewrite-branch/lib/drivers/lwip/CHANGELOG URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/UPGRADING URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Modified: branches/tcp-rewrite-branch/lib/drivers/lwip/doc/rawapi.txt URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Modified: branches/tcp-rewrite-branch/lib/drivers/lwip/doc/snmp_agent.txt URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Modified: branches/tcp-rewrite-branch/lib/drivers/lwip/lwip.rbuild URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Modified: branches/tcp-rewrite-branch/lib/drivers/lwip/src/api/api_lib.c URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Modified: branches/tcp-rewrite-branch/lib/drivers/lwip/src/api/api_msg.c URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Modified: branches/tcp-rewrite-branch/lib/drivers/lwip/src/api/err.c URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Modified: branches/tcp-rewrite-branch/lib/drivers/lwip/src/api/netbuf.c URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Modified: branches/tcp-rewrite-branch/lib/drivers/lwip/src/api/netdb.c URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Modified: branches/tcp-rewrite-branch/lib/drivers/lwip/src/api/netifapi.c URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Modified: branches/tcp-rewrite-branch/lib/drivers/lwip/src/api/sockets.c URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Modified: branches/tcp-rewrite-branch/lib/drivers/lwip/src/api/tcpip.c URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/def.c URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Modified: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/dhcp.c URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Modified: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/dns.c URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Modified: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/init.c URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Modified: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/ipv4/autoip.c URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Modified: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/ipv4/icmp.c URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Modified: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/ipv4/igmp.c URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Modified: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/ipv4/inet.c URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Modified: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/ipv4/inet_chksum.c URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Modified: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/ipv4/ip.c URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Modified: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/ipv4/ip_addr.c URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Modified: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/ipv4/ip_frag.c URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Modified: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/ipv6/ip6.c URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Modified: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/mem.c URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Modified: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/memp.c URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Modified: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/netif.c URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Modified: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/pbuf.c URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Modified: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/raw.c URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Modified: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/snmp/asn1_dec.c URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Modified: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/snmp/asn1_enc.c URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Modified: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/snmp/mib2.c URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Modified: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/snmp/mib_structs.c URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Modified: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/snmp/msg_in.c URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Modified: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/snmp/msg_out.c URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Modified: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/stats.c URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Modified: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/sys.c URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Modified: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/tcp.c URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Modified: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/tcp_in.c URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Modified: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/tcp_out.c URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/timers.c URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Modified: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/udp.c URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Modified: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/arch/cc.h URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Modified: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/arch/sys_arch.h URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Modified: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwipopts.h URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...
Modified: branches/tcp-rewrite-branch/lib/drivers/lwip/src/sys_arch.c URL: http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/l...