public inbox for ecos-cvs@sourceware.org
help / color / mirror / Atom feed
From: jlarmour@sourceware.org
To: ecos-cvs@ecos.sourceware.org
Subject: ecos/packages/redboot/current ChangeLog doc/re ...
Date: Thu, 20 Jul 2006 20:27:00 -0000	[thread overview]
Message-ID: <20060720202747.19285.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jlarmour@sourceware.org	2006-07-20 20:27:47

Modified files:
	packages/redboot/current: ChangeLog 
	packages/redboot/current/doc: redboot_cmds.sgml 
	packages/redboot/current/include: redboot.h 
	packages/redboot/current/src: load.c main.c parse.c 
	packages/redboot/current/src/fs: fileio.c 
	packages/redboot/current/src/net: net_io.c 

Log message:
	* src/fs/fileio.c (do_list): Use getcwd for current directory,
	rather than "." which may not be implemented in the FS.
	* src/parse.c (redboot_exec): Conditionalise use of
	__mem_fault_handler to only be when stubs are included.
	(error_handler): Ditto for this function.
	
	* src/main.c (cyg_start): Conditionalise use of
	__mem_fault_handler to only be when stubs are included.
	(do_go): Ditto.
	(error_handler): Ditto for this function.
	* src/fs/fileio.c (do_mkdir, do_deldir, do_del, do_write): Added
	some extra argument checking to these functions.
	* src/fs/fileio.c (do_mount): Only support -f with "legacy" flash
	block devices.
	Clear mount table on failure.
	(do_move): Silence rename undefined warning.
	(do_write): Silence warnings.
	(do_info): Support longer device names.
	
	* src/decompress.c (ZLIB_COMPRESSION_OVERHEAD):
	Increase substantially if jffs2 is present.
	
	* src/fs/fileio.c: Fixed some bugs in handling of mounts. The
	strings used in the mount table must be copied, otherwise the
	mount table is corrupted by later commands. Also toughened up some
	error testing.
	
	* doc/redboot_cmds.sgml: Added file mode documentation to load
	command.
	
	* doc/redboot_cmds.sgml: Added documentation of filesystem access
	commands.
	
	* src/fs/fileio.c (do_write): Added O_TRUNC to the open call to
	ensure that the file is resized to fit the new data.
	
	* src/fs/fileio.c: Significantly reorganized to present an
	interface similar to the fis commands. Added a variety of command
	to manipulate files and directories in a filesystem.
	
	* src/parse.c: Added redboot_exec() to provide an internal
	interface for executing RedBoot commands. Added err_printf() which
	allows an error message to be printed before longjumping out to an
	enclosing call to redboot_exec(). Where redboot_exec() is not
	involved, it just behaves like diag_printf().
	
	* src/main.c: Removed unnecessary delay during startup. Changed
	diag_printf() in do_go() into err_printf().
	
	* src/load.c: Changed some calls to diag_printf() to err_printf().
	
	* src/net/net_io.c: Changed init priority to RedBoot_INIT_NET.
	
	* include/redboot.h: Added some extra initialization
	priorities. Added prototypes for redboot_exec() and err_printf().


             reply	other threads:[~2006-07-20 20:27 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-20 20:27 jlarmour [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-03-20  8:34 jld
2009-03-20  8:32 jld
2005-06-29 20:23 asl
2004-10-08 11:08 asl
2004-09-25 10:49 asl
2004-09-02 16:31 msalter
2004-08-27 13:27 asl
2004-04-29  7:13 jlarmour
2004-02-20  3:38 jlarmour
2003-10-16 19:04 jlarmour
2003-09-26 17:44 nickg
2003-08-05  3:25 jlarmour
2003-07-15  1:51 jlarmour
2003-06-26  5:49 jlarmour
2003-06-26  5:47 jlarmour
2003-04-04 15:41 msalter
2003-03-20  8:18 jld
2003-03-19 16:22 jld
2003-02-24 17:21 jlarmour

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060720202747.19285.qmail@sourceware.org \
    --to=jlarmour@sourceware.org \
    --cc=ecos-cvs@ecos.sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).