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

    <title>ecos-v3_0-branch: packages/net/ppp/current/src/sys-ecos.c history</title>
    <description>packages/net/ppp/current/src/sys-ecos.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-v3_0-branch/log/74dbf4c3f2e1/packages/net/ppp/current/src/sys-ecos.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/sys-ecos.c (cyg_ppp_up): Bring semaphore init earlier to avoid</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/e711597543e5/packages/net/ppp/current/src/sys-ecos.c</link>
    <description><![CDATA[* src/sys-ecos.c (cyg_ppp_up): Bring semaphore init earlier to avoid<br/>
        race condition if pppd thread is higher priority than the current<br/>
        thread.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Tue, 18 Jul 2006 17:24:56 +0000</pubDate>
</item>
<item>
    <title>* cdl/ppp.cdl: Require CYGPKG_POSIX_TIMERS</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/8c1285523bee/packages/net/ppp/current/src/sys-ecos.c</link>
    <description><![CDATA[* cdl/ppp.cdl: Require CYGPKG_POSIX_TIMERS<br/>
        * src/sys-ecos.c (gettimeofday): Removed, now get it from POSIX]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Sun, 23 Oct 2005 20:46:20 +0000</pubDate>
</item>
<item>
    <title>* src/ppp_io.c (cyg_ppp_pppread): caddrt_t to stop compiler warnings.</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/9ea31f9f2254/packages/net/ppp/current/src/sys-ecos.c</link>
    <description><![CDATA[* src/ppp_io.c (cyg_ppp_pppread): caddrt_t to stop compiler warnings.<br/>
	* src/cbcp.c (cbcp_recvack, cbcp_recvreq): u_char to stop compiler<br/>
	warnigs<br/>
	* src/sys-ecos.c (set_up_tty):<br/>
	* include/pppd.h: Remove incorrect declaration of ifunit which<br/>
	the compiler complains about.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Sat, 30 Jul 2005 13:21:01 +0000</pubDate>
</item>
<item>
    <title>* src/ipcp.c:</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/3910c29d7639/packages/net/ppp/current/src/sys-ecos.c</link>
    <description><![CDATA[* src/ipcp.c:<br/>
        * include/ipcp.h: Added code to support RFC 1877 (IPCP<br/>
          Extension for DNS) for client operation.<br/>
        * src/sys-ecos.c:<br/>
        * include/ppp.h: Added function for application to get<br/>
          the negotiated addresses from the PPP stack.<br/>
        * cdl/ppp.cdl: Added option to enable name server negotiation<br/>
          and to automatically configure the DNS resolver with the<br/>
          negotiated address]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Mon, 20 Jun 2005 18:41:00 +0000</pubDate>
</item>
<item>
    <title>* src/ipcp.c:</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/db6a09bc1353/packages/net/ppp/current/src/sys-ecos.c</link>
    <description><![CDATA[* src/ipcp.c:<br/>
        * src/sys-ecos.c: Move ipcp wantoptions initialization from<br/>
          cyg_ppp_options_install to ipcp_init.  This fixes a bug<br/>
          with default route operation introduced in the ACCM<br/>
          enhancement on 2004-12-1.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Wed, 27 Apr 2005 06:20:45 +0000</pubDate>
</item>
<item>
    <title>2004-12-01    Murali Parvathaneni &lt;murkrisp@yahoo.com&gt;</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/b48f2a94ca99/packages/net/ppp/current/src/sys-ecos.c</link>
    <description><![CDATA[2004-12-01    Murali Parvathaneni &lt;murkrisp@yahoo.com&gt;<br/>
<br/>
	* include/ppp.h: Add options to negotiate ACCM in<br/>
	cyg_ppp_options_t structure.<br/>
	* include/pppd.h: Make ACCM negotiation fields externally<br/>
	available.<br/>
	* include/names.h: Redefine neg_accm and conf_accm with cyg_ppp_<br/>
	prefix.<br/>
	* src/pppd.c: Define storage for ACCM and a flag for ACCM<br/>
	negotiation.<br/>
	* src/sys-ecos.c: Initialize and set parameters to negotiate ACCM<br/>
	based on the configuration option.<br/>
	* src/lcp.c: Set WantOptions (wo) to negotiate ACCM.]]></description>
    <author>&#110;&#105;&#99;&#107;&#103;</author>
    <pubDate>Thu, 07 Apr 2005 16:06:58 +0000</pubDate>
</item>
<item>
    <title>Various patches from Matt Jerdonek and Oyvind Harboe:</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/5629b7c30ed2/packages/net/ppp/current/src/sys-ecos.c</link>
    <description><![CDATA[Various patches from Matt Jerdonek and Oyvind Harboe:<br/>
<br/>
        * cdl/ppp.cdl:<br/>
	* src/ipcp.c:<br/>
		Add option to disallow negotiation of old-style VJ compression<br/>
	* include/ppp.h:<br/>
		Add structure to track ppp failure reasons<br/>
	* include/pppd.h:<br/>
		Fix compiler warning<br/>
	* src/auth.c:<br/>
	* src/lcp.c:<br/>
	* src/pppd.c:<br/>
		Add code to track ppp failure reasons<br/>
	* src/chat.c:<br/>
		Fixes to clear out buffer space to allow chat script to run<br/>
		multiple times.  Note: function is still not thread-safe<br/>
	* src/sys-ecos.c:<br/>
		Reset carrier detected bit when carrier lost<br/>
		Reset ppp_tty control block when PPP started<br/>
<br/>
	* tests/windows_telnet.c:<br/>
	* cdl/ppp.cdl:<br/>
	Added windows_telnet example application. Connects to Windows PPP<br/>
	server and waits for a telnet session.]]></description>
    <author>&#110;&#105;&#99;&#107;&#103;</author>
    <pubDate>Fri, 23 Jul 2004 11:00:40 +0000</pubDate>
</item>
<item>
    <title>* src/ppp_io.c:</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/2609240c9126/packages/net/ppp/current/src/sys-ecos.c</link>
    <description><![CDATA[* src/ppp_io.c:<br/>
	* src/sys-ecos.c:<br/>
	* src/ppp_io.h:<br/>
	The wait_input function sometimes blocked even if a packet was<br/>
	available for processing. Now checks the tty queue and then the<br/>
	serial driver before blocking.]]></description>
    <author>&#110;&#105;&#99;&#107;&#103;</author>
    <pubDate>Thu, 06 May 2004 14:46:32 +0000</pubDate>
</item>
<item>
    <title>* src/auth.c: Don't use non-eCos &lt;paths.h&gt;</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/2e1811d4f88c/packages/net/ppp/current/src/sys-ecos.c</link>
    <description><![CDATA[* src/auth.c: Don't use non-eCos &lt;paths.h&gt;<br/>
	* src/pppd.c: Don't use non-eCos &lt;sys/wait.h&gt; and &lt;sys/resource.h&gt;<br/>
	* src/sys-ecos.c: netmask must be extern - not all tools have<br/>
	COMMON section support.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Thu, 06 May 2004 13:54:56 +0000</pubDate>
</item>
<item>
    <title>Added PPP network support.</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/e0d88dc6a92f/packages/net/ppp/current/src/sys-ecos.c</link>
    <description><![CDATA[Added PPP network support.]]></description>
    <author>&#110;&#105;&#99;&#107;&#103;</author>
    <pubDate>Wed, 14 Apr 2004 15:08:56 +0000</pubDate>
</item>

  </channel>
</rss>
