<!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-07)</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>sh</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-03-07 Sebastian Huber <sebastian.huber@embedded-brains.de>

        * include/rtems/irq-extension.h: Documentation.
        * libmisc/monitor/mon-prmisc.c: Fix for multiprocessing configuration.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2762&r2=text&tr2=1.2763&diff_format=h">M</a></td><td width='1%'>1.2763</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/include/rtems/irq-extension.h.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%'>cpukit/include/rtems/irq-extension.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libmisc/monitor/mon-prmisc.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%'>cpukit/libmisc/monitor/mon-prmisc.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2762 rtems/cpukit/ChangeLog:1.2763
--- rtems/cpukit/ChangeLog:1.2762       Fri Mar  4 10:16:15 2011
+++ rtems/cpukit/ChangeLog      Mon Mar  7 07:54:44 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-03-07    Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+       * include/rtems/irq-extension.h: Documentation.
+       * libmisc/monitor/mon-prmisc.c: Fix for multiprocessing configuration.
+
</font> 2011-03-04        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * aclocal/rtems-top.m4, aclocal/version.m4:

<font color='#006600'>diff -u rtems/cpukit/include/rtems/irq-extension.h:1.6 rtems/cpukit/include/rtems/irq-extension.h:1.7
--- rtems/cpukit/include/rtems/irq-extension.h:1.6      Wed Oct 21 08:24:35 2009
+++ rtems/cpukit/include/rtems/irq-extension.h  Mon Mar  7 07:54:44 2011
</font><font color='#997700'>@@ -108,7 +108,8 @@
</font>  * installed and there is already a handler installed this shall be returned.
  * @retval RTEMS_TOO_MANY If a handler with this argument is already installed
  * for the vector this shall be returned.
<font color='#880000'>- * @retval * Other error states are BSP specific.
</font><font color='#000088'>+ * @retval RTEMS_IO_ERROR Reserved for board support package specific error
+ * conditions.
</font>  */
 rtems_status_code rtems_interrupt_handler_install(
   rtems_vector_number vector,
<font color='#997700'>@@ -133,7 +134,8 @@
</font>  * returned.
  * @retval RTEMS_UNSATISFIED If the handler with its argument is not installed
  * for the vector this shall be returned.
<font color='#880000'>- * @retval * Other error states are BSP specific.
</font><font color='#000088'>+ * @retval RTEMS_IO_ERROR Reserved for board support package specific error
+ * conditions.
</font>  */
 rtems_status_code rtems_interrupt_handler_remove(
   rtems_vector_number vector,
<font color='#997700'>@@ -168,7 +170,8 @@
</font>  * context this shall be returned.
  * @retval RTEMS_INVALID_ID If the vector number is out of range this shall be
  * returned.
<font color='#880000'>- * @retval * Other error states are BSP specific.
</font><font color='#000088'>+ * @retval RTEMS_IO_ERROR Reserved for board support package specific error
+ * conditions.
</font>  */
 rtems_status_code rtems_interrupt_handler_iterate(
   rtems_vector_number vector,
<font color='#997700'>@@ -198,7 +201,8 @@
</font>  * @retval RTEMS_SUCCESSFUL Shall be returned in case of success.
  * @retval RTEMS_INCORRECT_STATE If the default server is already initialized
  * this shall be returned.
<font color='#880000'>- * @retval * Other error states are BSP specific.
</font><font color='#000088'>+ * @retval RTEMS_IO_ERROR Reserved for board support package specific error
+ * conditions.
</font>  */
 rtems_status_code rtems_interrupt_server_initialize(
   rtems_task_priority priority,

<font color='#006600'>diff -u rtems/cpukit/libmisc/monitor/mon-prmisc.c:1.25 rtems/cpukit/libmisc/monitor/mon-prmisc.c:1.26
--- rtems/cpukit/libmisc/monitor/mon-prmisc.c:1.25      Mon Apr 12 10:23:41 2010
+++ rtems/cpukit/libmisc/monitor/mon-prmisc.c   Mon Mar  7 07:54:44 2011
</font><font color='#997700'>@@ -101,7 +101,7 @@
</font> int
 rtems_monitor_dump_name(rtems_id id)
 {
<font color='#880000'>-    char name_buffer[18];
</font><font color='#000088'>+    char name_buffer[18] = "????";
</font> 
     rtems_object_get_name( id, sizeof(name_buffer), name_buffer );
 
</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>