change log for rtems (2010-11-01)

rtems-vc at rtems.org rtems-vc at rtems.org
Mon Nov 1 16:11:08 UTC 2010


 *joel* (on branch rtems-4-10-branch):
2010-11-01	Joel Sherrill <joel.sherrilL at OARcorp.com>

	PR 1714/doc
	* user/datatypes.t, user/intr.t: Add missing description of
	rtems_status_codes.

M 1.274.2.7  doc/ChangeLog
M 1.9.2.1  doc/user/datatypes.t
M 1.26.2.1  doc/user/intr.t

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
@@ -1,3 +1,9 @@
+2010-11-01	Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+	PR 1714/doc
+	* user/datatypes.t, user/intr.t: Add missing description of
+	rtems_status_codes.
+
 2010-08-09	Sebastian Huber <sebastian.huber at embedded-brains.de>
 
 	PR 1513/doc

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
@@ -226,7 +226,11 @@
 This type is deprecated. Use "float" instead.
 
 @findex rtems_status_codes
- at item @code{@value{DIRPREFIX}status_codes} is the 
+ at 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.
+
 @findex rtems_task
 @item @code{@value{DIRPREFIX}task} is the return type for an
 RTEMS Task.

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
@@ -194,13 +194,28 @@
 @item Interrupt Management
 
 @itemize -
- at item  rtems_interrupt_enable
+ at item rtems_interrupt_enable
 @item rtems_interrupt_disable
 @item rtems_interrupt_flash
 @item rtems_interrupt_is_in_progress
 @item rtems_interrupt_catch
 @end itemize
 
+ at item Clock Management
+
+ at itemize
+ at item rtems_clock_set
+ at item rtems_clock_get
+ at item rtems_clock_get_tod
+ at item rtems_clock_get_tod_timeval
+ at item rtems_clock_get_seconds_since_epoch
+ at item rtems_clock_get_ticks_per_second
+ at item rtems_clock_get_ticks_since_boot
+ at item rtems_clock_get_uptime
+ at item rtems_clock_set_nanoseconds_extension
+ at item rtems_clock_tick
+ at end itemize
+
 @item Message, Event, and Signal Management
 
 @itemize -


 *joel* (on branch rtems-4-8-branch):
2010-11-01	Joel Sherrill <joel.sherrilL at OARcorp.com>

	PR 1714/doc
	* user/datatypes.t, user/part.t: Add missing description of
	rtems_status_codes.

M 1.129.2.24  doc/ChangeLog
M 1.4.2.3  doc/user/datatypes.t
M 1.14.6.5  doc/user/part.t

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
@@ -1,3 +1,9 @@
+2010-11-01	Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+	PR 1714/doc
+	* user/datatypes.t, user/part.t: Add missing description of
+	rtems_status_codes.
+
 2009-07-02	Joel Sherrill <joel.sherrill at OARcorp.com>
 
 	* user/region.t: Fix typos where semaphore referenced instead of region

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
@@ -224,7 +224,11 @@
 on the target hardware. 
 
 @findex rtems_status_codes
- at item @code{@value{DIRPREFIX}status_codes} is the 
+ at 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.
+
 @findex rtems_task
 @item @code{@value{DIRPREFIX}task} is the return type for an
 RTEMS Task.

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
@@ -1,5 +1,5 @@
 @c
- at c  COPYRIGHT (c) 1988-2008.
+ at c  COPYRIGHT (c) 1988-2010.
 @c  On-Line Applications Research Corporation (OAR).
 @c  All rights reserved.
 @c
@@ -83,8 +83,8 @@
 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
-specified partition length and buffer size, and returned to the
-calling task along with a unique partition ID.
+specified partition length and buffer size. If successful,the
+unique partition ID is returned to the calling task.
 
 @subsection Obtaining Partition IDs
 


 *joel* (on branch rtems-4-9-branch):
2010-11-01	Joel Sherrill <joel.sherrilL at OARcorp.com>

	PR 1714/doc
	* user/datatypes.t: Add missing description of rtems_status_codes.

M  1.289  doc/ChangeLog
M 1.92.2.33  doc/ChangeLog
M 1.210.2.24  doc/ChangeLog
M   1.10  doc/user/datatypes.t
M 1.4.8.3  doc/user/datatypes.t
M 1.8.2.2  doc/user/datatypes.t

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
@@ -1,3 +1,8 @@
+2010-11-01	Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+	PR 1714/doc
+	* user/datatypes.t: Add missing description of rtems_status_codes.
+
 2010-08-13	Joel Sherrill <joel.sherrilL at OARcorp.com>
 
 	PR 1674/docs

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
@@ -1,3 +1,8 @@
+2010-11-01	Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+	PR 1714/doc
+	* user/datatypes.t: Add missing description of rtems_status_codes.
+
 2010-05-18	Joel Sherrill <joel.sherrilL at OARcorp.com>
 
 	PR 1520/doc

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
@@ -1,3 +1,8 @@
+2010-11-01	Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+	PR 1714/doc
+	* user/datatypes.t: Add missing description of rtems_status_codes.
+
 2010-06-16	Joel Sherrill <joel.sherrilL at OARcorp.com>
 
 	PR 1568/doc

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
@@ -226,7 +226,11 @@
 This type is deprecated. Use "float" instead.
 
 @findex rtems_status_codes
- at item @code{@value{DIRPREFIX}status_codes} is the 
+ at 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.
+
 @findex rtems_task
 @item @code{@value{DIRPREFIX}task} is the return type for an
 RTEMS Task.

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
@@ -224,7 +224,11 @@
 on the target hardware. 
 
 @findex rtems_status_codes
- at item @code{@value{DIRPREFIX}status_codes} is the 
+ at 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.
+
 @findex rtems_task
 @item @code{@value{DIRPREFIX}task} is the return type for an
 RTEMS Task.

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
@@ -226,7 +226,11 @@
 This type is deprecated. Use "float" instead.
 
 @findex rtems_status_codes
- at item @code{@value{DIRPREFIX}status_codes} is the 
+ at 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.
+
 @findex rtems_task
 @item @code{@value{DIRPREFIX}task} is the return type for an
 RTEMS Task.



--

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/20101101/eb925358/attachment.html>


More information about the vc mailing list