<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <link>https://hg.ecoscentric.com/ecos/</link>
    <language>en-us</language>

    <title>ecos: packages/redboot/current/src/parse.c history</title>
    <description>packages/redboot/current/src/parse.c revision history</description>
    <item>
    <title>Update all copyright banners to reflect FSF ownership; fix and improve licence text.</title>
    <link>https://hg.ecoscentric.com/ecos/log/74dbf4c3f2e1/packages/redboot/current/src/parse.c</link>
    <description><![CDATA[Update all copyright banners to reflect FSF ownership; fix and improve licence text.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Thu, 29 Jan 2009 17:47:46 +0000</pubDate>
</item>
<item>
    <title>* src/fconfig.c, src/flash.c, src/io.c, src/load.c, src/main.c,</title>
    <link>https://hg.ecoscentric.com/ecos/log/6cbecf3cc2e4/packages/redboot/current/src/parse.c</link>
    <description><![CDATA[* src/fconfig.c, src/flash.c, src/io.c, src/load.c, src/main.c,<br/>
  	src/xyzModem.c, include/redboot.h: more signed vs. unsigned char<br/>
	issues.<br/>
<br/>
	* src/fs/e2fs.c (e2fs_mount): Avoid compiler strict aliasing<br/>
	problem.<br/>
<br/>
	* include/fis.h (struct fis_image_desc): Make fis name be<br/>
	signed char to reduce warnings.<br/>
	* include/flash_config.h (struct _config): Make config_data<br/>
	be signed char to reduce warnings.<br/>
	* include/redboot.h: mon_write_char and mon_read_char_with_timeout<br/>
	take unsigned char, to reduce warnings.<br/>
	* src/parse.c: Add const to err_printf format.<br/>
	* src/fconfig.c: Many signed/unsigned warning cleanups.<br/>
	* src/io.c: Ditto.<br/>
	* src/xyzModem.c: Ditto.<br/>
	* src/load.c: Ditto.<br/>
	* src/flash.c: Ditto.<br/>
<br/>
	* src/fconfig.c (flash_write_config): Warning cleanup.<br/>
	* src/net/net_io.c (do_ip_addr): Warning cleanup.<br/>
	* src/flash.c (fis_create): Warning cleanup.<br/>
<br/>
	* include/net/net.h: Include redboot.h for tick functions.<br/>
<br/>
	* include/net/net.h: Pull tick functions into redboot.h as they<br/>
	are used more widely than the net stack.<br/>
	* include/redboot.h: Declare tick functions.<br/>
	* src/main.c (cyg_start): Correctly compute workspace_end so it<br/>
	works even on high RAM values [bug #1000202].<br/>
	Don't use workspace_end directly for context init - it gets<br/>
	modified.<br/>
	(do_go): Don't use workspace_end directly for context init -<br/>
	it gets	modified.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Tue, 11 Nov 2008 04:32:10 +0000</pubDate>
</item>
<item>
    <title>* src/fs/fileio.c (do_list): Use getcwd for current directory,</title>
    <link>https://hg.ecoscentric.com/ecos/log/467fd46113f3/packages/redboot/current/src/parse.c</link>
    <description><![CDATA[* src/fs/fileio.c (do_list): Use getcwd for current directory,<br/>
      rather than &quot;.&quot; which may not be implemented in the FS.<br/>
      * src/parse.c (redboot_exec): Conditionalise use of<br/>
      __mem_fault_handler to only be when stubs are included.<br/>
      (error_handler): Ditto for this function.<br/>
<br/>
      * src/main.c (cyg_start): Conditionalise use of<br/>
      __mem_fault_handler to only be when stubs are included.<br/>
      (do_go): Ditto.<br/>
      (error_handler): Ditto for this function.<br/>
      * src/fs/fileio.c (do_mkdir, do_deldir, do_del, do_write): Added<br/>
      some extra argument checking to these functions.<br/>
      * src/fs/fileio.c (do_mount): Only support -f with &quot;legacy&quot; flash<br/>
      block devices.<br/>
      Clear mount table on failure.<br/>
      (do_move): Silence rename undefined warning.<br/>
      (do_write): Silence warnings.<br/>
      (do_info): Support longer device names.<br/>
<br/>
      * src/decompress.c (ZLIB_COMPRESSION_OVERHEAD):<br/>
      Increase substantially if jffs2 is present.<br/>
<br/>
      * src/fs/fileio.c: Fixed some bugs in handling of mounts. The<br/>
      strings used in the mount table must be copied, otherwise the<br/>
      mount table is corrupted by later commands. Also toughened up some<br/>
      error testing.<br/>
<br/>
      * doc/redboot_cmds.sgml: Added file mode documentation to load<br/>
      command.<br/>
<br/>
      * doc/redboot_cmds.sgml: Added documentation of filesystem access<br/>
      commands.<br/>
<br/>
      * src/fs/fileio.c (do_write): Added O_TRUNC to the open call to<br/>
      ensure that the file is resized to fit the new data.<br/>
<br/>
      * src/fs/fileio.c: Significantly reorganized to present an<br/>
      interface similar to the fis commands. Added a variety of command<br/>
      to manipulate files and directories in a filesystem.<br/>
<br/>
      * src/parse.c: Added redboot_exec() to provide an internal<br/>
      interface for executing RedBoot commands. Added err_printf() which<br/>
      allows an error message to be printed before longjumping out to an<br/>
      enclosing call to redboot_exec(). Where redboot_exec() is not<br/>
      involved, it just behaves like diag_printf().<br/>
<br/>
      * src/main.c: Removed unnecessary delay during startup. Changed<br/>
      diag_printf() in do_go() into err_printf().<br/>
<br/>
      * src/load.c: Changed some calls to diag_printf() to err_printf().<br/>
<br/>
      * src/net/net_io.c: Changed init priority to RedBoot_INIT_NET.<br/>
<br/>
      * include/redboot.h: Added some extra initialization<br/>
      priorities. Added prototypes for redboot_exec() and err_printf().]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Thu, 20 Jul 2006 20:27:47 +0000</pubDate>
</item>
<item>
    <title>Some cleanups from David Vrable</title>
    <link>https://hg.ecoscentric.com/ecos/log/13ba50dd5a8e/packages/redboot/current/src/parse.c</link>
    <description><![CDATA[Some cleanups from David Vrable]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Tue, 30 Sep 2003 21:17:43 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2002-05-23-21:39:14-BST</title>
    <link>https://hg.ecoscentric.com/ecos/log/d2c90368aeef/packages/redboot/current/src/parse.c</link>
    <description><![CDATA[Merge from eCos master repository on 2002-05-23-21:39:14-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Thu, 23 May 2002 22:59:51 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2002-05-20-20:11:54-BST</title>
    <link>https://hg.ecoscentric.com/ecos/log/e0c0827131d1/packages/redboot/current/src/parse.c</link>
    <description><![CDATA[Merge from eCos master repository on 2002-05-20-20:11:54-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Mon, 20 May 2002 22:19:26 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-12-07-11:40:47-GMT</title>
    <link>https://hg.ecoscentric.com/ecos/log/ea3f0bd33a73/packages/redboot/current/src/parse.c</link>
    <description><![CDATA[Merge from eCos master repository on 2001-12-07-11:40:47-GMT]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 07 Dec 2001 14:15:03 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-09-12-03:52:30-BST</title>
    <link>https://hg.ecoscentric.com/ecos/log/9160a8005d76/packages/redboot/current/src/parse.c</link>
    <description><![CDATA[Merge from eCos master repository on 2001-09-12-03:52:30-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Wed, 12 Sep 2001 04:21:13 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-09-07-06:43:02-BST</title>
    <link>https://hg.ecoscentric.com/ecos/log/f62680ef1804/packages/redboot/current/src/parse.c</link>
    <description><![CDATA[Merge from eCos master repository on 2001-09-07-06:43:02-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Wed, 12 Sep 2001 00:59:17 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-06-08-21:11:51-BST</title>
    <link>https://hg.ecoscentric.com/ecos/log/ac086aa3217e/packages/redboot/current/src/parse.c</link>
    <description><![CDATA[Merge from eCos master repository on 2001-06-08-21:11:51-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Sun, 10 Jun 2001 19:35:23 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2000-12-08-02:09:36-GMT</title>
    <link>https://hg.ecoscentric.com/ecos/log/6b5f480c6929/packages/redboot/current/src/parse.c</link>
    <description><![CDATA[Merge from eCos master repository on 2000-12-08-02:09:36-GMT]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 08 Dec 2000 03:30:06 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2000-10-23-17:01:37-BST</title>
    <link>https://hg.ecoscentric.com/ecos/log/eb9fd8c04db3/packages/redboot/current/src/parse.c</link>
    <description><![CDATA[Merge from eCos master repository on 2000-10-23-17:01:37-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Mon, 23 Oct 2000 17:10:57 +0000</pubDate>
</item>

  </channel>
</rss>
