change log for rtems (2011-07-29)

rtems-vc at rtems.org rtems-vc at rtems.org
Fri Jul 29 20:10:42 UTC 2011


 *joel* (on branch rtems-4-10-branch):
2011-07-29	Joel Sherrill <joel.sherrilL at 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.

M  1.317  doc/ChangeLog
M 1.274.2.16  doc/ChangeLog
M   1.73  doc/user/conf.t
M 1.64.2.2  doc/user/conf.t

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
@@ -1,3 +1,11 @@
+2011-07-29	Joel Sherrill <joel.sherrilL at 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.
+
 2011-07-26	Joel Sherrill <joel.sherrilL at OARcorp.com>
 
 	PR 1851/doc

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
@@ -1,3 +1,11 @@
+2011-07-29	Joel Sherrill <joel.sherrilL at 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.
+
 2011-07-26	Joel Sherrill <joel.sherrilL at OARcorp.com>
 
 	PR 1851/doc

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
@@ -818,11 +818,34 @@
 POSIX API message queues that can be concurrently active.
 The default is 0.
 
+ at findex CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUE_DESCRIPTORS
+ at 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
+ at code{CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUES}. The default is 0.
+
 @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.
 
+ at findex CONFIGURE_MAXIMUM_POSIX_BARRIERS
+ at item @code{CONFIGURE_MAXIMUM_POSIX_BARRIERS} is the maximum number of
+POSIX API barriers that can be concurrently active.
+The default is 0.
+
+ at findex CONFIGURE_MAXIMUM_POSIX_SPINLOCKS
+ at item @code{CONFIGURE_MAXIMUM_POSIX_SPINLOCKS} is the maximum number of
+POSIX API spinlocks that can be concurrently active.
+The default is 0.
+
+ at findex CONFIGURE_MAXIMUM_POSIX_RWLOCKS
+ at 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.
+
 @end itemize
 
 @subsection POSIX Initialization Threads Table Configuration

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
@@ -719,11 +719,34 @@
 POSIX API message queues that can be concurrently active.
 The default is 0.
 
+ at findex CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUE_DESCRIPTORS
+ at 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
+ at code{CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUES}. The default is 0.
+
 @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.
 
+ at findex CONFIGURE_MAXIMUM_POSIX_BARRIERS
+ at item @code{CONFIGURE_MAXIMUM_POSIX_BARRIERS} is the maximum number of
+POSIX API barriers that can be concurrently active.
+The default is 0.
+
+ at findex CONFIGURE_MAXIMUM_POSIX_SPINLOCKS
+ at item @code{CONFIGURE_MAXIMUM_POSIX_SPINLOCKS} is the maximum number of
+POSIX API spinlocks that can be concurrently active.
+The default is 0.
+
+ at findex CONFIGURE_MAXIMUM_POSIX_RWLOCKS
+ at 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.
+
 @end itemize
 
 @subsection POSIX Initialization Threads Table Configuration


 *joel* (on branch rtems-4-9-branch):
2011-07-29	Joel Sherrill <joel.sherrilL at OARcorp.com>

	PR 1864/doc
	* user/conf.t: Add missing documentation for
	CONFIGURE_MAXIMUM_POSIX_BARRIERS , CONFIGURE_MAXIMUM_POSIX_SPINLOCKS,
	CONFIGURE_MAXIMUM_POSIX_RWLOCKS.

M 1.210.2.30  doc/ChangeLog
M 1.52.2.2  doc/user/conf.t

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
@@ -1,3 +1,10 @@
+2011-07-29	Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+	PR 1864/doc
+	* user/conf.t: Add missing documentation for
+	CONFIGURE_MAXIMUM_POSIX_BARRIERS , CONFIGURE_MAXIMUM_POSIX_SPINLOCKS,
+	CONFIGURE_MAXIMUM_POSIX_RWLOCKS.
+
 2011-07-26	Joel Sherrill <joel.sherrilL at OARcorp.com>
 
 	PR 1851/doc

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
@@ -688,6 +688,21 @@
 POSIX API semaphores that can be concurrently active.
 The default is 0.
 
+ at findex CONFIGURE_MAXIMUM_POSIX_BARRIERS
+ at item @code{CONFIGURE_MAXIMUM_POSIX_BARRIERS} is the maximum number of
+POSIX API barriers that can be concurrently active.
+The default is 0.
+
+ at findex CONFIGURE_MAXIMUM_POSIX_SPINLOCKS
+ at item @code{CONFIGURE_MAXIMUM_POSIX_SPINLOCKS} is the maximum number of
+POSIX API spinlocks that can be concurrently active.
+The default is 0.
+
+ at findex CONFIGURE_MAXIMUM_POSIX_RWLOCKS
+ at 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.
+
 @end itemize
 
 @subsection POSIX Initialization Threads Table Configuration



--

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/20110729/7093b185/attachment-0001.html>


More information about the vc mailing list