<!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 (2011-03-09)</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>2011-03-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* devfs04/devfs04.scn, devfs04/init.c: Increase configuration so this
passes on sis.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/ChangeLog.diff?r1=text&tr1=1.260&r2=text&tr2=1.261&diff_format=h">M</a></td><td width='1%'>1.261</td><td width='100%'>testsuites/libtests/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/devfs04/devfs04.scn.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>testsuites/libtests/devfs04/devfs04.scn</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/devfs04/init.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&diff_format=h">M</a></td><td width='1%'>1.4</td><td width='100%'>testsuites/libtests/devfs04/init.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/libtests/ChangeLog:1.260 rtems/testsuites/libtests/ChangeLog:1.261
--- rtems/testsuites/libtests/ChangeLog:1.260 Wed Mar 9 09:39:58 2011
+++ rtems/testsuites/libtests/ChangeLog Wed Mar 9 13:39:44 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-03-09 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * devfs04/devfs04.scn, devfs04/init.c: Increase configuration so this
+ passes on sis.
+
</font> 2011-03-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
* malloctest/init.c: Improve coverage.
<font color='#006600'>diff -u rtems/testsuites/libtests/devfs04/devfs04.scn:1.1 rtems/testsuites/libtests/devfs04/devfs04.scn:1.2
--- rtems/testsuites/libtests/devfs04/devfs04.scn:1.1 Thu Jul 22 06:54:10 2010
+++ rtems/testsuites/libtests/devfs04/devfs04.scn Wed Mar 9 13:39:44 2011
</font><font color='#997700'>@@ -6,4 +6,5 @@
</font> Init - attempt to read from /dev/test -- OK
Init - attempt to read from /dev/test - expect ENOSYS
Init - attempt ioctl on the device - expect ENOSYS
<font color='#000088'>+Init - mknod(/dev/null)-- OK
</font> *** END OF TEST DEVFS04 ***
<font color='#006600'>diff -u rtems/testsuites/libtests/devfs04/init.c:1.3 rtems/testsuites/libtests/devfs04/init.c:1.4
--- rtems/testsuites/libtests/devfs04/init.c:1.3 Tue Feb 22 01:34:07 2011
+++ rtems/testsuites/libtests/devfs04/init.c Wed Mar 9 13:39:44 2011
</font><font color='#997700'>@@ -65,6 +65,7 @@
</font> rtems_test_assert( status == -1 );
rtems_test_assert( errno == ENOSYS );
<font color='#000088'>+ puts( "Init - mknod(/dev/null)-- OK" );
</font> status = mknod( "/dev/null", 0777 | S_IFCHR, 0LL );
rtems_test_assert( status == 0 );
<font color='#997700'>@@ -80,6 +81,7 @@
</font>
/* include an extra slot for registering the termios one dynamically */
#define CONFIGURE_MAXIMUM_DRIVERS 3
<font color='#000088'>+#define CONFIGURE_MAXIMUM_DEVICES 6
</font>
#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 5
</pre>
<p> </p>
<a name='cs2'></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>2011-03-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* psx04/init.c, psx04/psx04.scn: Remove test case made obsolete by
PR1759.
</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.334&r2=text&tr2=1.335&diff_format=h">M</a></td><td width='1%'>1.335</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/psx04/init.c.diff?r1=text&tr1=1.25&r2=text&tr2=1.26&diff_format=h">M</a></td><td width='1%'>1.26</td><td width='100%'>testsuites/psxtests/psx04/init.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/psxtests/psx04/psx04.scn.diff?r1=text&tr1=1.8&r2=text&tr2=1.9&diff_format=h">M</a></td><td width='1%'>1.9</td><td width='100%'>testsuites/psxtests/psx04/psx04.scn</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/psxtests/ChangeLog:1.334 rtems/testsuites/psxtests/ChangeLog:1.335
--- rtems/testsuites/psxtests/ChangeLog:1.334 Tue Mar 8 16:10:38 2011
+++ rtems/testsuites/psxtests/ChangeLog Wed Mar 9 14:08:23 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-03-09 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * psx04/init.c, psx04/psx04.scn: Remove test case made obsolete by
+ PR1759.
+
</font> 2011-03-08 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1759/cpukit
<font color='#006600'>diff -u rtems/testsuites/psxtests/psx04/init.c:1.25 rtems/testsuites/psxtests/psx04/init.c:1.26
--- rtems/testsuites/psxtests/psx04/init.c:1.25 Tue Feb 22 03:47:31 2011
+++ rtems/testsuites/psxtests/psx04/init.c Wed Mar 9 14:08:23 2011
</font><font color='#997700'>@@ -548,12 +548,6 @@
</font> rtems_test_assert( errno == EINVAL );
puts( "Init: pthread_kill - EINVAL (sig invalid)" );
<font color='#880000'>- status = pthread_kill( 0, SIGUSR2 );
- if ( status != -1 )
- printf( "status = %d\n", status );
- rtems_test_assert( errno == ESRCH );
- puts( "Init: pthread_kill - ESRCH (signal SA_SIGINFO)" );
-
</font> status = pthread_kill( Init_id, 0 );
if ( status != -1 )
printf( "status = %d\n", status );
<font color='#006600'>diff -u rtems/testsuites/psxtests/psx04/psx04.scn:1.8 rtems/testsuites/psxtests/psx04/psx04.scn:1.9
--- rtems/testsuites/psxtests/psx04/psx04.scn:1.8 Fri Jul 3 13:39:11 2009
+++ rtems/testsuites/psxtests/psx04/psx04.scn Wed Mar 9 14:08:23 2011
</font><font color='#997700'>@@ -102,7 +102,6 @@
</font> Init: pthread_sigmask - EINVAL (timout->nsec invalid < 0)
Init: pthread_sigmask - EINVAL (timout->nsec invalid to large)
Init: pthread_kill - EINVAL (sig invalid)
<font color='#880000'>-Init: pthread_kill - ESRCH (signal SA_SIGINFO)
</font> Init: pthread_kill - EINVAL (signal = 0)
Init: pthread_kill - SUCCESSFUL (signal = SIG_IGN)
Init: kill - ESRCH (pid invalid)
</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>