<!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-11-01)</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>
 <font color='#225522'><em>(on branch rtems-4-10-branch)</em></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-11-01 Joel Sherrill <joel.sherrilL@OARcorp.com>

        PR 1714/doc
        * user/datatypes.t, user/intr.t: Add missing description of
        rtems_status_codes.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/ChangeLog.diff?r1=text&tr1=1.274.2.6&r2=text&tr2=1.274.2.7&diff_format=h">M</a></td><td width='1%'>1.274.2.7</td><td width='100%'>doc/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/user/datatypes.t.diff?r1=text&tr1=1.9&r2=text&tr2=1.9.2.1&diff_format=h">M</a></td><td width='1%'>1.9.2.1</td><td width='100%'>doc/user/datatypes.t</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/user/intr.t.diff?r1=text&tr1=1.26&r2=text&tr2=1.26.2.1&diff_format=h">M</a></td><td width='1%'>1.26.2.1</td><td width='100%'>doc/user/intr.t</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/doc/ChangeLog:1.274.2.6 rtems/doc/ChangeLog:1.274.2.7
--- rtems/doc/ChangeLog:1.274.2.6       Mon Aug  9 02:51:52 2010
+++ rtems/doc/ChangeLog Mon Nov  1 10:58:22 2010
</font><font color='#997700'>@@ -1,3 +1,9 @@
</font><font color='#000088'>+2010-11-01    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       PR 1714/doc
+       * user/datatypes.t, user/intr.t: Add missing description of
+       rtems_status_codes.
+
</font> 2010-08-09        Sebastian Huber <sebastian.huber@embedded-brains.de>
 
        PR 1513/doc

<font color='#006600'>diff -u rtems/doc/user/datatypes.t:1.9 rtems/doc/user/datatypes.t:1.9.2.1
--- rtems/doc/user/datatypes.t:1.9      Mon Dec  1 10:07:08 2008
+++ rtems/doc/user/datatypes.t  Mon Nov  1 10:58:22 2010
</font><font color='#997700'>@@ -226,7 +226,11 @@
</font> This type is deprecated. Use "float" instead.
 
 @findex rtems_status_codes
<font color='#880000'>-@item @code{@value{DIRPREFIX}status_codes} is the<span style="background-color: #FF0000"> </span>
</font><font color='#000088'>+@item @code{@value{DIRPREFIX}status_codes} is the return type for most
+RTEMS services.  This is an enumerated type of approximately twenty-five
+values.  In general, when a service returns a particular status code, it
+indicates that a very specific error condition has occurred.
+
</font> @findex rtems_task
 @item @code{@value{DIRPREFIX}task} is the return type for an
 RTEMS Task.

<font color='#006600'>diff -u rtems/doc/user/intr.t:1.26 rtems/doc/user/intr.t:1.26.2.1
--- rtems/doc/user/intr.t:1.26  Fri Feb 27 10:02:28 2009
+++ rtems/doc/user/intr.t       Mon Nov  1 10:58:22 2010
</font><font color='#997700'>@@ -194,13 +194,28 @@
</font> @item Interrupt Management
 
 @itemize -
<font color='#880000'>-@item  rtems_interrupt_enable
</font><font color='#000088'>+@item rtems_interrupt_enable
</font> @item rtems_interrupt_disable
 @item rtems_interrupt_flash
 @item rtems_interrupt_is_in_progress
 @item rtems_interrupt_catch
 @end itemize
 
<font color='#000088'>+@item Clock Management
+
+@itemize
+@item rtems_clock_set
+@item rtems_clock_get
+@item rtems_clock_get_tod
+@item rtems_clock_get_tod_timeval
+@item rtems_clock_get_seconds_since_epoch
+@item rtems_clock_get_ticks_per_second
+@item rtems_clock_get_ticks_since_boot
+@item rtems_clock_get_uptime
+@item rtems_clock_set_nanoseconds_extension
+@item rtems_clock_tick
+@end itemize
+
</font> @item Message, Event, and Signal Management
 
 @itemize -
</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>
 <font color='#225522'><em>(on branch rtems-4-8-branch)</em></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-11-01 Joel Sherrill <joel.sherrilL@OARcorp.com>

        PR 1714/doc
        * user/datatypes.t, user/part.t: Add missing description of
        rtems_status_codes.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/ChangeLog.diff?r1=text&tr1=1.129.2.23&r2=text&tr2=1.129.2.24&diff_format=h">M</a></td><td width='1%'>1.129.2.24</td><td width='100%'>doc/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/user/datatypes.t.diff?r1=text&tr1=1.4.2.2&r2=text&tr2=1.4.2.3&diff_format=h">M</a></td><td width='1%'>1.4.2.3</td><td width='100%'>doc/user/datatypes.t</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/user/part.t.diff?r1=text&tr1=1.14.6.4&r2=text&tr2=1.14.6.5&diff_format=h">M</a></td><td width='1%'>1.14.6.5</td><td width='100%'>doc/user/part.t</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/doc/ChangeLog:1.129.2.23 rtems/doc/ChangeLog:1.129.2.24
