<!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-07-29)</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>2011-07-29 Joel Sherrill <joel.sherrilL@OARcorp.com>

        PR 1864/doc
        * user/conf.t: Add missing documentation for
        CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUE_DESCRIPTORS,
        CONFIGURE_MAXIMUM_POSIX_BARRIERS , CONFIGURE_MAXIMUM_POSIX_SPINLOCKS,
        CONFIGURE_MAXIMUM_POSIX_RWLOCKS.
</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.316&r2=text&tr2=1.317&diff_format=h">M</a></td><td width='1%'>1.317</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.274.2.15&r2=text&tr2=1.274.2.16&diff_format=h">M</a></td><td width='1%'>1.274.2.16</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/conf.t.diff?r1=text&tr1=1.72&r2=text&tr2=1.73&diff_format=h">M</a></td><td width='1%'>1.73</td><td width='100%'>doc/user/conf.t</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/user/conf.t.diff?r1=text&tr1=1.64.2.1&r2=text&tr2=1.64.2.2&diff_format=h">M</a></td><td width='1%'>1.64.2.2</td><td width='100%'>doc/user/conf.t</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/doc/ChangeLog:1.316 rtems/doc/ChangeLog:1.317
--- rtems/doc/ChangeLog:1.316   Tue Jul 26 09:13:19 2011
+++ rtems/doc/ChangeLog Fri Jul 29 14:50:22 2011
</font><font color='#997700'>@@ -1,3 +1,11 @@
</font><font color='#000088'>+2011-07-29    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       PR 1864/doc
+       * user/conf.t: Add missing documentation for
+       CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUE_DESCRIPTORS,
+       CONFIGURE_MAXIMUM_POSIX_BARRIERS , CONFIGURE_MAXIMUM_POSIX_SPINLOCKS,
+       CONFIGURE_MAXIMUM_POSIX_RWLOCKS.
+
</font> 2011-07-26        Joel Sherrill <joel.sherrilL@OARcorp.com>
 
        PR 1851/doc

<font color='#006600'>diff -u rtems/doc/ChangeLog:1.274.2.15 rtems/doc/ChangeLog:1.274.2.16
--- rtems/doc/ChangeLog:1.274.2.15      Tue Jul 26 09:13:32 2011
+++ rtems/doc/ChangeLog Fri Jul 29 14:50:32 2011
</font><font color='#997700'>@@ -1,3 +1,11 @@
</font><font color='#000088'>+2011-07-29    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       PR 1864/doc
+       * user/conf.t: Add missing documentation for
+       CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUE_DESCRIPTORS,
+       CONFIGURE_MAXIMUM_POSIX_BARRIERS , CONFIGURE_MAXIMUM_POSIX_SPINLOCKS,
+       CONFIGURE_MAXIMUM_POSIX_RWLOCKS.
+
</font> 2011-07-26        Joel Sherrill <joel.sherrilL@OARcorp.com>
 
        PR 1851/doc

<font color='#006600'>diff -u rtems/doc/user/conf.t:1.72 rtems/doc/user/conf.t:1.73
--- rtems/doc/user/conf.t:1.72  Tue Jul 26 09:13:20 2011
+++ rtems/doc/user/conf.t       Fri Jul 29 14:50:22 2011
</font><font color='#997700'>@@ -818,11 +818,34 @@
</font> POSIX API message queues that can be concurrently active.
 The default is 0.
 
<font color='#000088'>+@findex CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUE_DESCRIPTORS
+@item @code{CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUE_DESCRIPTORS}
+is the maximum number of POSIX API message
+queue descriptors that can be concurrently
+active. @code{CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUE_DESCRIPTORS}
+should be greater than or equal to
+@code{CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUES}. The default is 0.
+
</font> @findex CONFIGURE_MAXIMUM_POSIX_SEMAPHORES
 @item @code{CONFIGURE_MAXIMUM_POSIX_SEMAPHORES} is the maximum number of
 POSIX API semaphores that can be concurrently active.
 The default is 0.
 
<font color='#000088'>+@findex CONFIGURE_MAXIMUM_POSIX_BARRIERS
+@item @code{CONFIGURE_MAXIMUM_POSIX_BARRIERS} is the maximum number of
+POSIX API barriers that can be concurrently active.
+The default is 0.
+
+@findex CONFIGURE_MAXIMUM_POSIX_SPINLOCKS
+@item @code{CONFIGURE_MAXIMUM_POSIX_SPINLOCKS} is the maximum number of
+POSIX API spinlocks that can be concurrently active.
+The default is 0.
+
+@findex CONFIGURE_MAXIMUM_POSIX_RWLOCKS
+@item @code{CONFIGURE_MAXIMUM_POSIX_RWLOCKS} is the maximum number of
+POSIX API read-write locks that can be concurrently active.
+The default is 0.
+
</font> @end itemize
 
 @subsection POSIX Initialization Threads Table Configuration

