<?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/io/serial/current/src/common/termiostty.c history</title>
    <description>packages/io/serial/current/src/common/termiostty.c revision history</description>
    <item>
    <title>* src/common/termiostty.c: Add a possibility to define a few</title>
    <link>https://hg.ecoscentric.com/ecos/log/4df50cbc6176/packages/io/serial/current/src/common/termiostty.c</link>
    <description><![CDATA[* src/common/termiostty.c: Add a possibility to define a few<br/>
additional DEVTAB entries.<br/>
* src/common/tty.c: Same.]]></description>
    <author>&#115;&#101;&#114;&#103;&#101;&#105;&#103;</author>
    <pubDate>Wed, 30 Mar 2011 16:39:44 +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/io/serial/current/src/common/termiostty.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/common/termiostty.c (set_attr) : Fixed bug for XON/XOFF</title>
    <link>https://hg.ecoscentric.com/ecos/log/af5755a0cc71/packages/io/serial/current/src/common/termiostty.c</link>
    <description><![CDATA[* src/common/termiostty.c (set_attr) : Fixed bug for XON/XOFF<br/>
        flow control that was wrong in termiostty.<br/>
        set_attr() now looks into c_iflag for IXON/IXOFF flags.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Wed, 20 Aug 2008 14:48:40 +0000</pubDate>
</item>
<item>
    <title>* src/common/termiostty.c (termios_lookup): Add missing set of</title>
    <link>https://hg.ecoscentric.com/ecos/log/4fa061bf5e97/packages/io/serial/current/src/common/termiostty.c</link>
    <description><![CDATA[* src/common/termiostty.c (termios_lookup): Add missing set of<br/>
       init flag. Pointed out by Rainer Arndt.<br/>
       * src/common/termiostty.c (ecosbaud2posixbaud[]): Add missing<br/>
       B1800 entry.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Wed, 30 Jan 2008 18:39:11 +0000</pubDate>
</item>
<item>
    <title>* cdl/termios.cdl:</title>
    <link>https://hg.ecoscentric.com/ecos/log/e869b71cc3ed/packages/io/serial/current/src/common/termiostty.c</link>
    <description><![CDATA[* cdl/termios.cdl:<br/>
          src/common/termiostty.c: added Termios TTY channel #3<br/>
        * cdl/tty.cdl:<br/>
          src/common/tty.c: added TTY mode channel #3]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Sun, 03 Sep 2006 17:32:31 +0000</pubDate>
</item>
<item>
    <title>* src/common/termiostty.c and</title>
    <link>https://hg.ecoscentric.com/ecos/log/4f05a86c20a3/packages/io/serial/current/src/common/termiostty.c</link>
    <description><![CDATA[* src/common/termiostty.c and<br/>
        * tests/serial_echo.c : Fix compiler warning on a signedness<br/>
        argument]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Sat, 03 Sep 2005 13:01:43 +0000</pubDate>
</item>
<item>
    <title>* src/common/termiostty.c: Removed errbuf from priv. It was never</title>
    <link>https://hg.ecoscentric.com/ecos/log/024bed9cc2c8/packages/io/serial/current/src/common/termiostty.c</link>
    <description><![CDATA[* src/common/termiostty.c: Removed errbuf from priv. It was never<br/>
       being used after being allocated and never freed.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Thu, 21 Jul 2005 18:00:47 +0000</pubDate>
</item>
<item>
    <title>* src/common/tty.c: Make tty_select prototype match implementation.</title>
    <link>https://hg.ecoscentric.com/ecos/log/ecbb5d87bfe0/packages/io/serial/current/src/common/termiostty.c</link>
    <description><![CDATA[* src/common/tty.c: Make tty_select prototype match implementation.<br/>
	* src/common/termiostty.c: Make termios_select prototype match<br/>
	implementation.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 05 Sep 2003 05:09:18 +0000</pubDate>
</item>
<item>
    <title>Fix problems with -EAGAIN. Change behaviour of VMIN to match accepted behaviour.</title>
    <link>https://hg.ecoscentric.com/ecos/log/7f6b818846b4/packages/io/serial/current/src/common/termiostty.c</link>
    <description><![CDATA[Fix problems with -EAGAIN. Change behaviour of VMIN to match accepted behaviour.]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Thu, 20 Mar 2003 19:03:03 +0000</pubDate>
</item>
<item>
    <title>* src/common/termiostty.c: Support VMIN &gt; 0 properly.</title>
    <link>https://hg.ecoscentric.com/ecos/log/62d320796ef8/packages/io/serial/current/src/common/termiostty.c</link>
    <description><![CDATA[* src/common/termiostty.c: Support VMIN &gt; 0 properly.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 14 Feb 2003 11:50:11 +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/io/serial/current/src/common/termiostty.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/io/serial/current/src/common/termiostty.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 2000-08-21-22:40:54-BST</title>
    <link>https://hg.ecoscentric.com/ecos/log/6ed91473a1cd/packages/io/serial/current/src/common/termiostty.c</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>
