<!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-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>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>

        * mouse01/init.c, mouse01/msmouse.c, mouse01/serial_mouse_config.c:
        Add HAVE_CONFIG_H.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/ChangeLog.diff?r1=text&tr1=1.276&r2=text&tr2=1.277&diff_format=h">M</a></td><td width='1%'>1.277</td><td width='100%'>testsuites/libtests/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/mouse01/init.c.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>testsuites/libtests/mouse01/init.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/mouse01/msmouse.c.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>testsuites/libtests/mouse01/msmouse.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/mouse01/serial_mouse_config.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>testsuites/libtests/mouse01/serial_mouse_config.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/libtests/ChangeLog:1.276 rtems/testsuites/libtests/ChangeLog:1.277
--- rtems/testsuites/libtests/ChangeLog:1.276   Fri Sep 16 04:24:52 2011
+++ rtems/testsuites/libtests/ChangeLog Thu Sep 29 10:54:09 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-09-29    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * mouse01/init.c, mouse01/msmouse.c, mouse01/serial_mouse_config.c:
+       Add HAVE_CONFIG_H.
+
</font> 2011-09-16        Sebastian Huber <Sebastian.Huber@embedded-brains.de>
 
        * monitor/monitor.scn, termios/termios.scn: New files.

<font color='#006600'>diff -u rtems/testsuites/libtests/mouse01/init.c:1.1 rtems/testsuites/libtests/mouse01/init.c:1.2
--- rtems/testsuites/libtests/mouse01/init.c:1.1        Mon Mar 14 11:18:10 2011
+++ rtems/testsuites/libtests/mouse01/init.c    Thu Sep 29 10:54:09 2011
</font><font color='#997700'>@@ -9,6 +9,10 @@
</font>  *  $Id$
  */
 
<font color='#000088'>+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
</font> #include <bsp.h>
 
 #include <stdlib.h>

<font color='#006600'>diff -u rtems/testsuites/libtests/mouse01/msmouse.c:1.1 rtems/testsuites/libtests/mouse01/msmouse.c:1.2
--- rtems/testsuites/libtests/mouse01/msmouse.c:1.1     Mon Mar 14 11:18:10 2011
+++ rtems/testsuites/libtests/mouse01/msmouse.c Thu Sep 29 10:54:09 2011
</font><font color='#997700'>@@ -9,6 +9,10 @@
</font>  *  $Id$
  */
 
<font color='#000088'>+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
</font> #include <sys/types.h>
 
 const char *Mouse_Type_Long = "Microsoft Mouse";

<font color='#006600'>diff -u rtems/testsuites/libtests/mouse01/serial_mouse_config.c:1.2 rtems/testsuites/libtests/mouse01/serial_mouse_config.c:1.3
--- rtems/testsuites/libtests/mouse01/serial_mouse_config.c:1.2 Fri May 20 08:47:59 2011
+++ rtems/testsuites/libtests/mouse01/serial_mouse_config.c     Thu Sep 29 10:54:09 2011
</font><font color='#997700'>@@ -13,6 +13,10 @@
</font>  *
  */
 
<font color='#000088'>+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
</font> #include "tmacros.h"
 #include <rtems/serial_mouse.h>
 #include "termios_testdriver_intr.h"
</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>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>

        * smp05/init.c, smp06/init.c, smp07/init.c, smp09/init.c:
        Add HAVE_CONFIG_H.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/smptests/ChangeLog.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&diff_format=h">M</a></td><td width='1%'>1.6</td><td width='100%'>testsuites/smptests/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/smptests/smp05/init.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>testsuites/smptests/smp05/init.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/smptests/smp06/init.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>testsuites/smptests/smp06/init.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/smptests/smp07/init.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>testsuites/smptests/smp07/init.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/smptests/smp09/init.c.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>testsuites/smptests/smp09/init.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/smptests/ChangeLog:1.5 rtems/testsuites/smptests/ChangeLog:1.6
--- rtems/testsuites/smptests/ChangeLog:1.5     Fri Jul 29 13:14:49 2011
+++ rtems/testsuites/smptests/ChangeLog Thu Sep 29 10:57:14 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-09-29    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * smp05/init.c, smp06/init.c, smp07/init.c, smp09/init.c:
+       Add HAVE_CONFIG_H.
+
</font> 2011-07-29        Jennifer Averett <Jennifer.Averett@OARcorp.com>
 
        * smp03/init.c, smp03/system.h, smp03/tasks.c: Modified test to force a

