<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems (2010-08-19)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>joel</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-08-19 Joel Sherrill <joel.sherrilL@OARcorp.com>

        * psxenosys/init.c, psxenosys/psxenosys.scn: Update to reflect AIO
        submission.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/psxtests/ChangeLog.diff?r1=text&tr1=1.311&r2=text&tr2=1.312&diff_format=h">M</a></td><td width='1%'>1.312</td><td width='100%'>testsuites/psxtests/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/psxtests/psxenosys/init.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.11&diff_format=h">M</a></td><td width='1%'>1.11</td><td width='100%'>testsuites/psxtests/psxenosys/init.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/psxtests/psxenosys/psxenosys.scn.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&diff_format=h">M</a></td><td width='1%'>1.5</td><td width='100%'>testsuites/psxtests/psxenosys/psxenosys.scn</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/psxtests/ChangeLog:1.311 rtems/testsuites/psxtests/ChangeLog:1.312
--- rtems/testsuites/psxtests/ChangeLog:1.311   Thu Aug 19 07:31:22 2010
+++ rtems/testsuites/psxtests/ChangeLog Thu Aug 19 14:55:29 2010
</font><font color='#997700'>@@ -1,5 +1,10 @@
</font> 2010-08-19        Joel Sherrill <joel.sherrilL@OARcorp.com>
 
<font color='#000088'>+   * psxenosys/init.c, psxenosys/psxenosys.scn: Update to reflect AIO
+       submission.
+
+2010-08-19     Joel Sherrill <joel.sherrilL@OARcorp.com>
+
</font>   * psxaio01/.cvsignore, psxaio02/.cvsignore: New files.
 
 2010-08-16     Alin Rus <alin.codejunkie@gmail.com>

<font color='#006600'>diff -u rtems/testsuites/psxtests/psxenosys/init.c:1.10 rtems/testsuites/psxtests/psxenosys/init.c:1.11
--- rtems/testsuites/psxtests/psxenosys/init.c:1.10     Sun Nov 29 21:33:23 2009
+++ rtems/testsuites/psxtests/psxenosys/init.c  Thu Aug 19 14:55:29 2010
</font><font color='#997700'>@@ -1,5 +1,5 @@
</font> /*
<font color='#880000'>- *  COPYRIGHT (c) 1989-2009.
</font><font color='#000088'>+ *  COPYRIGHT (c) 1989-2010.
</font>  *  On-Line Applications Research Corporation (OAR).
  *
  *  The license and distribution terms for this file may be
<font color='#997700'>@@ -52,26 +52,10 @@
</font> 
   puts( "\n\n*** POSIX TEST -- ENOSYS ***" );
 
<font color='#880000'>-  puts( "aio_read -- ENOSYS" );
-  sc = aio_read( NULL );
-  check_enosys( sc );
-
-  puts( "aio_write -- ENOSYS" );
-  sc = aio_write( NULL );
-  check_enosys( sc );
-
</font>   puts( "lio_listio -- ENOSYS" );
   sc = lio_listio( 0, NULL, 0, NULL );
   check_enosys( sc );
 
<font color='#880000'>-  puts( "aio_error -- ENOSYS" );
-  sc = aio_error( NULL );
-  check_enosys( sc );
-
-  puts( "aio_return -- ENOSYS" );
-  sc = aio_return( NULL );
-  check_enosys( sc );
-
</font>   puts( "aio_cancel -- ENOSYS" );
   sc = aio_cancel( 0, NULL );
   check_enosys( sc );

<font color='#006600'>diff -u rtems/testsuites/psxtests/psxenosys/psxenosys.scn:1.4 rtems/testsuites/psxtests/psxenosys/psxenosys.scn:1.5
--- rtems/testsuites/psxtests/psxenosys/psxenosys.scn:1.4       Sun Sep 13 19:15:55 2009
+++ rtems/testsuites/psxtests/psxenosys/psxenosys.scn   Thu Aug 19 14:55:29 2010
</font><font color='#997700'>@@ -1,9 +1,5 @@
</font> *** POSIX TEST -- ENOSYS ***
<font color='#880000'>-aio_read -- ENOSYS
-aio_write -- ENOSYS
</font> lio_listio -- ENOSYS
<font color='#880000'>-aio_error -- ENOSYS
-aio_return -- ENOSYS
</font> aio_cancel -- ENOSYS
 aio_suspend -- ENOSYS
 aio_fsync -- ENOSYS
</pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>