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

    <title>flash_v2: packages/io/fileio/current/src/fio.h history</title>
    <description>packages/io/fileio/current/src/fio.h revision history</description>
    <item>
    <title>* src/fio.h: If no POSIX then CYG_FILEIO_DELIVER_SIGNALS</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/0071b7b58596/packages/io/fileio/current/src/fio.h</link>
    <description><![CDATA[* src/fio.h: If no POSIX then CYG_FILEIO_DELIVER_SIGNALS<br/>
	and CYG_FILEIO_SIGMASK_SET call CYG_UNUSED_PARAM on their<br/>
	arguments to silence warnings.<br/>
	* src/file.cxx (rename): Use a throw specifier to match<br/>
	prototype.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Mon, 15 Mar 2004 15:41:35 +0000</pubDate>
</item>
<item>
    <title>* src/select.cxx: No need to make pselect() dependent on</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/244c4e8297c2/packages/io/fileio/current/src/fio.h</link>
    <description><![CDATA[* src/select.cxx: No need to make pselect() dependent on<br/>
	CYGPKG_POSIX - that would depend on the arguments. Assert instead,<br/>
	and more correctly make it contingent on CYGPKG_POSIX_SIGNALS.<br/>
<br/>
	* src/fio.h: Separate out signal functionality into its own separate<br/>
	test.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Wed, 07 Jan 2004 06:45:28 +0000</pubDate>
</item>
<item>
    <title>* src/fio.h (CYG_FILEIO_SIGMASK_SET): Fixed a compiler warning</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/6bb106b4ff93/packages/io/fileio/current/src/fio.h</link>
    <description><![CDATA[* src/fio.h (CYG_FILEIO_SIGMASK_SET): Fixed a compiler warning<br/>
       about an unused variable.<br/>
       * src/devfs.cxx: prototype of dev_fo_select now matches<br/>
       implementation<br/>
       * include/fileio.h: changed definition of cyg_fileop_select to<br/>
       return a cyg_bool instead of int to match current implementations<br/>
       * src/misc.cxx: changed cyg_fileio_seltrue() to match prototype.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Mon, 06 Oct 2003 18:45:22 +0000</pubDate>
</item>
<item>
    <title>* src/socket.cxx: Give nstab_lock mutex a priority. Also it's</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/c978ff8efbfc/packages/io/fileio/current/src/fio.h</link>
    <description><![CDATA[* src/socket.cxx: Give nstab_lock mutex a priority. Also it's<br/>
	local, so make static.<br/>
	Change nstab and nstab_end to cyg_nstab and cyg_nstab_end for<br/>
	cleaner namespace.<br/>
	* include/sockio.h: nstab -&gt; cyg_nstab.<br/>
	* src/misc.cxx, src/dir.cxx, src/fio.h, src/file.cxx: Change<br/>
	fstab, fstab_end, mtab, mtab_end, cdir_dir, cdir_mtab_entry to<br/>
	have cyg_ prefix for cleaner namespace.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 11 Apr 2003 02:06:11 +0000</pubDate>
</item>
<item>
    <title>* src/fio.h: Added macros to deal with signal handling. These will</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/064536ee7f68/packages/io/fileio/current/src/fio.h</link>
    <description><![CDATA[* src/fio.h: Added macros to deal with signal handling. These will<br/>
	call into the POSIX package if it is present, but are null if it<br/>
	is not.<br/>
<br/>
	* src/select.cxx: Renamed original select() to cyg_pselect() and<br/>
	added select() and pselect() routine from POSIX-200X to call<br/>
	it. Reorganized code a little and added calls to macros to deal<br/>
	with signal delivery and detection.<br/>
<br/>
	* cdl/fileio.cdl:<br/>
	* tests/pselect.c: New test added to verify the signal masking and<br/>
	delivery behaviour of pselect().<br/>
<br/>
	* tests/select.c: Fixed up some printfs to make it a little tidier.]]></description>
    <author>&#110;&#105;&#99;&#107;&#103;</author>
    <pubDate>Mon, 11 Nov 2002 23:58:53 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2002-05-23-21:39:14-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/d2c90368aeef/packages/io/fileio/current/src/fio.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/flash_v2/log/e0c0827131d1/packages/io/fileio/current/src/fio.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-10-19-06:43:02-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/678094f34118/packages/io/fileio/current/src/fio.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-06-15-06:43:03-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/2395031e7a66/packages/io/fileio/current/src/fio.h</link>
    <description><![CDATA[Merge from eCos master repository on 2001-06-15-06:43:03-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 15 Jun 2001 22:45:04 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2000-10-12-08:46:24-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/0c2b7be0d798/packages/io/fileio/current/src/fio.h</link>
    <description><![CDATA[Merge from eCos master repository on 2000-10-12-08:46:24-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Thu, 12 Oct 2000 20:31:43 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2000-08-21-22:40:54-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/6ed91473a1cd/packages/io/fileio/current/src/fio.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>