<font color='#006600'>diff -u rtems/testsuites/smptests/smp05/init.c:1.2 rtems/testsuites/smptests/smp05/init.c:1.3
--- rtems/testsuites/smptests/smp05/init.c:1.2  Fri Jul 29 07:29:34 2011
+++ rtems/testsuites/smptests/smp05/init.c      Thu Sep 29 10:57:14 2011
</font><font color='#997700'>@@ -9,6 +9,10 @@
</font>  *  $Id$
  */
 
<font color='#000088'>+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
</font> #include <tmacros.h>
 #include "test_support.h"
 

<font color='#006600'>diff -u rtems/testsuites/smptests/smp06/init.c:1.2 rtems/testsuites/smptests/smp06/init.c:1.3
--- rtems/testsuites/smptests/smp06/init.c:1.2  Fri Jul 29 07:29:34 2011
+++ rtems/testsuites/smptests/smp06/init.c      Thu Sep 29 10:57:14 2011
</font><font color='#997700'>@@ -9,6 +9,10 @@
</font>  *  $Id$
  */
 
<font color='#000088'>+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
</font> #include <tmacros.h>
 #include "test_support.h"
 

<font color='#006600'>diff -u rtems/testsuites/smptests/smp07/init.c:1.2 rtems/testsuites/smptests/smp07/init.c:1.3
--- rtems/testsuites/smptests/smp07/init.c:1.2  Fri Jul 29 07:29:34 2011
+++ rtems/testsuites/smptests/smp07/init.c      Thu Sep 29 10:57:14 2011
</font><font color='#997700'>@@ -9,6 +9,10 @@
</font>  *  $Id$
  */
 
<font color='#000088'>+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
</font> #include <tmacros.h>
 #include "test_support.h"
 

<font color='#006600'>diff -u rtems/testsuites/smptests/smp09/init.c:1.1 rtems/testsuites/smptests/smp09/init.c:1.2
--- rtems/testsuites/smptests/smp09/init.c:1.1  Tue Jun 28 16:08:48 2011
+++ rtems/testsuites/smptests/smp09/init.c      Thu Sep 29 10:57:14 2011
</font><font color='#997700'>@@ -9,6 +9,10 @@
</font>  *  $Id$
  */
 
<font color='#000088'>+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
</font> #include <tmacros.h>
 #include "test_support.h"
 #include <rtems/cpuuse.h>
</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>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>

        * psxtmsem03/init.c: Add HAVE_CONFIG_H.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/psxtmtests/ChangeLog.diff?r1=text&tr1=1.48&r2=text&tr2=1.49&diff_format=h">M</a></td><td width='1%'>1.49</td><td width='100%'>testsuites/psxtmtests/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/psxtmtests/psxtmsem03/init.c.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>testsuites/psxtmtests/psxtmsem03/init.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/psxtmtests/ChangeLog:1.48 rtems/testsuites/psxtmtests/ChangeLog:1.49
--- rtems/testsuites/psxtmtests/ChangeLog:1.48  Wed Aug 24 16:15:57 2011
+++ rtems/testsuites/psxtmtests/ChangeLog       Thu Sep 29 10:59:10 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-09-29    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * psxtmsem03/init.c: Add HAVE_CONFIG_H.
+
</font> 2011-08-24        Ricardo Aguirre <el.mastin@ymail.com>
 
        PR 1903/testing

<font color='#006600'>diff -u rtems/testsuites/psxtmtests/psxtmsem03/init.c:1.1 rtems/testsuites/psxtmtests/psxtmsem03/init.c:1.2
--- rtems/testsuites/psxtmtests/psxtmsem03/init.c:1.1   Tue Jul 26 11:39:05 2011
+++ rtems/testsuites/psxtmtests/psxtmsem03/init.c       Thu Sep 29 10:59:10 2011
</font><font color='#997700'>@@ -9,6 +9,10 @@
</font>  *  $Id$
  */
 
<font color='#000088'>+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
</font> #include <errno.h>
 #include <fcntl.h>
 #include <semaphore.h>
</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>