changelog

来自「Keil下移植好的lwip基于c166」· 代码 · 共 82 行

TXT
82
字号
2003-02-28  Jani Monoses <jani@iv.ro>

	* all: Synch with latest lwip CVS  and a bunch of other updates
	
2002-06-21  Jani Monoses <jani@iv.ro>
	* all:sync with/tweak lwIP from lwIP-CVS snapshot 29-05-2002 (no more memory reclaims,
	reorganized ARP/ethernet layer,TCP modifications...)
	* put the package under net/ where the other two *BSD stacks are and 
	* ecosif.c:modified to use new etharp code.
	
2002-05-17  Jani Monoses <jani@iv.ro>

	* tcpip.c:bugfix from lwIP CVS in addition to the ones locally corrected
	during the past few weeks
	* lwip.cdl:saner(greater) default for TCP related values
	
2002-04-24  Jani Monoses <jani@iv.ro>

	* sys_arch.c: replace fix_mempool with allocation 'by hand'
	for thread stacks to not worry about allocator overhead and 
	it's simpler too.
	
2002-04-23  Jani Monoses <jani@iv.ro>

	* lwip.cdl,sys_arch.c : memory usage for thread stacks and others
	configurable
	* sys_arch.c: "stupid bug of the month" - use parantheses in macro
	tick_to_ms().Without this semaphore wait could falsely return 0
	every 10 minutes or so meaning 'not taken' which would lead to
	deadlock.
	
2002-04-17  Jani Monoses <jani@iv.ro>

	* bugfixes in sys_arch.c: if no memory is available return NULL
	semaphore and mbox (use cyg_mempool_var_try_alloc() instead of blocking
	version as this prevents DoS attacks when memory is full).Free the
	allocated memory too after semaphore and mbox destruction.
	
2002-04-15  Cristian Vlasin <cris@iv.ro>	

	* more CDL work:IP addresses now settable,statistics gathering
	 selection
	 
2002-04-12  Jani Monoses <jani@iv.ro>,Cristian Vlasin <cris@iv.ro>	

	* tests/	: add test cases 
	* cdl/lwip.cdl  : verbosity options and some other configuration
	* bugfix in sys_arch.c : sys_arch_mbox_fetch should check for NULL data
	* changed package name to CYGPKG_NET_LWIP

2002-04-05  Jani Monoses <jani@iv.ro>	

	* First version.Contains a somewhat reorganized lwIP-0.5.3 tree,
	a bugfix in sockets.c and eCos glue.
 	
//===========================================================================
//####COPYRIGHTBEGIN####
//                                                                          
// -------------------------------------------                              
// The contents of this file are subject to the Red Hat eCos Public License 
// Version 1.1 (the "License"); you may not use this file except in         
// compliance with the License.  You may obtain a copy of the License at    
// http://www.redhat.com/                                                   
//                                                                          
// Software distributed under the License is distributed on an "AS IS"      
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.  See the 
// License for the specific language governing rights and limitations under 
// the License.                                                             
//                                                                          
// The Original Code is eCos - Embedded Configurable Operating System,      
// released September 30, 1998.                                             
//                                                                          
// The Initial Developer of the Original Code is Red Hat.                   
// Portions created by Red Hat are                                          
// Copyright (C) 1998, 1999, 2000, 2001,2002 Red Hat, Inc.                             
// All Rights Reserved.                                                     
// -------------------------------------------                              
//                                                                          
//####COPYRIGHTEND####
//===========================================================================
	

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?