<!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-10-26)</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-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>

        * Makefile.am: Fix DIST_SUBDIRS.
        Reformat.
        Add support/fstest.h.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/fstests/ChangeLog.diff?r1=text&tr1=1.13&r2=text&tr2=1.14&diff_format=h">M</a></td><td width='1%'>1.14</td><td width='100%'>testsuites/fstests/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/fstests/Makefile.am.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&diff_format=h">M</a></td><td width='1%'>1.5</td><td width='100%'>testsuites/fstests/Makefile.am</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/fstests/ChangeLog:1.13 rtems/testsuites/fstests/ChangeLog:1.14
--- rtems/testsuites/fstests/ChangeLog:1.13     Tue Oct 18 13:19:36 2011
+++ rtems/testsuites/fstests/ChangeLog  Wed Oct 26 08:35:16 2011
</font><font color='#997700'>@@ -1,3 +1,9 @@
</font><font color='#000088'>+2011-10-26    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * Makefile.am: Fix DIST_SUBDIRS.
+       Reformat.
+       Add support/fstest.h.
+
</font> 2011-10-18        Jennifer Averett <Jennifer.Averett@OARcorp.com
 
        * mrfs_support/fs_support.c: Resolved name conflict that was causing a

<font color='#006600'>diff -u rtems/testsuites/fstests/Makefile.am:1.4 rtems/testsuites/fstests/Makefile.am:1.5
--- rtems/testsuites/fstests/Makefile.am:1.4    Mon Aug  1 15:54:08 2011
+++ rtems/testsuites/fstests/Makefile.am        Wed Oct 26 08:35:16 2011
</font><font color='#997700'>@@ -4,15 +4,39 @@
</font> 
 ACLOCAL_AMFLAGS = -I ../aclocal
 
<font color='#880000'>-SUBDIRS = imfs_fserror imfs_fslink imfs_fspatheval imfs_fspermission\
-         imfs_fsrdwr imfs_fssymlink imfs_fstime mdosfs_fserror\
-         mdosfs_fspatheval mdosfs_fsrdwr mdosfs_fstime mimfs_fserror\
-         mimfs_fslink mimfs_fspatheval mimfs_fspermission\
-         mimfs_fsrdwr mimfs_fssymlink mimfs_fstime mrfs_fserror\
-         mrfs_fslink mrfs_fspatheval mrfs_fspermission mrfs_fsrdwr\
-         mrfs_fssymlink mrfs_fstime
-DIST_SUBDIRS = $(SUBDIRS) support
-EXTRA_DIST = support/ramdisk_support.c support/ramdisk_support.h support/fstest_support.c support/fstest_support.h
</font><font color='#000088'>+SUBDIRS =<span style="background-color: #FF0000"> </span>
+SUBDIRS += imfs_fserror
+SUBDIRS += imfs_fslink
+SUBDIRS += imfs_fspatheval
+SUBDIRS += imfs_fspermission
+SUBDIRS += imfs_fsrdwr
+SUBDIRS += imfs_fssymlink
+SUBDIRS += imfs_fstime
+SUBDIRS += mdosfs_fserror
+SUBDIRS += mdosfs_fspatheval
+SUBDIRS += mdosfs_fsrdwr
+SUBDIRS += mdosfs_fstime
+SUBDIRS += mimfs_fserror
+SUBDIRS += mimfs_fslink
+SUBDIRS += mimfs_fspatheval
+SUBDIRS += mimfs_fspermission
+SUBDIRS += mimfs_fsrdwr
+SUBDIRS += mimfs_fssymlink
+SUBDIRS += mimfs_fstime
+SUBDIRS += mrfs_fserror
+SUBDIRS += mrfs_fslink
+SUBDIRS += mrfs_fspatheval
+SUBDIRS += mrfs_fspermission
+SUBDIRS += mrfs_fsrdwr
+SUBDIRS += mrfs_fssymlink
+SUBDIRS += mrfs_fstime
+
+EXTRA_DIST =
+EXTRA_DIST += support/ramdisk_support.c
+EXTRA_DIST += support/ramdisk_support.h
+EXTRA_DIST += support/fstest_support.c
+EXTRA_DIST += support/fstest_support.h
+EXTRA_DIST += support/fstest.h
</font> 
 include $(top_srcdir)/../automake/subdirs.am
 include $(top_srcdir)/../automake/local.am
</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-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>

        * libmisc/monitor/mon-monitor.c (rtems_monitor_wakeup):
        Remove unused var "status" (Avoid warning).
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2972&r2=text&tr2=1.2973&diff_format=h">M</a></td><td width='1%'>1.2973</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libmisc/monitor/mon-monitor.c.diff?r1=text&tr1=1.43&r2=text&tr2=1.44&diff_format=h">M</a></td><td width='1%'>1.44</td><td width='100%'>cpukit/libmisc/monitor/mon-monitor.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2972 rtems/cpukit/ChangeLog:1.2973
--- rtems/cpukit/ChangeLog:1.2972       Wed Oct 26 05:32:09 2011
+++ rtems/cpukit/ChangeLog      Wed Oct 26 09:05:32 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-10-26    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * libmisc/monitor/mon-monitor.c (rtems_monitor_wakeup):
+       Remove unused var "status" (Avoid warning).<span style="background-color: #FF0000"> </span>
+
</font> 2011-10-26        Sebastian Huber <sebastian.huber@embedded-brains.de>
 
        * ftpd/ftpd.h, ftpd/ftpd.c: Moved buffer and stack size constants into

<font color='#006600'>diff -u rtems/cpukit/libmisc/monitor/mon-monitor.c:1.43 rtems/cpukit/libmisc/monitor/mon-monitor.c:1.44
--- rtems/cpukit/libmisc/monitor/mon-monitor.c:1.43     Fri Sep  2 08:17:35 2011
+++ rtems/cpukit/libmisc/monitor/mon-monitor.c  Wed Oct 26 09:05:32 2011
</font><font color='#997700'>@@ -295,9 +295,7 @@
</font> void
 rtems_monitor_wakeup(void)
 {
<font color='#880000'>-    rtems_status_code status;
-
-    status = rtems_event_send(rtems_monitor_task_id, MONITOR_WAKEUP_EVENT);
</font><font color='#000088'>+    rtems_event_send(rtems_monitor_task_id, MONITOR_WAKEUP_EVENT);
</font> }
 
 void rtems_monitor_debugger_cmd(
</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>