--- rtems/doc/ChangeLog:1.129.2.23      Thu Jul  2 11:23:12 2009
+++ rtems/doc/ChangeLog Mon Nov  1 10:58:26 2010
</font><font color='#997700'>@@ -1,3 +1,9 @@
</font><font color='#000088'>+2010-11-01    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       PR 1714/doc
+       * user/datatypes.t, user/part.t: Add missing description of
+       rtems_status_codes.
+
</font> 2009-07-02        Joel Sherrill <joel.sherrill@OARcorp.com>
 
        * user/region.t: Fix typos where semaphore referenced instead of region

<font color='#006600'>diff -u rtems/doc/user/datatypes.t:1.4.2.2 rtems/doc/user/datatypes.t:1.4.2.3
--- rtems/doc/user/datatypes.t:1.4.2.2  Thu Aug  7 08:45:10 2008
+++ rtems/doc/user/datatypes.t  Mon Nov  1 10:58:26 2010
</font><font color='#997700'>@@ -224,7 +224,11 @@
</font> on the target hardware.<span style="background-color: #FF0000"> </span>
 
 @findex rtems_status_codes
<font color='#880000'>-@item @code{@value{DIRPREFIX}status_codes} is the<span style="background-color: #FF0000"> </span>
</font><font color='#000088'>+@item @code{@value{DIRPREFIX}status_codes} is the return type for most
+RTEMS services.  This is an enumerated type of approximately twenty-five
+values.  In general, when a service returns a particular status code, it
+indicates that a very specific error condition has occurred.
+
</font> @findex rtems_task
 @item @code{@value{DIRPREFIX}task} is the return type for an
 RTEMS Task.

<font color='#006600'>diff -u rtems/doc/user/part.t:1.14.6.4 rtems/doc/user/part.t:1.14.6.5
--- rtems/doc/user/part.t:1.14.6.4      Mon Nov  3 13:02:04 2008
+++ rtems/doc/user/part.t       Mon Nov  1 10:58:26 2010
</font><font color='#997700'>@@ -1,5 +1,5 @@
</font> @c
<font color='#880000'>-@c  COPYRIGHT (c) 1988-2008.
</font><font color='#000088'>+@c  COPYRIGHT (c) 1988-2010.
</font> @c  On-Line Applications Research Corporation (OAR).
 @c  All rights reserved.
 @c
<font color='#997700'>@@ -83,8 +83,8 @@
</font> Block (PTCB) from the PTCB free list.  This data structure is
 used by RTEMS to manage the newly created partition.  The number
 of buffers in the partition is calculated based upon the
<font color='#880000'>-specified partition length and buffer size, and returned to the
-calling task along with a unique partition ID.
</font><font color='#000088'>+specified partition length and buffer size. If successful,the
+unique partition ID is returned to the calling task.
</font> 
 @subsection Obtaining Partition IDs
 
</pre>
<p> </p>
<a name='cs3'></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>
 <font color='#225522'><em>(on branch rtems-4-9-branch)</em></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-11-01 Joel Sherrill <joel.sherrilL@OARcorp.com>

        PR 1714/doc
        * user/datatypes.t: Add missing description of rtems_status_codes.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/ChangeLog.diff?r1=text&tr1=1.288&r2=text&tr2=1.289&diff_format=h">M</a></td><td width='1%'>1.289</td><td width='100%'>doc/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/ChangeLog.diff?r1=text&tr1=1.92.2.32&r2=text&tr2=1.92.2.33&diff_format=h">M</a></td><td width='1%'>1.92.2.33</td><td width='100%'>doc/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/ChangeLog.diff?r1=text&tr1=1.210.2.23&r2=text&tr2=1.210.2.24&diff_format=h">M</a></td><td width='1%'>1.210.2.24</td><td width='100%'>doc/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/user/datatypes.t.diff?r1=text&tr1=1.9&r2=text&tr2=1.10&diff_format=h">M</a></td><td width='1%'>1.10</td><td width='100%'>doc/user/datatypes.t</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/user/datatypes.t.diff?r1=text&tr1=1.4.8.2&r2=text&tr2=1.4.8.3&diff_format=h">M</a></td><td width='1%'>1.4.8.3</td><td width='100%'>doc/user/datatypes.t</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/user/datatypes.t.diff?r1=text&tr1=1.8.2.1&r2=text&tr2=1.8.2.2&diff_format=h">M</a></td><td width='1%'>1.8.2.2</td><td width='100%'>doc/user/datatypes.t</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/doc/ChangeLog:1.288 rtems/doc/ChangeLog:1.289
