change log for rtems (2011-03-07)
rtems-vc at rtems.org
rtems-vc at rtems.org
Mon Mar 7 14:10:34 UTC 2011
*sh*:
2011-03-07 Sebastian Huber <sebastian.huber at embedded-brains.de>
* include/rtems/irq-extension.h: Documentation.
* libmisc/monitor/mon-prmisc.c: Fix for multiprocessing configuration.
M 1.2763 cpukit/ChangeLog
M 1.7 cpukit/include/rtems/irq-extension.h
M 1.26 cpukit/libmisc/monitor/mon-prmisc.c
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
@@ -1,3 +1,8 @@
+2011-03-07 Sebastian Huber <sebastian.huber at embedded-brains.de>
+
+ * include/rtems/irq-extension.h: Documentation.
+ * libmisc/monitor/mon-prmisc.c: Fix for multiprocessing configuration.
+
2011-03-04 Ralf Corsépius <ralf.corsepius at rtems.org>
* aclocal/rtems-top.m4, aclocal/version.m4:
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
@@ -108,7 +108,8 @@
* 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.
- * @retval * Other error states are BSP specific.
+ * @retval RTEMS_IO_ERROR Reserved for board support package specific error
+ * conditions.
*/
rtems_status_code rtems_interrupt_handler_install(
rtems_vector_number vector,
@@ -133,7 +134,8 @@
* returned.
* @retval RTEMS_UNSATISFIED If the handler with its argument is not installed
* for the vector this shall be returned.
- * @retval * Other error states are BSP specific.
+ * @retval RTEMS_IO_ERROR Reserved for board support package specific error
+ * conditions.
*/
rtems_status_code rtems_interrupt_handler_remove(
rtems_vector_number vector,
@@ -168,7 +170,8 @@
* context this shall be returned.
* @retval RTEMS_INVALID_ID If the vector number is out of range this shall be
* returned.
- * @retval * Other error states are BSP specific.
+ * @retval RTEMS_IO_ERROR Reserved for board support package specific error
+ * conditions.
*/
rtems_status_code rtems_interrupt_handler_iterate(
rtems_vector_number vector,
@@ -198,7 +201,8 @@
* @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.
- * @retval * Other error states are BSP specific.
+ * @retval RTEMS_IO_ERROR Reserved for board support package specific error
+ * conditions.
*/
rtems_status_code rtems_interrupt_server_initialize(
rtems_task_priority priority,
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
@@ -101,7 +101,7 @@
int
rtems_monitor_dump_name(rtems_id id)
{
- char name_buffer[18];
+ char name_buffer[18] = "????";
rtems_object_get_name( id, sizeof(name_buffer), name_buffer );
--
Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20110307/0ca79cf3/attachment.html>
More information about the vc
mailing list