changelog

来自「eCos操作系统源码」· 代码 · 共 1,962 行 · 第 1/5 页

TXT
1,962
字号
2002-04-16  Yoshinori Sato  <qzb04471@nifty.ne.jp>2002-04-16  Jonathan Larmour  <jlarmour@redhat.com>	* src/xyzModem.c: Don't return ACKs too early.2002-04-16  Gary Thomas  <gthomas@redhat.com>	* src/net/bootp.c: Readjust timeouts - more, shorter.  Better response.2002-04-12  Gary Thomas  <gthomas@redhat.com>	* src/net/bootp.c: Increase timeouts for slower networks.2002-04-11  Nick Garnett  <nickg@redhat.com>	* doc/redboot.sgml: Changed some misplaced <term>s into	<literal>s.2002-04-08  Nick Garnett  <nickg@redhat.com>	* doc/redboot.sgml: Added full LED code desription, revised memory	layout and miscellaneous other fixes for 80321.2002-04-03  Gary Thomas  <gthomas@redhat.com>	* src/main.c (do_mfill): 	(do_mcmp): New routines for fill/compare random buffers.	* cdl/redboot.cdl: CDL to control mfill, mcmp, cksum commands.	* src/net/net_io.c (do_ip_addr): 	* doc/redboot.sgml: Add new command 'ip_addr', used to set/show the	local and host [server] addresses.2002-04-02  Jesper Skov  <jskov@redhat.com>	* redboot.sgml: excalibur: Updated memory map details, added	information about REDBOOT startup mode.2002-03-07  Mark Salter  <msalter@redhat.com>	* src/net/tcp.c: Fix missing acks of resent segments pointed out	by Hendrik Ruijter.2002-03-06  Nick Garnett  <nickg@redhat.com>	* doc/redboot.sgml: Added Integrator details.2002-03-06  Mark Salter  <msalter@redhat.com>	* src/net/tcp.c (__tcp_handler): Slight rework of Hendrik Ruijter's	fix for FIN_WAIT_1 to TIME_WAIT transition.2002-03-06  Jesper Skov  <jskov@redhat.com>	* doc/redboot.sgml: Updated iq80310 details.	Updated iq80321 details.	Updated e7t details.	2002-03-05  Jesper Skov  <jskov@redhat.com>	* doc/redboot.sgml: Updated ebsa285 details.	Updated ipaq details.	Updated edb7312 details.2002-03-05  Gary Thomas  <gthomas@redhat.com>2002-02-25 Hendrik Ruijter <Hendrik.Ruijter@axis.com>	* include/net/net.h: Add 'reuse' flag.	* src/net/tcp.c 	(tcp_send): Adjust socket close time to allow for faster re-use.	(__tcp_handler): Statetransitions to TIME_WAIT on active close 	when FIN,ACK receivedsimultaneously.	(__tcp_so_reuseaddr): New function - select fast re-use.2002-03-05  Jesper Skov  <jskov@redhat.com>	* doc/redboot.sgml: Add something about updating RedBoot on	platforms using ROMRAM-startup type RedBoot. Also mention that fis	create can get some of its information from the fis directory.	Updated assabet details.2002-03-01  Mark Salter  <msalter@redhat.com>	* redboot.sgml: Add diag docs and switch setting info for 80321.2002-02-28  Hugo Tyson  <hmt@redhat.com>	* src/flash.c (do_flash_config): Add "-d" to the help info.	* doc/redboot.sgml: Docuement the "-d" option for dumb terminals	with fconfig - so you're not forced to use line editing.2002-02-28  Jesper Skov  <jskov@redhat.com>	* src/syscall.c: Moved SYS_ value definitions to the header file.	* include/redboot.h: Same.2002-02-27  David Howells  <dhowells@redhat.com>	* sgml/redboot.sgml: Removed extraneous </para>.2002-02-26  David Howells  <dhowells@redhat.com>	* doc/redboot.sgml: Updated the ASB2305 notes to be more complete	with respect to having two flash chips.2002-02-19  Mark Salter  <msalter@redhat.com>	* src/net/net_io.c (net_io_init): Remove ISR installation. This	was wrong way to fix problem.2002-02-15  Mark Salter  <msalter@redhat.com>	* src/net/net_io.c (net_io_init): Install default ISR for ethernet.2002-02-14  Patrick Doyle  <wpd@delcomsys.com>	* src/fs/disk.c (disk_stream_read): Modified to return the number	of bytes read instead of -1 when such number is less than was	requested.	2002-02-06  Mark Salter  <msalter@redhat.com>	* src/syscall.c (sys_write): Call __flush after last __putc.	(__flush): New function to flush console output.2002-02-05  Jonathan Larmour  <jlarmour@redhat.com>	* src/net/net_io.c (net_init): Set use_bootp and net_debug defaults	properly.2002-01-31  Gary Thomas  <gthomas@redhat.com>	* src/fs/ide.c (ide_packet_read_sectors): Pass errors on read.	(ide_init): Ignore ATAPI devices that are not CDROM (like ZIP).2002-01-30  Hugo Tyson  <hmt@redhat.com>	* src/net/net_io.c (start_console): Pick up config items to choose	a console for special debug messages.  If it's not set, select	channel 0 regardless, like it used to.	(info_console_force, info_console_number): New fconfig options to	control this channel *plus* forcing application special debug out	to a particular serial.   This is crucial for debugging debugging	itself, or debugging a networked app over the network when you're	liable to get such messages popping out from the app as well as	from RedBoot.	* cdl/redboot.cdl (CYGDBG_REDBOOT_NET_DEBUG_CONSOLE_NUMBER):	Option deleted, because this is now controlled by fconfig items.2002-01-25  Hugo Tyson  <hmt@redhat.com>	* src/syscall.c (sys_profile_reset): New routine - doesn't do	much, just NULLs the callback.  Useful placeholder in case more is	needed in future, eg. reset the clock also.	(__do_syscall): Calls the reset on syscall 2003.2002-01-21  Hugo Tyson  <hmt@redhat.com>	* src/flash.c (do_flash_config): Enable a "dumb terminal" mode for	fconfig, which does not pre-fill the buffer for editing, but	merely prompts for a new value (or RET for old, for non-string	values).  This is because telnet/kermit-like network terminal apps	are not by default configured to pass all characters through.2002-01-18  Hugo Tyson  <hmt@redhat.com>	* src/syscall.c (sys_timer_ticks): Change this to a cyg_uint64 to	give better range for times() sanity in case we run the hardware	clock ticking at a faster rate, or want to last > 8 days.2002-01-16  Hugo Tyson  <hmt@redhat.com>	* src/syscall.c (sys_profile_frequency): Change frequency that is	passed around to signed, so that we can enquire using -ve values.	Re-order the logic a little so as to permit enquiries which do not	modify what's set up in the hardware.  Adjust the times() counter	when its HZ rate changes so it tells the truth.2002-01-15  David Woodhouse  <dwmw2@cambridge.redhat.com>	* src/flash.c: Better default for 'fis cr' - if we're programming	an existing flash image, take img_size from the last-loaded image	but length from the one that's already on the flash.	2002-01-14  David Woodhouse  <dwmw2@cambridge.redhat.com>	* src/main.c: Useful defaults for cksum command.	* src/flash.c: Useful defaults for fis create command.	* src/load.c: Slight cleanup of file type detection.	2002-01-14  Jesper Skov  <jskov@redhat.com>	* src/net/cksum.c: Added volatile keyword to union members to	prevent compiler optimization messing things up.2002-01-10  Hugo Tyson  <hmt@redhat.com>	* src/syscall.c (sys_timer_isr): Add CYGARC_HAL_SAVE_GP(); and	CYGARC_HAL_RESTORE_GP(); around the callback invocation to protect	ourselves from whatever the app routine might do along those lines.2002-01-10  Hugo Tyson  <hmt@redhat.com>	* src/syscall.c (sys_timer_ticks): Explicitly initialize this.	(sys_timer_isr): Call periodic callback function, with PC and SP	of interrupted context, if set.	(sys_profile_call_back): New routine to support	gprof profiling of GNUPro/newlib apps via BSP_SYSCALLS.  Sets the	periodic callback function, returning the old value.	(sys_profile_frequency): Ditto, sets the frequency of the call, if	possible, or zero => a mere inquiry.	(sys_timer_init, sys_times): Be prepared for a dynamic non-default	clock rate.	(__do_syscall): Handle new case arms.	* cdl/redboot.cdl (CYGSEM_REDBOOT_BSP_SYSCALLS): Changed to a	component; want to add stuff in here later.	(CYGSEM_REDBOOT_BSP_SYSCALLS_GPROF): New option	to control inclusion of histogram profiling callback syscalls.2002-01-10  Jesper Skov  <jskov@redhat.com>	* src/main.c (do_version): Added year 2002.2002-01-07  Gary Thomas  <gthomas@redhat.com>	* src/flash.c (lookup_alias): Remove warning.2002-01-03  Gary Thomas  <gthomas@redhat.com>	* src/xyzModem.c (xyzModem_stream_read): BUG 57497	Try and detect (and remove) ^Z characters placed at end of stream.  	This data confuses higher processing, like the zlib decompression 	routines.2001-12-16  Mark Salter  <msalter@redhat.com>	* src/fs/ide.c: Add ATAPI support.	* include/fs/ide.h: Add ATAPI defines.	* src/fs/disk.c (disk_stream_open): Fix support for IDE CDROMs.	(disk_parse_filename): Ditto.2001-12-12  Hugo Tyson  <hmt@redhat.com>	* cdl/redboot.cdl (CYGDBG_REDBOOT_NET_DEBUG_CONSOLE_NUMBER): New	option to control the console number for network debug messages.	For platforms where serial0 is supported (due to common variant	HAL code) but not connected; serial1 is all you get, say.	* src/net/net_io.c (start_console): Use it.2001-12-10  Nick Garnett  <nickg@redhat.com>	* src/net/cksum.c (__pseudo_sum): Fixed method of adding protocol	field to checksum. Some compilers optimize some of this away to	give a bogus result.2001-12-06  Jesper Skov  <jskov@redhat.com>	* src/load.c (do_load): Fix warning.	* src/main.c: Added support for dumping memory in 16 and 32 bit	units. Based on patch from Warren Jasper <warrenj@bops.com>.2001-12-05  Hugo Tyson  <hmt@redhat.com>	* src/flash.c (get_config): If we are editing an IP address, and	it is 0.0.0.0 (as you get at "fco -i" time) suppress using that as	the initial value of the string, it is unhelpful as a starting	point for line editing.	If we were given a value on the CLI eg. "fco bootp false" because	the new value was copied into the holding string, it was not	recognized as a change, so the flash was not updated.  Bug!  The	fix is to change the order of the strcpy()s so that holdline is	before line.	If the input line for a new value is completely blank, and the	type is not string, take this to mean don't change the value.	Otherwise typing in an empty line to an IP address goes off and	tries to DNS resolve it there and then, looks like a hang.	(do_flash_config): If we print the message "** invalid entry" do	not just loop; set onevalue = NULL so that the user is prompted	for a good value.  Otherwise it loops forever trying the same	value if you typed "fco bootp goat" (goat being a bad boolean).	* src/parse.c (parse_bool): Check for (partial) rest of the word	either "true" or "false" and nothing extra.  Thus we reject	"truefalse" as is all to easy to type in by accident.  "TRU" "T"	"tRuE" are all OK of course.	* src/net/inet_addr.c (inet_aton): Do not accept terminating the	dot-quad address with a final dot.  Else typing on the end of a	provided-for-editing string is accepted.  Also reject units > 255.	Allow typing in either exactly one (large) number or 4 small ones;	reject intermediates.  Thus we reject "10.16.19.1110.16.19.33" and	"0.0.0.010.16.19.11" as are all to easy to type in by accident,	and things like 10.0.0xffff which used to be accepted.  0x0a00ffff	is OK though.  This change also prevents the pointer s running off	the end of the string if you just entered eg. "1".2001-12-04  Richard Sandiford  <rsandifo@redhat.com>	* include/net/net.h (ETH_MAX_PKTLEN): Increase to match definition	of MAX_ETH_MSG.2001-12-04  Richard Sandiford  <rsandifo@redhat.com>	* src/net/tcp.c (__tcp_poll): Call MS_TICKS_DELAY before __timer_poll.	* src/net/net_io.c (net_io_getc): Remove MS_TICKS_DELAY from here...	(net_io_getc_nonblock): ...and from here.2001-11-30  Jesper Skov  <jskov@redhat.com>	* src/net/net_io.c (net_init): Print ESA for device even if bootp	fails.2001-11-29  Jonathan Larmour  <jlarmour@redhat.com>	* src/net/dns.c: Rename index -> ptdindex to avoid conflict with BSD	index() function.2001-11-29  Jesper Skov  <jskov@redhat.com>	* src/net/tftp_client.c (tftp_stream_open): Clear from_addr's	sin_port so multiple loads are possible.2001-11-26  Jesper Skov  <jskov@redhat.com>	* misc/redboot_XXX.ecm: Added. Replaced the _RAM, _ROM, and	_ROMRAM variants.	* misc/redboot_ROM.ecm: Added configuration with all packages	relevant for a full RedBoot configuration. Whenever new (optional)	RedBoot peer packages are added, they should be added to these	files and not the RedBoot template.	* misc/redboot_ROMRAM.ecm: Same.	* misc/redboot_RAM.ecm: Same.2001-11-15  Jesper Skov  <jskov@redhat.com>	* include/redboot.h: Added load_address and load_address_end	variables to hold bounds of a loaded image.	* src/load.c: Fill load_address and load_address_end after srec	and binary loads.	* src/flash.c: Same.	* src/main.c (do_go): removed unneeded cast.2001-11-14  Gary Thomas  <gthomas@redhat.com>	* src/io.c (_rb_gets_preloaded): More correct timeout handling.	n.b. in practice, this changes nothing, but it is more "correct".2001-11-05  Gary Thomas  <gthomas@redhat.com>	* src/load.c: Minor typo in help string.	* src/io.c (_rb_gets_preloaded): Clear buffer if ^C.2001-11-02  Jesper Skov  <jskov@redhat.com>	* src/flash.c (fis_init): Fix warning.2001-11-01  Jesper Skov  <jskov@redhat.com>	* src/flash.c (fis_init): tweaks to the SIB protection code.2001-11-01  Gary Thomas  <gthomas@redhat.com>	* src/flash.c (fis_init): Need to init block fully, otherwise old	images can persist after init.2001-10-31  Jesper Skov  <jskov@redhat.com>	* include/sib.h: Contains information about ARM Boot Monitor flash	block information.	* cdl/redboot.cdl: Added CYGOPT_REDBOOT_FIS_DIRECTORY_ARM_SIB_ID	option.	* src/flash.c (fis_init): Added code to add ARM Boot Monitor	footer on FIS block.	2001-10-30  Jonathan Larmour  <jlarmour@redhat.com>	* src/flash.c (fis_delete): Prototype arm_fis_delete in correct place.	(fis_list): Fix compilation problem - this isn't C++!2001-10-30  Philippe Robin <Philippe.Robin@arm.com>

⌨️ 快捷键说明

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