change log for rtems (2011-01-28)
rtems-vc at rtems.org
rtems-vc at rtems.org
Fri Jan 28 21:11:00 UTC 2011
*joel*:
2011-01-28 Joel Sherrill <joel.sherrilL at OARcorp.com>
* include/rtems/bspIo.h, include/rtems/concat.h, include/rtems/irq.h,
score/cpu/i386/rtems/score/idtr.h,
score/cpu/powerpc/rtems/powerpc/registers.h,
score/src/objectidtoname.c, score/src/schedulerpriorityblock.c,
score/src/schedulerpriorityschedule.c,
score/src/schedulerpriorityunblock.c,
score/src/schedulerpriorityyield.c, score/src/thread.c,
score/src/threadchangepriority.c, score/src/threadclearstate.c,
score/src/threadclose.c, score/src/threadcreateidle.c,
score/src/threaddelayended.c, score/src/threaddispatch.c,
score/src/threadget.c, score/src/threadhandler.c,
score/src/threadinitialize.c, score/src/threadloadenv.c,
score/src/threadready.c, score/src/threadreset.c,
score/src/threadrestart.c, score/src/threadresume.c,
score/src/threadsetpriority.c, score/src/threadsetstate.c,
score/src/threadsettransient.c, score/src/threadstackallocate.c,
score/src/threadstackfree.c, score/src/threadstart.c,
score/src/threadstartmultitasking.c, score/src/threadsuspend.c,
score/src/threadtickletimeslice.c, score/src/threadyieldprocessor.c:
Fix typo where license said found in found in.
M 1.2681 cpukit/ChangeLog
M 1.11 cpukit/include/rtems/bspIo.h
M 1.4 cpukit/include/rtems/concat.h
M 1.5 cpukit/include/rtems/irq.h
M 1.6 cpukit/score/cpu/i386/rtems/score/idtr.h
M 1.33 cpukit/score/cpu/powerpc/rtems/powerpc/registers.h
M 1.16 cpukit/score/src/objectidtoname.c
M 1.2 cpukit/score/src/schedulerpriorityblock.c
M 1.2 cpukit/score/src/schedulerpriorityschedule.c
M 1.2 cpukit/score/src/schedulerpriorityunblock.c
M 1.4 cpukit/score/src/schedulerpriorityyield.c
M 1.66 cpukit/score/src/thread.c
M 1.16 cpukit/score/src/threadchangepriority.c
M 1.14 cpukit/score/src/threadclearstate.c
M 1.14 cpukit/score/src/threadclose.c
M 1.16 cpukit/score/src/threadcreateidle.c
M 1.8 cpukit/score/src/threaddelayended.c
M 1.23 cpukit/score/src/threaddispatch.c
M 1.16 cpukit/score/src/threadget.c
M 1.32 cpukit/score/src/threadhandler.c
M 1.41 cpukit/score/src/threadinitialize.c
M 1.9 cpukit/score/src/threadloadenv.c
M 1.11 cpukit/score/src/threadready.c
M 1.11 cpukit/score/src/threadreset.c
M 1.12 cpukit/score/src/threadrestart.c
M 1.14 cpukit/score/src/threadresume.c
M 1.7 cpukit/score/src/threadsetpriority.c
M 1.10 cpukit/score/src/threadsetstate.c
M 1.8 cpukit/score/src/threadsettransient.c
M 1.14 cpukit/score/src/threadstackallocate.c
M 1.8 cpukit/score/src/threadstackfree.c
M 1.10 cpukit/score/src/threadstart.c
M 1.12 cpukit/score/src/threadstartmultitasking.c
M 1.11 cpukit/score/src/threadsuspend.c
M 1.14 cpukit/score/src/threadtickletimeslice.c
M 1.8 cpukit/score/src/threadyieldprocessor.c
diff -u rtems/cpukit/ChangeLog:1.2680 rtems/cpukit/ChangeLog:1.2681
--- rtems/cpukit/ChangeLog:1.2680 Fri Jan 21 13:40:17 2011
+++ rtems/cpukit/ChangeLog Fri Jan 28 14:24:53 2011
@@ -1,3 +1,26 @@
+2011-01-28 Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+ * include/rtems/bspIo.h, include/rtems/concat.h, include/rtems/irq.h,
+ score/cpu/i386/rtems/score/idtr.h,
+ score/cpu/powerpc/rtems/powerpc/registers.h,
+ score/src/objectidtoname.c, score/src/schedulerpriorityblock.c,
+ score/src/schedulerpriorityschedule.c,
+ score/src/schedulerpriorityunblock.c,
+ score/src/schedulerpriorityyield.c, score/src/thread.c,
+ score/src/threadchangepriority.c, score/src/threadclearstate.c,
+ score/src/threadclose.c, score/src/threadcreateidle.c,
+ score/src/threaddelayended.c, score/src/threaddispatch.c,
+ score/src/threadget.c, score/src/threadhandler.c,
+ score/src/threadinitialize.c, score/src/threadloadenv.c,
+ score/src/threadready.c, score/src/threadreset.c,
+ score/src/threadrestart.c, score/src/threadresume.c,
+ score/src/threadsetpriority.c, score/src/threadsetstate.c,
+ score/src/threadsettransient.c, score/src/threadstackallocate.c,
+ score/src/threadstackfree.c, score/src/threadstart.c,
+ score/src/threadstartmultitasking.c, score/src/threadsuspend.c,
+ score/src/threadtickletimeslice.c, score/src/threadyieldprocessor.c:
+ Fix typo where license said found in found in.
+
2011-01-21 Eric Norum <wenorum at lbl.gov>
* libmisc/capture/capture.c: Avoid using TCB of task just deleted.
diff -u rtems/cpukit/include/rtems/bspIo.h:1.10 rtems/cpukit/include/rtems/bspIo.h:1.11
--- rtems/cpukit/include/rtems/bspIo.h:1.10 Sun Nov 29 05:52:51 2009
+++ rtems/cpukit/include/rtems/bspIo.h Fri Jan 28 14:24:53 2011
@@ -6,7 +6,7 @@
* COPYRIGHT (c) 1998 valette at crf.canon.fr
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/cpukit/include/rtems/concat.h:1.3 rtems/cpukit/include/rtems/concat.h:1.4
--- rtems/cpukit/include/rtems/concat.h:1.3 Thu Oct 27 02:23:53 2005
+++ rtems/cpukit/include/rtems/concat.h Fri Jan 28 14:24:53 2011
@@ -2,7 +2,7 @@
* Copyright (c) 2004,2005 Ralf Corsepius, Ulm, Germany.
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/cpukit/include/rtems/irq.h:1.4 rtems/cpukit/include/rtems/irq.h:1.5
--- rtems/cpukit/include/rtems/irq.h:1.4 Sun Nov 29 05:52:52 2009
+++ rtems/cpukit/include/rtems/irq.h Fri Jan 28 14:24:53 2011
@@ -12,7 +12,7 @@
* the STREAM API Specification Document link.
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/cpukit/score/cpu/i386/rtems/score/idtr.h:1.5 rtems/cpukit/score/cpu/i386/rtems/score/idtr.h:1.6
--- rtems/cpukit/score/cpu/i386/rtems/score/idtr.h:1.5 Mon Dec 17 10:12:39 2007
+++ rtems/cpukit/score/cpu/i386/rtems/score/idtr.h Fri Jan 28 14:24:53 2011
@@ -18,7 +18,7 @@
* Canon Centre Recherche France.
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/cpukit/score/cpu/powerpc/rtems/powerpc/registers.h:1.32 rtems/cpukit/score/cpu/powerpc/rtems/powerpc/registers.h:1.33
--- rtems/cpukit/score/cpu/powerpc/rtems/powerpc/registers.h:1.32 Wed Jan 26 09:20:46 2011
+++ rtems/cpukit/score/cpu/powerpc/rtems/powerpc/registers.h Fri Jan 28 14:24:53 2011
@@ -9,7 +9,7 @@
*
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/cpukit/score/src/objectidtoname.c:1.15 rtems/cpukit/score/src/objectidtoname.c:1.16
--- rtems/cpukit/score/src/objectidtoname.c:1.15 Mon Sep 28 18:00:20 2009
+++ rtems/cpukit/score/src/objectidtoname.c Fri Jan 28 14:24:53 2011
@@ -6,7 +6,7 @@
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/cpukit/score/src/schedulerpriorityblock.c:1.1 rtems/cpukit/score/src/schedulerpriorityblock.c:1.2
--- rtems/cpukit/score/src/schedulerpriorityblock.c:1.1 Wed Nov 24 09:51:28 2010
+++ rtems/cpukit/score/src/schedulerpriorityblock.c Fri Jan 28 14:24:53 2011
@@ -4,7 +4,7 @@
* Copyright (C) 2010 Gedare Bloom.
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/cpukit/score/src/schedulerpriorityschedule.c:1.1 rtems/cpukit/score/src/schedulerpriorityschedule.c:1.2
--- rtems/cpukit/score/src/schedulerpriorityschedule.c:1.1 Wed Nov 24 09:51:28 2010
+++ rtems/cpukit/score/src/schedulerpriorityschedule.c Fri Jan 28 14:24:53 2011
@@ -4,7 +4,7 @@
* Copyright (C) 2010 Gedare Bloom.
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/cpukit/score/src/schedulerpriorityunblock.c:1.1 rtems/cpukit/score/src/schedulerpriorityunblock.c:1.2
--- rtems/cpukit/score/src/schedulerpriorityunblock.c:1.1 Wed Nov 24 09:51:28 2010
+++ rtems/cpukit/score/src/schedulerpriorityunblock.c Fri Jan 28 14:24:53 2011
@@ -4,7 +4,7 @@
* Copyright (C) 2010 Gedare Bloom.
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/cpukit/score/src/schedulerpriorityyield.c:1.3 rtems/cpukit/score/src/schedulerpriorityyield.c:1.4
--- rtems/cpukit/score/src/schedulerpriorityyield.c:1.3 Thu Nov 25 07:24:26 2010
+++ rtems/cpukit/score/src/schedulerpriorityyield.c Fri Jan 28 14:24:53 2011
@@ -4,7 +4,7 @@
* Copyright (C) 2010 Gedare Bloom.
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/cpukit/score/src/thread.c:1.65 rtems/cpukit/score/src/thread.c:1.66
--- rtems/cpukit/score/src/thread.c:1.65 Wed Nov 24 09:51:28 2010
+++ rtems/cpukit/score/src/thread.c Fri Jan 28 14:24:53 2011
@@ -6,7 +6,7 @@
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/cpukit/score/src/threadchangepriority.c:1.15 rtems/cpukit/score/src/threadchangepriority.c:1.16
--- rtems/cpukit/score/src/threadchangepriority.c:1.15 Wed Nov 24 09:51:28 2010
+++ rtems/cpukit/score/src/threadchangepriority.c Fri Jan 28 14:24:53 2011
@@ -6,7 +6,7 @@
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/cpukit/score/src/threadclearstate.c:1.13 rtems/cpukit/score/src/threadclearstate.c:1.14
--- rtems/cpukit/score/src/threadclearstate.c:1.13 Wed Nov 24 09:51:28 2010
+++ rtems/cpukit/score/src/threadclearstate.c Fri Jan 28 14:24:53 2011
@@ -6,7 +6,7 @@
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/cpukit/score/src/threadclose.c:1.13 rtems/cpukit/score/src/threadclose.c:1.14
--- rtems/cpukit/score/src/threadclose.c:1.13 Wed Nov 24 09:51:28 2010
+++ rtems/cpukit/score/src/threadclose.c Fri Jan 28 14:24:53 2011
@@ -6,7 +6,7 @@
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/cpukit/score/src/threadcreateidle.c:1.15 rtems/cpukit/score/src/threadcreateidle.c:1.16
--- rtems/cpukit/score/src/threadcreateidle.c:1.15 Fri Sep 11 09:54:29 2009
+++ rtems/cpukit/score/src/threadcreateidle.c Fri Jan 28 14:24:53 2011
@@ -6,7 +6,7 @@
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/cpukit/score/src/threaddelayended.c:1.7 rtems/cpukit/score/src/threaddelayended.c:1.8
--- rtems/cpukit/score/src/threaddelayended.c:1.7 Mon Nov 30 13:44:57 2009
+++ rtems/cpukit/score/src/threaddelayended.c Fri Jan 28 14:24:53 2011
@@ -6,7 +6,7 @@
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/cpukit/score/src/threaddispatch.c:1.22 rtems/cpukit/score/src/threaddispatch.c:1.23
--- rtems/cpukit/score/src/threaddispatch.c:1.22 Fri Jul 30 13:53:06 2010
+++ rtems/cpukit/score/src/threaddispatch.c Fri Jan 28 14:24:53 2011
@@ -6,7 +6,7 @@
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/cpukit/score/src/threadget.c:1.15 rtems/cpukit/score/src/threadget.c:1.16
--- rtems/cpukit/score/src/threadget.c:1.15 Mon Jul 26 21:17:31 2010
+++ rtems/cpukit/score/src/threadget.c Fri Jan 28 14:24:53 2011
@@ -5,7 +5,7 @@
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/cpukit/score/src/threadhandler.c:1.31 rtems/cpukit/score/src/threadhandler.c:1.32
--- rtems/cpukit/score/src/threadhandler.c:1.31 Tue Nov 30 02:15:35 2010
+++ rtems/cpukit/score/src/threadhandler.c Fri Jan 28 14:24:53 2011
@@ -6,7 +6,7 @@
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/cpukit/score/src/threadinitialize.c:1.40 rtems/cpukit/score/src/threadinitialize.c:1.41
--- rtems/cpukit/score/src/threadinitialize.c:1.40 Wed Nov 24 09:51:28 2010
+++ rtems/cpukit/score/src/threadinitialize.c Fri Jan 28 14:24:54 2011
@@ -6,7 +6,7 @@
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/cpukit/score/src/threadloadenv.c:1.8 rtems/cpukit/score/src/threadloadenv.c:1.9
--- rtems/cpukit/score/src/threadloadenv.c:1.8 Mon Jun 28 19:34:12 2010
+++ rtems/cpukit/score/src/threadloadenv.c Fri Jan 28 14:24:54 2011
@@ -6,7 +6,7 @@
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/cpukit/score/src/threadready.c:1.10 rtems/cpukit/score/src/threadready.c:1.11
--- rtems/cpukit/score/src/threadready.c:1.10 Wed Nov 24 09:51:28 2010
+++ rtems/cpukit/score/src/threadready.c Fri Jan 28 14:24:54 2011
@@ -6,7 +6,7 @@
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/cpukit/score/src/threadreset.c:1.10 rtems/cpukit/score/src/threadreset.c:1.11
--- rtems/cpukit/score/src/threadreset.c:1.10 Thu Jun 17 21:56:26 2010
+++ rtems/cpukit/score/src/threadreset.c Fri Jan 28 14:24:54 2011
@@ -6,7 +6,7 @@
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/cpukit/score/src/threadrestart.c:1.11 rtems/cpukit/score/src/threadrestart.c:1.12
--- rtems/cpukit/score/src/threadrestart.c:1.11 Sun Dec 21 23:52:32 2008
+++ rtems/cpukit/score/src/threadrestart.c Fri Jan 28 14:24:54 2011
@@ -6,7 +6,7 @@
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/cpukit/score/src/threadresume.c:1.13 rtems/cpukit/score/src/threadresume.c:1.14
--- rtems/cpukit/score/src/threadresume.c:1.13 Wed Nov 24 09:51:28 2010
+++ rtems/cpukit/score/src/threadresume.c Fri Jan 28 14:24:54 2011
@@ -6,7 +6,7 @@
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/cpukit/score/src/threadsetpriority.c:1.6 rtems/cpukit/score/src/threadsetpriority.c:1.7
--- rtems/cpukit/score/src/threadsetpriority.c:1.6 Wed Nov 24 09:51:28 2010
+++ rtems/cpukit/score/src/threadsetpriority.c Fri Jan 28 14:24:54 2011
@@ -6,7 +6,7 @@
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/cpukit/score/src/threadsetstate.c:1.9 rtems/cpukit/score/src/threadsetstate.c:1.10
--- rtems/cpukit/score/src/threadsetstate.c:1.9 Wed Nov 24 09:51:28 2010
+++ rtems/cpukit/score/src/threadsetstate.c Fri Jan 28 14:24:54 2011
@@ -6,7 +6,7 @@
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/cpukit/score/src/threadsettransient.c:1.7 rtems/cpukit/score/src/threadsettransient.c:1.8
--- rtems/cpukit/score/src/threadsettransient.c:1.7 Wed Nov 24 09:51:28 2010
+++ rtems/cpukit/score/src/threadsettransient.c Fri Jan 28 14:24:54 2011
@@ -6,7 +6,7 @@
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/cpukit/score/src/threadstackallocate.c:1.13 rtems/cpukit/score/src/threadstackallocate.c:1.14
--- rtems/cpukit/score/src/threadstackallocate.c:1.13 Tue Nov 16 11:50:26 2010
+++ rtems/cpukit/score/src/threadstackallocate.c Fri Jan 28 14:24:54 2011
@@ -5,7 +5,7 @@
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/cpukit/score/src/threadstackfree.c:1.7 rtems/cpukit/score/src/threadstackfree.c:1.8
--- rtems/cpukit/score/src/threadstackfree.c:1.7 Sun Sep 13 16:00:11 2009
+++ rtems/cpukit/score/src/threadstackfree.c Fri Jan 28 14:24:54 2011
@@ -6,7 +6,7 @@
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/cpukit/score/src/threadstart.c:1.9 rtems/cpukit/score/src/threadstart.c:1.10
--- rtems/cpukit/score/src/threadstart.c:1.9 Thu Sep 4 12:39:56 2008
+++ rtems/cpukit/score/src/threadstart.c Fri Jan 28 14:24:54 2011
@@ -6,7 +6,7 @@
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/cpukit/score/src/threadstartmultitasking.c:1.11 rtems/cpukit/score/src/threadstartmultitasking.c:1.12
--- rtems/cpukit/score/src/threadstartmultitasking.c:1.11 Fri Jul 30 13:53:06 2010
+++ rtems/cpukit/score/src/threadstartmultitasking.c Fri Jan 28 14:24:54 2011
@@ -6,7 +6,7 @@
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/cpukit/score/src/threadsuspend.c:1.10 rtems/cpukit/score/src/threadsuspend.c:1.11
--- rtems/cpukit/score/src/threadsuspend.c:1.10 Wed Nov 24 09:51:28 2010
+++ rtems/cpukit/score/src/threadsuspend.c Fri Jan 28 14:24:54 2011
@@ -6,7 +6,7 @@
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/cpukit/score/src/threadtickletimeslice.c:1.13 rtems/cpukit/score/src/threadtickletimeslice.c:1.14
--- rtems/cpukit/score/src/threadtickletimeslice.c:1.13 Wed Nov 24 09:51:28 2010
+++ rtems/cpukit/score/src/threadtickletimeslice.c Fri Jan 28 14:24:54 2011
@@ -6,7 +6,7 @@
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/cpukit/score/src/threadyieldprocessor.c:1.7 rtems/cpukit/score/src/threadyieldprocessor.c:1.8
--- rtems/cpukit/score/src/threadyieldprocessor.c:1.7 Thu Nov 25 03:27:06 2010
+++ rtems/cpukit/score/src/threadyieldprocessor.c Fri Jan 28 14:24:54 2011
@@ -6,7 +6,7 @@
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
*joel*:
2011-01-28 Joel Sherrill <joel.sherrilL at OARcorp.com>
* shared/irq/irq_asm.S: Fix typo where license said found in found in.
M 1.71 c/src/lib/libbsp/i386/ChangeLog
M 1.21 c/src/lib/libbsp/i386/shared/irq/irq_asm.S
diff -u rtems/c/src/lib/libbsp/i386/ChangeLog:1.70 rtems/c/src/lib/libbsp/i386/ChangeLog:1.71
--- rtems/c/src/lib/libbsp/i386/ChangeLog:1.70 Wed Jan 26 06:25:00 2011
+++ rtems/c/src/lib/libbsp/i386/ChangeLog Fri Jan 28 14:25:14 2011
@@ -1,3 +1,7 @@
+2011-01-28 Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+ * shared/irq/irq_asm.S: Fix typo where license said found in found in.
+
2011-01-26 Ralf Corsépius <ralf.corsepius at rtems.org>
* pc386/3c509/3c509.c, pc386/console/ps2_drv.h,
diff -u rtems/c/src/lib/libbsp/i386/shared/irq/irq_asm.S:1.20 rtems/c/src/lib/libbsp/i386/shared/irq/irq_asm.S:1.21
--- rtems/c/src/lib/libbsp/i386/shared/irq/irq_asm.S:1.20 Thu Jan 6 08:34:08 2011
+++ rtems/c/src/lib/libbsp/i386/shared/irq/irq_asm.S Fri Jan 28 14:25:14 2011
@@ -5,7 +5,7 @@
* Copyright (C) 1998 valette at crf.canon.fr
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
*joel*:
2011-01-28 Joel Sherrill <joel.sherrilL at OARcorp.com>
* bsp_specs, make/custom/erc32.cfg: Fix typo where license said
found in found in.
M 1.156 c/src/lib/libbsp/sparc/erc32/ChangeLog
M 1.16 c/src/lib/libbsp/sparc/erc32/bsp_specs
M 1.3 c/src/lib/libbsp/sparc/erc32/make/custom/erc32.cfg
diff -u rtems/c/src/lib/libbsp/sparc/erc32/ChangeLog:1.155 rtems/c/src/lib/libbsp/sparc/erc32/ChangeLog:1.156
--- rtems/c/src/lib/libbsp/sparc/erc32/ChangeLog:1.155 Thu Aug 26 01:06:36 2010
+++ rtems/c/src/lib/libbsp/sparc/erc32/ChangeLog Fri Jan 28 14:25:24 2011
@@ -1,3 +1,8 @@
+2011-01-28 Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+ * bsp_specs, make/custom/erc32.cfg: Fix typo where license said
+ found in found in.
+
2010-08-26 Chris Johns <chrisj at rtems.org>
* Makefile.am: Add bspinit.c from the shared BSP files.
diff -u rtems/c/src/lib/libbsp/sparc/erc32/bsp_specs:1.15 rtems/c/src/lib/libbsp/sparc/erc32/bsp_specs:1.16
--- rtems/c/src/lib/libbsp/sparc/erc32/bsp_specs:1.15 Thu Dec 4 09:51:20 2008
+++ rtems/c/src/lib/libbsp/sparc/erc32/bsp_specs Fri Jan 28 14:25:24 2011
@@ -7,7 +7,7 @@
*startfile:
%{!qrtems: %(old_startfile)} \
-%{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s}}
+%{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}
*link:
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N}
diff -u rtems/c/src/lib/libbsp/sparc/erc32/make/custom/erc32.cfg:1.2 rtems/c/src/lib/libbsp/sparc/erc32/make/custom/erc32.cfg:1.3
--- rtems/c/src/lib/libbsp/sparc/erc32/make/custom/erc32.cfg:1.2 Wed Oct 21 05:56:45 2009
+++ rtems/c/src/lib/libbsp/sparc/erc32/make/custom/erc32.cfg Fri Jan 28 14:25:24 2011
@@ -12,7 +12,7 @@
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
-CPU_CFLAGS = -mcpu=cypress
+CPU_CFLAGS = -mcpu=cypress -ftest-coverage
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g
*joel*:
2011-01-28 Joel Sherrill <joel.sherrilL at OARcorp.com>
* bsp_specs: Fix typo where license said found in found in.
M 1.75 c/src/lib/libbsp/sparc/leon2/ChangeLog
M 1.5 c/src/lib/libbsp/sparc/leon2/bsp_specs
diff -u rtems/c/src/lib/libbsp/sparc/leon2/ChangeLog:1.74 rtems/c/src/lib/libbsp/sparc/leon2/ChangeLog:1.75
--- rtems/c/src/lib/libbsp/sparc/leon2/ChangeLog:1.74 Thu Aug 26 01:06:54 2010
+++ rtems/c/src/lib/libbsp/sparc/leon2/ChangeLog Fri Jan 28 14:25:26 2011
@@ -1,3 +1,7 @@
+2011-01-28 Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+ * bsp_specs: Fix typo where license said found in found in.
+
2010-08-26 Chris Johns <chrisj at rtems.org>
* Makefile.am: Add bspinit.c from the shared BSP files.
diff -u rtems/c/src/lib/libbsp/sparc/leon2/bsp_specs:1.4 rtems/c/src/lib/libbsp/sparc/leon2/bsp_specs:1.5
--- rtems/c/src/lib/libbsp/sparc/leon2/bsp_specs:1.4 Thu Dec 4 09:51:20 2008
+++ rtems/c/src/lib/libbsp/sparc/leon2/bsp_specs Fri Jan 28 14:25:26 2011
@@ -7,7 +7,7 @@
*startfile:
%{!qrtems: %(old_startfile)} \
-%{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s}}
+%{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}
*link:
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N}
*joel*:
2011-01-28 Joel Sherrill <joel.sherrilL at OARcorp.com>
* gba/clock/clockdrv.c, gba/console/conio.c, gba/console/console.c,
gba/console/defaultfont.h, gba/include/arm_mode_bits.h,
gba/include/asm_macros.h, gba/include/bsp.h, gba/include/conio.h,
gba/include/gba.h, gba/include/gba_registers.h, gba/irq/irq.c,
gba/irq/irq.h, gba/startup/bspstart.c, gba/timer/timer.c,
gp32/include/bsp.h, gp32/startup/bspreset.c, gp32/startup/bspstart.c,
nds/tools/runtest, shared/comm/uart.c, shared/comm/uart.h,
smdk2410/include/bsp.h: Fix typo where license said
found in found in.
M 1.87 c/src/lib/libbsp/arm/ChangeLog
M 1.7 c/src/lib/libbsp/arm/gba/clock/clockdrv.c
M 1.4 c/src/lib/libbsp/arm/gba/console/conio.c
M 1.7 c/src/lib/libbsp/arm/gba/console/console.c
M 1.2 c/src/lib/libbsp/arm/gba/console/defaultfont.h
M 1.3 c/src/lib/libbsp/arm/gba/include/arm_mode_bits.h
M 1.2 c/src/lib/libbsp/arm/gba/include/asm_macros.h
M 1.5 c/src/lib/libbsp/arm/gba/include/bsp.h
M 1.3 c/src/lib/libbsp/arm/gba/include/conio.h
M 1.2 c/src/lib/libbsp/arm/gba/include/gba.h
M 1.2 c/src/lib/libbsp/arm/gba/include/gba_registers.h
M 1.4 c/src/lib/libbsp/arm/gba/irq/irq.h
M 1.7 c/src/lib/libbsp/arm/gba/irq/irq.c
M 1.14 c/src/lib/libbsp/arm/gba/startup/bspstart.c
M 1.7 c/src/lib/libbsp/arm/gba/timer/timer.c
M 1.14 c/src/lib/libbsp/arm/gp32/include/bsp.h
M 1.3 c/src/lib/libbsp/arm/gp32/startup/bspreset.c
M 1.21 c/src/lib/libbsp/arm/gp32/startup/bspstart.c
M 1.2 c/src/lib/libbsp/arm/nds/tools/runtest
M 1.5 c/src/lib/libbsp/arm/shared/comm/uart.h
M 1.5 c/src/lib/libbsp/arm/shared/comm/uart.c
M 1.3 c/src/lib/libbsp/arm/smdk2410/include/bsp.h
diff -u rtems/c/src/lib/libbsp/arm/ChangeLog:1.86 rtems/c/src/lib/libbsp/arm/ChangeLog:1.87
--- rtems/c/src/lib/libbsp/arm/ChangeLog:1.86 Wed Jan 26 06:21:26 2011
+++ rtems/c/src/lib/libbsp/arm/ChangeLog Fri Jan 28 14:29:34 2011
@@ -1,3 +1,15 @@
+2011-01-28 Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+ * gba/clock/clockdrv.c, gba/console/conio.c, gba/console/console.c,
+ gba/console/defaultfont.h, gba/include/arm_mode_bits.h,
+ gba/include/asm_macros.h, gba/include/bsp.h, gba/include/conio.h,
+ gba/include/gba.h, gba/include/gba_registers.h, gba/irq/irq.c,
+ gba/irq/irq.h, gba/startup/bspstart.c, gba/timer/timer.c,
+ gp32/include/bsp.h, gp32/startup/bspreset.c, gp32/startup/bspstart.c,
+ nds/tools/runtest, shared/comm/uart.c, shared/comm/uart.h,
+ smdk2410/include/bsp.h: Fix typo where license said
+ found in found in.
+
2011-01-26 Sebastian Huber <sebastian.huber at embedded-brains.de>
* shared/startup/linkcmds.base: Removed workaround since LD 2.21 is
diff -u rtems/c/src/lib/libbsp/arm/gba/clock/clockdrv.c:1.6 rtems/c/src/lib/libbsp/arm/gba/clock/clockdrv.c:1.7
--- rtems/c/src/lib/libbsp/arm/gba/clock/clockdrv.c:1.6 Fri Apr 30 09:55:51 2010
+++ rtems/c/src/lib/libbsp/arm/gba/clock/clockdrv.c Fri Jan 28 14:29:34 2011
@@ -9,7 +9,7 @@
* Copyright (c) 2004 Markku Puro <markku.puro at kopteri.net>
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/arm/gba/console/conio.c:1.3 rtems/c/src/lib/libbsp/arm/gba/console/conio.c:1.4
--- rtems/c/src/lib/libbsp/arm/gba/console/conio.c:1.3 Mon Dec 7 10:21:07 2009
+++ rtems/c/src/lib/libbsp/arm/gba/console/conio.c Fri Jan 28 14:29:34 2011
@@ -10,7 +10,7 @@
* based on MyLib by Rafael Vuijk (aka Dark Fader)
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/arm/gba/console/console.c:1.6 rtems/c/src/lib/libbsp/arm/gba/console/console.c:1.7
--- rtems/c/src/lib/libbsp/arm/gba/console/console.c:1.6 Fri Apr 30 09:55:51 2010
+++ rtems/c/src/lib/libbsp/arm/gba/console/console.c Fri Jan 28 14:29:34 2011
@@ -9,7 +9,7 @@
* Copyright (c) 2004 Markku Puro <markku.puro at kopteri.net>
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/arm/gba/console/defaultfont.h:1.1 rtems/c/src/lib/libbsp/arm/gba/console/defaultfont.h:1.2
--- rtems/c/src/lib/libbsp/arm/gba/console/defaultfont.h:1.1 Mon Sep 29 23:31:04 2008
+++ rtems/c/src/lib/libbsp/arm/gba/console/defaultfont.h Fri Jan 28 14:29:34 2011
@@ -9,7 +9,7 @@
* Copyright (c) 2004 Markku Puro <markku.puro at kopteri.net>
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/arm/gba/include/arm_mode_bits.h:1.2 rtems/c/src/lib/libbsp/arm/gba/include/arm_mode_bits.h:1.3
--- rtems/c/src/lib/libbsp/arm/gba/include/arm_mode_bits.h:1.2 Mon Sep 11 16:43:24 2006
+++ rtems/c/src/lib/libbsp/arm/gba/include/arm_mode_bits.h Fri Jan 28 14:29:34 2011
@@ -11,7 +11,7 @@
* Copyright (c) 2004 Markku Puro <markku.puro at kopteri.net>
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/arm/gba/include/asm_macros.h:1.1 rtems/c/src/lib/libbsp/arm/gba/include/asm_macros.h:1.2
--- rtems/c/src/lib/libbsp/arm/gba/include/asm_macros.h:1.1 Wed Jul 6 13:46:04 2005
+++ rtems/c/src/lib/libbsp/arm/gba/include/asm_macros.h Fri Jan 28 14:29:34 2011
@@ -9,7 +9,7 @@
* Copyright (c) 2004 Markku Puro <markku.puro at kopteri.net>
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/arm/gba/include/bsp.h:1.4 rtems/c/src/lib/libbsp/arm/gba/include/bsp.h:1.5
--- rtems/c/src/lib/libbsp/arm/gba/include/bsp.h:1.4 Fri Apr 30 09:55:51 2010
+++ rtems/c/src/lib/libbsp/arm/gba/include/bsp.h Fri Jan 28 14:29:34 2011
@@ -10,7 +10,7 @@
* Markku Puro <markku.puro at kopteri.net>
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/arm/gba/include/conio.h:1.2 rtems/c/src/lib/libbsp/arm/gba/include/conio.h:1.3
--- rtems/c/src/lib/libbsp/arm/gba/include/conio.h:1.2 Mon Dec 7 10:21:07 2009
+++ rtems/c/src/lib/libbsp/arm/gba/include/conio.h Fri Jan 28 14:29:34 2011
@@ -9,7 +9,7 @@
* Copyright (c) 2004 Markku Puro <markku.puro at kopteri.net>
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/arm/gba/include/gba.h:1.1 rtems/c/src/lib/libbsp/arm/gba/include/gba.h:1.2
--- rtems/c/src/lib/libbsp/arm/gba/include/gba.h:1.1 Wed Jul 6 13:46:04 2005
+++ rtems/c/src/lib/libbsp/arm/gba/include/gba.h Fri Jan 28 14:29:34 2011
@@ -9,7 +9,7 @@
* Copyright (c) 2004 Markku Puro <markku.puro at kopteri.net>
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/arm/gba/include/gba_registers.h:1.1 rtems/c/src/lib/libbsp/arm/gba/include/gba_registers.h:1.2
--- rtems/c/src/lib/libbsp/arm/gba/include/gba_registers.h:1.1 Wed Jul 6 13:46:04 2005
+++ rtems/c/src/lib/libbsp/arm/gba/include/gba_registers.h Fri Jan 28 14:29:34 2011
@@ -11,7 +11,7 @@
* Copyright (c) 2004 Markku Puro <markku.puro at kopteri.net>
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/arm/gba/irq/irq.h:1.3 rtems/c/src/lib/libbsp/arm/gba/irq/irq.h:1.4
--- rtems/c/src/lib/libbsp/arm/gba/irq/irq.h:1.3 Fri Apr 30 09:55:53 2010
+++ rtems/c/src/lib/libbsp/arm/gba/irq/irq.h Fri Jan 28 14:29:35 2011
@@ -12,7 +12,7 @@
* Copyright (c) 2004 Markku Puro <markku.puro at kopteri.net>
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/arm/gba/irq/irq.c:1.6 rtems/c/src/lib/libbsp/arm/gba/irq/irq.c:1.7
--- rtems/c/src/lib/libbsp/arm/gba/irq/irq.c:1.6 Fri Apr 30 09:55:52 2010
+++ rtems/c/src/lib/libbsp/arm/gba/irq/irq.c Fri Jan 28 14:29:34 2011
@@ -15,7 +15,7 @@
* Copyright (c) 2004 by Markku Puro <markku.puro at kopteri.net>
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/arm/gba/startup/bspstart.c:1.13 rtems/c/src/lib/libbsp/arm/gba/startup/bspstart.c:1.14
--- rtems/c/src/lib/libbsp/arm/gba/startup/bspstart.c:1.13 Fri Apr 30 09:55:55 2010
+++ rtems/c/src/lib/libbsp/arm/gba/startup/bspstart.c Fri Jan 28 14:29:35 2011
@@ -12,7 +12,7 @@
* Copyright (c) 2004 Markku Puro <markku.puro at kopteri.net>
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/arm/gba/timer/timer.c:1.6 rtems/c/src/lib/libbsp/arm/gba/timer/timer.c:1.7
--- rtems/c/src/lib/libbsp/arm/gba/timer/timer.c:1.6 Fri Apr 30 09:55:55 2010
+++ rtems/c/src/lib/libbsp/arm/gba/timer/timer.c Fri Jan 28 14:29:35 2011
@@ -11,7 +11,7 @@
* Copyright (c) 2004 Markku Puro <markku.puro at kopteri.net>
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
*
diff -u rtems/c/src/lib/libbsp/arm/gp32/include/bsp.h:1.13 rtems/c/src/lib/libbsp/arm/gp32/include/bsp.h:1.14
--- rtems/c/src/lib/libbsp/arm/gp32/include/bsp.h:1.13 Fri Apr 30 09:30:09 2010
+++ rtems/c/src/lib/libbsp/arm/gp32/include/bsp.h Fri Jan 28 14:29:35 2011
@@ -8,7 +8,7 @@
| Emmanuel Raguet, mailto:raguet at crf.canon.fr
|
| The license and distribution terms for this file may be
-| found in found in the file LICENSE in this distribution or at
+| found in the file LICENSE in this distribution or at
| http://www.rtems.com/license/LICENSE.
|
| $Id$
diff -u rtems/c/src/lib/libbsp/arm/gp32/startup/bspreset.c:1.2 rtems/c/src/lib/libbsp/arm/gp32/startup/bspreset.c:1.3
--- rtems/c/src/lib/libbsp/arm/gp32/startup/bspreset.c:1.2 Sun Nov 29 08:53:00 2009
+++ rtems/c/src/lib/libbsp/arm/gp32/startup/bspreset.c Fri Jan 28 14:29:35 2011
@@ -1,6 +1,6 @@
/*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/arm/gp32/startup/bspstart.c:1.20 rtems/c/src/lib/libbsp/arm/gp32/startup/bspstart.c:1.21
--- rtems/c/src/lib/libbsp/arm/gp32/startup/bspstart.c:1.20 Fri Apr 30 09:30:09 2010
+++ rtems/c/src/lib/libbsp/arm/gp32/startup/bspstart.c Fri Jan 28 14:29:35 2011
@@ -8,7 +8,7 @@
* Emmanuel Raguet, mailto:raguet at crf.canon.fr
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/arm/nds/tools/runtest:1.1 rtems/c/src/lib/libbsp/arm/nds/tools/runtest:1.2
--- rtems/c/src/lib/libbsp/arm/nds/tools/runtest:1.1 Wed Apr 16 13:37:33 2008
+++ rtems/c/src/lib/libbsp/arm/nds/tools/runtest Fri Jan 28 14:29:35 2011
@@ -9,7 +9,7 @@
# On-Line Applications Research Corporation (OAR).
#
# The license and distribution terms for this file may be
-# found in found in the file LICENSE in this distribution or at
+# found in the file LICENSE in this distribution or at
# http://www.rtems.com/license/LICENSE.
#
# $Id$
diff -u rtems/c/src/lib/libbsp/arm/shared/comm/uart.h:1.4 rtems/c/src/lib/libbsp/arm/shared/comm/uart.h:1.5
--- rtems/c/src/lib/libbsp/arm/shared/comm/uart.h:1.4 Wed Apr 21 05:42:43 2004
+++ rtems/c/src/lib/libbsp/arm/shared/comm/uart.h Fri Jan 28 14:29:35 2011
@@ -10,7 +10,7 @@
* Emmanuel Raguet, mailto:raguet at crf.canon.fr
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*/
diff -u rtems/c/src/lib/libbsp/arm/shared/comm/uart.c:1.4 rtems/c/src/lib/libbsp/arm/shared/comm/uart.c:1.5
--- rtems/c/src/lib/libbsp/arm/shared/comm/uart.c:1.4 Wed Apr 21 11:01:32 2004
+++ rtems/c/src/lib/libbsp/arm/shared/comm/uart.c Fri Jan 28 14:29:35 2011
@@ -8,7 +8,7 @@
* Emmanuel Raguet, mailto:raguet at crf.canon.fr
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/arm/smdk2410/include/bsp.h:1.2 rtems/c/src/lib/libbsp/arm/smdk2410/include/bsp.h:1.3
--- rtems/c/src/lib/libbsp/arm/smdk2410/include/bsp.h:1.2 Tue May 6 16:02:50 2008
+++ rtems/c/src/lib/libbsp/arm/smdk2410/include/bsp.h Fri Jan 28 14:29:35 2011
@@ -4,7 +4,7 @@
| Copyright (c) Ray,Xu mailto:ray.cn AT gmail dot com
|
| The license and distribution terms for this file may be
-| found in found in the file LICENSE in this distribution or at
+| found in the file LICENSE in this distribution or at
| http://www.rtems.com/license/LICENSE.
|
| $Id$
*joel*:
2011-01-28 Joel Sherrill <joel.sherrilL at OARcorp.com>
* mcf5206elite/tools/runtest: Fix typo where license said
found in found in.
M 1.55 c/src/lib/libbsp/m68k/ChangeLog
M 1.7 c/src/lib/libbsp/m68k/mcf5206elite/tools/runtest
diff -u rtems/c/src/lib/libbsp/m68k/ChangeLog:1.54 rtems/c/src/lib/libbsp/m68k/ChangeLog:1.55
--- rtems/c/src/lib/libbsp/m68k/ChangeLog:1.54 Mon Apr 5 12:09:13 2010
+++ rtems/c/src/lib/libbsp/m68k/ChangeLog Fri Jan 28 14:29:44 2011
@@ -1,3 +1,8 @@
+2011-01-28 Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+ * mcf5206elite/tools/runtest: Fix typo where license said
+ found in found in.
+
2010-04-05 Thomas Znidar <t.znidar at embed-it.com>
* acinclude.m4: Add mcf5225x BSP.
diff -u rtems/c/src/lib/libbsp/m68k/mcf5206elite/tools/runtest:1.6 rtems/c/src/lib/libbsp/m68k/mcf5206elite/tools/runtest:1.7
--- rtems/c/src/lib/libbsp/m68k/mcf5206elite/tools/runtest:1.6 Tue Mar 11 15:17:13 2008
+++ rtems/c/src/lib/libbsp/m68k/mcf5206elite/tools/runtest Fri Jan 28 14:29:45 2011
@@ -16,7 +16,7 @@
# On-Line Applications Research Corporation (OAR).
#
# The license and distribution terms for this file may be
-# found in found in the file LICENSE in this distribution or at
+# found in the file LICENSE in this distribution or at
# http://www.rtems.com/license/LICENSE.
#
# @(#) $Id$
*joel*:
2011-01-28 Joel Sherrill <joel.sherrilL at OARcorp.com>
* csb350/clock/clockdrv.c, csb350/network/network.c,
csb350/start/start.S, csb350/timer/timer.c,
genmongoosev/clock/clockdrv.c, genmongoosev/timer/timer.c,
jmr3904/timer/timer.c, jmr3904/tools/runtest.in: Fix typo where
license said found in found in.
M 1.41 c/src/lib/libbsp/mips/ChangeLog
M 1.8 c/src/lib/libbsp/mips/csb350/clock/clockdrv.c
M 1.8 c/src/lib/libbsp/mips/csb350/network/network.c
M 1.7 c/src/lib/libbsp/mips/csb350/start/start.S
M 1.9 c/src/lib/libbsp/mips/csb350/timer/timer.c
M 1.10 c/src/lib/libbsp/mips/genmongoosev/clock/clockdrv.c
M 1.15 c/src/lib/libbsp/mips/genmongoosev/timer/timer.c
M 1.11 c/src/lib/libbsp/mips/jmr3904/timer/timer.c
M 1.2 c/src/lib/libbsp/mips/jmr3904/tools/runtest.in
diff -u rtems/c/src/lib/libbsp/mips/ChangeLog:1.40 rtems/c/src/lib/libbsp/mips/ChangeLog:1.41
--- rtems/c/src/lib/libbsp/mips/ChangeLog:1.40 Fri Jul 30 13:51:12 2010
+++ rtems/c/src/lib/libbsp/mips/ChangeLog Fri Jan 28 14:29:47 2011
@@ -1,3 +1,11 @@
+2011-01-28 Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+ * csb350/clock/clockdrv.c, csb350/network/network.c,
+ csb350/start/start.S, csb350/timer/timer.c,
+ genmongoosev/clock/clockdrv.c, genmongoosev/timer/timer.c,
+ jmr3904/timer/timer.c, jmr3904/tools/runtest.in: Fix typo where
+ license said found in found in.
+
2010-07-30 Gedare Bloom <giddyup44 at yahoo.com>
PR 1599/cpukit
diff -u rtems/c/src/lib/libbsp/mips/csb350/clock/clockdrv.c:1.7 rtems/c/src/lib/libbsp/mips/csb350/clock/clockdrv.c:1.8
--- rtems/c/src/lib/libbsp/mips/csb350/clock/clockdrv.c:1.7 Sun Nov 29 09:27:06 2009
+++ rtems/c/src/lib/libbsp/mips/csb350/clock/clockdrv.c Fri Jan 28 14:29:47 2011
@@ -7,7 +7,7 @@
* Written by Jay Monkman <jtm at lopingdog.com>
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/mips/csb350/network/network.c:1.7 rtems/c/src/lib/libbsp/mips/csb350/network/network.c:1.8
--- rtems/c/src/lib/libbsp/mips/csb350/network/network.c:1.7 Fri Dec 11 01:03:06 2009
+++ rtems/c/src/lib/libbsp/mips/csb350/network/network.c Fri Jan 28 14:29:47 2011
@@ -5,7 +5,7 @@
* Written by Jay Monkman <jtm at lopingdog.com>
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/mips/csb350/start/start.S:1.6 rtems/c/src/lib/libbsp/mips/csb350/start/start.S:1.7
--- rtems/c/src/lib/libbsp/mips/csb350/start/start.S:1.6 Thu May 13 15:51:27 2010
+++ rtems/c/src/lib/libbsp/mips/csb350/start/start.S Fri Jan 28 14:29:47 2011
@@ -5,7 +5,7 @@
* Written by Jay Monkman <jtm at lopingdog.com>
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/mips/csb350/timer/timer.c:1.8 rtems/c/src/lib/libbsp/mips/csb350/timer/timer.c:1.9
--- rtems/c/src/lib/libbsp/mips/csb350/timer/timer.c:1.8 Sun Nov 29 09:27:06 2009
+++ rtems/c/src/lib/libbsp/mips/csb350/timer/timer.c Fri Jan 28 14:29:47 2011
@@ -6,7 +6,7 @@
* Written by Jay Monkman <jtm at lopingdog.com>
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/mips/genmongoosev/clock/clockdrv.c:1.9 rtems/c/src/lib/libbsp/mips/genmongoosev/clock/clockdrv.c:1.10
--- rtems/c/src/lib/libbsp/mips/genmongoosev/clock/clockdrv.c:1.9 Tue Sep 30 01:48:58 2008
+++ rtems/c/src/lib/libbsp/mips/genmongoosev/clock/clockdrv.c Fri Jan 28 14:29:47 2011
@@ -5,7 +5,7 @@
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/mips/genmongoosev/timer/timer.c:1.14 rtems/c/src/lib/libbsp/mips/genmongoosev/timer/timer.c:1.15
--- rtems/c/src/lib/libbsp/mips/genmongoosev/timer/timer.c:1.14 Thu Sep 4 23:58:30 2008
+++ rtems/c/src/lib/libbsp/mips/genmongoosev/timer/timer.c Fri Jan 28 14:29:47 2011
@@ -5,7 +5,7 @@
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/mips/jmr3904/timer/timer.c:1.10 rtems/c/src/lib/libbsp/mips/jmr3904/timer/timer.c:1.11
--- rtems/c/src/lib/libbsp/mips/jmr3904/timer/timer.c:1.10 Thu Sep 4 23:59:23 2008
+++ rtems/c/src/lib/libbsp/mips/jmr3904/timer/timer.c Fri Jan 28 14:29:47 2011
@@ -7,7 +7,7 @@
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/mips/jmr3904/tools/runtest.in:1.1 rtems/c/src/lib/libbsp/mips/jmr3904/tools/runtest.in:1.2
--- rtems/c/src/lib/libbsp/mips/jmr3904/tools/runtest.in:1.1 Tue Jan 6 16:52:12 2009
+++ rtems/c/src/lib/libbsp/mips/jmr3904/tools/runtest.in Fri Jan 28 14:29:47 2011
@@ -9,7 +9,7 @@
# On-Line Applications Research Corporation (OAR).
#
# The license and distribution terms for this file may be
-# found in found in the file LICENSE in this distribution or at
+# found in the file LICENSE in this distribution or at
# http://www.rtems.com/license/LICENSE.
#
# $Id$
*joel*:
2011-01-28 Joel Sherrill <joel.sherrilL at OARcorp.com>
* beatnik/include/bsp.h, beatnik/irq/irq.h, beatnik/pci/gt_pci_init.c,
ep1a/console/polled_io.c, ep1a/irq/openpic_xxx_irq.c,
gen5200/include/irq.h, gen5200/irq/irq.c, gen5200/startup/bspstart.c,
haleakala/irq/irq.c, mbx8xx/irq/irq.c, mbx8xx/irq/irq.h,
motorola_powerpc/include/bsp.h, mpc8260ads/irq/irq.c,
mpc8260ads/irq/irq.h, mvme3100/include/bsp.h, mvme3100/irq/irq.h,
mvme3100/start/start.S, mvme5500/include/bsp.h, mvme5500/irq/irq.h,
psim/include/bsp.h, psim/include/coverhd.h, psim/irq/irq.h,
psim/shmsupp/addrconv.c, psim/shmsupp/getcfg.c,
psim/startup/linkcmds, psim/tools/psim-gdb-top.in,
psim/tools/psim-top.in, psim/tools/runtest-top.in, qemuppc/irq/irq.h,
score603e/irq/irq.c, shared/bootloader/bootldr.h,
shared/bootloader/em86.c, shared/bootloader/em86real.S,
shared/bootloader/exception.S, shared/bootloader/head.S,
shared/bootloader/lib.c, shared/bootloader/misc.c,
shared/bootloader/mm.c, shared/bootloader/pci.c,
shared/console/console.c, shared/console/consoleIo.h,
shared/console/inch.c, shared/console/keyboard.h,
shared/console/polled_io.c, shared/irq/i8259.c, shared/irq/irq.h,
shared/irq/openpic_i8259_irq.c, shared/motorola/motorola.c,
shared/motorola/motorola.h, shared/openpic/openpic.c,
shared/openpic/openpic.h, shared/pci/pci.c,
shared/residual/residual.c, shared/start/start.S, ss555/irq/irq.h:
Fix typo where license said found in found in.
M 1.244 c/src/lib/libbsp/powerpc/ChangeLog
M 1.4 c/src/lib/libbsp/powerpc/beatnik/include/bsp.h
M 1.2 c/src/lib/libbsp/powerpc/beatnik/irq/irq.h
M 1.2 c/src/lib/libbsp/powerpc/beatnik/pci/gt_pci_init.c
M 1.4 c/src/lib/libbsp/powerpc/ep1a/console/polled_io.c
M 1.5 c/src/lib/libbsp/powerpc/ep1a/irq/openpic_xxx_irq.c
M 1.3 c/src/lib/libbsp/powerpc/gen5200/include/irq.h
M 1.23 c/src/lib/libbsp/powerpc/gen5200/irq/irq.c
M 1.31 c/src/lib/libbsp/powerpc/gen5200/startup/bspstart.c
M 1.6 c/src/lib/libbsp/powerpc/haleakala/irq/irq.c
M 1.12 c/src/lib/libbsp/powerpc/mbx8xx/irq/irq.h
M 1.18 c/src/lib/libbsp/powerpc/mbx8xx/irq/irq.c
M 1.25 c/src/lib/libbsp/powerpc/motorola_powerpc/include/bsp.h
M 1.12 c/src/lib/libbsp/powerpc/mpc8260ads/irq/irq.h
M 1.22 c/src/lib/libbsp/powerpc/mpc8260ads/irq/irq.c
M 1.10 c/src/lib/libbsp/powerpc/mvme3100/include/bsp.h
M 1.3 c/src/lib/libbsp/powerpc/mvme3100/irq/irq.h
M 1.7 c/src/lib/libbsp/powerpc/mvme3100/start/start.S
M 1.20 c/src/lib/libbsp/powerpc/mvme5500/include/bsp.h
M 1.12 c/src/lib/libbsp/powerpc/mvme5500/irq/irq.h
M 1.27 c/src/lib/libbsp/powerpc/psim/include/bsp.h
M 1.6 c/src/lib/libbsp/powerpc/psim/include/coverhd.h
M 1.12 c/src/lib/libbsp/powerpc/psim/irq/irq.h
M 1.6 c/src/lib/libbsp/powerpc/psim/shmsupp/addrconv.c
M 1.8 c/src/lib/libbsp/powerpc/psim/shmsupp/getcfg.c
M 1.34 c/src/lib/libbsp/powerpc/psim/startup/linkcmds
M 1.3 c/src/lib/libbsp/powerpc/psim/tools/psim-gdb-top.in
M 1.6 c/src/lib/libbsp/powerpc/psim/tools/psim-top.in
M 1.4 c/src/lib/libbsp/powerpc/psim/tools/runtest-top.in
M 1.4 c/src/lib/libbsp/powerpc/qemuppc/irq/irq.h
M 1.15 c/src/lib/libbsp/powerpc/score603e/irq/irq.c
M 1.9 c/src/lib/libbsp/powerpc/shared/bootloader/bootldr.h
M 1.10 c/src/lib/libbsp/powerpc/shared/bootloader/em86.c
M 1.7 c/src/lib/libbsp/powerpc/shared/bootloader/em86real.S
M 1.6 c/src/lib/libbsp/powerpc/shared/bootloader/exception.S
M 1.10 c/src/lib/libbsp/powerpc/shared/bootloader/head.S
M 1.5 c/src/lib/libbsp/powerpc/shared/bootloader/lib.c
M 1.12 c/src/lib/libbsp/powerpc/shared/bootloader/misc.c
M 1.7 c/src/lib/libbsp/powerpc/shared/bootloader/mm.c
M 1.17 c/src/lib/libbsp/powerpc/shared/bootloader/pci.c
M 1.20 c/src/lib/libbsp/powerpc/shared/console/console.c
M 1.7 c/src/lib/libbsp/powerpc/shared/console/consoleIo.h
M 1.13 c/src/lib/libbsp/powerpc/shared/console/inch.c
M 1.4 c/src/lib/libbsp/powerpc/shared/console/keyboard.h
M 1.17 c/src/lib/libbsp/powerpc/shared/console/polled_io.c
M 1.9 c/src/lib/libbsp/powerpc/shared/irq/i8259.c
M 1.16 c/src/lib/libbsp/powerpc/shared/irq/irq.h
M 1.11 c/src/lib/libbsp/powerpc/shared/irq/openpic_i8259_irq.c
M 1.8 c/src/lib/libbsp/powerpc/shared/motorola/motorola.h
M 1.17 c/src/lib/libbsp/powerpc/shared/motorola/motorola.c
M 1.12 c/src/lib/libbsp/powerpc/shared/openpic/openpic.h
M 1.19 c/src/lib/libbsp/powerpc/shared/openpic/openpic.c
M 1.24 c/src/lib/libbsp/powerpc/shared/pci/pci.c
M 1.8 c/src/lib/libbsp/powerpc/shared/residual/residual.c
M 1.28 c/src/lib/libbsp/powerpc/shared/start/start.S
M 1.4 c/src/lib/libbsp/powerpc/ss555/irq/irq.h
diff -u rtems/c/src/lib/libbsp/powerpc/ChangeLog:1.243 rtems/c/src/lib/libbsp/powerpc/ChangeLog:1.244
--- rtems/c/src/lib/libbsp/powerpc/ChangeLog:1.243 Wed Jan 19 10:54:20 2011
+++ rtems/c/src/lib/libbsp/powerpc/ChangeLog Fri Jan 28 14:29:50 2011
@@ -1,3 +1,30 @@
+2011-01-28 Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+ * beatnik/include/bsp.h, beatnik/irq/irq.h, beatnik/pci/gt_pci_init.c,
+ ep1a/console/polled_io.c, ep1a/irq/openpic_xxx_irq.c,
+ gen5200/include/irq.h, gen5200/irq/irq.c, gen5200/startup/bspstart.c,
+ haleakala/irq/irq.c, mbx8xx/irq/irq.c, mbx8xx/irq/irq.h,
+ motorola_powerpc/include/bsp.h, mpc8260ads/irq/irq.c,
+ mpc8260ads/irq/irq.h, mvme3100/include/bsp.h, mvme3100/irq/irq.h,
+ mvme3100/start/start.S, mvme5500/include/bsp.h, mvme5500/irq/irq.h,
+ psim/include/bsp.h, psim/include/coverhd.h, psim/irq/irq.h,
+ psim/shmsupp/addrconv.c, psim/shmsupp/getcfg.c,
+ psim/startup/linkcmds, psim/tools/psim-gdb-top.in,
+ psim/tools/psim-top.in, psim/tools/runtest-top.in, qemuppc/irq/irq.h,
+ score603e/irq/irq.c, shared/bootloader/bootldr.h,
+ shared/bootloader/em86.c, shared/bootloader/em86real.S,
+ shared/bootloader/exception.S, shared/bootloader/head.S,
+ shared/bootloader/lib.c, shared/bootloader/misc.c,
+ shared/bootloader/mm.c, shared/bootloader/pci.c,
+ shared/console/console.c, shared/console/consoleIo.h,
+ shared/console/inch.c, shared/console/keyboard.h,
+ shared/console/polled_io.c, shared/irq/i8259.c, shared/irq/irq.h,
+ shared/irq/openpic_i8259_irq.c, shared/motorola/motorola.c,
+ shared/motorola/motorola.h, shared/openpic/openpic.c,
+ shared/openpic/openpic.h, shared/pci/pci.c,
+ shared/residual/residual.c, shared/start/start.S, ss555/irq/irq.h:
+ Fix typo where license said found in found in.
+
2011-01-19 Joel Sherrill <joel.sherrilL at OARcorp.com>
* shared/pci/detect_raven_bridge.c: Fix spelling.
diff -u rtems/c/src/lib/libbsp/powerpc/beatnik/include/bsp.h:1.3 rtems/c/src/lib/libbsp/powerpc/beatnik/include/bsp.h:1.4
--- rtems/c/src/lib/libbsp/powerpc/beatnik/include/bsp.h:1.3 Mon May 10 09:08:33 2010
+++ rtems/c/src/lib/libbsp/powerpc/beatnik/include/bsp.h Fri Jan 28 14:29:50 2011
@@ -4,7 +4,7 @@
* Copyright (C) 1999 Eric Valette. valette at crf.canon.fr
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* S. Kate Feng 2003-2007 : Modified it to support the mvme5500 BSP.
diff -u rtems/c/src/lib/libbsp/powerpc/beatnik/irq/irq.h:1.1 rtems/c/src/lib/libbsp/powerpc/beatnik/irq/irq.h:1.2
--- rtems/c/src/lib/libbsp/powerpc/beatnik/irq/irq.h:1.1 Thu Dec 3 10:56:43 2009
+++ rtems/c/src/lib/libbsp/powerpc/beatnik/irq/irq.h Fri Jan 28 14:29:50 2011
@@ -12,7 +12,7 @@
* the STREAM API Specification Document link.
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* Modified by T. Straumann for the beatnik BSP, 2005-2007
diff -u rtems/c/src/lib/libbsp/powerpc/beatnik/pci/gt_pci_init.c:1.1 rtems/c/src/lib/libbsp/powerpc/beatnik/pci/gt_pci_init.c:1.2
--- rtems/c/src/lib/libbsp/powerpc/beatnik/pci/gt_pci_init.c:1.1 Thu Dec 3 10:56:50 2009
+++ rtems/c/src/lib/libbsp/powerpc/beatnik/pci/gt_pci_init.c Fri Jan 28 14:29:50 2011
@@ -22,7 +22,7 @@
* the STREAM API Specification Document link.
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/powerpc/ep1a/console/polled_io.c:1.3 rtems/c/src/lib/libbsp/powerpc/ep1a/console/polled_io.c:1.4
--- rtems/c/src/lib/libbsp/powerpc/ep1a/console/polled_io.c:1.3 Sun Aug 15 18:30:59 2010
+++ rtems/c/src/lib/libbsp/powerpc/ep1a/console/polled_io.c Fri Jan 28 14:29:51 2011
@@ -9,7 +9,7 @@
* Copyright (C) 1999 Eric Valette. valette at crf.canon.fr
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* polled_io.c,v 1.4.2.3 2003/09/04 18:45:20 joel Exp
diff -u rtems/c/src/lib/libbsp/powerpc/ep1a/irq/openpic_xxx_irq.c:1.4 rtems/c/src/lib/libbsp/powerpc/ep1a/irq/openpic_xxx_irq.c:1.5
--- rtems/c/src/lib/libbsp/powerpc/ep1a/irq/openpic_xxx_irq.c:1.4 Sun Nov 29 22:25:26 2009
+++ rtems/c/src/lib/libbsp/powerpc/ep1a/irq/openpic_xxx_irq.c Fri Jan 28 14:29:51 2011
@@ -5,7 +5,7 @@
* Copyright (C) 1998, 1999 valette at crf.canon.fr
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/powerpc/gen5200/include/irq.h:1.2 rtems/c/src/lib/libbsp/powerpc/gen5200/include/irq.h:1.3
--- rtems/c/src/lib/libbsp/powerpc/gen5200/include/irq.h:1.2 Fri Apr 30 07:45:13 2010
+++ rtems/c/src/lib/libbsp/powerpc/gen5200/include/irq.h Fri Jan 28 14:29:51 2011
@@ -59,7 +59,7 @@
/* between SIU and CPM interrupts. */
/* */
/* The license and distribution terms for this file may be */
-/* found in found in the file LICENSE in this distribution or at */
+/* found in the file LICENSE in this distribution or at */
/* http://www.rtems.com/license/LICENSE. */
/* */
/*---------------------------------------------------------------------*/
diff -u rtems/c/src/lib/libbsp/powerpc/gen5200/irq/irq.c:1.22 rtems/c/src/lib/libbsp/powerpc/gen5200/irq/irq.c:1.23
--- rtems/c/src/lib/libbsp/powerpc/gen5200/irq/irq.c:1.22 Mon Nov 15 04:55:02 2010
+++ rtems/c/src/lib/libbsp/powerpc/gen5200/irq/irq.c Fri Jan 28 14:29:51 2011
@@ -48,7 +48,7 @@
/* Nested exception handlers not working yet. */
/* */
/* The license and distribution terms for this file may be */
-/* found in found in the file LICENSE in this distribution or at */
+/* found in the file LICENSE in this distribution or at */
/* http://www.rtems.com/license/LICENSE. */
/* */
/*---------------------------------------------------------------------*/
diff -u rtems/c/src/lib/libbsp/powerpc/gen5200/startup/bspstart.c:1.30 rtems/c/src/lib/libbsp/powerpc/gen5200/startup/bspstart.c:1.31
--- rtems/c/src/lib/libbsp/powerpc/gen5200/startup/bspstart.c:1.30 Thu Dec 30 07:04:24 2010
+++ rtems/c/src/lib/libbsp/powerpc/gen5200/startup/bspstart.c Fri Jan 28 14:29:51 2011
@@ -69,7 +69,7 @@
/* On-Line Applications Research Corporation (OAR). */
/* */
/* The license and distribution terms for this file may be */
-/* found in found in the file LICENSE in this distribution or at */
+/* found in the file LICENSE in this distribution or at */
/* http://www.rtems.com/license/LICENSE. */
/* */
/*---------------------------------------------------------------------*/
diff -u rtems/c/src/lib/libbsp/powerpc/haleakala/irq/irq.c:1.5 rtems/c/src/lib/libbsp/powerpc/haleakala/irq/irq.c:1.6
--- rtems/c/src/lib/libbsp/powerpc/haleakala/irq/irq.c:1.5 Sun Nov 29 22:27:24 2009
+++ rtems/c/src/lib/libbsp/powerpc/haleakala/irq/irq.c Fri Jan 28 14:29:51 2011
@@ -2,7 +2,7 @@
*
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* Middleware support for PPC405 by M.Hamel ADInstruments Ltd 2008
diff -u rtems/c/src/lib/libbsp/powerpc/mbx8xx/irq/irq.h:1.11 rtems/c/src/lib/libbsp/powerpc/mbx8xx/irq/irq.h:1.12
--- rtems/c/src/lib/libbsp/powerpc/mbx8xx/irq/irq.h:1.11 Fri Apr 30 07:34:37 2010
+++ rtems/c/src/lib/libbsp/powerpc/mbx8xx/irq/irq.h Fri Jan 28 14:29:51 2011
@@ -12,7 +12,7 @@
* the STREAM API Specification Document link.
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/powerpc/mbx8xx/irq/irq.c:1.17 rtems/c/src/lib/libbsp/powerpc/mbx8xx/irq/irq.c:1.18
--- rtems/c/src/lib/libbsp/powerpc/mbx8xx/irq/irq.c:1.17 Sun Nov 29 21:49:08 2009
+++ rtems/c/src/lib/libbsp/powerpc/mbx8xx/irq/irq.c Fri Jan 28 14:29:51 2011
@@ -7,7 +7,7 @@
* Copyright (C) 1998, 1999 valette at crf.canon.fr
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/powerpc/motorola_powerpc/include/bsp.h:1.24 rtems/c/src/lib/libbsp/powerpc/motorola_powerpc/include/bsp.h:1.25
--- rtems/c/src/lib/libbsp/powerpc/motorola_powerpc/include/bsp.h:1.24 Tue Dec 8 11:24:21 2009
+++ rtems/c/src/lib/libbsp/powerpc/motorola_powerpc/include/bsp.h Fri Jan 28 14:29:51 2011
@@ -4,7 +4,7 @@
* Copyright (C) 1999 Eric Valette. valette at crf.canon.fr
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/powerpc/mpc8260ads/irq/irq.h:1.11 rtems/c/src/lib/libbsp/powerpc/mpc8260ads/irq/irq.h:1.12
--- rtems/c/src/lib/libbsp/powerpc/mpc8260ads/irq/irq.h:1.11 Mon Aug 23 11:08:53 2010
+++ rtems/c/src/lib/libbsp/powerpc/mpc8260ads/irq/irq.h Fri Jan 28 14:29:51 2011
@@ -20,7 +20,7 @@
* between SIU and CPM interrupts.
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/powerpc/mpc8260ads/irq/irq.c:1.21 rtems/c/src/lib/libbsp/powerpc/mpc8260ads/irq/irq.c:1.22
--- rtems/c/src/lib/libbsp/powerpc/mpc8260ads/irq/irq.c:1.21 Sun Nov 29 22:34:56 2009
+++ rtems/c/src/lib/libbsp/powerpc/mpc8260ads/irq/irq.c Fri Jan 28 14:29:51 2011
@@ -11,7 +11,7 @@
* on table in irq_init.c
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/powerpc/mvme3100/include/bsp.h:1.9 rtems/c/src/lib/libbsp/powerpc/mvme3100/include/bsp.h:1.10
--- rtems/c/src/lib/libbsp/powerpc/mvme3100/include/bsp.h:1.9 Sun Nov 29 22:34:36 2009
+++ rtems/c/src/lib/libbsp/powerpc/mvme3100/include/bsp.h Fri Jan 28 14:29:51 2011
@@ -4,7 +4,7 @@
* Copyright (C) 1999 Eric Valette. valette at crf.canon.fr
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* Adapted for the mvme3100 BSP by T. Straumann, 2007.
diff -u rtems/c/src/lib/libbsp/powerpc/mvme3100/irq/irq.h:1.2 rtems/c/src/lib/libbsp/powerpc/mvme3100/irq/irq.h:1.3
--- rtems/c/src/lib/libbsp/powerpc/mvme3100/irq/irq.h:1.2 Sun Nov 29 22:34:37 2009
+++ rtems/c/src/lib/libbsp/powerpc/mvme3100/irq/irq.h Fri Jan 28 14:29:51 2011
@@ -12,7 +12,7 @@
* the STREAM API Specification Document link.
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* Adapted for the mvme3100 BSP by T. Straumann, 2007.
diff -u rtems/c/src/lib/libbsp/powerpc/mvme3100/start/start.S:1.6 rtems/c/src/lib/libbsp/powerpc/mvme3100/start/start.S:1.7
--- rtems/c/src/lib/libbsp/powerpc/mvme3100/start/start.S:1.6 Sun Nov 29 22:34:37 2009
+++ rtems/c/src/lib/libbsp/powerpc/mvme3100/start/start.S Fri Jan 28 14:29:51 2011
@@ -4,7 +4,7 @@
* Copyright (C) 1999 Eric Valette. valette at crf.canon.fr
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* Modified for mvme3100 by T. Straumann, 2007.
diff -u rtems/c/src/lib/libbsp/powerpc/mvme5500/include/bsp.h:1.19 rtems/c/src/lib/libbsp/powerpc/mvme5500/include/bsp.h:1.20
--- rtems/c/src/lib/libbsp/powerpc/mvme5500/include/bsp.h:1.19 Sun Nov 29 22:24:25 2009
+++ rtems/c/src/lib/libbsp/powerpc/mvme5500/include/bsp.h Fri Jan 28 14:29:51 2011
@@ -4,7 +4,7 @@
* Copyright (C) 1999 Eric Valette. valette at crf.canon.fr
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* (C) S. Kate Feng 2003-2007 : Modified it to support the mvme5500 BSP.
diff -u rtems/c/src/lib/libbsp/powerpc/mvme5500/irq/irq.h:1.11 rtems/c/src/lib/libbsp/powerpc/mvme5500/irq/irq.h:1.12
--- rtems/c/src/lib/libbsp/powerpc/mvme5500/irq/irq.h:1.11 Sun Nov 29 22:24:25 2009
+++ rtems/c/src/lib/libbsp/powerpc/mvme5500/irq/irq.h Fri Jan 28 14:29:51 2011
@@ -12,7 +12,7 @@
* the STREAM API Specification Document link.
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* Copyright 2004, 2005 Brookhaven National Laboratory and
diff -u rtems/c/src/lib/libbsp/powerpc/psim/include/bsp.h:1.26 rtems/c/src/lib/libbsp/powerpc/psim/include/bsp.h:1.27
--- rtems/c/src/lib/libbsp/powerpc/psim/include/bsp.h:1.26 Fri Sep 11 17:53:25 2009
+++ rtems/c/src/lib/libbsp/powerpc/psim/include/bsp.h Fri Jan 28 14:29:51 2011
@@ -23,7 +23,7 @@
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/powerpc/psim/include/coverhd.h:1.5 rtems/c/src/lib/libbsp/powerpc/psim/include/coverhd.h:1.6
--- rtems/c/src/lib/libbsp/powerpc/psim/include/coverhd.h:1.5 Fri Mar 17 04:11:37 2006
+++ rtems/c/src/lib/libbsp/powerpc/psim/include/coverhd.h Fri Jan 28 14:29:51 2011
@@ -18,7 +18,7 @@
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/powerpc/psim/irq/irq.h:1.11 rtems/c/src/lib/libbsp/powerpc/psim/irq/irq.h:1.12
--- rtems/c/src/lib/libbsp/powerpc/psim/irq/irq.h:1.11 Mon Jan 24 09:41:36 2011
+++ rtems/c/src/lib/libbsp/powerpc/psim/irq/irq.h Fri Jan 28 14:29:51 2011
@@ -12,7 +12,7 @@
* the STREAM API Specification Document link.
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/powerpc/psim/shmsupp/addrconv.c:1.5 rtems/c/src/lib/libbsp/powerpc/psim/shmsupp/addrconv.c:1.6
--- rtems/c/src/lib/libbsp/powerpc/psim/shmsupp/addrconv.c:1.5 Thu Sep 4 13:52:31 2003
+++ rtems/c/src/lib/libbsp/powerpc/psim/shmsupp/addrconv.c Fri Jan 28 14:29:51 2011
@@ -12,7 +12,7 @@
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/powerpc/psim/shmsupp/getcfg.c:1.7 rtems/c/src/lib/libbsp/powerpc/psim/shmsupp/getcfg.c:1.8
--- rtems/c/src/lib/libbsp/powerpc/psim/shmsupp/getcfg.c:1.7 Fri Sep 5 09:42:59 2008
+++ rtems/c/src/lib/libbsp/powerpc/psim/shmsupp/getcfg.c Fri Jan 28 14:29:51 2011
@@ -16,7 +16,7 @@
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/powerpc/psim/startup/linkcmds:1.33 rtems/c/src/lib/libbsp/powerpc/psim/startup/linkcmds:1.34
--- rtems/c/src/lib/libbsp/powerpc/psim/startup/linkcmds:1.33 Sun Nov 15 16:37:19 2009
+++ rtems/c/src/lib/libbsp/powerpc/psim/startup/linkcmds Fri Jan 28 14:29:52 2011
@@ -3,7 +3,7 @@
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/powerpc/psim/tools/psim-gdb-top.in:1.2 rtems/c/src/lib/libbsp/powerpc/psim/tools/psim-gdb-top.in:1.3
--- rtems/c/src/lib/libbsp/powerpc/psim/tools/psim-gdb-top.in:1.2 Thu Dec 4 14:26:45 2008
+++ rtems/c/src/lib/libbsp/powerpc/psim/tools/psim-gdb-top.in Fri Jan 28 14:29:52 2011
@@ -6,7 +6,7 @@
# On-Line Applications Research Corporation (OAR).
#
# The license and distribution terms for this file may be
-# found in found in the file LICENSE in this distribution or at
+# found in the file LICENSE in this distribution or at
# http://www.rtems.com/license/LICENSE.
#
# $Id$
diff -u rtems/c/src/lib/libbsp/powerpc/psim/tools/psim-top.in:1.5 rtems/c/src/lib/libbsp/powerpc/psim/tools/psim-top.in:1.6
--- rtems/c/src/lib/libbsp/powerpc/psim/tools/psim-top.in:1.5 Fri Sep 11 17:42:00 2009
+++ rtems/c/src/lib/libbsp/powerpc/psim/tools/psim-top.in Fri Jan 28 14:29:52 2011
@@ -6,7 +6,7 @@
# On-Line Applications Research Corporation (OAR).
#
# The license and distribution terms for this file may be
-# found in found in the file LICENSE in this distribution or at
+# found in the file LICENSE in this distribution or at
# http://www.rtems.com/license/LICENSE.
#
# $Id$
diff -u rtems/c/src/lib/libbsp/powerpc/psim/tools/runtest-top.in:1.3 rtems/c/src/lib/libbsp/powerpc/psim/tools/runtest-top.in:1.4
--- rtems/c/src/lib/libbsp/powerpc/psim/tools/runtest-top.in:1.3 Fri Sep 11 17:42:00 2009
+++ rtems/c/src/lib/libbsp/powerpc/psim/tools/runtest-top.in Fri Jan 28 14:29:52 2011
@@ -9,7 +9,7 @@
# On-Line Applications Research Corporation (OAR).
#
# The license and distribution terms for this file may be
-# found in found in the file LICENSE in this distribution or at
+# found in the file LICENSE in this distribution or at
# http://www.rtems.com/license/LICENSE.
#
# $Id$
diff -u rtems/c/src/lib/libbsp/powerpc/qemuppc/irq/irq.h:1.3 rtems/c/src/lib/libbsp/powerpc/qemuppc/irq/irq.h:1.4
--- rtems/c/src/lib/libbsp/powerpc/qemuppc/irq/irq.h:1.3 Fri Apr 30 07:32:51 2010
+++ rtems/c/src/lib/libbsp/powerpc/qemuppc/irq/irq.h Fri Jan 28 14:29:52 2011
@@ -12,7 +12,7 @@
* the STREAM API Specification Document link.
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* irq.h,v 1.2.4.2 2003/09/04 18:45:20 joel Exp
diff -u rtems/c/src/lib/libbsp/powerpc/score603e/irq/irq.c:1.14 rtems/c/src/lib/libbsp/powerpc/score603e/irq/irq.c:1.15
--- rtems/c/src/lib/libbsp/powerpc/score603e/irq/irq.c:1.14 Mon Jun 28 19:38:29 2010
+++ rtems/c/src/lib/libbsp/powerpc/score603e/irq/irq.c Fri Jan 28 14:29:52 2011
@@ -4,7 +4,7 @@
* Copyright (C) 1998, 1999 valette at crf.canon.fr
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/powerpc/shared/bootloader/bootldr.h:1.8 rtems/c/src/lib/libbsp/powerpc/shared/bootloader/bootldr.h:1.9
--- rtems/c/src/lib/libbsp/powerpc/shared/bootloader/bootldr.h:1.8 Fri Sep 25 09:56:04 2009
+++ rtems/c/src/lib/libbsp/powerpc/shared/bootloader/bootldr.h Fri Jan 28 14:29:52 2011
@@ -9,7 +9,7 @@
* Copyright (C) 1999 Eric Valette. valette at crf.canon.fr
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/powerpc/shared/bootloader/em86.c:1.9 rtems/c/src/lib/libbsp/powerpc/shared/bootloader/em86.c:1.10
--- rtems/c/src/lib/libbsp/powerpc/shared/bootloader/em86.c:1.9 Wed Apr 28 13:51:58 2010
+++ rtems/c/src/lib/libbsp/powerpc/shared/bootloader/em86.c Fri Jan 28 14:29:52 2011
@@ -9,7 +9,7 @@
* Copyright (C) 1999 Eric Valette. valette at crf.canon.fr
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/powerpc/shared/bootloader/em86real.S:1.6 rtems/c/src/lib/libbsp/powerpc/shared/bootloader/em86real.S:1.7
--- rtems/c/src/lib/libbsp/powerpc/shared/bootloader/em86real.S:1.6 Wed Apr 21 11:01:44 2004
+++ rtems/c/src/lib/libbsp/powerpc/shared/bootloader/em86real.S Fri Jan 28 14:29:52 2011
@@ -9,7 +9,7 @@
* Copyright (C) 1999 Eric Valette. valette at crf.canon.fr
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/powerpc/shared/bootloader/exception.S:1.5 rtems/c/src/lib/libbsp/powerpc/shared/bootloader/exception.S:1.6
--- rtems/c/src/lib/libbsp/powerpc/shared/bootloader/exception.S:1.5 Wed Apr 21 05:43:00 2004
+++ rtems/c/src/lib/libbsp/powerpc/shared/bootloader/exception.S Fri Jan 28 14:29:52 2011
@@ -9,7 +9,7 @@
* Copyright (C) 1999 Eric Valette. valette at crf.canon.fr
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/powerpc/shared/bootloader/head.S:1.9 rtems/c/src/lib/libbsp/powerpc/shared/bootloader/head.S:1.10
--- rtems/c/src/lib/libbsp/powerpc/shared/bootloader/head.S:1.9 Wed Apr 21 11:01:44 2004
+++ rtems/c/src/lib/libbsp/powerpc/shared/bootloader/head.S Fri Jan 28 14:29:52 2011
@@ -9,7 +9,7 @@
* Copyright (C) 1999 Eric Valette. valette at crf.canon.fr
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/powerpc/shared/bootloader/lib.c:1.4 rtems/c/src/lib/libbsp/powerpc/shared/bootloader/lib.c:1.5
--- rtems/c/src/lib/libbsp/powerpc/shared/bootloader/lib.c:1.4 Wed Apr 21 11:01:44 2004
+++ rtems/c/src/lib/libbsp/powerpc/shared/bootloader/lib.c Fri Jan 28 14:29:52 2011
@@ -9,7 +9,7 @@
* CopyRight (C) 1998, 1999 valette at crf.canon.fr
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/powerpc/shared/bootloader/misc.c:1.11 rtems/c/src/lib/libbsp/powerpc/shared/bootloader/misc.c:1.12
--- rtems/c/src/lib/libbsp/powerpc/shared/bootloader/misc.c:1.11 Thu Nov 3 13:14:54 2005
+++ rtems/c/src/lib/libbsp/powerpc/shared/bootloader/misc.c Fri Jan 28 14:29:52 2011
@@ -9,7 +9,7 @@
* Copyright (C) 1999 Eric Valette. valette at crf.canon.fr
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/powerpc/shared/bootloader/mm.c:1.6 rtems/c/src/lib/libbsp/powerpc/shared/bootloader/mm.c:1.7
--- rtems/c/src/lib/libbsp/powerpc/shared/bootloader/mm.c:1.6 Wed Apr 28 13:51:58 2010
+++ rtems/c/src/lib/libbsp/powerpc/shared/bootloader/mm.c Fri Jan 28 14:29:52 2011
@@ -9,7 +9,7 @@
* Copyright (C) 1999 Eric Valette. valette at crf.canon.fr
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/powerpc/shared/bootloader/pci.c:1.16 rtems/c/src/lib/libbsp/powerpc/shared/bootloader/pci.c:1.17
--- rtems/c/src/lib/libbsp/powerpc/shared/bootloader/pci.c:1.16 Sun Nov 29 22:32:24 2009
+++ rtems/c/src/lib/libbsp/powerpc/shared/bootloader/pci.c Fri Jan 28 14:29:52 2011
@@ -9,7 +9,7 @@
* Copyright (C) 1999 Eric Valette. valette at crf.canon.fr
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/powerpc/shared/console/console.c:1.19 rtems/c/src/lib/libbsp/powerpc/shared/console/console.c:1.20
--- rtems/c/src/lib/libbsp/powerpc/shared/console/console.c:1.19 Sun Nov 29 22:28:46 2009
+++ rtems/c/src/lib/libbsp/powerpc/shared/console/console.c Fri Jan 28 14:29:52 2011
@@ -16,7 +16,7 @@
*
* Instituto Superior Tecnico * Lisboa * PORTUGAL
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/powerpc/shared/console/consoleIo.h:1.6 rtems/c/src/lib/libbsp/powerpc/shared/console/consoleIo.h:1.7
--- rtems/c/src/lib/libbsp/powerpc/shared/console/consoleIo.h:1.6 Wed Apr 21 11:01:44 2004
+++ rtems/c/src/lib/libbsp/powerpc/shared/console/consoleIo.h Fri Jan 28 14:29:52 2011
@@ -4,7 +4,7 @@
* Copyright (C) 1999 Eric Valette. valette at crf.canon.fr
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/powerpc/shared/console/inch.c:1.12 rtems/c/src/lib/libbsp/powerpc/shared/console/inch.c:1.13
--- rtems/c/src/lib/libbsp/powerpc/shared/console/inch.c:1.12 Mon Sep 22 16:50:31 2008
+++ rtems/c/src/lib/libbsp/powerpc/shared/console/inch.c Fri Jan 28 14:29:52 2011
@@ -13,7 +13,7 @@
*
* Instituto Superior Tecnico * Lisboa * PORTUGAL
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/powerpc/shared/console/keyboard.h:1.3 rtems/c/src/lib/libbsp/powerpc/shared/console/keyboard.h:1.4
--- rtems/c/src/lib/libbsp/powerpc/shared/console/keyboard.h:1.3 Wed Apr 21 11:01:44 2004
+++ rtems/c/src/lib/libbsp/powerpc/shared/console/keyboard.h Fri Jan 28 14:29:52 2011
@@ -4,7 +4,7 @@
* Copyright (C) 1999 Eric Valette. valette at crf.canon.fr
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/powerpc/shared/console/polled_io.c:1.16 rtems/c/src/lib/libbsp/powerpc/shared/console/polled_io.c:1.17
--- rtems/c/src/lib/libbsp/powerpc/shared/console/polled_io.c:1.16 Sun Aug 15 18:31:10 2010
+++ rtems/c/src/lib/libbsp/powerpc/shared/console/polled_io.c Fri Jan 28 14:29:52 2011
@@ -9,7 +9,7 @@
* Copyright (C) 1999 Eric Valette. valette at crf.canon.fr
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/powerpc/shared/irq/i8259.c:1.8 rtems/c/src/lib/libbsp/powerpc/shared/irq/i8259.c:1.9
--- rtems/c/src/lib/libbsp/powerpc/shared/irq/i8259.c:1.8 Sun Dec 2 15:49:07 2007
+++ rtems/c/src/lib/libbsp/powerpc/shared/irq/i8259.c Fri Jan 28 14:29:52 2011
@@ -6,7 +6,7 @@
* Copyright (C) 1998, 1999 valette at crf.canon.fr
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/powerpc/shared/irq/irq.h:1.15 rtems/c/src/lib/libbsp/powerpc/shared/irq/irq.h:1.16
--- rtems/c/src/lib/libbsp/powerpc/shared/irq/irq.h:1.15 Sun Dec 2 15:49:07 2007
+++ rtems/c/src/lib/libbsp/powerpc/shared/irq/irq.h Fri Jan 28 14:29:52 2011
@@ -12,7 +12,7 @@
* the STREAM API Specification Document link.
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/powerpc/shared/irq/openpic_i8259_irq.c:1.10 rtems/c/src/lib/libbsp/powerpc/shared/irq/openpic_i8259_irq.c:1.11
--- rtems/c/src/lib/libbsp/powerpc/shared/irq/openpic_i8259_irq.c:1.10 Sun Nov 29 22:33:10 2009
+++ rtems/c/src/lib/libbsp/powerpc/shared/irq/openpic_i8259_irq.c Fri Jan 28 14:29:52 2011
@@ -6,7 +6,7 @@
* Copyright (C) 1998, 1999 valette at crf.canon.fr
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/powerpc/shared/motorola/motorola.h:1.7 rtems/c/src/lib/libbsp/powerpc/shared/motorola/motorola.h:1.8
--- rtems/c/src/lib/libbsp/powerpc/shared/motorola/motorola.h:1.7 Wed Nov 10 17:51:17 2004
+++ rtems/c/src/lib/libbsp/powerpc/shared/motorola/motorola.h Fri Jan 28 14:29:52 2011
@@ -6,7 +6,7 @@
* CopyRight (C) 1999 valette at crf.canon.fr
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/powerpc/shared/motorola/motorola.c:1.16 rtems/c/src/lib/libbsp/powerpc/shared/motorola/motorola.c:1.17
--- rtems/c/src/lib/libbsp/powerpc/shared/motorola/motorola.c:1.16 Sun Nov 29 22:29:20 2009
+++ rtems/c/src/lib/libbsp/powerpc/shared/motorola/motorola.c Fri Jan 28 14:29:52 2011
@@ -6,7 +6,7 @@
* Copyright (C) 1999 valette at crf.canon.fr
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/powerpc/shared/openpic/openpic.h:1.11 rtems/c/src/lib/libbsp/powerpc/shared/openpic/openpic.h:1.12
--- rtems/c/src/lib/libbsp/powerpc/shared/openpic/openpic.h:1.11 Sun Nov 29 22:33:10 2009
+++ rtems/c/src/lib/libbsp/powerpc/shared/openpic/openpic.h Fri Jan 28 14:29:52 2011
@@ -28,7 +28,7 @@
* Copyright (C) 1999 Eric Valette. valette at crf.canon.fr
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/powerpc/shared/openpic/openpic.c:1.18 rtems/c/src/lib/libbsp/powerpc/shared/openpic/openpic.c:1.19
--- rtems/c/src/lib/libbsp/powerpc/shared/openpic/openpic.c:1.18 Sun Nov 29 22:33:10 2009
+++ rtems/c/src/lib/libbsp/powerpc/shared/openpic/openpic.c Fri Jan 28 14:29:52 2011
@@ -9,7 +9,7 @@
* Copyright (C) 1999 Eric Valette. valette at crf.canon.fr
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/powerpc/shared/pci/pci.c:1.23 rtems/c/src/lib/libbsp/powerpc/shared/pci/pci.c:1.24
--- rtems/c/src/lib/libbsp/powerpc/shared/pci/pci.c:1.23 Fri Dec 11 06:58:28 2009
+++ rtems/c/src/lib/libbsp/powerpc/shared/pci/pci.c Fri Jan 28 14:29:52 2011
@@ -10,7 +10,7 @@
* the STREAM API Specification Document link.
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/powerpc/shared/residual/residual.c:1.7 rtems/c/src/lib/libbsp/powerpc/shared/residual/residual.c:1.8
--- rtems/c/src/lib/libbsp/powerpc/shared/residual/residual.c:1.7 Thu Nov 3 13:14:54 2005
+++ rtems/c/src/lib/libbsp/powerpc/shared/residual/residual.c Fri Jan 28 14:29:53 2011
@@ -7,7 +7,7 @@
* that can be found at :
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/powerpc/shared/start/start.S:1.27 rtems/c/src/lib/libbsp/powerpc/shared/start/start.S:1.28
--- rtems/c/src/lib/libbsp/powerpc/shared/start/start.S:1.27 Mon Jan 17 08:48:25 2011
+++ rtems/c/src/lib/libbsp/powerpc/shared/start/start.S Fri Jan 28 14:29:53 2011
@@ -4,7 +4,7 @@
* Copyright (C) 1999 Eric Valette. valette at crf.canon.fr
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/powerpc/ss555/irq/irq.h:1.3 rtems/c/src/lib/libbsp/powerpc/ss555/irq/irq.h:1.4
--- rtems/c/src/lib/libbsp/powerpc/ss555/irq/irq.h:1.3 Wed Apr 28 12:17:47 2010
+++ rtems/c/src/lib/libbsp/powerpc/ss555/irq/irq.h Fri Jan 28 14:29:53 2011
@@ -18,7 +18,7 @@
* the STREAM API Specification Document link.
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
*joel*:
2011-01-28 Joel Sherrill <joel.sherrilL at OARcorp.com>
* leon2/pci/pci.c, leon3/pci/pci.c: Fix typo where license said
found in found in.
M 1.81 c/src/lib/libbsp/sparc/ChangeLog
M 1.7 c/src/lib/libbsp/sparc/leon2/pci/pci.c
M 1.7 c/src/lib/libbsp/sparc/leon3/pci/pci.c
diff -u rtems/c/src/lib/libbsp/sparc/ChangeLog:1.80 rtems/c/src/lib/libbsp/sparc/ChangeLog:1.81
--- rtems/c/src/lib/libbsp/sparc/ChangeLog:1.80 Tue Aug 3 09:17:15 2010
+++ rtems/c/src/lib/libbsp/sparc/ChangeLog Fri Jan 28 14:29:56 2011
@@ -1,3 +1,8 @@
+2011-01-28 Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+ * leon2/pci/pci.c, leon3/pci/pci.c: Fix typo where license said
+ found in found in.
+
2010-08-03 Joel Sherrill <joel.sherrilL at OARcorp.com>
* shared/bspgetworkarea.c: Formatting.
diff -u rtems/c/src/lib/libbsp/sparc/leon2/pci/pci.c:1.6 rtems/c/src/lib/libbsp/sparc/leon2/pci/pci.c:1.7
--- rtems/c/src/lib/libbsp/sparc/leon2/pci/pci.c:1.6 Fri Dec 11 07:00:27 2009
+++ rtems/c/src/lib/libbsp/sparc/leon2/pci/pci.c Fri Jan 28 14:29:56 2011
@@ -10,7 +10,7 @@
* the STREAM API Specification Document link.
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/sparc/leon3/pci/pci.c:1.6 rtems/c/src/lib/libbsp/sparc/leon3/pci/pci.c:1.7
--- rtems/c/src/lib/libbsp/sparc/leon3/pci/pci.c:1.6 Fri Dec 11 06:59:43 2009
+++ rtems/c/src/lib/libbsp/sparc/leon3/pci/pci.c Fri Jan 28 14:29:56 2011
@@ -10,7 +10,7 @@
* the STREAM API Specification Document link.
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* pci.c,v 1.2.4.4 2004/11/10 22:15:01 joel Exp
*joel*:
2011-01-28 Joel Sherrill <joel.sherrilL at OARcorp.com>
* bsp_specs: Revert accidental commit.
M 1.157 c/src/lib/libbsp/sparc/erc32/ChangeLog
M 1.17 c/src/lib/libbsp/sparc/erc32/bsp_specs
M 1.76 c/src/lib/libbsp/sparc/leon2/ChangeLog
M 1.6 c/src/lib/libbsp/sparc/leon2/bsp_specs
diff -u rtems/c/src/lib/libbsp/sparc/erc32/ChangeLog:1.156 rtems/c/src/lib/libbsp/sparc/erc32/ChangeLog:1.157
--- rtems/c/src/lib/libbsp/sparc/erc32/ChangeLog:1.156 Fri Jan 28 14:25:24 2011
+++ rtems/c/src/lib/libbsp/sparc/erc32/ChangeLog Fri Jan 28 14:32:50 2011
@@ -1,5 +1,9 @@
2011-01-28 Joel Sherrill <joel.sherrilL at OARcorp.com>
+ * bsp_specs: Revert accidental commit.
+
+2011-01-28 Joel Sherrill <joel.sherrilL at OARcorp.com>
+
* bsp_specs, make/custom/erc32.cfg: Fix typo where license said
found in found in.
diff -u rtems/c/src/lib/libbsp/sparc/erc32/bsp_specs:1.16 rtems/c/src/lib/libbsp/sparc/erc32/bsp_specs:1.17
--- rtems/c/src/lib/libbsp/sparc/erc32/bsp_specs:1.16 Fri Jan 28 14:25:24 2011
+++ rtems/c/src/lib/libbsp/sparc/erc32/bsp_specs Fri Jan 28 14:32:50 2011
@@ -7,7 +7,7 @@
*startfile:
%{!qrtems: %(old_startfile)} \
-%{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}
+%{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s}}
*link:
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N}
diff -u rtems/c/src/lib/libbsp/sparc/leon2/ChangeLog:1.75 rtems/c/src/lib/libbsp/sparc/leon2/ChangeLog:1.76
--- rtems/c/src/lib/libbsp/sparc/leon2/ChangeLog:1.75 Fri Jan 28 14:25:26 2011
+++ rtems/c/src/lib/libbsp/sparc/leon2/ChangeLog Fri Jan 28 14:32:53 2011
@@ -1,5 +1,9 @@
2011-01-28 Joel Sherrill <joel.sherrilL at OARcorp.com>
+ * bsp_specs: Revert accidental commit.
+
+2011-01-28 Joel Sherrill <joel.sherrilL at OARcorp.com>
+
* bsp_specs: Fix typo where license said found in found in.
2010-08-26 Chris Johns <chrisj at rtems.org>
diff -u rtems/c/src/lib/libbsp/sparc/leon2/bsp_specs:1.5 rtems/c/src/lib/libbsp/sparc/leon2/bsp_specs:1.6
--- rtems/c/src/lib/libbsp/sparc/leon2/bsp_specs:1.5 Fri Jan 28 14:25:26 2011
+++ rtems/c/src/lib/libbsp/sparc/leon2/bsp_specs Fri Jan 28 14:32:53 2011
@@ -7,7 +7,7 @@
*startfile:
%{!qrtems: %(old_startfile)} \
-%{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}
+%{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s}}
*link:
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N}
*joel*:
2011-01-28 Joel Sherrill <joel.sherrilL at OARcorp.com>
* console/console.c: Fix typo where license said found in found in.
M 1.144 c/src/lib/libbsp/i386/i386ex/ChangeLog
M 1.26 c/src/lib/libbsp/i386/i386ex/console/console.c
diff -u rtems/c/src/lib/libbsp/i386/i386ex/ChangeLog:1.143 rtems/c/src/lib/libbsp/i386/i386ex/ChangeLog:1.144
--- rtems/c/src/lib/libbsp/i386/i386ex/ChangeLog:1.143 Fri May 21 13:02:25 2010
+++ rtems/c/src/lib/libbsp/i386/i386ex/ChangeLog Fri Jan 28 14:35:31 2011
@@ -1,3 +1,7 @@
+2011-01-28 Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+ * console/console.c: Fix typo where license said found in found in.
+
2010-05-21 Joel Sherrill <joel.sherrill at oarcorp.com>
* Makefile.am: Add bspreset.c
diff -u rtems/c/src/lib/libbsp/i386/i386ex/console/console.c:1.25 rtems/c/src/lib/libbsp/i386/i386ex/console/console.c:1.26
--- rtems/c/src/lib/libbsp/i386/i386ex/console/console.c:1.25 Thu Dec 10 07:56:21 2009
+++ rtems/c/src/lib/libbsp/i386/i386ex/console/console.c Fri Jan 28 14:35:31 2011
@@ -25,7 +25,7 @@
| * On-Line Applications Research Corporation (OAR).
| *
| * The license and distribution terms for this file may be
-| * found in found in the file LICENSE in this distribution or at
+| * found in the file LICENSE in this distribution or at
| * http://www.rtems.com/license/LICENSE.
| **************************************************************************
|
*joel*:
2011-01-28 Joel Sherrill <joel.sherrilL at OARcorp.com>
* clock/rtc.c, console/console.c, console/inch.c, console/outch.c,
include/bsp.h, include/crt.h, ne2000/ne2000.c, startup/bspcmdline.c,
startup/bspstart.c, startup/ldsegs.S, timer/timer.c,
timer/timerisr.S: Fix typo where license said found in found in.
M 1.264 c/src/lib/libbsp/i386/pc386/ChangeLog
M 1.11 c/src/lib/libbsp/i386/pc386/clock/rtc.c
M 1.51 c/src/lib/libbsp/i386/pc386/console/console.c
M 1.25 c/src/lib/libbsp/i386/pc386/console/inch.c
M 1.16 c/src/lib/libbsp/i386/pc386/console/outch.c
M 1.47 c/src/lib/libbsp/i386/pc386/include/bsp.h
M 1.6 c/src/lib/libbsp/i386/pc386/include/crt.h
M 1.24 c/src/lib/libbsp/i386/pc386/ne2000/ne2000.c
M 1.2 c/src/lib/libbsp/i386/pc386/startup/bspcmdline.c
M 1.50 c/src/lib/libbsp/i386/pc386/startup/bspstart.c
M 1.20 c/src/lib/libbsp/i386/pc386/startup/ldsegs.S
M 1.31 c/src/lib/libbsp/i386/pc386/timer/timer.c
M 1.8 c/src/lib/libbsp/i386/pc386/timer/timerisr.S
diff -u rtems/c/src/lib/libbsp/i386/pc386/ChangeLog:1.263 rtems/c/src/lib/libbsp/i386/pc386/ChangeLog:1.264
--- rtems/c/src/lib/libbsp/i386/pc386/ChangeLog:1.263 Thu Jan 6 12:57:59 2011
+++ rtems/c/src/lib/libbsp/i386/pc386/ChangeLog Fri Jan 28 14:35:34 2011
@@ -1,3 +1,10 @@
+2011-01-28 Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+ * clock/rtc.c, console/console.c, console/inch.c, console/outch.c,
+ include/bsp.h, include/crt.h, ne2000/ne2000.c, startup/bspcmdline.c,
+ startup/bspstart.c, startup/ldsegs.S, timer/timer.c,
+ timer/timerisr.S: Fix typo where license said found in found in.
+
2011-01-06 Joel Sherrill <joel.sherrill at oarcorp.com>
* configure.ac: Move comment to correct location.
diff -u rtems/c/src/lib/libbsp/i386/pc386/clock/rtc.c:1.10 rtems/c/src/lib/libbsp/i386/pc386/clock/rtc.c:1.11
--- rtems/c/src/lib/libbsp/i386/pc386/clock/rtc.c:1.10 Tue Sep 2 08:49:37 2008
+++ rtems/c/src/lib/libbsp/i386/pc386/clock/rtc.c Fri Jan 28 14:35:34 2011
@@ -24,7 +24,7 @@
| * On-Line Applications Research Corporation (OAR).
| *
| * The license and distribution terms for this file may be
-| * found in found in the file LICENSE in this distribution or at
+| * found in the file LICENSE in this distribution or at
| * http://www.rtems.com/license/LICENSE.
| **************************************************************************
|
diff -u rtems/c/src/lib/libbsp/i386/pc386/console/console.c:1.50 rtems/c/src/lib/libbsp/i386/pc386/console/console.c:1.51
--- rtems/c/src/lib/libbsp/i386/pc386/console/console.c:1.50 Sun Oct 10 19:36:48 2010
+++ rtems/c/src/lib/libbsp/i386/pc386/console/console.c Fri Jan 28 14:35:34 2011
@@ -23,7 +23,7 @@
| * On-Line Applications Research Corporation (OAR).
| *
| * The license and distribution terms for this file may be
-| * found in found in the file LICENSE in this distribution or at
+| * found in the file LICENSE in this distribution or at
| * http://www.rtems.com/license/LICENSE.
| **************************************************************************
|
diff -u rtems/c/src/lib/libbsp/i386/pc386/console/inch.c:1.24 rtems/c/src/lib/libbsp/i386/pc386/console/inch.c:1.25
--- rtems/c/src/lib/libbsp/i386/pc386/console/inch.c:1.24 Wed May 6 11:36:16 2009
+++ rtems/c/src/lib/libbsp/i386/pc386/console/inch.c Fri Jan 28 14:35:34 2011
@@ -22,7 +22,7 @@
| * On-Line Applications Research Corporation (OAR).
| *
| * The license and distribution terms for this file may be
-| * found in found in the file LICENSE in this distribution or at
+| * found in the file LICENSE in this distribution or at
| * http://www.rtems.com/license/LICENSE.
| **************************************************************************
|
diff -u rtems/c/src/lib/libbsp/i386/pc386/console/outch.c:1.15 rtems/c/src/lib/libbsp/i386/pc386/console/outch.c:1.16
--- rtems/c/src/lib/libbsp/i386/pc386/console/outch.c:1.15 Mon Aug 18 05:43:01 2008
+++ rtems/c/src/lib/libbsp/i386/pc386/console/outch.c Fri Jan 28 14:35:34 2011
@@ -7,7 +7,7 @@
* Canon Centre Recherche France.
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* Till Straumann <strauman at slac.stanford.edu>, 2003/9:
diff -u rtems/c/src/lib/libbsp/i386/pc386/include/bsp.h:1.46 rtems/c/src/lib/libbsp/i386/pc386/include/bsp.h:1.47
--- rtems/c/src/lib/libbsp/i386/pc386/include/bsp.h:1.46 Wed Dec 23 11:33:41 2009
+++ rtems/c/src/lib/libbsp/i386/pc386/include/bsp.h Fri Jan 28 14:35:34 2011
@@ -31,7 +31,7 @@
| * On-Line Applications Research Corporation (OAR).
| *
| * The license and distribution terms for this file may be
-| * found in found in the file LICENSE in this distribution or at
+| * found in the file LICENSE in this distribution or at
| * http://www.rtems.com/license/LICENSE.
| **************************************************************************
|
diff -u rtems/c/src/lib/libbsp/i386/pc386/include/crt.h:1.5 rtems/c/src/lib/libbsp/i386/pc386/include/crt.h:1.6
--- rtems/c/src/lib/libbsp/i386/pc386/include/crt.h:1.5 Wed Apr 21 11:01:33 2004
+++ rtems/c/src/lib/libbsp/i386/pc386/include/crt.h Fri Jan 28 14:35:34 2011
@@ -7,7 +7,7 @@
* Canon Centre Recherche France.
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/i386/pc386/ne2000/ne2000.c:1.23 rtems/c/src/lib/libbsp/i386/pc386/ne2000/ne2000.c:1.24
--- rtems/c/src/lib/libbsp/i386/pc386/ne2000/ne2000.c:1.23 Mon Nov 23 12:26:55 2009
+++ rtems/c/src/lib/libbsp/i386/pc386/ne2000/ne2000.c Fri Jan 28 14:35:34 2011
@@ -3,7 +3,7 @@
* October, 1998.
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/i386/pc386/startup/bspcmdline.c:1.1 rtems/c/src/lib/libbsp/i386/pc386/startup/bspcmdline.c:1.2
--- rtems/c/src/lib/libbsp/i386/pc386/startup/bspcmdline.c:1.1 Tue Apr 28 01:20:35 2009
+++ rtems/c/src/lib/libbsp/i386/pc386/startup/bspcmdline.c Fri Jan 28 14:35:34 2011
@@ -19,7 +19,7 @@
| * On-Line Applications Research Corporation (OAR).
| *
| * The license and distribution terms for this file may be
-| * found in found in the file LICENSE in this distribution or at
+| * found in the file LICENSE in this distribution or at
| * http://www.rtems.com/license/LICENSE.
| **************************************************************************
|
diff -u rtems/c/src/lib/libbsp/i386/pc386/startup/bspstart.c:1.49 rtems/c/src/lib/libbsp/i386/pc386/startup/bspstart.c:1.50
--- rtems/c/src/lib/libbsp/i386/pc386/startup/bspstart.c:1.49 Mon Jun 14 11:01:08 2010
+++ rtems/c/src/lib/libbsp/i386/pc386/startup/bspstart.c Fri Jan 28 14:35:34 2011
@@ -23,7 +23,7 @@
| * On-Line Applications Research Corporation (OAR).
| *
| * The license and distribution terms for this file may be
-| * found in found in the file LICENSE in this distribution or at
+| * found in the file LICENSE in this distribution or at
| * http://www.rtems.com/license/LICENSE.
| **************************************************************************
|
diff -u rtems/c/src/lib/libbsp/i386/pc386/startup/ldsegs.S:1.19 rtems/c/src/lib/libbsp/i386/pc386/startup/ldsegs.S:1.20
--- rtems/c/src/lib/libbsp/i386/pc386/startup/ldsegs.S:1.19 Fri Jul 23 07:24:06 2010
+++ rtems/c/src/lib/libbsp/i386/pc386/startup/ldsegs.S Fri Jan 28 14:35:34 2011
@@ -28,7 +28,7 @@
| * On-Line Applications Research Corporation (OAR).
| *
| * The license and distribution terms for this file may be
-| * found in found in the file LICENSE in this distribution or at
+| * found in the file LICENSE in this distribution or at
| * http://www.rtems.com/license/LICENSE.
| **************************************************************************
|
diff -u rtems/c/src/lib/libbsp/i386/pc386/timer/timer.c:1.30 rtems/c/src/lib/libbsp/i386/pc386/timer/timer.c:1.31
--- rtems/c/src/lib/libbsp/i386/pc386/timer/timer.c:1.30 Wed Jul 21 07:33:58 2010
+++ rtems/c/src/lib/libbsp/i386/pc386/timer/timer.c Fri Jan 28 14:35:34 2011
@@ -21,7 +21,7 @@
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/i386/pc386/timer/timerisr.S:1.7 rtems/c/src/lib/libbsp/i386/pc386/timer/timerisr.S:1.8
--- rtems/c/src/lib/libbsp/i386/pc386/timer/timerisr.S:1.7 Wed Apr 21 11:01:33 2004
+++ rtems/c/src/lib/libbsp/i386/pc386/timer/timerisr.S Fri Jan 28 14:35:34 2011
@@ -23,7 +23,7 @@
| * On-Line Applications Research Corporation (OAR).
| *
| * The license and distribution terms for this file may be
-| * found in found in the file LICENSE in this distribution or at
+| * found in the file LICENSE in this distribution or at
| * http://www.rtems.com/license/LICENSE.
| **************************************************************************
|
*joel*:
2011-01-28 Joel Sherrill <joel.sherrilL at OARcorp.com>
* clock/rtc.c, console/console.c, network/ne2000.c: Fix typo where
license said found in found in.
M 1.137 c/src/lib/libbsp/i386/ts_386ex/ChangeLog
M 1.9 c/src/lib/libbsp/i386/ts_386ex/clock/rtc.c
M 1.16 c/src/lib/libbsp/i386/ts_386ex/console/console.c
M 1.10 c/src/lib/libbsp/i386/ts_386ex/network/ne2000.c
diff -u rtems/c/src/lib/libbsp/i386/ts_386ex/ChangeLog:1.136 rtems/c/src/lib/libbsp/i386/ts_386ex/ChangeLog:1.137
--- rtems/c/src/lib/libbsp/i386/ts_386ex/ChangeLog:1.136 Fri May 21 13:08:57 2010
+++ rtems/c/src/lib/libbsp/i386/ts_386ex/ChangeLog Fri Jan 28 14:35:36 2011
@@ -1,3 +1,8 @@
+2011-01-28 Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+ * clock/rtc.c, console/console.c, network/ne2000.c: Fix typo where
+ license said found in found in.
+
2010-05-21 Joel Sherrill <joel.sherrill at oarcorp.com>
* Makefile.am: Add bspreset.c
diff -u rtems/c/src/lib/libbsp/i386/ts_386ex/clock/rtc.c:1.8 rtems/c/src/lib/libbsp/i386/ts_386ex/clock/rtc.c:1.9
--- rtems/c/src/lib/libbsp/i386/ts_386ex/clock/rtc.c:1.8 Tue Sep 2 08:04:59 2008
+++ rtems/c/src/lib/libbsp/i386/ts_386ex/clock/rtc.c Fri Jan 28 14:35:36 2011
@@ -24,7 +24,7 @@
| * On-Line Applications Research Corporation (OAR).
| *
| * The license and distribution terms for this file may be
-| * found in found in the file LICENSE in this distribution or at
+| * found in the file LICENSE in this distribution or at
| * http://www.rtems.com/license/LICENSE.
| **************************************************************************
|
diff -u rtems/c/src/lib/libbsp/i386/ts_386ex/console/console.c:1.15 rtems/c/src/lib/libbsp/i386/ts_386ex/console/console.c:1.16
--- rtems/c/src/lib/libbsp/i386/ts_386ex/console/console.c:1.15 Tue Sep 29 22:18:35 2009
+++ rtems/c/src/lib/libbsp/i386/ts_386ex/console/console.c Fri Jan 28 14:35:36 2011
@@ -25,7 +25,7 @@
| * On-Line Applications Research Corporation (OAR).
| *
| * The license and distribution terms for this file may be
-| * found in found in the file LICENSE in this distribution or at
+| * found in the file LICENSE in this distribution or at
| * http://www.rtems.com/license/LICENSE.
| **************************************************************************
|
diff -u rtems/c/src/lib/libbsp/i386/ts_386ex/network/ne2000.c:1.9 rtems/c/src/lib/libbsp/i386/ts_386ex/network/ne2000.c:1.10
--- rtems/c/src/lib/libbsp/i386/ts_386ex/network/ne2000.c:1.9 Tue Sep 2 08:04:59 2008
+++ rtems/c/src/lib/libbsp/i386/ts_386ex/network/ne2000.c Fri Jan 28 14:35:36 2011
@@ -3,7 +3,7 @@
* October, 1998.
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
*joel*:
2011-01-28 Joel Sherrill <joel.sherrilL at OARcorp.com>
* shared/irq/idt.c, shared/irq/irq.c, shared/irq/irq.h,
shared/irq/irq_asm.h: Fix typo where license said found in found in.
M 1.72 c/src/lib/libbsp/i386/ChangeLog
M 1.15 c/src/lib/libbsp/i386/shared/irq/idt.c
M 1.16 c/src/lib/libbsp/i386/shared/irq/irq.h
M 1.24 c/src/lib/libbsp/i386/shared/irq/irq.c
M 1.5 c/src/lib/libbsp/i386/shared/irq/irq_asm.h
diff -u rtems/c/src/lib/libbsp/i386/ChangeLog:1.71 rtems/c/src/lib/libbsp/i386/ChangeLog:1.72
--- rtems/c/src/lib/libbsp/i386/ChangeLog:1.71 Fri Jan 28 14:25:14 2011
+++ rtems/c/src/lib/libbsp/i386/ChangeLog Fri Jan 28 14:35:38 2011
@@ -1,5 +1,10 @@
2011-01-28 Joel Sherrill <joel.sherrilL at OARcorp.com>
+ * shared/irq/idt.c, shared/irq/irq.c, shared/irq/irq.h,
+ shared/irq/irq_asm.h: Fix typo where license said found in found in.
+
+2011-01-28 Joel Sherrill <joel.sherrilL at OARcorp.com>
+
* shared/irq/irq_asm.S: Fix typo where license said found in found in.
2011-01-26 Ralf Corsépius <ralf.corsepius at rtems.org>
diff -u rtems/c/src/lib/libbsp/i386/shared/irq/idt.c:1.14 rtems/c/src/lib/libbsp/i386/shared/irq/idt.c:1.15
--- rtems/c/src/lib/libbsp/i386/shared/irq/idt.c:1.14 Fri Oct 16 17:14:01 2009
+++ rtems/c/src/lib/libbsp/i386/shared/irq/idt.c Fri Jan 28 14:35:38 2011
@@ -12,7 +12,7 @@
* Canon Centre Recherche France.
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/i386/shared/irq/irq.h:1.15 rtems/c/src/lib/libbsp/i386/shared/irq/irq.h:1.16
--- rtems/c/src/lib/libbsp/i386/shared/irq/irq.h:1.15 Fri Apr 30 06:36:16 2010
+++ rtems/c/src/lib/libbsp/i386/shared/irq/irq.h Fri Jan 28 14:35:38 2011
@@ -12,7 +12,7 @@
* the STREAM API Specification Document link.
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/i386/shared/irq/irq.c:1.23 rtems/c/src/lib/libbsp/i386/shared/irq/irq.c:1.24
--- rtems/c/src/lib/libbsp/i386/shared/irq/irq.c:1.23 Mon Jun 28 19:38:13 2010
+++ rtems/c/src/lib/libbsp/i386/shared/irq/irq.c Fri Jan 28 14:35:38 2011
@@ -6,7 +6,7 @@
* Copyright (C) 1998 valette at crf.canon.fr
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libbsp/i386/shared/irq/irq_asm.h:1.4 rtems/c/src/lib/libbsp/i386/shared/irq/irq_asm.h:1.5
--- rtems/c/src/lib/libbsp/i386/shared/irq/irq_asm.h:1.4 Wed Apr 21 11:01:34 2004
+++ rtems/c/src/lib/libbsp/i386/shared/irq/irq_asm.h Fri Jan 28 14:35:38 2011
@@ -7,7 +7,7 @@
* COPYRIGHT (c) 1998 valette at crf.canon.fr
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
*joel*:
2011-01-28 Joel Sherrill <joel.sherrilL at OARcorp.com>
* s3c24xx/irq/irq.c: Fix typo where license said found in found in.
M 1.76 c/src/lib/libcpu/arm/ChangeLog
M 1.3 c/src/lib/libcpu/arm/s3c24xx/irq/irq.c
diff -u rtems/c/src/lib/libcpu/arm/ChangeLog:1.75 rtems/c/src/lib/libcpu/arm/ChangeLog:1.76
--- rtems/c/src/lib/libcpu/arm/ChangeLog:1.75 Sun Aug 15 18:28:46 2010
+++ rtems/c/src/lib/libcpu/arm/ChangeLog Fri Jan 28 14:38:07 2011
@@ -1,3 +1,7 @@
+2011-01-28 Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+ * s3c24xx/irq/irq.c: Fix typo where license said found in found in.
+
2010-08-15 Joel Sherrill <joel.sherrilL at OARcorp.com>
* at91rm9200/dbgu/dbgu.c, pxa255/ffuart/ffuart.c: Add BSP_poll_char.
diff -u rtems/c/src/lib/libcpu/arm/s3c24xx/irq/irq.c:1.2 rtems/c/src/lib/libcpu/arm/s3c24xx/irq/irq.c:1.3
--- rtems/c/src/lib/libcpu/arm/s3c24xx/irq/irq.c:1.2 Fri Apr 30 08:15:49 2010
+++ rtems/c/src/lib/libcpu/arm/s3c24xx/irq/irq.c Fri Jan 28 14:38:07 2011
@@ -8,7 +8,7 @@
* Emmanuel Raguet, mailto:raguet at crf.canon.fr
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
*joel*:
2011-01-28 Joel Sherrill <joel.sherrilL at OARcorp.com>
* byteorder.h, cpu.h, page.c: Fix typo where license said
found in found in.
M 1.66 c/src/lib/libcpu/i386/ChangeLog
M 1.3 c/src/lib/libcpu/i386/byteorder.h
M 1.15 c/src/lib/libcpu/i386/cpu.h
M 1.18 c/src/lib/libcpu/i386/page.c
diff -u rtems/c/src/lib/libcpu/i386/ChangeLog:1.65 rtems/c/src/lib/libcpu/i386/ChangeLog:1.66
--- rtems/c/src/lib/libcpu/i386/ChangeLog:1.65 Tue Jul 6 15:13:02 2010
+++ rtems/c/src/lib/libcpu/i386/ChangeLog Fri Jan 28 14:38:09 2011
@@ -1,3 +1,8 @@
+2011-01-28 Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+ * byteorder.h, cpu.h, page.c: Fix typo where license said
+ found in found in.
+
2009-10-28 Till Straumann <strauman at slac.stanford.edu>
* byteorder.h: added ld_le16, st_le16.
diff -u rtems/c/src/lib/libcpu/i386/byteorder.h:1.2 rtems/c/src/lib/libcpu/i386/byteorder.h:1.3
--- rtems/c/src/lib/libcpu/i386/byteorder.h:1.2 Tue Jul 6 15:13:02 2010
+++ rtems/c/src/lib/libcpu/i386/byteorder.h Fri Jan 28 14:38:09 2011
@@ -1,6 +1,6 @@
/*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libcpu/i386/cpu.h:1.14 rtems/c/src/lib/libcpu/i386/cpu.h:1.15
--- rtems/c/src/lib/libcpu/i386/cpu.h:1.14 Thu Dec 3 22:23:01 2009
+++ rtems/c/src/lib/libcpu/i386/cpu.h Fri Jan 28 14:38:09 2011
@@ -12,7 +12,7 @@
* Canon Centre Recherche France.
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libcpu/i386/page.c:1.17 rtems/c/src/lib/libcpu/i386/page.c:1.18
--- rtems/c/src/lib/libcpu/i386/page.c:1.17 Fri May 21 14:03:21 2010
+++ rtems/c/src/lib/libcpu/i386/page.c Fri Jan 28 14:38:09 2011
@@ -13,7 +13,7 @@
* Canon Centre Recherche France.
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Header$
*joel*:
2011-01-28 Joel Sherrill <joel.sherrilL at OARcorp.com>
* mpc5xx/exceptions/raw_exception.c, mpc5xx/exceptions/raw_exception.h,
mpc5xx/include/console.h, mpc5xx/include/mpc5xx.h, mpc5xx/irq/irq.c,
mpc5xx/irq/irq.h, mpc5xx/irq/irq_asm.S, mpc5xx/vectors/vectors.h,
mpc5xx/vectors/vectors_init.c, mpc6xx/mmu/bat.c, mpc6xx/mmu/bat.h,
mpc6xx/mmu/mmuAsm.S, new-exceptions/bspsupport/irq.c,
new-exceptions/bspsupport/irq_supp.h,
new-exceptions/bspsupport/nested_irq_test.c,
new-exceptions/bspsupport/ppc_exc_address.c,
new-exceptions/bspsupport/ppc_exc_categories.c,
new-exceptions/bspsupport/ppc_exc_global_handler.c,
new-exceptions/bspsupport/ppc_exc_hdl.c,
new-exceptions/bspsupport/ppc_exc_initialize.c,
new-exceptions/bspsupport/ppc_exc_prologue.c,
new-exceptions/bspsupport/ppc_exc_test.c,
new-exceptions/bspsupport/vectors.h, shared/include/byteorder.h,
shared/include/cpuIdent.c, shared/include/cpuIdent.h,
shared/include/io.h, shared/include/mmu.h, shared/include/page.h,
shared/include/pgtable.h, shared/include/spr.h: Fix typo where
license said found in found in.
M 1.370 c/src/lib/libcpu/powerpc/ChangeLog
M 1.6 c/src/lib/libcpu/powerpc/mpc5xx/exceptions/raw_exception.h
M 1.8 c/src/lib/libcpu/powerpc/mpc5xx/exceptions/raw_exception.c
M 1.6 c/src/lib/libcpu/powerpc/mpc5xx/include/console.h
M 1.6 c/src/lib/libcpu/powerpc/mpc5xx/include/mpc5xx.h
M 1.6 c/src/lib/libcpu/powerpc/mpc5xx/irq/irq.h
M 1.10 c/src/lib/libcpu/powerpc/mpc5xx/irq/irq.c
M 1.7 c/src/lib/libcpu/powerpc/mpc5xx/irq/irq_asm.S
M 1.5 c/src/lib/libcpu/powerpc/mpc5xx/vectors/vectors.h
M 1.4 c/src/lib/libcpu/powerpc/mpc5xx/vectors/vectors_init.c
M 1.11 c/src/lib/libcpu/powerpc/mpc6xx/mmu/bat.h
M 1.20 c/src/lib/libcpu/powerpc/mpc6xx/mmu/bat.c
M 1.13 c/src/lib/libcpu/powerpc/mpc6xx/mmu/mmuAsm.S
M 1.11 c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/irq.c
M 1.6 c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/irq_supp.h
M 1.4 c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/nested_irq_test.c
M 1.6 c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_address.c
M 1.7 c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_categories.c
M 1.2 c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_global_handler.c
M 1.11 c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_hdl.c
M 1.7 c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_initialize.c
M 1.4 c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_prologue.c
M 1.5 c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_test.c
M 1.7 c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/vectors.h
M 1.10 c/src/lib/libcpu/powerpc/shared/include/byteorder.h
M 1.28 c/src/lib/libcpu/powerpc/shared/include/cpuIdent.h
M 1.31 c/src/lib/libcpu/powerpc/shared/include/cpuIdent.c
M 1.7 c/src/lib/libcpu/powerpc/shared/include/io.h
M 1.6 c/src/lib/libcpu/powerpc/shared/include/mmu.h
M 1.4 c/src/lib/libcpu/powerpc/shared/include/page.h
M 1.4 c/src/lib/libcpu/powerpc/shared/include/pgtable.h
M 1.6 c/src/lib/libcpu/powerpc/shared/include/spr.h
diff -u rtems/c/src/lib/libcpu/powerpc/ChangeLog:1.369 rtems/c/src/lib/libcpu/powerpc/ChangeLog:1.370
--- rtems/c/src/lib/libcpu/powerpc/ChangeLog:1.369 Thu Jan 27 07:32:53 2011
+++ rtems/c/src/lib/libcpu/powerpc/ChangeLog Fri Jan 28 14:38:12 2011
@@ -1,3 +1,25 @@
+2011-01-28 Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+ * mpc5xx/exceptions/raw_exception.c, mpc5xx/exceptions/raw_exception.h,
+ mpc5xx/include/console.h, mpc5xx/include/mpc5xx.h, mpc5xx/irq/irq.c,
+ mpc5xx/irq/irq.h, mpc5xx/irq/irq_asm.S, mpc5xx/vectors/vectors.h,
+ mpc5xx/vectors/vectors_init.c, mpc6xx/mmu/bat.c, mpc6xx/mmu/bat.h,
+ mpc6xx/mmu/mmuAsm.S, new-exceptions/bspsupport/irq.c,
+ new-exceptions/bspsupport/irq_supp.h,
+ new-exceptions/bspsupport/nested_irq_test.c,
+ new-exceptions/bspsupport/ppc_exc_address.c,
+ new-exceptions/bspsupport/ppc_exc_categories.c,
+ new-exceptions/bspsupport/ppc_exc_global_handler.c,
+ new-exceptions/bspsupport/ppc_exc_hdl.c,
+ new-exceptions/bspsupport/ppc_exc_initialize.c,
+ new-exceptions/bspsupport/ppc_exc_prologue.c,
+ new-exceptions/bspsupport/ppc_exc_test.c,
+ new-exceptions/bspsupport/vectors.h, shared/include/byteorder.h,
+ shared/include/cpuIdent.c, shared/include/cpuIdent.h,
+ shared/include/io.h, shared/include/mmu.h, shared/include/page.h,
+ shared/include/pgtable.h, shared/include/spr.h: Fix typo where
+ license said found in found in.
+
2011-01-27 Sebastian Huber <sebastian.huber at embedded-brains.de>
* new-exceptions/bspsupport/ppc_exc_categories.c: Fixed e500
diff -u rtems/c/src/lib/libcpu/powerpc/mpc5xx/exceptions/raw_exception.h:1.5 rtems/c/src/lib/libcpu/powerpc/mpc5xx/exceptions/raw_exception.h:1.6
--- rtems/c/src/lib/libcpu/powerpc/mpc5xx/exceptions/raw_exception.h:1.5 Sun Nov 29 23:07:53 2009
+++ rtems/c/src/lib/libcpu/powerpc/mpc5xx/exceptions/raw_exception.h Fri Jan 28 14:38:12 2011
@@ -19,7 +19,7 @@
* Canon Centre Recherche France.
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libcpu/powerpc/mpc5xx/exceptions/raw_exception.c:1.7 rtems/c/src/lib/libcpu/powerpc/mpc5xx/exceptions/raw_exception.c:1.8
--- rtems/c/src/lib/libcpu/powerpc/mpc5xx/exceptions/raw_exception.c:1.7 Sun Nov 29 23:07:53 2009
+++ rtems/c/src/lib/libcpu/powerpc/mpc5xx/exceptions/raw_exception.c Fri Jan 28 14:38:12 2011
@@ -17,7 +17,7 @@
* Canon Centre Recherche France.
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
*/
diff -u rtems/c/src/lib/libcpu/powerpc/mpc5xx/include/console.h:1.5 rtems/c/src/lib/libcpu/powerpc/mpc5xx/include/console.h:1.6
--- rtems/c/src/lib/libcpu/powerpc/mpc5xx/include/console.h:1.5 Thu Dec 17 02:42:16 2009
+++ rtems/c/src/lib/libcpu/powerpc/mpc5xx/include/console.h Fri Jan 28 14:38:12 2011
@@ -6,7 +6,7 @@
* Copyright (C) 2004, Real-Time Systems Inc. (querbach at realtime.bc.ca)
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libcpu/powerpc/mpc5xx/include/mpc5xx.h:1.5 rtems/c/src/lib/libcpu/powerpc/mpc5xx/include/mpc5xx.h:1.6
--- rtems/c/src/lib/libcpu/powerpc/mpc5xx/include/mpc5xx.h:1.5 Sun Nov 29 23:07:53 2009
+++ rtems/c/src/lib/libcpu/powerpc/mpc5xx/include/mpc5xx.h Fri Jan 28 14:38:12 2011
@@ -49,7 +49,7 @@
* Copyright (C) 2004, Real-Time Systems Inc. (querbach at realtime.bc.ca)
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libcpu/powerpc/mpc5xx/irq/irq.h:1.5 rtems/c/src/lib/libcpu/powerpc/mpc5xx/irq/irq.h:1.6
--- rtems/c/src/lib/libcpu/powerpc/mpc5xx/irq/irq.h:1.5 Sun Nov 29 23:07:53 2009
+++ rtems/c/src/lib/libcpu/powerpc/mpc5xx/irq/irq.h Fri Jan 28 14:38:12 2011
@@ -19,7 +19,7 @@
* the STREAM API Specification Document link.
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libcpu/powerpc/mpc5xx/irq/irq.c:1.9 rtems/c/src/lib/libcpu/powerpc/mpc5xx/irq/irq.c:1.10
--- rtems/c/src/lib/libcpu/powerpc/mpc5xx/irq/irq.c:1.9 Mon Jun 28 19:39:39 2010
+++ rtems/c/src/lib/libcpu/powerpc/mpc5xx/irq/irq.c Fri Jan 28 14:38:12 2011
@@ -11,7 +11,7 @@
* Copyright (C) 1998, 1999 valette at crf.canon.fr
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libcpu/powerpc/mpc5xx/irq/irq_asm.S:1.6 rtems/c/src/lib/libcpu/powerpc/mpc5xx/irq/irq_asm.S:1.7
--- rtems/c/src/lib/libcpu/powerpc/mpc5xx/irq/irq_asm.S:1.6 Mon Jun 28 19:39:39 2010
+++ rtems/c/src/lib/libcpu/powerpc/mpc5xx/irq/irq_asm.S Fri Jan 28 14:38:12 2011
@@ -5,7 +5,7 @@
* IRQ veneers for RTEMS.
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
*
diff -u rtems/c/src/lib/libcpu/powerpc/mpc5xx/vectors/vectors.h:1.4 rtems/c/src/lib/libcpu/powerpc/mpc5xx/vectors/vectors.h:1.5
--- rtems/c/src/lib/libcpu/powerpc/mpc5xx/vectors/vectors.h:1.4 Sun Nov 29 23:07:54 2009
+++ rtems/c/src/lib/libcpu/powerpc/mpc5xx/vectors/vectors.h Fri Jan 28 14:38:12 2011
@@ -13,7 +13,7 @@
* CopyRight (C) 1999 valette at crf.canon.fr
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libcpu/powerpc/mpc5xx/vectors/vectors_init.c:1.3 rtems/c/src/lib/libcpu/powerpc/mpc5xx/vectors/vectors_init.c:1.4
--- rtems/c/src/lib/libcpu/powerpc/mpc5xx/vectors/vectors_init.c:1.3 Wed Apr 7 01:45:59 2010
+++ rtems/c/src/lib/libcpu/powerpc/mpc5xx/vectors/vectors_init.c Fri Jan 28 14:38:12 2011
@@ -13,7 +13,7 @@
* CopyRight (C) 1999 valette at crf.canon.fr
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libcpu/powerpc/mpc6xx/mmu/bat.h:1.10 rtems/c/src/lib/libcpu/powerpc/mpc6xx/mmu/bat.h:1.11
--- rtems/c/src/lib/libcpu/powerpc/mpc6xx/mmu/bat.h:1.10 Sun Nov 29 23:07:54 2009
+++ rtems/c/src/lib/libcpu/powerpc/mpc6xx/mmu/bat.h Fri Jan 28 14:38:12 2011
@@ -14,7 +14,7 @@
* Canon Centre Recherche France.
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libcpu/powerpc/mpc6xx/mmu/bat.c:1.19 rtems/c/src/lib/libcpu/powerpc/mpc6xx/mmu/bat.c:1.20
--- rtems/c/src/lib/libcpu/powerpc/mpc6xx/mmu/bat.c:1.19 Tue Dec 1 18:22:42 2009
+++ rtems/c/src/lib/libcpu/powerpc/mpc6xx/mmu/bat.c Fri Jan 28 14:38:12 2011
@@ -14,7 +14,7 @@
* Canon Centre Recherche France.
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libcpu/powerpc/mpc6xx/mmu/mmuAsm.S:1.12 rtems/c/src/lib/libcpu/powerpc/mpc6xx/mmu/mmuAsm.S:1.13
--- rtems/c/src/lib/libcpu/powerpc/mpc6xx/mmu/mmuAsm.S:1.12 Sun Nov 29 23:07:54 2009
+++ rtems/c/src/lib/libcpu/powerpc/mpc6xx/mmu/mmuAsm.S Fri Jan 28 14:38:12 2011
@@ -9,7 +9,7 @@
* features.
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* T. Straumann - 11/2001: added support for 7400 (no AltiVec yet)
diff -u rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/irq.c:1.10 rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/irq.c:1.11
--- rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/irq.c:1.10 Sun Nov 29 23:07:54 2009
+++ rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/irq.c Fri Jan 28 14:38:12 2011
@@ -5,7 +5,7 @@
* Copyright (C) 1998, 1999 valette at crf.canon.fr
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/irq_supp.h:1.5 rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/irq_supp.h:1.6
--- rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/irq_supp.h:1.5 Sun Nov 29 23:07:54 2009
+++ rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/irq_supp.h Fri Jan 28 14:38:12 2011
@@ -1,6 +1,6 @@
/*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
@@ -14,7 +14,7 @@
* must be provided by the BSP.
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
*/
diff -u rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/nested_irq_test.c:1.3 rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/nested_irq_test.c:1.4
--- rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/nested_irq_test.c:1.3 Sun Nov 29 23:07:54 2009
+++ rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/nested_irq_test.c Fri Jan 28 14:38:13 2011
@@ -4,7 +4,7 @@
* Author: Till Straumann <strauman at slac.stanford.edu>, 2007
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_address.c:1.5 rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_address.c:1.6
--- rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_address.c:1.5 Wed Dec 29 04:48:08 2010
+++ rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_address.c Fri Jan 28 14:38:13 2011
@@ -22,7 +22,7 @@
* Derived from file "libcpu/powerpc/new-exceptions/raw_exception.c".
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_categories.c:1.6 rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_categories.c:1.7
--- rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_categories.c:1.6 Thu Jan 27 07:32:53 2011
+++ rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_categories.c Fri Jan 28 14:38:13 2011
@@ -22,7 +22,7 @@
* Derived from file "libcpu/powerpc/new-exceptions/raw_exception.c".
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_global_handler.c:1.1 rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_global_handler.c:1.2
--- rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_global_handler.c:1.1 Fri Oct 23 04:51:03 2009
+++ rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_global_handler.c Fri Jan 28 14:38:13 2011
@@ -13,7 +13,7 @@
* Derived from file "libcpu/powerpc/new-exceptions/bspsupport/vectors_init.c".
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_hdl.c:1.10 rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_hdl.c:1.11
--- rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_hdl.c:1.10 Fri Jul 30 13:51:43 2010
+++ rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_hdl.c Fri Jan 28 14:38:13 2011
@@ -4,7 +4,7 @@
* Author: Till Straumann <strauman at slac.stanford.edu>, 2007
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_initialize.c:1.6 rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_initialize.c:1.7
--- rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_initialize.c:1.6 Wed Dec 29 04:48:08 2010
+++ rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_initialize.c Fri Jan 28 14:38:13 2011
@@ -18,7 +18,7 @@
* Derived from file "libcpu/powerpc/new-exceptions/e500_raw_exc_init.c".
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_prologue.c:1.3 rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_prologue.c:1.4
--- rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_prologue.c:1.3 Wed Dec 29 03:51:18 2010
+++ rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_prologue.c Fri Jan 28 14:38:13 2011
@@ -12,7 +12,7 @@
* Copyright (C) 2009 embedded brains GmbH.
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_test.c:1.4 rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_test.c:1.5
--- rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_test.c:1.4 Mon Dec 14 08:51:50 2009
+++ rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_test.c Fri Jan 28 14:38:13 2011
@@ -17,7 +17,7 @@
* Author: Till Straumann <strauman at slac.stanford.edu>, 2007
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/vectors.h:1.6 rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/vectors.h:1.7
--- rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/vectors.h:1.6 Wed Dec 29 03:51:18 2010
+++ rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/vectors.h Fri Jan 28 14:38:13 2011
@@ -26,7 +26,7 @@
* Derived from file "libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_bspsupp.h".
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libcpu/powerpc/shared/include/byteorder.h:1.9 rtems/c/src/lib/libcpu/powerpc/shared/include/byteorder.h:1.10
--- rtems/c/src/lib/libcpu/powerpc/shared/include/byteorder.h:1.9 Tue Nov 3 12:45:04 2009
+++ rtems/c/src/lib/libcpu/powerpc/shared/include/byteorder.h Fri Jan 28 14:38:13 2011
@@ -10,7 +10,7 @@
* Canon Centre Recherche France.
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libcpu/powerpc/shared/include/cpuIdent.h:1.27 rtems/c/src/lib/libcpu/powerpc/shared/include/cpuIdent.h:1.28
--- rtems/c/src/lib/libcpu/powerpc/shared/include/cpuIdent.h:1.27 Wed Dec 29 03:51:18 2010
+++ rtems/c/src/lib/libcpu/powerpc/shared/include/cpuIdent.h Fri Jan 28 14:38:13 2011
@@ -7,7 +7,7 @@
*
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libcpu/powerpc/shared/include/cpuIdent.c:1.30 rtems/c/src/lib/libcpu/powerpc/shared/include/cpuIdent.c:1.31
--- rtems/c/src/lib/libcpu/powerpc/shared/include/cpuIdent.c:1.30 Wed Dec 29 03:51:18 2010
+++ rtems/c/src/lib/libcpu/powerpc/shared/include/cpuIdent.c Fri Jan 28 14:38:13 2011
@@ -7,7 +7,7 @@
* Surrey Satellite Technology Limited
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libcpu/powerpc/shared/include/io.h:1.6 rtems/c/src/lib/libcpu/powerpc/shared/include/io.h:1.7
--- rtems/c/src/lib/libcpu/powerpc/shared/include/io.h:1.6 Sun Nov 29 23:07:54 2009
+++ rtems/c/src/lib/libcpu/powerpc/shared/include/io.h Fri Jan 28 14:38:13 2011
@@ -10,7 +10,7 @@
* Canon Centre Recherche France.
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libcpu/powerpc/shared/include/mmu.h:1.5 rtems/c/src/lib/libcpu/powerpc/shared/include/mmu.h:1.6
--- rtems/c/src/lib/libcpu/powerpc/shared/include/mmu.h:1.5 Sun Nov 29 23:07:54 2009
+++ rtems/c/src/lib/libcpu/powerpc/shared/include/mmu.h Fri Jan 28 14:38:13 2011
@@ -9,7 +9,7 @@
* Canon Centre Recherche France.
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libcpu/powerpc/shared/include/page.h:1.3 rtems/c/src/lib/libcpu/powerpc/shared/include/page.h:1.4
--- rtems/c/src/lib/libcpu/powerpc/shared/include/page.h:1.3 Sat Feb 12 23:00:15 2005
+++ rtems/c/src/lib/libcpu/powerpc/shared/include/page.h Fri Jan 28 14:38:13 2011
@@ -9,7 +9,7 @@
* Canon Centre Recherche France.
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libcpu/powerpc/shared/include/pgtable.h:1.3 rtems/c/src/lib/libcpu/powerpc/shared/include/pgtable.h:1.4
--- rtems/c/src/lib/libcpu/powerpc/shared/include/pgtable.h:1.3 Sat Feb 12 23:00:15 2005
+++ rtems/c/src/lib/libcpu/powerpc/shared/include/pgtable.h Fri Jan 28 14:38:13 2011
@@ -9,7 +9,7 @@
* Canon Centre Recherche France.
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/lib/libcpu/powerpc/shared/include/spr.h:1.5 rtems/c/src/lib/libcpu/powerpc/shared/include/spr.h:1.6
--- rtems/c/src/lib/libcpu/powerpc/shared/include/spr.h:1.5 Sun Nov 29 23:07:54 2009
+++ rtems/c/src/lib/libcpu/powerpc/shared/include/spr.h Fri Jan 28 14:38:13 2011
@@ -9,7 +9,7 @@
* Copyright (C) 1999 Eric Valette. valette at crf.canon.fr
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
*joel*:
2011-01-28 Joel Sherrill <joel.sherrilL at OARcorp.com>
* src/libchip/network/dec21140.c, src/libchip/network/elnk.c,
src/libchip/network/greth.c, src/libchip/network/greth.h,
src/libchip/network/open_eth.c: Fix typo where license said
found in found in.
M 1.54 c/ChangeLog
M 1.47 c/src/libchip/network/dec21140.c
M 1.29 c/src/libchip/network/elnk.c
M 1.6 c/src/libchip/network/greth.h
M 1.12 c/src/libchip/network/greth.c
M 1.20 c/src/libchip/network/open_eth.c
diff -u rtems/c/ChangeLog:1.53 rtems/c/ChangeLog:1.54
--- rtems/c/ChangeLog:1.53 Wed Oct 21 00:01:12 2009
+++ rtems/c/ChangeLog Fri Jan 28 14:47:05 2011
@@ -1,3 +1,10 @@
+2011-01-28 Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+ * src/libchip/network/dec21140.c, src/libchip/network/elnk.c,
+ src/libchip/network/greth.c, src/libchip/network/greth.h,
+ src/libchip/network/open_eth.c: Fix typo where license said
+ found in found in.
+
2009-10-21 Ralf Corsépius <ralf.corsepius at rtems.org>
* configure.ac: Remove reference to bare BSP.
diff -u rtems/c/src/libchip/network/dec21140.c:1.46 rtems/c/src/libchip/network/dec21140.c:1.47
--- rtems/c/src/libchip/network/dec21140.c:1.46 Fri Dec 11 07:05:22 2009
+++ rtems/c/src/libchip/network/dec21140.c Fri Jan 28 14:47:05 2011
@@ -4,7 +4,7 @@
* Copyright (C) 1999 Emmanuel Raguet. raguet at crf.canon.fr
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/libchip/network/elnk.c:1.28 rtems/c/src/libchip/network/elnk.c:1.29
--- rtems/c/src/libchip/network/elnk.c:1.28 Fri Dec 11 01:57:26 2009
+++ rtems/c/src/libchip/network/elnk.c Fri Jan 28 14:47:05 2011
@@ -4,7 +4,7 @@
* Copyright (C) 2003, Gregory Menke, NASA/GSFC
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* elnk.c
diff -u rtems/c/src/libchip/network/greth.h:1.5 rtems/c/src/libchip/network/greth.h:1.6
--- rtems/c/src/libchip/network/greth.h:1.5 Sun Nov 29 21:42:53 2009
+++ rtems/c/src/libchip/network/greth.h Fri Jan 28 14:47:05 2011
@@ -3,7 +3,7 @@
* adapted from Opencores driver by Marko Isomaki
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/libchip/network/greth.c:1.11 rtems/c/src/libchip/network/greth.c:1.12
--- rtems/c/src/libchip/network/greth.c:1.11 Fri Aug 20 16:26:10 2010
+++ rtems/c/src/libchip/network/greth.c Fri Jan 28 14:47:05 2011
@@ -3,7 +3,7 @@
* adapted from Opencores driver by Marko Isomaki
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff -u rtems/c/src/libchip/network/open_eth.c:1.19 rtems/c/src/libchip/network/open_eth.c:1.20
--- rtems/c/src/libchip/network/open_eth.c:1.19 Fri Aug 20 16:26:10 2010
+++ rtems/c/src/libchip/network/open_eth.c Fri Jan 28 14:47:05 2011
@@ -5,7 +5,7 @@
* Written by Jiri Gaisler, Gaisler Research
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
*/
--
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/20110128/df84d6c6/attachment-0001.html>
More information about the vc
mailing list