changelog

来自「ecos实时嵌入式操作系统」· 代码 · 共 1,963 行 · 第 1/5 页

TXT
1,963
字号
2002-03-19  John Dallaway  <jld@ecoscentric.com>	* doc/redboot_installing.sgml: Update Atmel AT91EB40 RedBoot	installation instructions.2003-02-24  Jonathan Larmour  <jifl@eCosCentric.com>	* doc/redboot.sgml: De-vendorise a little.	Fix extraneous <para>.	* cdl/redboot.cdl: Add doc links.2003-02-14  Jonathan Larmour  <jifl@eCosCentric.com>	* cdl/redboot.cdl: Put virtually all options inside	CYGBLD_BUILD_REDBOOT. And indent accordingly.2003-02-04  Gary Thomas  <gary@mind.be>	* src/fs/ide.c: Print more info if failed to identify IDE device.	* src/fs/e2fs.c: Improved debug output.2003-02-04  Mark Salter  <msalter@redhat.com>2003-02-04  Brian Murphy <brian@murphy.dk>	* src/main.c (return_to_redboot): Add CYGARC_HAL_RESTORE_GP.2003-01-31  Mark Salter  <msalter@redhat.com>	* src/main.c: Add support to allow programs started by go to	return to RedBoot.	* src/syscall.c (__do_syscall): Return to monitor on program exit	if gdb not active.	(sys_timer_isr): Return CYG_ISR_HANDLED.2003-01-10  Patrick Doyle  <wpd@delcomsys.com>	* src/load.c (do_load): Don't abort and complain about overwriting	the end of RAM when loading raw data files and we already asked	the user if it was ok to write outside what we believe to be RAM.2002-12-31  Patrick Doyle  <wpd@delcomsys.com>	* src/decompress.c (gzip_close): Don't complain that decompression	didn't complete when the stream reaches its end.2002-12-18  David Mazur  <david@mind.be>2002-12-18  Mark Salter  <msalter@redhat.com>	* src/fs/e2fs.c (e2fs_get_gdesc): Fixed handling of group descriptor	cache misses.2002-12-03  Gary Thomas  <gthomas@ecoscentric.com>	* src/main.c: Export version string via virtual vector table.2002-11-05  Jonathan Larmour  <jifl@eCosCentric.com>	* src/io.c (_rb_gets_preloaded): Null terminate when buffer full.2002-10-24  Gary Thomas  <gthomas@ecoscentric.com> (inspired by)2002-10-24  Jay Foster <jay@systech.com>		* include/net/bootp.h (BP_MIN_VEND_SIZE): 	* src/net/bootp.c (__bootp_find_local_ip): Require a minimum vendor	area to always be sent (to keep some servers happy).	* src/flash.c: Fix typo for "FIS DELETE"2002-09-16  Mark Salter  <msalter@redhat.com>	* src/main.c (set_console_baud_rate): Handle CYGPKG_REDBOOT_ANY_CONSOLE.	(set_comm_baud_rate): New function.2002-09-13  Mark Salter  <msalter@redhat.com>	* src/decompress.c: Move error handling back into gzip_close to	fix xyzmodem loads.2002-09-12  Mark Salter  <msalter@redhat.com>	* src/decompress.c (gzip_inflate): Fix error return so that upper	doesn't quit on Z_STREAM_END.	(gzip_close): Move error handling into gzip_inflate.		* src/load.c (do_load): Fix printing of address range for raw loads.2002-09-11  Mark Salter  <msalter@redhat.com>	* src/main.c (do_go): Turn on line flushes before jumping to function.	* src/net/net_io.c (net_io_control): Support flushes at end of lines.2002-09-03  Yoshinori Sato <qzb04471@nifty.ne.jp>2002-09-03  Mark Salter  <msalter@redhat.com>	* include/fs/disk.h (__SWAB32): Fix incorrect masking.	* src/fs/e2fs.c (e2fs_inode_block): Fix endianess of block numbers.2002-08-29  Mark Salter  <msalter@redhat.com>	* src/net/net_io.c (net_init): Initialize dns before showing addresses.2002-08-26  Thomas Koeller <thomas@koeller.dyndns.org>    	* src/flash.c: Do not warn about overwriting image data if	-n option is used with 'fis create'. For 'fis load',	perform load size check based on actual data length, not	image size.2002-08-22  Mark Salter  <msalter@redhat.com>	* src/net/net_io.c (net_io_putc): Don't flush on every \n.	* src/syscall.c (__do_syscall): Allow fileio support to fall back	to non-fileio behavior if program is not being run by gdb.2002-08-20  Thomas Koeller  <thomas@koeller.dyndns.org>    	* cdl/redboot.cdl:    	* include/redboot.h:    	* src/main.c:    	* src/flash.c:    	* src/decompress.c: Use a common buffer for FIS directory    	manipulation and zlib workspace to conserve RAM.2002-08-20  Thomas Koeller  <thomas@koeller.dyndns.org>      	* cdl/redboot.cdl: 	* include/fis.h: Allow control of FIS descriptor padding.2002-08-16  Jani Monoses  <jani@iv.ro>	* src/io.c: Do not add empty lines to command history.	* src/net/http_client.c: Read all data when in CLOSE_WAIT	otherwise if the server closes quickly enough nothing is 	received.	2002-08-09  Andrew Lunn  <andrew.lunn@ascom.ch>		* src/crc.c: Removed. Replaced with the CRC package.	* src/cksum.c: Removed the posix_crc function.	* src/flash.c: Use the crc package crc functions.	* src/xyzModem.c: Ditto	* include/redboot.h: Use the crc package include file.	* cdl/redboot.cdl: removed crc.c 2002-08-09  Jani Monoses  <jani@iv.ro>	* src/net/http_client.c: use standard HTTP GET request ('/' 	instead of ' ' in HTTP/1.0) to work with all servers	2002-08-08  Jani Monoses  <jani@iv.ro>	* src/flash.c: fis delete should mark the slot as reusable	not just delete the area of flash used by the file.	2002-08-08  Gary Thomas  <gthomas@ecoscentric.com>2002-08-08  Motoya Kurotsu <kurotsu@allied-telesis.co.jp>		* src/load.c (do_load): Make sure 'io_tab' is set before using it.2002-08-07  Gary Thomas  <gary@chez-thomas.org>	* src/net/tftp_client.c: 	* include/net/tftp.h: Make block numbers unsigned to handle files	larger than 16MB.2002-08-06  Gary Thomas  <gary@chez-thomas.org>	* src/crc.c: POSIX crc code is now separate.		* src/mfill.c: 	* src/mcmp.c: 	* src/dump.c: 	* src/cksum.c: 	* src/caches.c: New (split out) file(s).	* src/main.c: 	* cdl/redboot.cdl: Split major CLI functionality to separate	files, more easily controlled by CDL - inspired by Andrew.2002-08-06  Andrew Lunn  <Andrew.Lunn@ascom.ch>	* src/io.c: Fix the parsing of boot scripts to allow the use	  of aliases. This was broken when the ability to do startup	  type specific scripting was added.2002-08-05  Andrew Lunn  <Andrew.Lunn@ascom.ch>	* src/main.c: Made more of the commands conditionally compilable	* cdl/redboot.cdl: CDL code to control the compilation.	2002-07-30  Gary Thomas  <gary@chez-thomas.org>	* src/net/net_io.c: Handle broadcast/mask setup better (failed if	not found in FLASH).  Also print on network info line.2002-07-18  Gary Thomas  <gary@chez-thomas.org>	* src/net/tftp_client.c: 	* src/net/http_client.c: 	* src/fs/disk.c: 	* src/xyzModem.c: 	* src/load.c: 	* include/redboot.h: Rework load/mode information tables so that	load I/O methods can detect actual mode (e.g. X-modem vs Y-modem)2002-07-16  Hendrik Ruijter  <Hendrik.Ruijter@axis.com>2002-07-16  Mark Salter  <msalter@redhat.com>	* include/net/net.h: Add __tcp_abort prototype.	* src/net/icmp.c: The default handler can be replaced by a	user defined handler which handles all ICMP segments.	* src/net/ping.c	(handle_icmp): Only ICMP Echo Reply segments must be counted and	ICMP Echo Requests are handled in the user defined handler.	* src/net/tcp.c	(do_abort, __tcp_abort): Send an RST flag in order to abort a	connection. May use a delay to send the flag.2002-07-15  Mark Salter  <msalter@redhat.com>	* src/net/net_io.c: Increase size of out_buf to 1024 bytes.2002-07-11  Gary Thomas  <gary@chez-thomas.org>	* src/io.c (mon_read_char_with_timeout): Ensure interrupts are	disabled on all I/O channels, except for the current console.	This is done when selecting a console, as this process causes	the interrupt state to be inherited from the current console.2002-07-09  Gary Thomas  <gary@chez-thomas.org>2002-07-09  Grant Edwards <grante@visi.com>	* src/net/udp.c: 	* src/net/net_io.c: 	* src/net/ip.c: 	* src/net/bootp.c: 	* src/net/arp.c: 	* include/net/net.h: 	* include/net/bootp.h: 	* cdl/redboot.cdl: Add basic support for non-local networking	using a single gateway.  Based on contribution from Grant Edwards.2002-07-01  Gary Thomas  <gary@chez-thomas.org>	* src/net/tftp_client.c: 	* src/net/http_client.c: 	* src/fs/disk.c: 	* src/xyzModem.h: 	* src/xyzModem.c: 	* src/load.c: 	* include/net/tftp_support.h: 	* include/net/http.h: 	* include/redboot.h: 	* cdl/redboot.cdl: Make 'load' command stream I/O table driven.2002-05-31  Jesper Skov  <jskov@redhat.com>	* doc/redboot_installing.sgml: Updated the remaining installation	instructions (well, the top mode details anyway).2002-05-29  Jesper Skov  <jskov@redhat.com>	* doc/redboot_cmds.sgml: Changed format of fis commands.	* doc/redboot_installing.sgml: Updated installation instructions	for all targets up to PowerPC.2002-05-28  Gary Thomas  <gthomas@redhat.com>	* src/load.c (load_elf_image): Improve loading of ELF files with	multiple physical segments.2002-05-27  Jesper Skov  <jskov@redhat.com>	* doc/redboot_rebuilding.sgml: Added some guimenu tags.	* doc/redboot_installing.sgml: Updating more board instructions.	More updates. Changing most programlisting keywords to screen.	Converted remaining rebuild instructions. More mode descriptions	updated. iPAQ converted as well.2002-05-24  Gary Thomas  <gthomas@redhat.com>	* src/load.c (load_elf_image): Improve loading where ELF image	actually overlaps headers [old COFF style files].2002-05-24  Jesper Skov  <jskov@redhat.com>	* doc/redboot_installing.sgml: Updated another 3 boards'	instructions.	* doc/redboot.sgml: Changes due to comments from Jifl.	* doc/redboot_rebuilding.sgml: Same.		* doc/redboot.sgml: Fix wording.	* doc/redboot_installing.sgml: Reordered the platform sections	according to CPU architecture/variant and board manufacturer.2002-05-23  Jonathan Larmour  <jlarmour@redhat.com>	* src/net/dns.c (store_hent): New function. DNS package now requires	this instead of the cyg_thread_get_data calls.	(free_stored_hent): New function. Ditto.2002-05-23  Gary Thomas  <gthomas@redhat.com>	* doc/redboot_cmds.sgml: Document new HTTP download mode.	* src/net/tcp.c: Improve some interfaces.  Add support for	outgoing (__tcp_open) connections.	* src/net/net_io.c (net_io_flush): Use improved TCP interfaces.	* src/main.c (_mon_write_char): Map '\n' => '\r\n'.  This used	to be done by diag_printf(), but that was the wrong place for it.	* include/net/net.h: Add support for TCP outgoing connections.	* src/net/http_client.c: 	* include/net/http.h: New file(s) - HTTP client support.	* src/load.c: 	* cdl/redboot.cdl: Support HTTP download mode.2002-05-23  Jesper Skov  <jskov@redhat.com>	* doc/redboot.sgml: Moved the editing and resource sections to	this document. Added new section on RedBoot (startup) modes.	* doc/redboot_cmds.sgml: Removed the editing and resource	sections.	* doc/redboot_installing.sgml: Changed a couple of platform	descriptions.	* doc/redboot_rebuilding.sgml: Make use of mode/config	consistent. Removed mode section.2002-05-22  Jesper Skov  <jskov@redhat.com>	* doc/redboot_rebuilding.sgml: Added a note about redboot growing	beyond its slot limits.	Rewrote the RedBoot rebuilding documentation.	* src/flash.c (fis_create): Clarify error message. Get rid of bool	flag slot_found that only duplicated fis variable state.2002-05-21  Gary Thomas  <gthomas@redhat.com>	* src/xyzModem.h: 	* src/xyzModem.c: 	* src/load.c: Purge mention of Z-modem until it's implemented.2002-05-21  Jesper Skov  <jskov@redhat.com>	* src/flash.c (fis_create): Removed one of the three questions to	verify.	* doc/redboot_rebuilding.sgml: Removed the query lines from the	docs.	* doc/redboot_installing.sgml: Removed all the free RAM related	resource descriptions. Left in a few timer resource descriptions.	* doc/redboot_cmds.sgml: Refer to platform sections for additional	platform-specific resource usage.	* doc/redboot_installing.sgml: Removed all platform specific	references to the updating section which told the user to use	specific flash paramemters. All this is now handled	automagically.	* src/alias.c (lookup_alias): FREEMEMHI is just the high address	masked to 1KB alignment.	* doc/redboot_cmds.sgml: Added load disk example.	Added section on RedBoot resources.2002-05-18  Gary Thomas  <gthomas@redhat.com>	* src/main.c (do_baud_rate): Improve safety by asking for verification	after actually changing the rate, before updating fconfig data.  This	reduces the chance of making a "brick" by setting a bad baud rate.	* src/flash.c (load_flash_config): Fix set_console_baud_rate prototype.	* src/io.c (verify_action_with_timeout): 	* include/redboot.h: New function verify_action_with_timeout().	Returns false if no response within XX ms (or ^C).2002-05-17  Gary Thomas  <gthomas@redhat.com>

⌨️ 快捷键说明

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