--- rtems/doc/ChangeLog:1.288   Fri Aug 13 12:31:27 2010
+++ rtems/doc/ChangeLog Mon Nov  1 10:58:05 2010
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2010-11-01    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       PR 1714/doc
+       * user/datatypes.t: Add missing description of rtems_status_codes.
+
</font> 2010-08-13        Joel Sherrill <joel.sherrilL@OARcorp.com>
 
        PR 1674/docs

<font color='#006600'>diff -u rtems/doc/ChangeLog:1.92.2.32 rtems/doc/ChangeLog:1.92.2.33
--- rtems/doc/ChangeLog:1.92.2.32       Tue May 18 08:42:04 2010
+++ rtems/doc/ChangeLog Mon Nov  1 10:58:33 2010
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2010-11-01    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       PR 1714/doc
+       * user/datatypes.t: Add missing description of rtems_status_codes.
+
</font> 2010-05-18        Joel Sherrill <joel.sherrilL@OARcorp.com>
 
        PR 1520/doc

<font color='#006600'>diff -u rtems/doc/ChangeLog:1.210.2.23 rtems/doc/ChangeLog:1.210.2.24
--- rtems/doc/ChangeLog:1.210.2.23      Wed Jun 16 14:34:19 2010
+++ rtems/doc/ChangeLog Mon Nov  1 10:58:12 2010
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2010-11-01    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       PR 1714/doc
+       * user/datatypes.t: Add missing description of rtems_status_codes.
+
</font> 2010-06-16        Joel Sherrill <joel.sherrilL@OARcorp.com>
 
        PR 1568/doc

<font color='#006600'>diff -u rtems/doc/user/datatypes.t:1.9 rtems/doc/user/datatypes.t:1.10
--- rtems/doc/user/datatypes.t:1.9      Mon Dec  1 10:07:08 2008
+++ rtems/doc/user/datatypes.t  Mon Nov  1 10:58:05 2010
</font><font color='#997700'>@@ -226,7 +226,11 @@
</font> This type is deprecated. Use "float" instead.
 
 @findex rtems_status_codes
<font color='#880000'>-@item @code{@value{DIRPREFIX}status_codes} is the<span style="background-color: #FF0000"> </span>
</font><font color='#000088'>+@item @code{@value{DIRPREFIX}status_codes} is the return type for most
+RTEMS services.  This is an enumerated type of approximately twenty-five
+values.  In general, when a service returns a particular status code, it
+indicates that a very specific error condition has occurred.
+
</font> @findex rtems_task
 @item @code{@value{DIRPREFIX}task} is the return type for an
 RTEMS Task.

<font color='#006600'>diff -u rtems/doc/user/datatypes.t:1.4.8.2 rtems/doc/user/datatypes.t:1.4.8.3
--- rtems/doc/user/datatypes.t:1.4.8.2  Thu Aug  7 08:45:23 2008
+++ rtems/doc/user/datatypes.t  Mon Nov  1 10:58:33 2010
</font><font color='#997700'>@@ -224,7 +224,11 @@
</font> on the target hardware.<span style="background-color: #FF0000"> </span>
 
 @findex rtems_status_codes
<font color='#880000'>-@item @code{@value{DIRPREFIX}status_codes} is the<span style="background-color: #FF0000"> </span>
</font><font color='#000088'>+@item @code{@value{DIRPREFIX}status_codes} is the return type for most
+RTEMS services.  This is an enumerated type of approximately twenty-five
+values.  In general, when a service returns a particular status code, it
+indicates that a very specific error condition has occurred.
+
</font> @findex rtems_task
 @item @code{@value{DIRPREFIX}task} is the return type for an
 RTEMS Task.

<font color='#006600'>diff -u rtems/doc/user/datatypes.t:1.8.2.1 rtems/doc/user/datatypes.t:1.8.2.2
--- rtems/doc/user/datatypes.t:1.8.2.1  Mon Dec  1 10:06:43 2008
+++ rtems/doc/user/datatypes.t  Mon Nov  1 10:58:12 2010
</font><font color='#997700'>@@ -226,7 +226,11 @@
</font> This type is deprecated. Use "float" instead.
 
 @findex rtems_status_codes
<font color='#880000'>-@item @code{@value{DIRPREFIX}status_codes} is the<span style="background-color: #FF0000"> </span>
</font><font color='#000088'>+@item @code{@value{DIRPREFIX}status_codes} is the return type for most
+RTEMS services.  This is an enumerated type of approximately twenty-five
+values.  In general, when a service returns a particular status code, it
+indicates that a very specific error condition has occurred.
+
</font> @findex rtems_task
 @item @code{@value{DIRPREFIX}task} is the return type for an
 RTEMS Task.
</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>