<!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-09-19)</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>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* user/Makefile.am, user/c_user.texi: Reorder chapters to put
scheduling earlier. Also put Barrier and Rate Monotonic Manager where
they logically belong. They appear to have just be added toward the
end.
</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.317&r2=text&tr2=1.318&diff_format=h">M</a></td><td width='1%'>1.318</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/Makefile.am.diff?r1=text&tr1=1.28&r2=text&tr2=1.29&diff_format=h">M</a></td><td width='1%'>1.29</td><td width='100%'>doc/user/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/user/c_user.texi.diff?r1=text&tr1=1.32&r2=text&tr2=1.33&diff_format=h">M</a></td><td width='1%'>1.33</td><td width='100%'>doc/user/c_user.texi</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/doc/ChangeLog:1.317 rtems/doc/ChangeLog:1.318
--- rtems/doc/ChangeLog:1.317 Fri Jul 29 14:50:22 2011
+++ rtems/doc/ChangeLog Mon Sep 19 20:06:47 2011
</font><font color='#997700'>@@ -1,3 +1,10 @@
</font><font color='#000088'>+2011-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * user/Makefile.am, user/c_user.texi: Reorder chapters to put
+ scheduling earlier. Also put Barrier and Rate Monotonic Manager where
+ they logically belong. They appear to have just be added toward the
+ end.
+
</font> 2011-07-29 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1864/doc
<font color='#006600'>diff -u rtems/doc/user/Makefile.am:1.28 rtems/doc/user/Makefile.am:1.29
--- rtems/doc/user/Makefile.am:1.28 Fri Aug 13 12:31:35 2010
+++ rtems/doc/user/Makefile.am Mon Sep 19 20:06:48 2011
</font><font color='#997700'>@@ -1,5 +1,5 @@
</font> #
<font color='#880000'>-# COPYRIGHT (c) 1988-2007
</font><font color='#000088'>+# COPYRIGHT (c) 1988-2011
</font> # On-Line Applications Research Corporation (OAR).
# All rights reserved.
#
<font color='#997700'>@@ -54,10 +54,15 @@
</font> datatypes.texi: datatypes.t
$(BMENU2) -p "Key Concepts Memory Management" \
-u "Top" \
<font color='#000088'>+ -n "Scheduling Concepts" < $< > $@
+
+schedule.texi: schedule.t
+ $(BMENU2) -p "RTEMS Data Types List of Data Types" \
+ -u "Top" \
</font> -n "Initialization Manager" < $< > $@
init.texi: init.t
<font color='#880000'>- $(BMENU2) -p "RTEMS Data Types List of Data Types" \
</font><font color='#000088'>+ $(BMENU2) -p "Scheduling Concepts Task State Transitions" \
</font> -u "Top" \
-n "Task Manager" < $< > $@
<font color='#997700'>@@ -80,15 +85,25 @@
</font> timer.texi: timer.t
$(BMENU2) -p "Clock Manager CLOCK_TICK - Announce a clock tick" \
-u "Top" \
<font color='#000088'>+ -n "Rate Monotonic Manager" < $< > $@
+
+rtmon.texi: rtmon.t
+ $(BMENU2) -p "Timer Manager TIMER_RESET - Reset an interval timer" \
+ -u "Top" \
</font> -n "Semaphore Manager" < $< > $@
sem.texi: sem.t
<font color='#880000'>- $(BMENU2) -p "Timer Manager TIMER_RESET - Reset an interval timer" \
</font><font color='#000088'>+ $(BMENU2) -p "Rate Monotonic Manager RATE_MONOTONIC_REPORT_STATISTICS - Print period statistics report" \
+ -u "Top" \
+ -n "Barrier Manager" < $< > $@
+
+barrier.texi: barrier.t
+ $(BMENU2) -p "Semaphore Manager SEMAPHORE_FLUSH - Unblock all tasks waiting on a semaphore" \
</font> -u "Top" \
-n "Message Manager" < $< > $@
msg.texi: msg.t
<font color='#880000'>- $(BMENU2) -p "Semaphore Manager SEMAPHORE_FLUSH - Unblock all tasks waiting on a semaphore" \
</font><font color='#000088'>+ $(BMENU2) -p "Barrier Manager BARRIER_RELEASE - Release a barrier" \
</font> -u "Top" \
-n "Event Manager" < $< > $@
<font color='#997700'>@@ -128,26 +143,10 @@
</font> fatal.texi: fatal.t
$(BMENU2) -p "I/O Manager IO_CONTROL - Special device services" \
-u "Top" \
<font color='#880000'>- -n "Scheduling Concepts" < $< > $@
-
-schedule.texi: schedule.t
- $(BMENU2) \
--p "Fatal Error Manager FATAL_ERROR_OCCURRED - Invoke the fatal error handler" \
- -u "Top" \
- -n "Rate Monotonic Manager" < $< > $@
-
-rtmon.texi: rtmon.t
- $(BMENU2) -p "Scheduling Concepts Task State Transitions" \
- -u "Top" \
- -n "Barrier Manager" < $< > $@
-
-barrier.texi: barrier.t
- $(BMENU2) -p "Rate Monotonic Manager RATE_MONOTONIC_REPORT_STATISTICS - Print period statistics report" \
- -u "Top" \
</font> -n "Board Support Packages" < $< > $@
bsp.texi: bsp.t
<font color='#880000'>- $(BMENU2) -p "Barrier Manager BARRIER_RELEASE - Release a barrier" \
</font><font color='#000088'>+ $(BMENU2) -p "Fatal Error Manager FATAL_ERROR_OCCURRED - Invoke the fatal error handler" \
</font> -u "Top" \
-n "User Extensions Manager" < $< > $@
<font color='#006600'>diff -u rtems/doc/user/c_user.texi:1.32 rtems/doc/user/c_user.texi:1.33
--- rtems/doc/user/c_user.texi:1.32 Mon Nov 9 08:36:14 2009
+++ rtems/doc/user/c_user.texi Mon Sep 19 20:06:48 2011
</font><font color='#997700'>@@ -7,7 +7,7 @@
</font> @c %**end of header
@c
<font color='#880000'>-@c COPYRIGHT (c) 1988-2008.
</font><font color='#000088'>+@c COPYRIGHT (c) 1988-2011.
</font> @c On-Line Applications Research Corporation (OAR).
@c All rights reserved.
@c
<font color='#997700'>@@ -86,12 +86,15 @@
</font> @include overview.texi
@include concepts.texi
@include datatypes.texi
<font color='#000088'>+@include schedule.texi
</font> @include init.texi
@include task.texi
@include intr.texi
@include clock.texi
@include timer.texi
<font color='#000088'>+@include rtmon.texi
</font> @include sem.texi
<font color='#000088'>+@include barrier.texi
</font> @include msg.texi
@include event.texi
@include signal.texi
<font color='#997700'>@@ -100,9 +103,6 @@
</font> @include dpmem.texi
@include io.texi
@include fatal.texi
<font color='#880000'>-@include schedule.texi
-@include rtmon.texi
-@include barrier.texi
</font> @include bsp.texi
@include userext.texi
@include conf.texi
<font color='#997700'>@@ -126,12 +126,15 @@
</font> * Overview::
* Key Concepts::
* RTEMS Data Types::
<font color='#000088'>+* Scheduling Concepts::
</font> * Initialization Manager::
* Task Manager::
* Interrupt Manager::
* Clock Manager::
* Timer Manager::
<font color='#000088'>+* Rate Monotonic Manager::
</font> * Semaphore Manager::
<font color='#000088'>+* Barrier Manager::
</font> * Message Manager::
* Event Manager::
* Signal Manager::
<font color='#997700'>@@ -140,9 +143,6 @@
</font> * Dual-Ported Memory Manager::
* I/O Manager::
* Fatal Error Manager::
<font color='#880000'>-* Scheduling Concepts::
-* Rate Monotonic Manager::
-* Barrier Manager::
</font> * Board Support Packages::
* User Extensions Manager::
* Configuring a System::
</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>