<?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/devs/eth/synth/ecosynth/current/ChangeLog history</title>
    <description>packages/devs/eth/synth/ecosynth/current/ChangeLog revision history</description>
    <item>
    <title>Allow synthetic target host-side to build on 64-bit Linux boxes.</title>
    <link>https://hg.ecoscentric.com/ecos/log/3e777a018dc7/packages/devs/eth/synth/ecosynth/current/ChangeLog</link>
    <description><![CDATA[Allow synthetic target host-side to build on 64-bit Linux boxes.]]></description>
    <author>&#98;&#97;&#114;&#116;&#118;</author>
    <pubDate>Sun, 23 Aug 2009 13:07:45 +0000</pubDate>
</item>
<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/devs/eth/synth/ecosynth/current/ChangeLog</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>Update host-side configury</title>
    <link>https://hg.ecoscentric.com/ecos/log/a2fb80f5315f/packages/devs/eth/synth/ecosynth/current/ChangeLog</link>
    <description><![CDATA[Update host-side configury]]></description>
    <author>&#98;&#97;&#114;&#116;&#118;</author>
    <pubDate>Mon, 18 Aug 2008 13:34:28 +0000</pubDate>
</item>
<item>
    <title>Eliminate compiler warning. Ignore the enaddr argument to start().</title>
    <link>https://hg.ecoscentric.com/ecos/log/997f0b155d30/packages/devs/eth/synth/ecosynth/current/ChangeLog</link>
    <description><![CDATA[Eliminate compiler warning. Ignore the enaddr argument to start().]]></description>
    <author>&#98;&#97;&#114;&#116;&#118;</author>
    <pubDate>Wed, 13 Aug 2008 21:46:23 +0000</pubDate>
