change log for rtems (2011-10-26)

rtems-vc at rtems.org rtems-vc at rtems.org
Wed Oct 26 14:11:41 UTC 2011


 *ralf*:
2011-10-26	Ralf Corsépius <ralf.corsepius at rtems.org>

	* Makefile.am: Fix DIST_SUBDIRS.
	Reformat.
	Add support/fstest.h.

M   1.14  testsuites/fstests/ChangeLog
M    1.5  testsuites/fstests/Makefile.am

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
@@ -1,3 +1,9 @@
+2011-10-26	Ralf Corsépius <ralf.corsepius at rtems.org>
+
+	* Makefile.am: Fix DIST_SUBDIRS.
+	Reformat.
+	Add support/fstest.h.
+
 2011-10-18	Jennifer Averett <Jennifer.Averett at OARcorp.com
 
 	* mrfs_support/fs_support.c: Resolved name conflict that was causing a

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
@@ -4,15 +4,39 @@
 
 ACLOCAL_AMFLAGS = -I ../aclocal
 
-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
+SUBDIRS = 
+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
 
 include $(top_srcdir)/../automake/subdirs.am
 include $(top_srcdir)/../automake/local.am


 *ralf*:
2011-10-26	Ralf Corsépius <ralf.corsepius at rtems.org>

	* libmisc/monitor/mon-monitor.c (rtems_monitor_wakeup):
	Remove unused var "status" (Avoid warning).

M 1.2973  cpukit/ChangeLog
M   1.44  cpukit/libmisc/monitor/mon-monitor.c

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
@@ -1,3 +1,8 @@
+2011-10-26	Ralf Corsépius <ralf.corsepius at rtems.org>
+
+	* libmisc/monitor/mon-monitor.c (rtems_monitor_wakeup):
+	Remove unused var "status" (Avoid warning). 
+
 2011-10-26	Sebastian Huber <sebastian.huber at embedded-brains.de>
 
 	* ftpd/ftpd.h, ftpd/ftpd.c: Moved buffer and stack size constants into

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
@@ -295,9 +295,7 @@
 void
 rtems_monitor_wakeup(void)
 {
-    rtems_status_code status;
-
-    status = rtems_event_send(rtems_monitor_task_id, MONITOR_WAKEUP_EVENT);
+    rtems_event_send(rtems_monitor_task_id, MONITOR_WAKEUP_EVENT);
 }
 
 void rtems_monitor_debugger_cmd(



--

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/20111026/f247178f/attachment-0001.html>


More information about the vc mailing list