<?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/include/net/net.h history</title>
    <description>packages/redboot/current/include/net/net.h 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/include/net/net.h</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/include/net/net.h</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/net/net_io.c: (do_ip_addr): Option to set domain name.</title>
    <link>https://hg.ecoscentric.com/ecos/log/b8111f0a6f98/packages/redboot/current/include/net/net.h</link>
    <description><![CDATA[* src/net/net_io.c: (do_ip_addr): Option to set domain name.<br/>
        * doc/redboot_cmds.sgml: Document new option.<br/>
        * cdl/redboot.cdl: CDL to control the use of DNS domain name.<br/>
        * src/net/bootp.c: Get the domain name from the reply.<br/>
        * src/net/dns.c: Domain name from CDL, fconfig and DHCP.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Mon, 04 Jun 2007 20:30:59 +0000</pubDate>
</item>
<item>
    <title>* src/net/enet.c (ntohs): Return type is a short.</title>
    <link>https://hg.ecoscentric.com/ecos/log/20fee0cef763/packages/redboot/current/include/net/net.h</link>
    <description><![CDATA[* src/net/enet.c (ntohs): Return type is a short.<br/>
        * src/flash.c (fis_list, fis_free, fis_create):<br/>
        * src/iomem.c (do_iopeek): Fixed compiler warnings about formats<br/>
        strings for diag_printf.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Mon, 27 Jun 2005 18:17:36 +0000</pubDate>
</item>
<item>
    <title>Use DNS server from DHCP info if present</title>
    <link>https://hg.ecoscentric.com/ecos/log/7b0dae4bd7a9/packages/redboot/current/include/net/net.h</link>
    <description><![CDATA[Use DNS server from DHCP info if present]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Fri, 07 Nov 2003 18:14:10 +0000</pubDate>
</item>
<item>
    <title>Improve handling of multiple ethernet devices</title>
    <link>https://hg.ecoscentric.com/ecos/log/2f008c4111e7/packages/redboot/current/include/net/net.h</link>
    <description><![CDATA[Improve handling of multiple ethernet devices]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Thu, 09 Oct 2003 20:23:36 +0000</pubDate>
</item>
<item>
    <title>Add initial ARP for better IP address handling</title>
    <link>https://hg.ecoscentric.com/ecos/log/f886ab6517f0/packages/redboot/current/include/net/net.h</link>
    <description><![CDATA[Add initial ARP for better IP address handling]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Tue, 15 Jul 2003 16:21:41 +0000</pubDate>
</item>
<item>
    <title>support multiple net drivers in RedBoot</title>
    <link>https://hg.ecoscentric.com/ecos/log/23fd347aba65/packages/redboot/current/include/net/net.h</link>
    <description><![CDATA[support multiple net drivers in RedBoot]]></description>
    <author>&#109;&#115;&#97;&#108;&#116;&#101;&#114;</author>
    <pubDate>Thu, 20 Mar 2003 15:44:39 +0000</pubDate>
</item>
<item>
    <title>RedBoot ICMP patch from Hendrik.Ruijter@axis.com</title>
    <link>https://hg.ecoscentric.com/ecos/log/56f2780a49bc/packages/redboot/current/include/net/net.h</link>
    <description><![CDATA[RedBoot ICMP patch from Hendrik.Ruijter@axis.com]]></description>
    <author>&#109;&#115;&#97;&#108;&#116;&#101;&#114;</author>
    <pubDate>Tue, 16 Jul 2002 16:25:42 +0000</pubDate>
</item>
<item>
    <title>Merge gateway support from Grant Edwards</title>
    <link>https://hg.ecoscentric.com/ecos/log/4ebdd3788c30/packages/redboot/current/include/net/net.h</link>
    <description><![CDATA[Merge gateway support from Grant Edwards]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Tue, 09 Jul 2002 20:23:47 +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/include/net/net.h</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/include/net/net.h</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/include/net/net.h</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-10-19-06:43:02-BST</title>
    <link>https://hg.ecoscentric.com/ecos/log/678094f34118/packages/redboot/current/include/net/net.h</link>
    <description><![CDATA[Merge from eCos master repository on 2001-10-19-06:43:02-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 19 Oct 2001 07:02:26 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-10-02-17:59:22-BST</title>
    <link>https://hg.ecoscentric.com/ecos/log/022f1e506033/packages/redboot/current/include/net/net.h</link>
    <description><![CDATA[Merge from eCos master repository on 2001-10-02-17:59:22-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Tue, 02 Oct 2001 18:28:24 +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/include/net/net.h</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-03-29-21:44:39-BST</title>
    <link>https://hg.ecoscentric.com/ecos/log/b939e9cada46/packages/redboot/current/include/net/net.h</link>
    <description><![CDATA[Merge from eCos master repository on 2001-03-29-21:44:39-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 06 Apr 2001 17:20:13 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-02-12-23:44:24-GMT</title>
    <link>https://hg.ecoscentric.com/ecos/log/25e238959bae/packages/redboot/current/include/net/net.h</link>
    <description><![CDATA[Merge from eCos master repository on 2001-02-12-23:44:24-GMT]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Tue, 13 Feb 2001 01:23:16 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-01-26-06:43:02-GMT</title>
    <link>https://hg.ecoscentric.com/ecos/log/f0e3fb000de8/packages/redboot/current/include/net/net.h</link>
    <description><![CDATA[Merge from eCos master repository on 2001-01-26-06:43:02-GMT]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 26 Jan 2001 08:15:27 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-01-19-06:43:03-GMT</title>
    <link>https://hg.ecoscentric.com/ecos/log/52c99470ec11/packages/redboot/current/include/net/net.h</link>
    <description><![CDATA[Merge from eCos master repository on 2001-01-19-06:43:03-GMT]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 19 Jan 2001 07:37:45 +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/include/net/net.h</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-31-00:30:36-GMT</title>
    <link>https://hg.ecoscentric.com/ecos/log/0ae0bc38e387/packages/redboot/current/include/net/net.h</link>
    <description><![CDATA[Merge from eCos master repository on 2000-10-31-00:30:36-GMT]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Tue, 31 Oct 2000 20:53:09 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2000-08-21-22:40:54-BST</title>
    <link>https://hg.ecoscentric.com/ecos/log/6ed91473a1cd/packages/redboot/current/include/net/net.h</link>
    <description><![CDATA[Merge from eCos master repository on 2000-08-21-22:40:54-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 25 Aug 2000 17:32:38 +0000</pubDate>
</item>

  </channel>
</rss>