</item>
<item>
    <title>* src/syntheth.c (synth_eth_init): Cast to keep the compiler</title>
    <link>https://hg.ecoscentric.com/ecos/log/b2e76f0a78c3/packages/devs/eth/synth/ecosynth/current/ChangeLog</link>
    <description><![CDATA[* src/syntheth.c (synth_eth_init): Cast to keep the compiler<br/>
        happy.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Sat, 30 Jul 2005 11:50:06 +0000</pubDate>
</item>
<item>
    <title>Update to use 'strerror()'</title>
    <link>https://hg.ecoscentric.com/ecos/log/7992fe4e88eb/packages/devs/eth/synth/ecosynth/current/ChangeLog</link>
    <description><![CDATA[Update to use 'strerror()']]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Wed, 16 Jul 2003 18:16:25 +0000</pubDate>
</item>
<item>
    <title>Define an install-data-hook even if the current host does not support</title>
    <link>https://hg.ecoscentric.com/ecos/log/21a4bd716ae0/packages/devs/eth/synth/ecosynth/current/ChangeLog</link>
    <description><![CDATA[Define an install-data-hook even if the current host does not support<br/>
synthetic target ethernet. This can avoid some build problems.]]></description>
    <author>&#98;&#97;&#114;&#116;&#118;</author>
    <pubDate>Wed, 09 Jul 2003 15:27:44 +0000</pubDate>
</item>
<item>
    <title>Fix typo reported by Scott Wilkinson</title>
    <link>https://hg.ecoscentric.com/ecos/log/a818453d8079/packages/devs/eth/synth/ecosynth/current/ChangeLog</link>
    <description><![CDATA[Fix typo reported by Scott Wilkinson]]></description>
    <author>&#98;&#97;&#114;&#116;&#118;</author>
    <pubDate>Tue, 06 May 2003 13:50:35 +0000</pubDate>
</item>
<item>
    <title>* doc/syntheth.sgml: Replaced .gif with .png to get PDF</title>
    <link>https://hg.ecoscentric.com/ecos/log/5255751d8da7/packages/devs/eth/synth/ecosynth/current/ChangeLog</link>
    <description><![CDATA[* doc/syntheth.sgml: Replaced .gif with .png to get PDF<br/>
	output.<br/>
	* doc/overview.gif: delete.<br/>
	* doc/overview.png: add.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Thu, 01 May 2003 23:01:20 +0000</pubDate>
</item>
<item>
    <title>* host/rawether.c (tap_init): Set the persistent flag on the tap</title>
    <link>https://hg.ecoscentric.com/ecos/log/cf8d8ca2ed1d/packages/devs/eth/synth/ecosynth/current/ChangeLog</link>
    <description><![CDATA[* host/rawether.c (tap_init): Set the persistent flag on the tap<br/>
       device if requested by the user. This allows dhcpd and radvd to<br/>
       keep running on the tap device between invocations of the synth<br/>
       target.<br/>
       * doc/syntheth.sgml: Documentation for the persistent option.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Tue, 15 Apr 2003 10:31:21 +0000</pubDate>
</item>
<item>
    <title>* src/syntheth.c (synth_eth_init): Set the flag IFF_ALLMULTI when</title>
    <link>https://hg.ecoscentric.com/ecos/log/370be9d42783/packages/devs/eth/synth/ecosynth/current/ChangeLog</link>
    <description><![CDATA[* src/syntheth.c (synth_eth_init): Set the flag IFF_ALLMULTI when<br/>
        the underlying device supports multicast so eth_drv correctly sets<br/>
        mutlicast filtering.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Thu, 03 Apr 2003 15:55:33 +0000</pubDate>
</item>
<item>
    <title>* src/syntheth.c (synth_eth_init): Set the flag IFF_ALLMULTI so</title>
    <link>https://hg.ecoscentric.com/ecos/log/598fbd635caf/packages/devs/eth/synth/ecosynth/current/ChangeLog</link>
    <description><![CDATA[* src/syntheth.c (synth_eth_init): Set the flag IFF_ALLMULTI so<br/>
       eth_drv correctly sets mutlicast filtering.<br/>
       * cdl/syntheth.cdl: This driver implements multicast.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Thu, 03 Apr 2003 13:58:24 +0000</pubDate>
</item>
<item>
    <title>* doc/syntheth.sgml: Declare as &lt;part&gt; not &lt;reference&gt; to get</title>
    <link>https://hg.ecoscentric.com/ecos/log/ca700ce72667/packages/devs/eth/synth/ecosynth/current/ChangeLog</link>
    <description><![CDATA[* doc/syntheth.sgml: Declare as &lt;part&gt; not &lt;reference&gt; to get<br/>
	correct TOC numbering.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Tue, 25 Feb 2003 16:46:23 +0000</pubDate>
</item>
<item>
    <title>* cdl/syntheth.cdl: Add doc link.</title>
    <link>https://hg.ecoscentric.com/ecos/log/cb79e1e34356/packages/devs/eth/synth/ecosynth/current/ChangeLog</link>
    <description><![CDATA[* cdl/syntheth.cdl: Add doc link.<br/>
<br/>
	* doc/syntheth.sgml: Comment out DOCTYPE for now to allow building<br/>
	with standard doc build.<br/>
	Add an enclosing &lt;reference&gt; so it's structured better with standard<br/>
	doc build.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Mon, 24 Feb 2003 14:09:19 +0000</pubDate>
</item>
<item>
    <title>Make syntheth compatible with lwip</title>
    <link>https://hg.ecoscentric.com/ecos/log/e25c7433fc55/packages/devs/eth/synth/ecosynth/current/ChangeLog</link>
    <description><![CDATA[Make syntheth compatible with lwip]]></description>
    <author>&#98;&#97;&#114;&#116;&#118;</author>
    <pubDate>Thu, 13 Feb 2003 22:22:03 +0000</pubDate>
</item>
<item>
    <title>Update autoconf macro for Tcl, and regenerate affected files</title>
    <link>https://hg.ecoscentric.com/ecos/log/c2d1fd823f09/packages/devs/eth/synth/ecosynth/current/ChangeLog</link>
    <description><![CDATA[Update autoconf macro for Tcl, and regenerate affected files]]></description>
    <author>&#98;&#97;&#114;&#116;&#118;</author>
    <pubDate>Wed, 12 Feb 2003 17:22:10 +0000</pubDate>
</item>
<item>
    <title>* cdl/syntheth.cdl (CYGPKG_DEVS_ETH_ECOSYNTH_CFLAGS_ADD):</title>
    <link>https://hg.ecoscentric.com/ecos/log/8cd2a5dfbb00/packages/devs/eth/synth/ecosynth/current/ChangeLog</link>
    <description><![CDATA[* cdl/syntheth.cdl (CYGPKG_DEVS_ETH_ECOSYNTH_CFLAGS_ADD):<br/>
	Define -D_KERNEL -D__ECOS in line with other drivers. Fixes build<br/>
	issue with freeBSD stack.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Wed, 12 Feb 2003 11:16:08 +0000</pubDate>
</item>
<item>
    <title>Only support I/O through the ethertap device if running a sufficiently</title>
    <link>https://hg.ecoscentric.com/ecos/log/1f5fe8f482d9/packages/devs/eth/synth/ecosynth/current/ChangeLog</link>
    <description><![CDATA[Only support I/O through the ethertap device if running a sufficiently<br/>
recent Linux kernel]]></description>
    <author>&#98;&#97;&#114;&#116;&#118;</author>
    <pubDate>Wed, 25 Sep 2002 19:53:54 +0000</pubDate>
</item>
<item>
    <title>Fix host-side configury problems which can occur if you are not using</title>
    <link>https://hg.ecoscentric.com/ecos/log/3f4258400ba5/packages/devs/eth/synth/ecosynth/current/ChangeLog</link>
    <description><![CDATA[Fix host-side configury problems which can occur if you are not using<br/>
the system installation of Tcl]]></description>
    <author>&#98;&#97;&#114;&#116;&#118;</author>
    <pubDate>Sun, 22 Sep 2002 19:19:28 +0000</pubDate>
</item>
<item>
    <title>Now witness the firepower of this fully armed and operational</title>
    <link>https://hg.ecoscentric.com/ecos/log/7c1c8dc43ba1/packages/devs/eth/synth/ecosynth/current/ChangeLog</link>
    <description><![CDATA[Now witness the firepower of this fully armed and operational<br/>
synthetic target.]]></description>
    <author>&#98;&#97;&#114;&#116;&#118;</author>
    <pubDate>Sun, 15 Sep 2002 17:48:26 +0000</pubDate>
</item>

  </channel>
</rss>