<font color='#006600'>diff -u rtems/doc/user/conf.t:1.64.2.1 rtems/doc/user/conf.t:1.64.2.2
--- rtems/doc/user/conf.t:1.64.2.1      Tue Jul 26 09:13:33 2011
+++ rtems/doc/user/conf.t       Fri Jul 29 14:50:32 2011
</font><font color='#997700'>@@ -719,11 +719,34 @@
</font> POSIX API message queues that can be concurrently active.
 The default is 0.
 
<font color='#000088'>+@findex CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUE_DESCRIPTORS
+@item @code{CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUE_DESCRIPTORS}
+is the maximum number of POSIX API message
+queue descriptors that can be concurrently
+active. @code{CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUE_DESCRIPTORS}
+should be greater than or equal to
+@code{CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUES}. The default is 0.
+
</font> @findex CONFIGURE_MAXIMUM_POSIX_SEMAPHORES
 @item @code{CONFIGURE_MAXIMUM_POSIX_SEMAPHORES} is the maximum number of
 POSIX API semaphores that can be concurrently active.
 The default is 0.
 
<font color='#000088'>+@findex CONFIGURE_MAXIMUM_POSIX_BARRIERS
+@item @code{CONFIGURE_MAXIMUM_POSIX_BARRIERS} is the maximum number of
+POSIX API barriers that can be concurrently active.
+The default is 0.
+
+@findex CONFIGURE_MAXIMUM_POSIX_SPINLOCKS
+@item @code{CONFIGURE_MAXIMUM_POSIX_SPINLOCKS} is the maximum number of
+POSIX API spinlocks that can be concurrently active.
+The default is 0.
+
+@findex CONFIGURE_MAXIMUM_POSIX_RWLOCKS
+@item @code{CONFIGURE_MAXIMUM_POSIX_RWLOCKS} is the maximum number of
+POSIX API read-write locks that can be concurrently active.
+The default is 0.
+
</font> @end itemize
 
 @subsection POSIX Initialization Threads Table Configuration
</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-9-branch)</em></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-07-29 Joel Sherrill <joel.sherrilL@OARcorp.com>

        PR 1864/doc
        * user/conf.t: Add missing documentation for
        CONFIGURE_MAXIMUM_POSIX_BARRIERS , CONFIGURE_MAXIMUM_POSIX_SPINLOCKS,
        CONFIGURE_MAXIMUM_POSIX_RWLOCKS.
</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.210.2.29&r2=text&tr2=1.210.2.30&diff_format=h">M</a></td><td width='1%'>1.210.2.30</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/conf.t.diff?r1=text&tr1=1.52.2.1&r2=text&tr2=1.52.2.2&diff_format=h">M</a></td><td width='1%'>1.52.2.2</td><td width='100%'>doc/user/conf.t</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/doc/ChangeLog:1.210.2.29 rtems/doc/ChangeLog:1.210.2.30
--- rtems/doc/ChangeLog:1.210.2.29      Tue Jul 26 09:13:43 2011
+++ rtems/doc/ChangeLog Fri Jul 29 14:51:49 2011
</font><font color='#997700'>@@ -1,3 +1,10 @@
</font><font color='#000088'>+2011-07-29    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       PR 1864/doc
+       * user/conf.t: Add missing documentation for
+       CONFIGURE_MAXIMUM_POSIX_BARRIERS , CONFIGURE_MAXIMUM_POSIX_SPINLOCKS,
+       CONFIGURE_MAXIMUM_POSIX_RWLOCKS.
+
</font> 2011-07-26        Joel Sherrill <joel.sherrilL@OARcorp.com>
 
        PR 1851/doc

<font color='#006600'>diff -u rtems/doc/user/conf.t:1.52.2.1 rtems/doc/user/conf.t:1.52.2.2
--- rtems/doc/user/conf.t:1.52.2.1      Tue Jul 26 09:13:43 2011
+++ rtems/doc/user/conf.t       Fri Jul 29 14:51:49 2011
</font><font color='#997700'>@@ -688,6 +688,21 @@
</font> POSIX API semaphores that can be concurrently active.
 The default is 0.
 
<font color='#000088'>+@findex CONFIGURE_MAXIMUM_POSIX_BARRIERS
+@item @code{CONFIGURE_MAXIMUM_POSIX_BARRIERS} is the maximum number of
+POSIX API barriers that can be concurrently active.
+The default is 0.
+
+@findex CONFIGURE_MAXIMUM_POSIX_SPINLOCKS
+@item @code{CONFIGURE_MAXIMUM_POSIX_SPINLOCKS} is the maximum number of
+POSIX API spinlocks that can be concurrently active.
+The default is 0.
+
+@findex CONFIGURE_MAXIMUM_POSIX_RWLOCKS
+@item @code{CONFIGURE_MAXIMUM_POSIX_RWLOCKS} is the maximum number of
+POSIX API read-write locks that can be concurrently active.
+The default is 0.
+
</font> @end itemize
 
 @subsection POSIX Initialization Threads Table Configuration
</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>