<!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-06-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-06-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* sp09/screen01.c, sp09/sp09.scn, sp43/init.c, sp43/sp43.scn,
spfatal_support/init.c: Remove references to ITRON constants.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/sptests/ChangeLog.diff?r1=text&tr1=1.373&r2=text&tr2=1.374&diff_format=h">M</a></td><td width='1%'>1.374</td><td width='100%'>testsuites/sptests/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/sptests/sp09/screen01.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.19&diff_format=h">M</a></td><td width='1%'>1.19</td><td width='100%'>testsuites/sptests/sp09/screen01.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/sptests/sp09/sp09.scn.diff?r1=text&tr1=1.24&r2=text&tr2=1.25&diff_format=h">M</a></td><td width='1%'>1.25</td><td width='100%'>testsuites/sptests/sp09/sp09.scn</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/sptests/sp43/init.c.diff?r1=text&tr1=1.21&r2=text&tr2=1.22&diff_format=h">M</a></td><td width='1%'>1.22</td><td width='100%'>testsuites/sptests/sp43/init.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/sptests/sp43/sp43.scn.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/sptests/sp43/sp43.scn</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/sptests/spfatal_support/init.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&diff_format=h">M</a></td><td width='1%'>1.7</td><td width='100%'>testsuites/sptests/spfatal_support/init.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/sptests/ChangeLog:1.373 rtems/testsuites/sptests/ChangeLog:1.374
--- rtems/testsuites/sptests/ChangeLog:1.373 Sat Jun 19 11:01:27 2010
+++ rtems/testsuites/sptests/ChangeLog Sat Jun 19 15:55:03 2010
</font><font color='#997700'>@@ -1,5 +1,10 @@
</font> 2010-06-19 Joel Sherrill <joel.sherrill@oarcorp.com>
<font color='#000088'>+ * sp09/screen01.c, sp09/sp09.scn, sp43/init.c, sp43/sp43.scn,
+ spfatal_support/init.c: Remove references to ITRON constants.
+
+2010-06-19 Joel Sherrill <joel.sherrill@oarcorp.com>
+
</font> * Makefile.am, configure.ac: Add sp70 to test slot
reclamation and reuse for unlimited object configuration.
* sp70/.cvsignore, sp70/Makefile.am, sp70/init.c, sp70/sp70.doc,
<font color='#006600'>diff -u rtems/testsuites/sptests/sp09/screen01.c:1.18 rtems/testsuites/sptests/sp09/screen01.c:1.19
--- rtems/testsuites/sptests/sp09/screen01.c:1.18 Sun Nov 29 21:33:23 2009
+++ rtems/testsuites/sptests/sp09/screen01.c Sat Jun 19 15:55:03 2010
</font><font color='#997700'>@@ -102,27 +102,6 @@
</font> "rtems_task_get_note with non-task ID"
);
<font color='#880000'>- puts( "TA1 - rtems_task_get_note - RTEMS_INVALID_ID (no tasks in API)" );
- status = rtems_task_get_note(
- rtems_build_id( OBJECTS_ITRON_API, OBJECTS_ITRON_TASKS, 1, 1 ),
- RTEMS_NOTEPAD_LAST,
- ¬epad_value
- );
- fatal_directive_status(
- status,
- RTEMS_INVALID_ID,
- "rtems_task_get_note with no tasks in API"
- );
-
- puts( "TA1 - rtems_object_get_classic_name - bad ID" );
- status = rtems_object_get_classic_name(
- rtems_build_id( OBJECTS_ITRON_API, OBJECTS_ITRON_TASKS, 1, 1 ),
- &task_name
- );
- fatal_directive_status( status, RTEMS_INVALID_ID,
- "rtems_object_get_classic_name with no tasks in API"
- );
-
</font> /* NULL param */
status = rtems_task_ident( RTEMS_SELF, RTEMS_SEARCH_ALL_NODES, NULL );
fatal_directive_status(
<font color='#006600'>diff -u rtems/testsuites/sptests/sp09/sp09.scn:1.24 rtems/testsuites/sptests/sp09/sp09.scn:1.25
--- rtems/testsuites/sptests/sp09/sp09.scn:1.24 Sun Oct 4 17:02:18 2009
+++ rtems/testsuites/sptests/sp09/sp09.scn Sat Jun 19 15:55:03 2010
</font><font color='#997700'>@@ -8,8 +8,6 @@
</font> TA1 - rtems_task_get_note - RTEMS_INVALID_NUMBER
TA1 - rtems_task_get_note - RTEMS_INVALID_ID
TA1 - rtems_task_get_note - RTEMS_INVALID_ID
<font color='#880000'>-TA1 - rtems_task_get_note - RTEMS_INVALID_ID (no tasks in API)
-TA1 - rtems_object_get_classic_name - bad ID
</font> TA1 - rtems_task_ident - RTEMS_INVALID_ADDRESS
TA1 - rtems_task_ident - current task RTEMS_SUCCESSFUL
TA1 - rtems_task_ident - global RTEMS_INVALID_NAME
<font color='#006600'>diff -u rtems/testsuites/sptests/sp43/init.c:1.21 rtems/testsuites/sptests/sp43/init.c:1.22
--- rtems/testsuites/sptests/sp43/init.c:1.21 Fri Mar 12 10:26:36 2010
+++ rtems/testsuites/sptests/sp43/init.c Sat Jun 19 15:55:03 2010
</font><font color='#997700'>@@ -323,11 +323,6 @@
</font> printf( "rtems_object_api_maximum_class(OBJECTS_CLASSIC_API) returned %d\n",
rtems_object_api_maximum_class(OBJECTS_CLASSIC_API) );
<font color='#880000'>- printf( "rtems_object_api_minimum_class(OBJECTS_ITRON_API) returned %d\n",
- rtems_object_api_minimum_class(OBJECTS_ITRON_API) );
- printf( "rtems_object_api_maximum_class(OBJECTS_ITRON_API) returned %d\n",
- rtems_object_api_maximum_class(OBJECTS_ITRON_API) );
-
</font> /*
* Another screen break for the API and class name tests
*/
<font color='#997700'>@@ -341,8 +336,10 @@
</font> rtems_object_get_api_name(OBJECTS_INTERNAL_API) );
printf( "rtems_object_get_api_name(CLASSIC_API) = %s\n",
rtems_object_get_api_name(OBJECTS_CLASSIC_API) );
<font color='#000088'>+#if 0
</font> printf( "rtems_object_get_api_name(ITRON_API) = %s\n",
rtems_object_get_api_name(OBJECTS_ITRON_API) );
<font color='#000088'>+#endif
</font>
printf( "rtems_object_get_api_class_name(0, RTEMS_TASKS) = %s\n",
rtems_object_get_api_class_name( 0, OBJECTS_RTEMS_TASKS ) );
<font color='#006600'>diff -u rtems/testsuites/sptests/sp43/sp43.scn:1.10 rtems/testsuites/sptests/sp43/sp43.scn:1.11
--- rtems/testsuites/sptests/sp43/sp43.scn:1.10 Mon Sep 14 15:07:32 2009
+++ rtems/testsuites/sptests/sp43/sp43.scn Sat Jun 19 15:55:03 2010
</font><font color='#997700'>@@ -55,14 +55,11 @@
</font> rtems_object_api_maximum_class(OBJECTS_INTERNAL_API) returned 2
rtems_object_api_minimum_class(OBJECTS_CLASSIC_API) returned 1
rtems_object_api_maximum_class(OBJECTS_CLASSIC_API) returned 10
<font color='#880000'>-rtems_object_api_minimum_class(OBJECTS_ITRON_API) returned 1
-rtems_object_api_maximum_class(OBJECTS_ITRON_API) returned 8
</font> <pause>
rtems_object_get_api_name(0) = BAD CLASS
rtems_object_get_api_name(255) = BAD CLASS
rtems_object_get_api_name(INTERNAL_API) = Internal
rtems_object_get_api_name(CLASSIC_API) = Classic
<font color='#880000'>-rtems_object_get_api_name(ITRON_API) = ITRON
</font> rtems_object_get_api_class_name(0, RTEMS_TASKS) = BAD API
rtems_object_get_api_class_name(CLASSIC_API, 0) = BAD CLASS
rtems_object_get_api_class_name(INTERNAL_API, MUTEXES) = Mutex
<font color='#006600'>diff -u rtems/testsuites/sptests/spfatal_support/init.c:1.6 rtems/testsuites/sptests/spfatal_support/init.c:1.7
--- rtems/testsuites/sptests/spfatal_support/init.c:1.6 Sun Nov 29 21:33:25 2009
+++ rtems/testsuites/sptests/spfatal_support/init.c Sat Jun 19 15:55:03 2010
</font><font color='#997700'>@@ -38,7 +38,6 @@
</font> "INTERNAL_ERROR_CORE",
"INTERNAL_ERROR_RTEMS_API",
"INTERNAL_ERROR_POSIX_API",
<font color='#880000'>- "INTERNAL_ERROR_ITRON_API"
</font> };
<font color='#997700'>@@ -111,7 +110,7 @@
</font>
void Put_Source( uint32_t source )
{
<font color='#880000'>- if ( source > INTERNAL_ERROR_ITRON_API )
</font><font color='#000088'>+ if ( source > INTERNAL_ERROR_POSIX_API )
</font> printk("Unknown Source (%d)", source);
else
printk( Sources[ source ] );
</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>2010-06-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxfatal_support/init.c: Remove references to ITRON constants.
</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.265&r2=text&tr2=1.266&diff_format=h">M</a></td><td width='1%'>1.266</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/psxfatal_support/init.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&diff_format=h">M</a></td><td width='1%'>1.6</td><td width='100%'>testsuites/psxtests/psxfatal_support/init.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/psxtests/ChangeLog:1.265 rtems/testsuites/psxtests/ChangeLog:1.266
--- rtems/testsuites/psxtests/ChangeLog:1.265 Tue Jun 8 08:12:56 2010
+++ rtems/testsuites/psxtests/ChangeLog Sat Jun 19 15:55:29 2010
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2010-06-19 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * psxfatal_support/init.c: Remove references to ITRON constants.
+
</font> 2010-06-08 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
* psxfile01/test.c: Update for IMFS API changes.
<font color='#006600'>diff -u rtems/testsuites/psxtests/psxfatal_support/init.c:1.5 rtems/testsuites/psxtests/psxfatal_support/init.c:1.6
--- rtems/testsuites/psxtests/psxfatal_support/init.c:1.5 Sun Nov 29 21:33:23 2009
+++ rtems/testsuites/psxtests/psxfatal_support/init.c Sat Jun 19 15:55:30 2010
</font><font color='#997700'>@@ -37,7 +37,6 @@
</font> "INTERNAL_ERROR_CORE",
"INTERNAL_ERROR_RTEMS_API",
"INTERNAL_ERROR_POSIX_API",
<font color='#880000'>- "INTERNAL_ERROR_ITRON_API"
</font> };
char *Errors_Rtems[] = {
<font color='#997700'>@@ -112,7 +111,7 @@
</font>
void Put_Source( uint32_t source )
{
<font color='#880000'>- if ( source > INTERNAL_ERROR_ITRON_API )
</font><font color='#000088'>+ if ( source > INTERNAL_ERROR_POSIX_API )
</font> printk("Unknown Source (%d)", source);
else
printk( Sources[ source ] );
</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>