From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1359 invoked by alias); 29 Mar 2006 10:33:29 -0000 Received: (qmail 1345 invoked by uid 9341); 29 Mar 2006 10:33:28 -0000 Date: Wed, 29 Mar 2006 10:33:00 -0000 Message-ID: <20060329103328.1343.qmail@sourceware.org> From: asl@sourceware.org To: ecos-cvs@ecos.sourceware.org Subject: ecos-opt/net/net/lwip_tcpip/current ChangeLog ... Mailing-List: contact ecos-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Post: List-Help: , Sender: ecos-cvs-owner@sourceware.org List-Subscribe: X-SW-Source: 2006/txt/msg00083.txt.bz2 List-Id: CVSROOT: /cvs/ecos Module name: ecos-opt Changes by: asl@sourceware.org 2006-03-29 10:33:28 Modified files: net/net/lwip_tcpip/current: ChangeLog net/net/lwip_tcpip/current/cdl: lwip_net.cdl net/net/lwip_tcpip/current/include: lwipopts.h network.h net/net/lwip_tcpip/current/include/arch: cc.h perf.h sys_arch.h net/net/lwip_tcpip/current/include/lwip: api.h api_msg.h debug.h dhcp.h inet.h ip.h ip_addr.h ip_frag.h netif.h opt.h pbuf.h raw.h sockets.h tcp.h udp.h net/net/lwip_tcpip/current/src/api: api_lib.c api_msg.c sockets.c tcpip.c net/net/lwip_tcpip/current/src/core: dhcp.c inet.c mem.c memp.c netif.c pbuf.c raw.c stats.c sys.c tcp.c tcp_in.c tcp_out.c udp.c net/net/lwip_tcpip/current/src/core/ipv4: icmp.c ip.c ip_addr.c ip_frag.c net/net/lwip_tcpip/current/src/ecos: init.c sys_arch.c net/net/lwip_tcpip/current/src/netif: etharp.c loopif.c slipif.c net/net/lwip_tcpip/current/src/netif/ppp: chap.h chpms.h fsm.h ipcp.c ipcp.h lcp.c lcp.h magic.h ppp.c vj.c vj.h net/net/lwip_tcpip/current/tests: httpd.c nc_test_slave.c socket.c tcpecho.c udpecho.c Log message: * Updated the complete lwIP source to the latest lwIP CVS version 1.1.1 * src/ecos/init.c Added call to netif_set_up(netif) in function lwip_set_addr() - this is required since lwIP version 1.0.0 * cdl/lwip_net.cdl Minor modifications for UDP configuration options. Renamed CYGNUM_LWIP_TCPIP_THREAD_PRIORITY to CYGNUM_LWIP_NETWORK_THREAD_PRIORITY and moved option outside CYGPKG_LWIP_TCPIP component because the network thread needs to run in all configurations. * tests/nc_slave.c * tests/tcpecho.c * tests/udpecho.c * tests/sockets.c * tests/httpd.c Added eCos test infrastructure to tests and made tests applicable depending on lwip configuration.