This is the mail archive of the ecos-cvs@sourceware.org mailing list for the ecos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

ecos-opt/net/net/lwip_tcpip/current ChangeLog ...


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]