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-15 08:02:39

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 
	net/net/lwip_tcpip/current/include/lwip: ip_addr.h 
	net/net/lwip_tcpip/current/include/netif: etharp.h 
	net/net/lwip_tcpip/current/src/api: sockets.c 
	net/net/lwip_tcpip/current/src/ecos: init.c 
	net/net/lwip_tcpip/current/src/netif: etharp.c 
	net/net/lwip_tcpip/current/tests: httpd.c nc_test_slave.c 
	                                  socket.c tcpecho.c udpecho.c 

Log message:
	* tests/nc_test_slave.c (nc_slave): Fix some of the compiler
	warnings.
	* cdl/lwip_net.cdl Changed default value of
	CYGNUM_LWIP_MEMP_NUM_SYS_TIMEOUT (required for DHCP).
	Replaced CYGPKG_LWIP_DHCP_OPTIONS with CYGPKG_LWIP_DHCP
	and add CYGOPT_LWIP_DHCP_MANAGEMENT for automatic DHCP
	management.
	* include/lwip/ip_addr.h Add macro ip_addr_netcmp()
	(copied from lwIP CVS).
	* include/netif/etharp.h Updated file to version of
	lwIP CVS.
	* src/ecos/init.c Add include <pkgconf/net_lwip.h>
	Add lwip_dhcp_fine_tmr() and lwip_dhcp_coarse_tmr()
	for DHCP processing.
	Change tcpip_init_done() to start DHCP timers and
	ARP timer.
	Changed lwip_set_addr() to properly setup IP adress
	if DHCP is used.
	Added lwip_dhcp_init() for start of DHCP client.
	Removed start of ARP timer from ecosclue_init().
	* src/netif/etharp.c Updated file to version of
	lwIP CVS.


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