change log for rtems (2011-07-24)

rtems-vc at rtems.org rtems-vc at rtems.org
Mon Jul 25 00:11:03 UTC 2011


 *joel*:
2011-07-24	Joel Sherrill <joel.sherrill at oarcorp.com>

	* cpu.c: Remove /*PAGE markers which were interpreted by a long dead
	print script.

M  1.148  cpukit/score/cpu/mips/ChangeLog
M   1.37  cpukit/score/cpu/mips/cpu.c
M   1.29  cpukit/score/cpu/nios2/ChangeLog
M   1.13  cpukit/score/cpu/nios2/cpu.c
M   1.88  cpukit/score/cpu/no_cpu/ChangeLog
M   1.25  cpukit/score/cpu/no_cpu/cpu.c
M  1.101  cpukit/score/cpu/sh/ChangeLog
M   1.23  cpukit/score/cpu/sh/cpu.c
M  1.105  cpukit/score/cpu/sparc/ChangeLog
M   1.32  cpukit/score/cpu/sparc/cpu.c
M    1.9  cpukit/score/cpu/sparc64/ChangeLog
M    1.2  cpukit/score/cpu/sparc64/cpu.c

diff -u rtems/cpukit/score/cpu/mips/ChangeLog:1.147 rtems/cpukit/score/cpu/mips/ChangeLog:1.148
--- rtems/cpukit/score/cpu/mips/ChangeLog:1.147	Tue May 17 09:54:13 2011
+++ rtems/cpukit/score/cpu/mips/ChangeLog	Sun Jul 24 18:43:04 2011
@@ -1,3 +1,8 @@
+2011-07-24	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	* cpu.c: Remove /*PAGE markers which were interpreted by a long dead
+	print script.
+
 2011-05-17	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* Makefile.am: Reformat.

diff -u rtems/cpukit/score/cpu/mips/cpu.c:1.36 rtems/cpukit/score/cpu/mips/cpu.c:1.37
--- rtems/cpukit/score/cpu/mips/cpu.c:1.36	Fri Feb 11 02:54:08 2011
+++ rtems/cpukit/score/cpu/mips/cpu.c	Sun Jul 24 18:43:04 2011
@@ -91,8 +91,7 @@
 #endif
 }
 
-/*PAGE
- *
+/*
  *  _CPU_ISR_Get_level
  *
  *  This routine returns the current interrupt level.
@@ -173,8 +172,7 @@
 
 
 
-/*PAGE
- *
+/*
  *  _CPU_ISR_install_raw_handler
  *
  *  Input parameters:
@@ -201,8 +199,7 @@
    */
 }
 
-/*PAGE
- *
+/*
  *  _CPU_ISR_install_vector
  *
  *  This kernel routine installs the RTEMS handler for the
@@ -241,8 +238,7 @@
     _ISR_Vector_table[ vector ] = new_handler;
 }
 
-/*PAGE
- *
+/*
  *  _CPU_Install_interrupt_stack
  */
 
@@ -294,8 +290,7 @@
 }
 
 
-/*PAGE
- *
+/*
  *  _CPU_Internal_threads_Idle_thread_body
  *
  *  NOTES:

diff -u rtems/cpukit/score/cpu/nios2/ChangeLog:1.28 rtems/cpukit/score/cpu/nios2/ChangeLog:1.29
--- rtems/cpukit/score/cpu/nios2/ChangeLog:1.28	Wed May 18 08:00:06 2011
+++ rtems/cpukit/score/cpu/nios2/ChangeLog	Sun Jul 24 18:43:07 2011
@@ -1,3 +1,8 @@
+2011-07-24	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	* cpu.c: Remove /*PAGE markers which were interpreted by a long dead
+	print script.
+
 2011-05-18	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* Makefile.am: Reformat.

diff -u rtems/cpukit/score/cpu/nios2/cpu.c:1.12 rtems/cpukit/score/cpu/nios2/cpu.c:1.13
--- rtems/cpukit/score/cpu/nios2/cpu.c:1.12	Sat Mar 27 10:02:21 2010
+++ rtems/cpukit/score/cpu/nios2/cpu.c	Sun Jul 24 18:43:07 2011
@@ -42,8 +42,7 @@
   /* FP context initialization support goes here */
 }
 
-/*PAGE
- *
+/*
  *  _CPU_ISR_Get_level
  *
  *  NO_CPU Specific Information:
@@ -60,8 +59,7 @@
   return 0;
 }
 
-/*PAGE
- *
+/*
  *  _CPU_ISR_install_raw_handler
  *
  *  NO_CPU Specific Information:
@@ -81,8 +79,7 @@
    */
 }
 
-/*PAGE
- *
+/*
  *  _CPU_ISR_install_vector
  *
  *  This kernel routine installs the RTEMS handler for the
@@ -125,8 +122,7 @@
     _ISR_Vector_table[ vector ] = new_handler;
 }
 
-/*PAGE
- *
+/*
  *  _CPU_Install_interrupt_stack
  *
  *  NO_CPU Specific Information:
@@ -138,8 +134,7 @@
 {
 }
 
-/*PAGE
- *
+/*
  *  _CPU_Thread_Idle_body
  *
  *  NOTES:

diff -u rtems/cpukit/score/cpu/no_cpu/ChangeLog:1.87 rtems/cpukit/score/cpu/no_cpu/ChangeLog:1.88
--- rtems/cpukit/score/cpu/no_cpu/ChangeLog:1.87	Tue May 17 09:53:42 2011
+++ rtems/cpukit/score/cpu/no_cpu/ChangeLog	Sun Jul 24 18:43:10 2011
@@ -1,3 +1,8 @@
+2011-07-24	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	* cpu.c: Remove /*PAGE markers which were interpreted by a long dead
+	print script.
+
 2011-05-17	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* Makefile.am: Reformat.

diff -u rtems/cpukit/score/cpu/no_cpu/cpu.c:1.24 rtems/cpukit/score/cpu/no_cpu/cpu.c:1.25
--- rtems/cpukit/score/cpu/no_cpu/cpu.c:1.24	Sat Mar 27 10:02:26 2010
+++ rtems/cpukit/score/cpu/no_cpu/cpu.c	Sun Jul 24 18:43:10 2011
@@ -43,8 +43,7 @@
   /* FP context initialization support goes here */
 }
 
-/*PAGE
- *
+/*
  *  _CPU_ISR_Get_level
  *
  *  NO_CPU Specific Information:
@@ -61,8 +60,7 @@
   return 0;
 }
 
-/*PAGE
- *
+/*
  *  _CPU_ISR_install_raw_handler
  *
  *  NO_CPU Specific Information:
@@ -82,8 +80,7 @@
    */
 }
 
-/*PAGE
- *
+/*
  *  _CPU_ISR_install_vector
  *
  *  This kernel routine installs the RTEMS handler for the
@@ -126,8 +123,7 @@
     _ISR_Vector_table[ vector ] = new_handler;
 }
 
-/*PAGE
- *
+/*
  *  _CPU_Install_interrupt_stack
  *
  *  NO_CPU Specific Information:
@@ -139,8 +135,7 @@
 {
 }
 
-/*PAGE
- *
+/*
  *  _CPU_Thread_Idle_body
  *
  *  NOTES:

diff -u rtems/cpukit/score/cpu/sh/ChangeLog:1.100 rtems/cpukit/score/cpu/sh/ChangeLog:1.101
--- rtems/cpukit/score/cpu/sh/ChangeLog:1.100	Tue May 17 09:52:44 2011
+++ rtems/cpukit/score/cpu/sh/ChangeLog	Sun Jul 24 18:43:13 2011
@@ -1,3 +1,8 @@
+2011-07-24	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	* cpu.c: Remove /*PAGE markers which were interpreted by a long dead
+	print script.
+
 2011-05-17	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* Makefile.am: Reformat.

diff -u rtems/cpukit/score/cpu/sh/cpu.c:1.22 rtems/cpukit/score/cpu/sh/cpu.c:1.23
--- rtems/cpukit/score/cpu/sh/cpu.c:1.22	Fri Feb 11 02:56:10 2011
+++ rtems/cpukit/score/cpu/sh/cpu.c	Sun Jul 24 18:43:14 2011
@@ -71,8 +71,7 @@
   _CPU_ISR_Set_level( level ) ;
 }
 
-/*PAGE
- *
+/*
  *  _CPU_ISR_Get_level
  */
 
@@ -89,8 +88,7 @@
   return ( _mask);
 }
 
-/*PAGE
- *
+/*
  *  _CPU_ISR_install_raw_handler
  */
 
@@ -124,8 +122,7 @@
 }
 
 
-/*PAGE
- *
+/*
  *  _CPU_ISR_install_vector
  *
  *  This kernel routine installs the RTEMS handler for the
@@ -168,8 +165,7 @@
  _ISR_Vector_table[ vector ] = new_handler;
 }
 
-/*PAGE
- *
+/*
  *  _CPU_Thread_Idle_body
  *
  *  NOTES:

diff -u rtems/cpukit/score/cpu/sparc/ChangeLog:1.104 rtems/cpukit/score/cpu/sparc/ChangeLog:1.105
--- rtems/cpukit/score/cpu/sparc/ChangeLog:1.104	Tue Jun 21 17:12:10 2011
+++ rtems/cpukit/score/cpu/sparc/ChangeLog	Sun Jul 24 18:43:17 2011
@@ -1,3 +1,8 @@
+2011-07-24	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	* cpu.c: Remove /*PAGE markers which were interpreted by a long dead
+	print script.
+
 2011-06-21	Joel Sherrill <joel.sherrill at oarcorp.com>
 
 	* rtems/score/cpu.h, rtems/score/sparc.h, rtems/score/types.h: Convert

diff -u rtems/cpukit/score/cpu/sparc/cpu.c:1.31 rtems/cpukit/score/cpu/sparc/cpu.c:1.32
--- rtems/cpukit/score/cpu/sparc/cpu.c:1.31	Tue Nov 16 11:41:56 2010
+++ rtems/cpukit/score/cpu/sparc/cpu.c	Sun Jul 24 18:43:17 2011
@@ -36,8 +36,7 @@
   0xa6102000       /* mov   _vector, %l3        */
 };
 
-/*PAGE
- *
+/*
  *  _CPU_Initialize
  *
  *  This routine performs processor dependent initialization.
@@ -73,8 +72,7 @@
   _CPU_ISR_Dispatch_disable = 0;
 }
 
-/*PAGE
- *
+/*
  *  _CPU_ISR_Get_level
  *
  *  Input Parameters: NONE
@@ -92,8 +90,7 @@
   return level;
 }
 
-/*PAGE
- *
+/*
  *  _CPU_ISR_install_raw_handler
  *
  *  This routine installs the specified handler as a "raw" non-executive
@@ -200,8 +197,7 @@
 
 }
 
-/*PAGE
- *
+/*
  *  _CPU_ISR_install_vector
  *
  *  This kernel routine installs the RTEMS handler for the
@@ -253,8 +249,7 @@
     _ISR_Vector_table[ real_vector ] = new_handler;
 }
 
-/*PAGE
- *
+/*
  *  _CPU_Context_Initialize
  *
  *  This kernel routine initializes the basic non-FP context area associated

diff -u rtems/cpukit/score/cpu/sparc64/ChangeLog:1.8 rtems/cpukit/score/cpu/sparc64/ChangeLog:1.9
--- rtems/cpukit/score/cpu/sparc64/ChangeLog:1.8	Tue May 17 09:52:19 2011
+++ rtems/cpukit/score/cpu/sparc64/ChangeLog	Sun Jul 24 18:43:20 2011
@@ -1,3 +1,8 @@
+2011-07-24	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	* cpu.c: Remove /*PAGE markers which were interpreted by a long dead
+	print script.
+
 2011-05-17	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* Makefile.am: Reformat.

diff -u rtems/cpukit/score/cpu/sparc64/cpu.c:1.1 rtems/cpukit/score/cpu/sparc64/cpu.c:1.2
--- rtems/cpukit/score/cpu/sparc64/cpu.c:1.1	Tue Jun 15 17:43:56 2010
+++ rtems/cpukit/score/cpu/sparc64/cpu.c	Sun Jul 24 18:43:20 2011
@@ -20,8 +20,7 @@
 #include <rtems/score/isr.h>
 #include <rtems/rtems/cache.h>
 
-/*PAGE
- *
+/*
  *  _CPU_Initialize
  *
  *  This routine performs processor dependent initialization.
@@ -58,8 +57,7 @@
   _CPU_ISR_Dispatch_disable = 0;
 }
 
-/*PAGE
- *
+/*
  *  _CPU_Context_Initialize
  *
  *  This kernel routine initializes the basic non-FP context area associated


 *joel*:
2011-07-24	Joel Sherrill <joel.sherrill at oarcorp.com>

	* ftpd/ftpd.c, libcsupport/src/geteuid.c, libcsupport/src/getgroups.c,
	libcsupport/src/getpgrp.c, libcsupport/src/getpid.c,
	libcsupport/src/getppid.c, libcsupport/src/setpgid.c,
	libcsupport/src/setsid.c, libcsupport/src/utsname.c,
	libmisc/stackchk/check.c, posix/include/rtems/posix/mqueue.h,
	posix/inline/rtems/posix/cond.inl,
	posix/inline/rtems/posix/mqueue.inl,
	posix/inline/rtems/posix/mutex.inl,
	posix/inline/rtems/posix/pthread.inl,
	posix/inline/rtems/posix/semaphore.inl,
	posix/inline/rtems/posix/timer.inl, posix/src/alarm.c,
	posix/src/barrierattrdestroy.c, posix/src/barrierattrgetpshared.c,
	posix/src/barrierattrinit.c, posix/src/barrierattrsetpshared.c,
	posix/src/cleanuppop.c, posix/src/cleanuppush.c,
	posix/src/clockgetcpuclockid.c, posix/src/clockgetenableattr.c,
	posix/src/clockgetres.c, posix/src/clockgettime.c,
	posix/src/clocksetenableattr.c, posix/src/clocksettime.c,
	posix/src/cond.c, posix/src/condattrdestroy.c,
	posix/src/condattrgetpshared.c, posix/src/condattrinit.c,
	posix/src/condattrsetpshared.c, posix/src/condbroadcast.c,
	posix/src/conddefaultattributes.c, posix/src/conddestroy.c,
	posix/src/condinit.c, posix/src/condsignal.c,
	posix/src/condsignalsupp.c, posix/src/condtimedwait.c,
	posix/src/condwait.c, posix/src/condwaitsupp.c,
	posix/src/keygetspecific.c, posix/src/keyrundestructors.c,
	posix/src/keysetspecific.c, posix/src/mprotect.c, posix/src/mqueue.c,
	posix/src/mqueuecreatesupp.c, posix/src/mqueuedeletesupp.c,
	posix/src/mqueuegetattr.c, posix/src/mqueuenotify.c,
	posix/src/mqueuereceive.c, posix/src/mqueuesend.c,
	posix/src/mqueuesendsupp.c, posix/src/mqueuesetattr.c,
	posix/src/mqueuetimedreceive.c, posix/src/mqueuetimedsend.c,
	posix/src/mqueuetranslatereturncode.c, posix/src/mqueueunlink.c,
	posix/src/mutex.c, posix/src/mutexattrdestroy.c,
	posix/src/mutexattrgetprioceiling.c,
	posix/src/mutexattrgetprotocol.c, posix/src/mutexattrgetpshared.c,
	posix/src/mutexattrinit.c, posix/src/mutexattrsetprioceiling.c,
	posix/src/mutexattrsetprotocol.c, posix/src/mutexattrsetpshared.c,
	posix/src/mutexdestroy.c, posix/src/mutexgetprioceiling.c,
	posix/src/mutexinit.c, posix/src/mutexlock.c,
	posix/src/mutexlocksupp.c, posix/src/mutexsetprioceiling.c,
	posix/src/mutextimedlock.c, posix/src/mutextrylock.c,
	posix/src/mutexunlock.c, posix/src/nanosleep.c, posix/src/psignal.c,
	posix/src/psignalchecksignal.c,
	posix/src/psignalclearprocesssignals.c,
	posix/src/psignalclearsignals.c,
	posix/src/psignalsetprocesssignals.c,
	posix/src/psignalunblockthread.c, posix/src/pthreadinitthreads.c,
	posix/src/rwlockattrdestroy.c, posix/src/rwlockattrgetpshared.c,
	posix/src/rwlockattrinit.c, posix/src/rwlockattrsetpshared.c,
	posix/src/semaphore.c, posix/src/semaphoredeletesupp.c,
	posix/src/semaphorenametoid.c, posix/src/semaphorewaitsupp.c,
	posix/src/semclose.c, posix/src/semdestroy.c,
	posix/src/semgetvalue.c, posix/src/seminit.c, posix/src/semopen.c,
	posix/src/sempost.c, posix/src/semtimedwait.c,
	posix/src/semtrywait.c, posix/src/semunlink.c, posix/src/semwait.c,
	posix/src/sysconf.c, posix/src/testcancel.c, posix/src/ualarm.c,
	rtems/src/clockgetuptime.c, rtems/src/clockset.c,
	rtems/src/clocksetnsecshandler.c, rtems/src/clocktick.c,
	rtems/src/clocktodtoseconds.c, rtems/src/clocktodvalidate.c,
	rtems/src/dpmem.c, rtems/src/dpmemcreate.c, rtems/src/dpmemdelete.c,
	rtems/src/dpmemexternal2internal.c, rtems/src/dpmemident.c,
	rtems/src/dpmeminternal2external.c, rtems/src/event.c,
	rtems/src/eventmp.c, rtems/src/eventreceive.c,
	rtems/src/eventseize.c, rtems/src/eventsend.c,
	rtems/src/eventsurrender.c, rtems/src/eventtimeout.c, rtems/src/mp.c,
	rtems/src/msg.c, rtems/src/msgmp.c, rtems/src/msgqallocate.c,
	rtems/src/msgqbroadcast.c, rtems/src/msgqcreate.c,
	rtems/src/msgqdelete.c, rtems/src/msgqflush.c,
	rtems/src/msgqgetnumberpending.c, rtems/src/msgqident.c,
	rtems/src/msgqreceive.c, rtems/src/msgqtranslatereturncode.c,
	rtems/src/msgqurgent.c, rtems/src/part.c, rtems/src/partcreate.c,
	rtems/src/partdelete.c, rtems/src/partgetbuffer.c,
	rtems/src/partident.c, rtems/src/partmp.c,
	rtems/src/partreturnbuffer.c, rtems/src/ratemon.c,
	rtems/src/ratemoncancel.c, rtems/src/ratemoncreate.c,
	rtems/src/ratemondelete.c, rtems/src/ratemongetstatistics.c,
	rtems/src/ratemongetstatus.c, rtems/src/ratemonident.c,
	rtems/src/ratemonperiod.c, rtems/src/ratemonresetstatistics.c,
	rtems/src/ratemontimeout.c, rtems/src/region.c,
	rtems/src/regioncreate.c, rtems/src/regiondelete.c,
	rtems/src/regionextend.c, rtems/src/regiongetfreeinfo.c,
	rtems/src/regiongetinfo.c, rtems/src/regiongetsegment.c,
	rtems/src/regiongetsegmentsize.c, rtems/src/regionident.c,
	rtems/src/regionmp.c, rtems/src/regionprocessqueue.c,
	rtems/src/regionresizesegment.c, rtems/src/regionreturnsegment.c,
	rtems/src/rtemsobjectgetclassicname.c, rtems/src/rtemstimer.c,
	rtems/src/sem.c, rtems/src/semcreate.c, rtems/src/semdelete.c,
	rtems/src/semflush.c, rtems/src/semident.c, rtems/src/semmp.c,
	rtems/src/semobtain.c, rtems/src/semrelease.c,
	rtems/src/semtranslatereturncode.c, rtems/src/signal.c,
	rtems/src/signalcatch.c, rtems/src/signalmp.c,
	rtems/src/signalsend.c, rtems/src/taskcreate.c,
	rtems/src/taskdelete.c, rtems/src/taskgetnote.c,
	rtems/src/taskident.c, rtems/src/taskinitusers.c,
	rtems/src/taskissuspended.c, rtems/src/taskmp.c,
	rtems/src/taskrestart.c, rtems/src/taskresume.c, rtems/src/tasks.c,
	rtems/src/tasksetnote.c, rtems/src/tasksetpriority.c,
	rtems/src/taskstart.c, rtems/src/tasksuspend.c,
	rtems/src/taskwakeafter.c, rtems/src/taskwakewhen.c,
	rtems/src/timercancel.c, rtems/src/timercreate.c,
	rtems/src/timerdelete.c, rtems/src/timerfireafter.c,
	rtems/src/timerfirewhen.c, rtems/src/timergetinfo.c,
	rtems/src/timerident.c, rtems/src/timerreset.c,
	rtems/src/timerserverfireafter.c, rtems/src/timerserverfirewhen.c,
	sapi/src/debug.c, sapi/src/extension.c, sapi/src/posixapi.c,
	sapi/src/rtemsapi.c, score/src/apiext.c, score/src/chain.c,
	score/src/corebarrier.c, score/src/corebarrierrelease.c,
	score/src/corebarrierwait.c, score/src/coremsgbroadcast.c,
	score/src/coremsgclose.c, score/src/coremsgflush.c,
	score/src/coremsgflushsupp.c, score/src/coremsgflushwait.c,
	score/src/coremsginsert.c, score/src/coremsgseize.c,
	score/src/coremsgsubmit.c, score/src/coremutex.c,
	score/src/coremutexflush.c, score/src/coremutexseize.c,
	score/src/corerwlock.c, score/src/corerwlockobtainread.c,
	score/src/corerwlockobtainwrite.c, score/src/corerwlockrelease.c,
	score/src/coresem.c, score/src/coresemflush.c,
	score/src/coresemsurrender.c, score/src/corespinlock.c,
	score/src/corespinlockrelease.c, score/src/corespinlockwait.c,
	score/src/coretod.c, score/src/coretodset.c,
	score/src/coretodtickle.c, score/src/heap.c, score/src/interr.c,
	score/src/mpci.c, score/src/objectallocate.c,
	score/src/objectextendinformation.c, score/src/objectfree.c,
	score/src/objectget.c, score/src/objectgetisr.c,
	score/src/objectgetnext.c, score/src/objectgetnoprotection.c,
	score/src/objectinitializeinformation.c, score/src/objectmp.c,
	score/src/objectnametoid.c, score/src/objectnametoidstring.c,
	score/src/objectshrinkinformation.c, score/src/rbtree.c,
	score/src/threaddelayended.c, score/src/threadhandler.c,
	score/src/threadinitialize.c, score/src/threadloadenv.c,
	score/src/threadmp.c, score/src/threadq.c,
	score/src/threadqdequeue.c, score/src/threadqdequeuefifo.c,
	score/src/threadqdequeuepriority.c, score/src/threadqenqueue.c,
	score/src/threadqenqueuefifo.c, score/src/threadqenqueuepriority.c,
	score/src/threadqextract.c, score/src/threadqextractfifo.c,
	score/src/threadqextractpriority.c,
	score/src/threadqextractwithproxy.c, score/src/threadqfirst.c,
	score/src/threadqfirstfifo.c, score/src/threadqfirstpriority.c,
	score/src/threadqflush.c, score/src/threadqrequeue.c,
	score/src/threadstackallocate.c, score/src/threadstartmultitasking.c,
	score/src/watchdog.c, score/src/watchdogadjust.c,
	score/src/watchdoginsert.c, score/src/watchdogremove.c,
	score/src/watchdogtickle.c: Remove /*PAGE markers which were
	interpreted by a long dead print script.

M 1.2889  cpukit/ChangeLog
M   1.27  cpukit/ftpd/ftpd.c
M    1.4  cpukit/libcsupport/src/geteuid.c
M    1.5  cpukit/libcsupport/src/getgroups.c
M    1.2  cpukit/libcsupport/src/getpgrp.c
M    1.6  cpukit/libcsupport/src/getpid.c
M    1.4  cpukit/libcsupport/src/getppid.c
M    1.4  cpukit/libcsupport/src/setpgid.c
M    1.4  cpukit/libcsupport/src/setsid.c
M   1.19  cpukit/libcsupport/src/utsname.c
M   1.75  cpukit/libmisc/stackchk/check.c
M   1.31  cpukit/posix/include/rtems/posix/mqueue.h
M   1.20  cpukit/posix/inline/rtems/posix/cond.inl
M   1.19  cpukit/posix/inline/rtems/posix/mqueue.inl
M   1.21  cpukit/posix/inline/rtems/posix/mutex.inl
M   1.15  cpukit/posix/inline/rtems/posix/pthread.inl
M   1.18  cpukit/posix/inline/rtems/posix/semaphore.inl
M   1.10  cpukit/posix/inline/rtems/posix/timer.inl
M   1.17  cpukit/posix/src/alarm.c
M    1.4  cpukit/posix/src/barrierattrdestroy.c
M    1.3  cpukit/posix/src/barrierattrgetpshared.c
M    1.4  cpukit/posix/src/barrierattrinit.c
M    1.3  cpukit/posix/src/barrierattrsetpshared.c
M    1.8  cpukit/posix/src/cleanuppop.c
M    1.8  cpukit/posix/src/cleanuppush.c
M    1.7  cpukit/posix/src/clockgetcpuclockid.c
M    1.7  cpukit/posix/src/clockgetenableattr.c
M   1.14  cpukit/posix/src/clockgetres.c
M   1.17  cpukit/posix/src/clockgettime.c
M    1.7  cpukit/posix/src/clocksetenableattr.c
M   1.13  cpukit/posix/src/clocksettime.c
M   1.34  cpukit/posix/src/cond.c
M    1.6  cpukit/posix/src/condattrdestroy.c
M    1.5  cpukit/posix/src/condattrgetpshared.c
M    1.5  cpukit/posix/src/condattrinit.c
M    1.5  cpukit/posix/src/condattrsetpshared.c
M    1.6  cpukit/posix/src/condbroadcast.c
M    1.6  cpukit/posix/src/conddefaultattributes.c
M   1.10  cpukit/posix/src/conddestroy.c
M   1.10  cpukit/posix/src/condinit.c
M    1.6  cpukit/posix/src/condsignal.c
M    1.9  cpukit/posix/src/condsignalsupp.c
M   1.10  cpukit/posix/src/condtimedwait.c
M    1.6  cpukit/posix/src/condwait.c
M   1.10  cpukit/posix/src/condwaitsupp.c
M   1.10  cpukit/posix/src/keygetspecific.c
M   1.11  cpukit/posix/src/keyrundestructors.c
M    1.9  cpukit/posix/src/keysetspecific.c
M    1.5  cpukit/posix/src/mprotect.c
M   1.24  cpukit/posix/src/mqueue.c
M   1.23  cpukit/posix/src/mqueuecreatesupp.c
M   1.14  cpukit/posix/src/mqueuedeletesupp.c
M   1.14  cpukit/posix/src/mqueuegetattr.c
M   1.14  cpukit/posix/src/mqueuenotify.c
M    1.9  cpukit/posix/src/mqueuereceive.c
M    1.9  cpukit/posix/src/mqueuesend.c
M   1.23  cpukit/posix/src/mqueuesendsupp.c
M   1.13  cpukit/posix/src/mqueuesetattr.c
M   1.14  cpukit/posix/src/mqueuetimedreceive.c
M   1.13  cpukit/posix/src/mqueuetimedsend.c
M   1.10  cpukit/posix/src/mqueuetranslatereturncode.c
M   1.18  cpukit/posix/src/mqueueunlink.c
M   1.39  cpukit/posix/src/mutex.c
M    1.8  cpukit/posix/src/mutexattrdestroy.c
M    1.7  cpukit/posix/src/mutexattrgetprioceiling.c
M    1.8  cpukit/posix/src/mutexattrgetprotocol.c
M    1.6  cpukit/posix/src/mutexattrgetpshared.c
M    1.6  cpukit/posix/src/mutexattrinit.c
M    1.7  cpukit/posix/src/mutexattrsetprioceiling.c
M    1.7  cpukit/posix/src/mutexattrsetprotocol.c
M    1.7  cpukit/posix/src/mutexattrsetpshared.c
M   1.10  cpukit/posix/src/mutexdestroy.c
M    1.9  cpukit/posix/src/mutexgetprioceiling.c
M   1.16  cpukit/posix/src/mutexinit.c
M    1.7  cpukit/posix/src/mutexlock.c
M   1.11  cpukit/posix/src/mutexlocksupp.c
M   1.14  cpukit/posix/src/mutexsetprioceiling.c
M   1.14  cpukit/posix/src/mutextimedlock.c
M    1.7  cpukit/posix/src/mutextrylock.c
M   1.11  cpukit/posix/src/mutexunlock.c
M   1.13  cpukit/posix/src/nanosleep.c
M   1.70  cpukit/posix/src/psignal.c
M   1.11  cpukit/posix/src/psignalchecksignal.c
M    1.8  cpukit/posix/src/psignalclearprocesssignals.c
M   1.11  cpukit/posix/src/psignalclearsignals.c
M    1.8  cpukit/posix/src/psignalsetprocesssignals.c
M   1.16  cpukit/posix/src/psignalunblockthread.c
M    1.7  cpukit/posix/src/pthreadinitthreads.c
M    1.4  cpukit/posix/src/rwlockattrdestroy.c
M    1.3  cpukit/posix/src/rwlockattrgetpshared.c
M    1.4  cpukit/posix/src/rwlockattrinit.c
M    1.3  cpukit/posix/src/rwlockattrsetpshared.c
M   1.20  cpukit/posix/src/semaphore.c
M    1.8  cpukit/posix/src/semaphoredeletesupp.c
M   1.14  cpukit/posix/src/semaphorenametoid.c
M   1.14  cpukit/posix/src/semaphorewaitsupp.c
M   1.11  cpukit/posix/src/semclose.c
M   1.12  cpukit/posix/src/semdestroy.c
M   1.10  cpukit/posix/src/semgetvalue.c
M    1.9  cpukit/posix/src/seminit.c
M   1.16  cpukit/posix/src/semopen.c
M   1.11  cpukit/posix/src/sempost.c
M   1.16  cpukit/posix/src/semtimedwait.c
M    1.7  cpukit/posix/src/semtrywait.c
M   1.15  cpukit/posix/src/semunlink.c
M    1.8  cpukit/posix/src/semwait.c
M   1.17  cpukit/posix/src/sysconf.c
M    1.9  cpukit/posix/src/testcancel.c
M   1.13  cpukit/posix/src/ualarm.c
M    1.4  cpukit/rtems/src/clockgetuptime.c
M    1.9  cpukit/rtems/src/clockset.c
M    1.2  cpukit/rtems/src/clocksetnsecshandler.c
M    1.6  cpukit/rtems/src/clocktick.c
M   1.10  cpukit/rtems/src/clocktodtoseconds.c
M   1.15  cpukit/rtems/src/clocktodvalidate.c
M   1.22  cpukit/rtems/src/dpmem.c
M   1.12  cpukit/rtems/src/dpmemcreate.c
M    1.8  cpukit/rtems/src/dpmemdelete.c
M   1.10  cpukit/rtems/src/dpmemexternal2internal.c
M   1.10  cpukit/rtems/src/dpmemident.c
M   1.10  cpukit/rtems/src/dpmeminternal2external.c
M   1.25  cpukit/rtems/src/event.c
M   1.15  cpukit/rtems/src/eventmp.c
M    1.6  cpukit/rtems/src/eventreceive.c
M   1.10  cpukit/rtems/src/eventseize.c
M    1.9  cpukit/rtems/src/eventsend.c
M   1.13  cpukit/rtems/src/eventsurrender.c
M   1.12  cpukit/rtems/src/eventtimeout.c
M   1.15  cpukit/rtems/src/mp.c
M   1.34  cpukit/rtems/src/msg.c
M   1.29  cpukit/rtems/src/msgmp.c
M    1.8  cpukit/rtems/src/msgqallocate.c
M   1.13  cpukit/rtems/src/msgqbroadcast.c
M   1.17  cpukit/rtems/src/msgqcreate.c
M    1.8  cpukit/rtems/src/msgqdelete.c
M   1.10  cpukit/rtems/src/msgqflush.c
M   1.10  cpukit/rtems/src/msgqgetnumberpending.c
M   1.12  cpukit/rtems/src/msgqident.c
M   1.17  cpukit/rtems/src/msgqreceive.c
M   1.10  cpukit/rtems/src/msgqtranslatereturncode.c
M   1.14  cpukit/rtems/src/msgqurgent.c
M   1.24  cpukit/rtems/src/part.c
M   1.12  cpukit/rtems/src/partcreate.c
M    1.9  cpukit/rtems/src/partdelete.c
M    1.9  cpukit/rtems/src/partgetbuffer.c
M   1.11  cpukit/rtems/src/partident.c
M   1.19  cpukit/rtems/src/partmp.c
M    1.8  cpukit/rtems/src/partreturnbuffer.c
M   1.25  cpukit/rtems/src/ratemon.c
M   1.11  cpukit/rtems/src/ratemoncancel.c
M   1.11  cpukit/rtems/src/ratemoncreate.c
M   1.10  cpukit/rtems/src/ratemondelete.c
M    1.8  cpukit/rtems/src/ratemongetstatistics.c
M   1.19  cpukit/rtems/src/ratemongetstatus.c
M   1.12  cpukit/rtems/src/ratemonident.c
M   1.30  cpukit/rtems/src/ratemonperiod.c
M    1.5  cpukit/rtems/src/ratemonresetstatistics.c
M   1.11  cpukit/rtems/src/ratemontimeout.c
M   1.28  cpukit/rtems/src/region.c
M   1.15  cpukit/rtems/src/regioncreate.c
M   1.13  cpukit/rtems/src/regiondelete.c
M   1.18  cpukit/rtems/src/regionextend.c
M   1.10  cpukit/rtems/src/regiongetfreeinfo.c
M   1.14  cpukit/rtems/src/regiongetinfo.c
M   1.18  cpukit/rtems/src/regiongetsegment.c
M   1.19  cpukit/rtems/src/regiongetsegmentsize.c
M   1.11  cpukit/rtems/src/regionident.c
M   1.22  cpukit/rtems/src/regionmp.c
M    1.4  cpukit/rtems/src/regionprocessqueue.c
M   1.13  cpukit/rtems/src/regionresizesegment.c
M   1.20  cpukit/rtems/src/regionreturnsegment.c
M    1.2  cpukit/rtems/src/rtemsobjectgetclassicname.c
M   1.27  cpukit/rtems/src/rtemstimer.c
M   1.29  cpukit/rtems/src/sem.c
M   1.24  cpukit/rtems/src/semcreate.c
M   1.12  cpukit/rtems/src/semdelete.c
M   1.13  cpukit/rtems/src/semflush.c
M   1.13  cpukit/rtems/src/semident.c
M   1.22  cpukit/rtems/src/semmp.c
M   1.17  cpukit/rtems/src/semobtain.c
M   1.10  cpukit/rtems/src/semrelease.c
M   1.25  cpukit/rtems/src/semtranslatereturncode.c
M   1.17  cpukit/rtems/src/signal.c
M    1.6  cpukit/rtems/src/signalcatch.c
M   1.14  cpukit/rtems/src/signalmp.c
M   1.13  cpukit/rtems/src/signalsend.c
M   1.18  cpukit/rtems/src/taskcreate.c
M   1.12  cpukit/rtems/src/taskdelete.c
M   1.12  cpukit/rtems/src/taskgetnote.c
M   1.12  cpukit/rtems/src/taskident.c
M   1.11  cpukit/rtems/src/taskinitusers.c
M    1.9  cpukit/rtems/src/taskissuspended.c
M   1.19  cpukit/rtems/src/taskmp.c
M   1.10  cpukit/rtems/src/taskrestart.c
M   1.12  cpukit/rtems/src/taskresume.c
M   1.63  cpukit/rtems/src/tasks.c
M   1.13  cpukit/rtems/src/tasksetnote.c
M   1.13  cpukit/rtems/src/tasksetpriority.c
M   1.11  cpukit/rtems/src/taskstart.c
M   1.10  cpukit/rtems/src/tasksuspend.c
M    1.6  cpukit/rtems/src/taskwakeafter.c
M    1.8  cpukit/rtems/src/taskwakewhen.c
M   1.10  cpukit/rtems/src/timercancel.c
M   1.11  cpukit/rtems/src/timercreate.c
M   1.10  cpukit/rtems/src/timerdelete.c
M   1.12  cpukit/rtems/src/timerfireafter.c
M   1.11  cpukit/rtems/src/timerfirewhen.c
M    1.9  cpukit/rtems/src/timergetinfo.c
M   1.11  cpukit/rtems/src/timerident.c
M   1.14  cpukit/rtems/src/timerreset.c
M   1.16  cpukit/rtems/src/timerserverfireafter.c
M   1.15  cpukit/rtems/src/timerserverfirewhen.c
M   1.15  cpukit/sapi/src/debug.c
M   1.22  cpukit/sapi/src/extension.c
M   1.31  cpukit/sapi/src/posixapi.c
M   1.19  cpukit/sapi/src/rtemsapi.c
M   1.17  cpukit/score/src/apiext.c
M   1.20  cpukit/score/src/chain.c
M    1.3  cpukit/score/src/corebarrier.c
M    1.4  cpukit/score/src/corebarrierrelease.c
M    1.7  cpukit/score/src/corebarrierwait.c
M   1.15  cpukit/score/src/coremsgbroadcast.c
M   1.10  cpukit/score/src/coremsgclose.c
M   1.10  cpukit/score/src/coremsgflush.c
M   1.11  cpukit/score/src/coremsgflushsupp.c
M    1.9  cpukit/score/src/coremsgflushwait.c
M   1.13  cpukit/score/src/coremsginsert.c
M   1.22  cpukit/score/src/coremsgseize.c
M   1.26  cpukit/score/src/coremsgsubmit.c
M   1.35  cpukit/score/src/coremutex.c
M    1.6  cpukit/score/src/coremutexflush.c
M   1.18  cpukit/score/src/coremutexseize.c
M    1.4  cpukit/score/src/corerwlock.c
M    1.7  cpukit/score/src/corerwlockobtainread.c
M    1.6  cpukit/score/src/corerwlockobtainwrite.c
M    1.7  cpukit/score/src/corerwlockrelease.c
M   1.18  cpukit/score/src/coresem.c
M    1.8  cpukit/score/src/coresemflush.c
M    1.9  cpukit/score/src/coresemsurrender.c
M    1.3  cpukit/score/src/corespinlock.c
M    1.4  cpukit/score/src/corespinlockrelease.c
M    1.6  cpukit/score/src/corespinlockwait.c
M   1.25  cpukit/score/src/coretod.c
M   1.12  cpukit/score/src/coretodset.c
M   1.11  cpukit/score/src/coretodtickle.c
M   1.42  cpukit/score/src/heap.c
M   1.18  cpukit/score/src/interr.c
M   1.37  cpukit/score/src/mpci.c
M   1.11  cpukit/score/src/objectallocate.c
M   1.24  cpukit/score/src/objectextendinformation.c
M    1.9  cpukit/score/src/objectfree.c
M   1.15  cpukit/score/src/objectget.c
M    1.8  cpukit/score/src/objectgetisr.c
M    1.7  cpukit/score/src/objectgetnext.c
M    1.8  cpukit/score/src/objectgetnoprotection.c
M   1.23  cpukit/score/src/objectinitializeinformation.c
M   1.29  cpukit/score/src/objectmp.c
M   1.16  cpukit/score/src/objectnametoid.c
M    1.9  cpukit/score/src/objectnametoidstring.c
M   1.11  cpukit/score/src/objectshrinkinformation.c
M    1.3  cpukit/score/src/rbtree.c
M    1.9  cpukit/score/src/threaddelayended.c
M   1.34  cpukit/score/src/threadhandler.c
M   1.45  cpukit/score/src/threadinitialize.c
M   1.10  cpukit/score/src/threadloadenv.c
M   1.21  cpukit/score/src/threadmp.c
M   1.26  cpukit/score/src/threadq.c
M    1.8  cpukit/score/src/threadqdequeue.c
M   1.10  cpukit/score/src/threadqdequeuefifo.c
M   1.11  cpukit/score/src/threadqdequeuepriority.c
M   1.13  cpukit/score/src/threadqenqueue.c
M   1.11  cpukit/score/src/threadqenqueuefifo.c
M   1.13  cpukit/score/src/threadqenqueuepriority.c
M    1.8  cpukit/score/src/threadqextract.c
M   1.10  cpukit/score/src/threadqextractfifo.c
M   1.12  cpukit/score/src/threadqextractpriority.c
M   1.14  cpukit/score/src/threadqextractwithproxy.c
M    1.8  cpukit/score/src/threadqfirst.c
M    1.8  cpukit/score/src/threadqfirstfifo.c
M    1.8  cpukit/score/src/threadqfirstpriority.c
M    1.9  cpukit/score/src/threadqflush.c
M    1.7  cpukit/score/src/threadqrequeue.c
M   1.15  cpukit/score/src/threadstackallocate.c
M   1.13  cpukit/score/src/threadstartmultitasking.c
M   1.18  cpukit/score/src/watchdog.c
M    1.8  cpukit/score/src/watchdogadjust.c
M   1.12  cpukit/score/src/watchdoginsert.c
M    1.8  cpukit/score/src/watchdogremove.c
M   1.11  cpukit/score/src/watchdogtickle.c

diff -u rtems/cpukit/ChangeLog:1.2888 rtems/cpukit/ChangeLog:1.2889
--- rtems/cpukit/ChangeLog:1.2888	Fri Jul 22 15:24:00 2011
+++ rtems/cpukit/ChangeLog	Sun Jul 24 18:55:05 2011
@@ -1,3 +1,149 @@
+2011-07-24	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	* ftpd/ftpd.c, libcsupport/src/geteuid.c, libcsupport/src/getgroups.c,
+	libcsupport/src/getpgrp.c, libcsupport/src/getpid.c,
+	libcsupport/src/getppid.c, libcsupport/src/setpgid.c,
+	libcsupport/src/setsid.c, libcsupport/src/utsname.c,
+	libmisc/stackchk/check.c, posix/include/rtems/posix/mqueue.h,
+	posix/inline/rtems/posix/cond.inl,
+	posix/inline/rtems/posix/mqueue.inl,
+	posix/inline/rtems/posix/mutex.inl,
+	posix/inline/rtems/posix/pthread.inl,
+	posix/inline/rtems/posix/semaphore.inl,
+	posix/inline/rtems/posix/timer.inl, posix/src/alarm.c,
+	posix/src/barrierattrdestroy.c, posix/src/barrierattrgetpshared.c,
+	posix/src/barrierattrinit.c, posix/src/barrierattrsetpshared.c,
+	posix/src/cleanuppop.c, posix/src/cleanuppush.c,
+	posix/src/clockgetcpuclockid.c, posix/src/clockgetenableattr.c,
+	posix/src/clockgetres.c, posix/src/clockgettime.c,
+	posix/src/clocksetenableattr.c, posix/src/clocksettime.c,
+	posix/src/cond.c, posix/src/condattrdestroy.c,
+	posix/src/condattrgetpshared.c, posix/src/condattrinit.c,
+	posix/src/condattrsetpshared.c, posix/src/condbroadcast.c,
+	posix/src/conddefaultattributes.c, posix/src/conddestroy.c,
+	posix/src/condinit.c, posix/src/condsignal.c,
+	posix/src/condsignalsupp.c, posix/src/condtimedwait.c,
+	posix/src/condwait.c, posix/src/condwaitsupp.c,
+	posix/src/keygetspecific.c, posix/src/keyrundestructors.c,
+	posix/src/keysetspecific.c, posix/src/mprotect.c, posix/src/mqueue.c,
+	posix/src/mqueuecreatesupp.c, posix/src/mqueuedeletesupp.c,
+	posix/src/mqueuegetattr.c, posix/src/mqueuenotify.c,
+	posix/src/mqueuereceive.c, posix/src/mqueuesend.c,
+	posix/src/mqueuesendsupp.c, posix/src/mqueuesetattr.c,
+	posix/src/mqueuetimedreceive.c, posix/src/mqueuetimedsend.c,
+	posix/src/mqueuetranslatereturncode.c, posix/src/mqueueunlink.c,
+	posix/src/mutex.c, posix/src/mutexattrdestroy.c,
+	posix/src/mutexattrgetprioceiling.c,
+	posix/src/mutexattrgetprotocol.c, posix/src/mutexattrgetpshared.c,
+	posix/src/mutexattrinit.c, posix/src/mutexattrsetprioceiling.c,
+	posix/src/mutexattrsetprotocol.c, posix/src/mutexattrsetpshared.c,
+	posix/src/mutexdestroy.c, posix/src/mutexgetprioceiling.c,
+	posix/src/mutexinit.c, posix/src/mutexlock.c,
+	posix/src/mutexlocksupp.c, posix/src/mutexsetprioceiling.c,
+	posix/src/mutextimedlock.c, posix/src/mutextrylock.c,
+	posix/src/mutexunlock.c, posix/src/nanosleep.c, posix/src/psignal.c,
+	posix/src/psignalchecksignal.c,
+	posix/src/psignalclearprocesssignals.c,
+	posix/src/psignalclearsignals.c,
+	posix/src/psignalsetprocesssignals.c,
+	posix/src/psignalunblockthread.c, posix/src/pthreadinitthreads.c,
+	posix/src/rwlockattrdestroy.c, posix/src/rwlockattrgetpshared.c,
+	posix/src/rwlockattrinit.c, posix/src/rwlockattrsetpshared.c,
+	posix/src/semaphore.c, posix/src/semaphoredeletesupp.c,
+	posix/src/semaphorenametoid.c, posix/src/semaphorewaitsupp.c,
+	posix/src/semclose.c, posix/src/semdestroy.c,
+	posix/src/semgetvalue.c, posix/src/seminit.c, posix/src/semopen.c,
+	posix/src/sempost.c, posix/src/semtimedwait.c,
+	posix/src/semtrywait.c, posix/src/semunlink.c, posix/src/semwait.c,
+	posix/src/sysconf.c, posix/src/testcancel.c, posix/src/ualarm.c,
+	rtems/src/clockgetuptime.c, rtems/src/clockset.c,
+	rtems/src/clocksetnsecshandler.c, rtems/src/clocktick.c,
+	rtems/src/clocktodtoseconds.c, rtems/src/clocktodvalidate.c,
+	rtems/src/dpmem.c, rtems/src/dpmemcreate.c, rtems/src/dpmemdelete.c,
+	rtems/src/dpmemexternal2internal.c, rtems/src/dpmemident.c,
+	rtems/src/dpmeminternal2external.c, rtems/src/event.c,
+	rtems/src/eventmp.c, rtems/src/eventreceive.c,
+	rtems/src/eventseize.c, rtems/src/eventsend.c,
+	rtems/src/eventsurrender.c, rtems/src/eventtimeout.c, rtems/src/mp.c,
+	rtems/src/msg.c, rtems/src/msgmp.c, rtems/src/msgqallocate.c,
+	rtems/src/msgqbroadcast.c, rtems/src/msgqcreate.c,
+	rtems/src/msgqdelete.c, rtems/src/msgqflush.c,
+	rtems/src/msgqgetnumberpending.c, rtems/src/msgqident.c,
+	rtems/src/msgqreceive.c, rtems/src/msgqtranslatereturncode.c,
+	rtems/src/msgqurgent.c, rtems/src/part.c, rtems/src/partcreate.c,
+	rtems/src/partdelete.c, rtems/src/partgetbuffer.c,
+	rtems/src/partident.c, rtems/src/partmp.c,
+	rtems/src/partreturnbuffer.c, rtems/src/ratemon.c,
+	rtems/src/ratemoncancel.c, rtems/src/ratemoncreate.c,
+	rtems/src/ratemondelete.c, rtems/src/ratemongetstatistics.c,
+	rtems/src/ratemongetstatus.c, rtems/src/ratemonident.c,
+	rtems/src/ratemonperiod.c, rtems/src/ratemonresetstatistics.c,
+	rtems/src/ratemontimeout.c, rtems/src/region.c,
+	rtems/src/regioncreate.c, rtems/src/regiondelete.c,
+	rtems/src/regionextend.c, rtems/src/regiongetfreeinfo.c,
+	rtems/src/regiongetinfo.c, rtems/src/regiongetsegment.c,
+	rtems/src/regiongetsegmentsize.c, rtems/src/regionident.c,
+	rtems/src/regionmp.c, rtems/src/regionprocessqueue.c,
+	rtems/src/regionresizesegment.c, rtems/src/regionreturnsegment.c,
+	rtems/src/rtemsobjectgetclassicname.c, rtems/src/rtemstimer.c,
+	rtems/src/sem.c, rtems/src/semcreate.c, rtems/src/semdelete.c,
+	rtems/src/semflush.c, rtems/src/semident.c, rtems/src/semmp.c,
+	rtems/src/semobtain.c, rtems/src/semrelease.c,
+	rtems/src/semtranslatereturncode.c, rtems/src/signal.c,
+	rtems/src/signalcatch.c, rtems/src/signalmp.c,
+	rtems/src/signalsend.c, rtems/src/taskcreate.c,
+	rtems/src/taskdelete.c, rtems/src/taskgetnote.c,
+	rtems/src/taskident.c, rtems/src/taskinitusers.c,
+	rtems/src/taskissuspended.c, rtems/src/taskmp.c,
+	rtems/src/taskrestart.c, rtems/src/taskresume.c, rtems/src/tasks.c,
+	rtems/src/tasksetnote.c, rtems/src/tasksetpriority.c,
+	rtems/src/taskstart.c, rtems/src/tasksuspend.c,
+	rtems/src/taskwakeafter.c, rtems/src/taskwakewhen.c,
+	rtems/src/timercancel.c, rtems/src/timercreate.c,
+	rtems/src/timerdelete.c, rtems/src/timerfireafter.c,
+	rtems/src/timerfirewhen.c, rtems/src/timergetinfo.c,
+	rtems/src/timerident.c, rtems/src/timerreset.c,
+	rtems/src/timerserverfireafter.c, rtems/src/timerserverfirewhen.c,
+	sapi/src/debug.c, sapi/src/extension.c, sapi/src/posixapi.c,
+	sapi/src/rtemsapi.c, score/src/apiext.c, score/src/chain.c,
+	score/src/corebarrier.c, score/src/corebarrierrelease.c,
+	score/src/corebarrierwait.c, score/src/coremsgbroadcast.c,
+	score/src/coremsgclose.c, score/src/coremsgflush.c,
+	score/src/coremsgflushsupp.c, score/src/coremsgflushwait.c,
+	score/src/coremsginsert.c, score/src/coremsgseize.c,
+	score/src/coremsgsubmit.c, score/src/coremutex.c,
+	score/src/coremutexflush.c, score/src/coremutexseize.c,
+	score/src/corerwlock.c, score/src/corerwlockobtainread.c,
+	score/src/corerwlockobtainwrite.c, score/src/corerwlockrelease.c,
+	score/src/coresem.c, score/src/coresemflush.c,
+	score/src/coresemsurrender.c, score/src/corespinlock.c,
+	score/src/corespinlockrelease.c, score/src/corespinlockwait.c,
+	score/src/coretod.c, score/src/coretodset.c,
+	score/src/coretodtickle.c, score/src/heap.c, score/src/interr.c,
+	score/src/mpci.c, score/src/objectallocate.c,
+	score/src/objectextendinformation.c, score/src/objectfree.c,
+	score/src/objectget.c, score/src/objectgetisr.c,
+	score/src/objectgetnext.c, score/src/objectgetnoprotection.c,
+	score/src/objectinitializeinformation.c, score/src/objectmp.c,
+	score/src/objectnametoid.c, score/src/objectnametoidstring.c,
+	score/src/objectshrinkinformation.c, score/src/rbtree.c,
+	score/src/threaddelayended.c, score/src/threadhandler.c,
+	score/src/threadinitialize.c, score/src/threadloadenv.c,
+	score/src/threadmp.c, score/src/threadq.c,
+	score/src/threadqdequeue.c, score/src/threadqdequeuefifo.c,
+	score/src/threadqdequeuepriority.c, score/src/threadqenqueue.c,
+	score/src/threadqenqueuefifo.c, score/src/threadqenqueuepriority.c,
+	score/src/threadqextract.c, score/src/threadqextractfifo.c,
+	score/src/threadqextractpriority.c,
+	score/src/threadqextractwithproxy.c, score/src/threadqfirst.c,
+	score/src/threadqfirstfifo.c, score/src/threadqfirstpriority.c,
+	score/src/threadqflush.c, score/src/threadqrequeue.c,
+	score/src/threadstackallocate.c, score/src/threadstartmultitasking.c,
+	score/src/watchdog.c, score/src/watchdogadjust.c,
+	score/src/watchdoginsert.c, score/src/watchdogremove.c,
+	score/src/watchdogtickle.c: Remove /*PAGE markers which were
+	interpreted by a long dead print script.
+
 2011-07-22	Joel Sherrill <joel.sherrill at oarcorp.com>
 
 	* score/include/rtems/score/mppkt.h: Remove extra spaces.

diff -u rtems/cpukit/ftpd/ftpd.c:1.26 rtems/cpukit/ftpd/ftpd.c:1.27
--- rtems/cpukit/ftpd/ftpd.c:1.26	Fri Jun 24 05:00:36 2011
+++ rtems/cpukit/ftpd/ftpd.c	Sun Jul 24 18:55:05 2011
@@ -256,8 +256,7 @@
 /* this is not prototyped in strict ansi mode */
 FILE *fdopen (int fildes, const char *mode);
 
-/*PAGE
- * SessionInfo structure.
+/*SessionInfo structure.
  *
  * The following structure is allocated for each session.
  */
@@ -315,8 +314,7 @@
  */
 static int ftpd_access = 0;
 
-/*PAGE
- *
+/*
  * serr
  *
  * Return error string corresponding to current 'errno'.
@@ -330,8 +328,7 @@
   return strerror(err);
 }
 
-/*PAGE
- *
+/*
  * Utility routines for access control.
  *
  */
@@ -348,15 +345,13 @@
   return (ftpd_access & FTPD_NO_WRITE) == 0;
 }
 
-/*PAGE
- *
+/*
  * Task pool management routines
  *
  */
 
 
-/*PAGE
- *
+/*
  * task_pool_done
  *
  * Cleanup task pool.
@@ -389,8 +384,7 @@
   task_pool.mutex = -1;
 }
 
-/*PAGE
- *
+/*
  * task_pool_init
  *
  * Initialize task pool.
@@ -484,8 +478,7 @@
   return 1;
 }
 
-/*PAGE
- *
+/*
  * task_pool_obtain
  *
  * Obtain free task from task pool.
@@ -515,8 +508,7 @@
   return info;
 }
 
-/*PAGE
- *
+/*
  * task_pool_release
  *
  * Return task obtained by 'obtain()' back to the task pool.
@@ -543,8 +535,7 @@
  * End of task pool routines
  */
 
-/*PAGE
- *
+/*
  * Function: send_reply
  *
  *
@@ -568,8 +559,7 @@
 }
 
 
-/*PAGE
- *
+/*
  * close_socket
  *
  * Close socket.
@@ -602,8 +592,7 @@
   return res;
 }
 
-/*PAGE
- *
+/*
  * close_socket
  *
  * Close socket.
@@ -629,8 +618,7 @@
   return 1;
 }
 
-/*PAGE
- *
+/*
  * data_socket
  *
  * Create data socket for session.
@@ -701,8 +689,7 @@
   return s;
 }
 
-/*PAGE
- *
+/*
  * close_data_socket
  *
  * Close data socket for session.
@@ -729,8 +716,7 @@
   info->use_default = 1;
 }
 
-/*PAGE
- *
+/*
  * close_stream
  *
  * Close control stream of session.
@@ -763,8 +749,7 @@
 }
 
 
-/*PAGE
- *
+/*
  * send_mode_reply
  *
  * Sends BINARY/ASCII reply string depending on current transfer mode.
@@ -785,8 +770,7 @@
     send_reply(info, 150, "Opening ASCII mode data connection.");
 }
 
-/*PAGE
- *
+/*
  * command_retrieve
  *
  * Perform the "RETR" command (send file to client).
@@ -904,8 +888,7 @@
 }
 
 
-/*PAGE
- *
+/*
  * discard
  *
  * Analog of `write' routine that just discards passed data
@@ -927,8 +910,7 @@
   return count;
 }
 
-/*PAGE
- *
+/*
  * command_store
  *
  * Performs the "STOR" command (receive data from client).
@@ -1158,8 +1140,7 @@
 }
 
 
-/*PAGE
- *
+/*
  * send_dirline
  *
  * Sends one line of LIST command reply corresponding to single file.
@@ -1256,8 +1237,7 @@
   return 1;
 }
 
-/*PAGE
- *
+/*
  * command_list
  *
  * Send file list to client.
@@ -1337,8 +1317,7 @@
 }
 
 
-/*PAGE
- *
+/*
  * command_cwd
  *
  * Change current working directory.
@@ -1367,8 +1346,7 @@
 }
 
 
-/*PAGE
- *
+/*
  * command_pwd
  *
  * Send current working directory to client.
@@ -1411,8 +1389,7 @@
   }
 }
 
-/*PAGE
- *
+/*
  * command_mdtm
  *
  * Handle FTP MDTM command (send file modification time to client)/
@@ -1452,8 +1429,7 @@
   }
 }
 
-/*PAGE
- *
+/*
  * command_port
  *
  * This procedure fills address for data connection given the IP address and
@@ -1522,8 +1498,7 @@
 }
 
 
-/*PAGE
- *
+/*
  * command_pasv
  *
  * Handle FTP PASV command.
@@ -1594,8 +1569,7 @@
 }
 
 
-/*PAGE
- *
+/*
  * skip_options
  *
  * Utility routine to skip options (if any) from input command.
@@ -1635,8 +1609,7 @@
   *p = buf;
 }
 
-/*PAGE
- *
+/*
  * split_command
  *
  * Split command into command itself, options, and arguments. Command itself
@@ -1680,8 +1653,7 @@
     *p++ = '\0';
 }
 
-/*PAGE
- *
+/*
  * exec_command
  *
  * Parse and execute FTP command.
@@ -1894,8 +1866,7 @@
 }
 
 
-/*PAGE
- *
+/*
  * session
  *
  * This task handles single session.  It is waked up when the FTP daemon gets a
@@ -1969,8 +1940,7 @@
 }
 
 
-/*PAGE
- *
+/*
  * daemon
  *
  * This task runs forever.  It waits for service requests on the FTP port
@@ -2068,8 +2038,7 @@
 }
 
 
-/*PAGE
- *
+/*
  * rtems_ftpd_start
  *
  * Here, we start the FTPD task which waits for FTP requests and services

diff -u rtems/cpukit/libcsupport/src/geteuid.c:1.3 rtems/cpukit/libcsupport/src/geteuid.c:1.4
--- rtems/cpukit/libcsupport/src/geteuid.c:1.3	Tue Aug  3 10:56:25 2010
+++ rtems/cpukit/libcsupport/src/geteuid.c	Sun Jul 24 18:55:06 2011
@@ -19,8 +19,7 @@
 uid_t _POSIX_types_Euid = 0;
 */
 
-/*PAGE
- *
+/*
  *  4.2.1 Get Real User, Effective User, Ral Group, and Effective Group IDs,
  *        P1003.1b-1993, p. 84
  */

diff -u rtems/cpukit/libcsupport/src/getgroups.c:1.4 rtems/cpukit/libcsupport/src/getgroups.c:1.5
--- rtems/cpukit/libcsupport/src/getgroups.c:1.4	Tue Sep 29 23:46:31 2009
+++ rtems/cpukit/libcsupport/src/getgroups.c	Sun Jul 24 18:55:06 2011
@@ -9,8 +9,7 @@
 #include <sys/types.h>
 #include <unistd.h>
 
-/*PAGE
- *
+/*
  *  4.2.3 Get Supplementary IDs, P1003.1b-1993, p. 86
  */
 

diff -u rtems/cpukit/libcsupport/src/getpgrp.c:1.1 rtems/cpukit/libcsupport/src/getpgrp.c:1.2
--- rtems/cpukit/libcsupport/src/getpgrp.c:1.1	Mon Aug 18 02:31:32 2003
+++ rtems/cpukit/libcsupport/src/getpgrp.c	Sun Jul 24 18:55:06 2011
@@ -15,8 +15,7 @@
 #include <rtems/score/object.h>
 #include <rtems/seterr.h>
 
-/*PAGE
- *
+/*
  *  4.3.1 Get Process Group IDs, P1003.1b-1993, p. 89
  */
 

diff -u rtems/cpukit/libcsupport/src/getpid.c:1.5 rtems/cpukit/libcsupport/src/getpid.c:1.6
--- rtems/cpukit/libcsupport/src/getpid.c:1.5	Tue Aug  3 10:56:25 2010
+++ rtems/cpukit/libcsupport/src/getpid.c	Sun Jul 24 18:55:06 2011
@@ -12,8 +12,7 @@
 #include <rtems/score/object.h>
 #include <rtems/seterr.h>
 
-/*PAGE
- *
+/*
  *  4.1.1 Get Process and Parent Process IDs, P1003.1b-1993, p. 83
  */
 

diff -u rtems/cpukit/libcsupport/src/getppid.c:1.3 rtems/cpukit/libcsupport/src/getppid.c:1.4
--- rtems/cpukit/libcsupport/src/getppid.c:1.3	Tue Aug  3 10:56:25 2010
+++ rtems/cpukit/libcsupport/src/getppid.c	Sun Jul 24 18:55:06 2011
@@ -14,8 +14,7 @@
 
 pid_t _POSIX_types_Ppid = 0;
 
-/*PAGE
- *
+/*
  *  4.1.1 Get Process and Parent Process IDs, P1003.1b-1993, p. 83
  */
 

diff -u rtems/cpukit/libcsupport/src/setpgid.c:1.3 rtems/cpukit/libcsupport/src/setpgid.c:1.4
--- rtems/cpukit/libcsupport/src/setpgid.c:1.3	Tue Sep 29 23:42:18 2009
+++ rtems/cpukit/libcsupport/src/setpgid.c	Sun Jul 24 18:55:06 2011
@@ -10,8 +10,7 @@
 #include <errno.h>
 #include <rtems/seterr.h>
 
-/*PAGE
- *
+/*
  *  4.3.3 Set Process Group ID for Job Control, P1003.1b-1993, p. 89
  */
 

diff -u rtems/cpukit/libcsupport/src/setsid.c:1.3 rtems/cpukit/libcsupport/src/setsid.c:1.4
--- rtems/cpukit/libcsupport/src/setsid.c:1.3	Tue Aug  3 10:56:25 2010
+++ rtems/cpukit/libcsupport/src/setsid.c	Sun Jul 24 18:55:06 2011
@@ -10,8 +10,7 @@
 
 #include <rtems/seterr.h>
 
-/*PAGE
- *
+/*
  *  4.3.2 Create Session and Set Process Group ID, P1003.1b-1993, p. 88
  */
 

diff -u rtems/cpukit/libcsupport/src/utsname.c:1.18 rtems/cpukit/libcsupport/src/utsname.c:1.19
--- rtems/cpukit/libcsupport/src/utsname.c:1.18	Tue Aug 24 00:51:51 2010
+++ rtems/cpukit/libcsupport/src/utsname.c	Sun Jul 24 18:55:06 2011
@@ -15,8 +15,7 @@
 #include <rtems/score/object.h>
 #include <rtems/seterr.h>
 
-/*PAGE
- *
+/*
  *  4.4.1 Get System Name, P1003.1b-1993, p. 90
  */
 

diff -u rtems/cpukit/libmisc/stackchk/check.c:1.74 rtems/cpukit/libmisc/stackchk/check.c:1.75
--- rtems/cpukit/libmisc/stackchk/check.c:1.74	Thu Nov  4 18:00:04 2010
+++ rtems/cpukit/libmisc/stackchk/check.c	Sun Jul 24 18:55:06 2011
@@ -476,8 +476,7 @@
   }
 #endif
 
-/*PAGE
- *
+/*
  *  rtems_stack_checker_report_usage
  */
 

diff -u rtems/cpukit/posix/include/rtems/posix/mqueue.h:1.30 rtems/cpukit/posix/include/rtems/posix/mqueue.h:1.31
--- rtems/cpukit/posix/include/rtems/posix/mqueue.h:1.30	Fri Jun 24 12:52:56 2011
+++ rtems/cpukit/posix/include/rtems/posix/mqueue.h	Sun Jul 24 18:55:06 2011
@@ -224,8 +224,7 @@
   CORE_message_queue_Submit_types priority
 );
 
-/*PAGE
- *
+/*
  *  _POSIX_Message_queue_Translate_core_message_queue_return_code
  *
  *  DESCRIPTION:

diff -u rtems/cpukit/posix/inline/rtems/posix/cond.inl:1.19 rtems/cpukit/posix/inline/rtems/posix/cond.inl:1.20
--- rtems/cpukit/posix/inline/rtems/posix/cond.inl:1.19	Fri Jun 24 12:52:57 2011
+++ rtems/cpukit/posix/inline/rtems/posix/cond.inl	Sun Jul 24 18:55:06 2011
@@ -25,8 +25,7 @@
  
 #include <pthread.h>
 
-/*PAGE
- *
+/*
  *  _POSIX_Condition_variables_Allocate
  */
  
@@ -37,8 +36,7 @@
     _Objects_Allocate( &_POSIX_Condition_variables_Information );
 }
  
-/*PAGE
- *
+/*
  *  _POSIX_Condition_variables_Free
  */
  
@@ -52,8 +50,7 @@
   );
 }
  
-/*PAGE
- *
+/*
  *  _POSIX_Condition_variables_Is_null
  */
  

diff -u rtems/cpukit/posix/inline/rtems/posix/mqueue.inl:1.18 rtems/cpukit/posix/inline/rtems/posix/mqueue.inl:1.19
--- rtems/cpukit/posix/inline/rtems/posix/mqueue.inl:1.18	Fri Jun 24 12:52:57 2011
+++ rtems/cpukit/posix/inline/rtems/posix/mqueue.inl	Sun Jul 24 18:55:06 2011
@@ -23,8 +23,7 @@
 #ifndef _RTEMS_POSIX_MQUEUE_INL
 #define _RTEMS_POSIX_MQUEUE_INL
  
-/*PAGE
- *
+/*
  *  _POSIX_Message_queue_Allocate
  */
  
@@ -35,8 +34,7 @@
     _Objects_Allocate( &_POSIX_Message_queue_Information );
 }
  
-/*PAGE
- *
+/*
  *  _POSIX_Message_queue_Allocate_fd
  */
  
@@ -47,8 +45,7 @@
     _Objects_Allocate( &_POSIX_Message_queue_Information_fds );
 }
  
-/*PAGE
- *
+/*
  *  _POSIX_Message_queue_Free
  */
  
@@ -59,8 +56,7 @@
   _Objects_Free( &_POSIX_Message_queue_Information, &the_mq->Object );
 }
 
-/*PAGE
- *
+/*
  *  _POSIX_Message_queue_Free_fd
  */
  
@@ -71,8 +67,7 @@
   _Objects_Free( &_POSIX_Message_queue_Information_fds, &the_mq_fd->Object );
 }
 
-/*PAGE
- *
+/*
  *  _POSIX_Message_queue_Namespace_remove
  */
  
@@ -84,8 +79,7 @@
     &_POSIX_Message_queue_Information, &the_mq->Object );
 }
  
-/*PAGE
- *
+/*
  *  _POSIX_Message_queue_Get
  */
  
@@ -98,8 +92,7 @@
     _Objects_Get( &_POSIX_Message_queue_Information, id, location );
 }
  
-/*PAGE
- *
+/*
  *  _POSIX_Message_queue_Get_fd
  */
  
@@ -115,8 +108,7 @@
   );
 }
  
-/*PAGE
- *
+/*
  *  _POSIX_Message_queue_Is_null
  */
  
@@ -127,8 +119,7 @@
   return !the_mq;
 }
 
-/*PAGE
- *
+/*
  *  _POSIX_Message_queue_Priority_to_core
  */
  

diff -u rtems/cpukit/posix/inline/rtems/posix/mutex.inl:1.20 rtems/cpukit/posix/inline/rtems/posix/mutex.inl:1.21
--- rtems/cpukit/posix/inline/rtems/posix/mutex.inl:1.20	Mon Jun 27 15:30:58 2011
+++ rtems/cpukit/posix/inline/rtems/posix/mutex.inl	Sun Jul 24 18:55:06 2011
@@ -22,8 +22,7 @@
 #ifndef _RTEMS_POSIX_MUTEX_INL
 #define _RTEMS_POSIX_MUTEX_INL
  
-/*PAGE
- *
+/*
  *  _POSIX_Mutex_Allocate
  */
  
@@ -32,8 +31,7 @@
   return (POSIX_Mutex_Control *) _Objects_Allocate( &_POSIX_Mutex_Information );
 }
  
-/*PAGE
- *
+/*
  *  _POSIX_Mutex_Free
  */
  
@@ -44,8 +42,7 @@
   _Objects_Free( &_POSIX_Mutex_Information, &the_mutex->Object );
 }
  
-/*PAGE
- *
+/*
  *  _POSIX_Mutex_Is_null
  */
  

diff -u rtems/cpukit/posix/inline/rtems/posix/pthread.inl:1.14 rtems/cpukit/posix/inline/rtems/posix/pthread.inl:1.15
--- rtems/cpukit/posix/inline/rtems/posix/pthread.inl:1.14	Fri Jun 24 12:52:57 2011
+++ rtems/cpukit/posix/inline/rtems/posix/pthread.inl	Sun Jul 24 18:55:06 2011
@@ -23,8 +23,7 @@
 #ifndef _RTEMS_POSIX_PTHREAD_INL
 #define _RTEMS_POSIX_PTHREAD_INL
  
-/*PAGE
- *
+/*
  *  _POSIX_Threads_Allocate
  */
  
@@ -33,8 +32,7 @@
   return (Thread_Control *) _Objects_Allocate( &_POSIX_Threads_Information );
 }
  
-/*PAGE
- *
+/*
  *  _POSIX_Threads_Free
  */
  
@@ -45,8 +43,7 @@
   _Objects_Free( &_POSIX_Threads_Information, &the_pthread->Object );
 }
  
-/*PAGE
- *
+/*
  *  _POSIX_Threads_Get
  */
  
@@ -59,8 +56,7 @@
     _Objects_Get( &_POSIX_Threads_Information, (Objects_Id)id, location );
 }
  
-/*PAGE
- *
+/*
  *  _POSIX_Threads_Is_null
  */
  

diff -u rtems/cpukit/posix/inline/rtems/posix/semaphore.inl:1.17 rtems/cpukit/posix/inline/rtems/posix/semaphore.inl:1.18
--- rtems/cpukit/posix/inline/rtems/posix/semaphore.inl:1.17	Fri Jun 24 12:52:57 2011
+++ rtems/cpukit/posix/inline/rtems/posix/semaphore.inl	Sun Jul 24 18:55:06 2011
@@ -23,8 +23,7 @@
 #ifndef _RTEMS_POSIX_SEMAPHORE_INL
 #define _RTEMS_POSIX_SEMAPHORE_INL
  
-/*PAGE
- *
+/*
  *  _POSIX_Semaphore_Allocate
  */
  
@@ -34,8 +33,7 @@
     _Objects_Allocate( &_POSIX_Semaphore_Information );
 }
  
-/*PAGE
- *
+/*
  *  _POSIX_Semaphore_Free
  */
  
@@ -46,8 +44,7 @@
   _Objects_Free( &_POSIX_Semaphore_Information, &the_semaphore->Object );
 }
  
-/*PAGE
- *
+/*
  *  _POSIX_Semaphore_Namespace_remove
  */
  
@@ -61,8 +58,7 @@
  
 
 
-/*PAGE
- *
+/*
  *  _POSIX_Semaphore_Get
  */
 RTEMS_INLINE_ROUTINE POSIX_Semaphore_Control *_POSIX_Semaphore_Get (
@@ -74,8 +70,7 @@
     _Objects_Get( &_POSIX_Semaphore_Information, (Objects_Id)*id, location );
 }
  
-/*PAGE
- *
+/*
  *  _POSIX_Semaphore_Is_null
  */
  

diff -u rtems/cpukit/posix/inline/rtems/posix/timer.inl:1.9 rtems/cpukit/posix/inline/rtems/posix/timer.inl:1.10
--- rtems/cpukit/posix/inline/rtems/posix/timer.inl:1.9	Fri Jun 24 12:52:57 2011
+++ rtems/cpukit/posix/inline/rtems/posix/timer.inl	Sun Jul 24 18:55:06 2011
@@ -23,8 +23,7 @@
 #ifndef _RTEMS_POSIX_TIMER_INL
 #define _RTEMS_POSIX_TIMER_INL
 
-/*PAGE
- *
+/*
  *  _POSIX_Timer_Allocate
  *
  *  DESCRIPTION:
@@ -38,8 +37,7 @@
   return (POSIX_Timer_Control *) _Objects_Allocate( &_POSIX_Timer_Information );
 }
 
-/*PAGE
- *
+/*
  *  _POSIX_Timer_Free
  *
  *  DESCRIPTION:
@@ -55,8 +53,7 @@
   _Objects_Free( &_POSIX_Timer_Information, &the_timer->Object );
 }
 
-/*PAGE
- *
+/*
  *  _POSIX_Timer_Get
  *
  *  DESCRIPTION:
@@ -77,8 +74,7 @@
     _Objects_Get( &_POSIX_Timer_Information, (Objects_Id) id, location );
 }
 
-/*PAGE
- *
+/*
  *  _POSIX_Timer_Is_null
  *
  *  DESCRIPTION:

diff -u rtems/cpukit/posix/src/alarm.c:1.16 rtems/cpukit/posix/src/alarm.c:1.17
--- rtems/cpukit/posix/src/alarm.c:1.16	Fri Apr 30 03:37:26 2010
+++ rtems/cpukit/posix/src/alarm.c	Sun Jul 24 18:55:06 2011
@@ -22,8 +22,7 @@
 #include <rtems/posix/pthread.h>
 #include <rtems/posix/psignal.h>
 
-/*PAGE
- *
+/*
  *  _POSIX_signals_Alarm_TSR
  */
 

diff -u rtems/cpukit/posix/src/barrierattrdestroy.c:1.3 rtems/cpukit/posix/src/barrierattrdestroy.c:1.4
--- rtems/cpukit/posix/src/barrierattrdestroy.c:1.3	Tue Feb  3 04:10:41 2009
+++ rtems/cpukit/posix/src/barrierattrdestroy.c	Sun Jul 24 18:55:06 2011
@@ -24,8 +24,7 @@
 #include <rtems/posix/time.h>
 #include <rtems/posix/mutex.h>
 
-/*PAGE
- *
+/*
  *  Barrier Initialization Attributes
  */
 

diff -u rtems/cpukit/posix/src/barrierattrgetpshared.c:1.2 rtems/cpukit/posix/src/barrierattrgetpshared.c:1.3
--- rtems/cpukit/posix/src/barrierattrgetpshared.c:1.2	Mon Dec 17 10:19:13 2007
+++ rtems/cpukit/posix/src/barrierattrgetpshared.c	Sun Jul 24 18:55:06 2011
@@ -16,8 +16,7 @@
 #include <pthread.h>
 #include <errno.h>
 
-/*PAGE
- *
+/*
  *  Barrier Attributes Get Process Shared
  */
 

diff -u rtems/cpukit/posix/src/barrierattrinit.c:1.3 rtems/cpukit/posix/src/barrierattrinit.c:1.4
--- rtems/cpukit/posix/src/barrierattrinit.c:1.3	Tue Feb  3 04:10:42 2009
+++ rtems/cpukit/posix/src/barrierattrinit.c	Sun Jul 24 18:55:06 2011
@@ -18,8 +18,7 @@
 
 #include <rtems/system.h>
 
-/*PAGE
- *
+/*
  *  Barrier Attributes Initialization
  */
 

diff -u rtems/cpukit/posix/src/barrierattrsetpshared.c:1.2 rtems/cpukit/posix/src/barrierattrsetpshared.c:1.3
--- rtems/cpukit/posix/src/barrierattrsetpshared.c:1.2	Mon Dec 17 10:19:13 2007
+++ rtems/cpukit/posix/src/barrierattrsetpshared.c	Sun Jul 24 18:55:06 2011
@@ -16,8 +16,7 @@
 #include <pthread.h>
 #include <errno.h>
 
-/*PAGE
- *
+/*
  *  Barrier Attributes Set Process Shared
  */
 

diff -u rtems/cpukit/posix/src/cleanuppop.c:1.7 rtems/cpukit/posix/src/cleanuppop.c:1.8
--- rtems/cpukit/posix/src/cleanuppop.c:1.7	Fri Jan 18 10:31:55 2008
+++ rtems/cpukit/posix/src/cleanuppop.c	Sun Jul 24 18:55:06 2011
@@ -25,8 +25,7 @@
 #include <rtems/posix/pthread.h>
 #include <rtems/posix/threadsup.h>
 
-/*PAGE
- *
+/*
  *  18.2.3.1 Establishing Cancellation Handlers, P1003.1c/Draft 10, p. 184
  */
 

diff -u rtems/cpukit/posix/src/cleanuppush.c:1.7 rtems/cpukit/posix/src/cleanuppush.c:1.8
--- rtems/cpukit/posix/src/cleanuppush.c:1.7	Mon Nov 30 09:44:20 2009
+++ rtems/cpukit/posix/src/cleanuppush.c	Sun Jul 24 18:55:06 2011
@@ -25,8 +25,7 @@
 #include <rtems/posix/pthread.h>
 #include <rtems/posix/threadsup.h>
 
-/*PAGE
- *
+/*
  *  18.2.3.1 Establishing Cancellation Handlers, P1003.1c/Draft 10, p. 184
  */
 

diff -u rtems/cpukit/posix/src/clockgetcpuclockid.c:1.6 rtems/cpukit/posix/src/clockgetcpuclockid.c:1.7
--- rtems/cpukit/posix/src/clockgetcpuclockid.c:1.6	Thu Dec 13 10:52:20 2007
+++ rtems/cpukit/posix/src/clockgetcpuclockid.c	Sun Jul 24 18:55:06 2011
@@ -24,8 +24,7 @@
 #include <rtems/seterr.h>
 #include <rtems/posix/time.h>
 
-/*PAGE
- *
+/*
  *  20.1.3 Accessing a Process CPU-time CLock, P1003.4b/D8, p. 55
  */
 

diff -u rtems/cpukit/posix/src/clockgetenableattr.c:1.6 rtems/cpukit/posix/src/clockgetenableattr.c:1.7
--- rtems/cpukit/posix/src/clockgetenableattr.c:1.6	Thu Dec 13 10:52:20 2007
+++ rtems/cpukit/posix/src/clockgetenableattr.c	Sun Jul 24 18:55:06 2011
@@ -24,8 +24,7 @@
 #include <rtems/seterr.h>
 #include <rtems/posix/time.h>
 
-/*PAGE
- *
+/*
  *  20.1.5 CPU-time Clock Attribute Access, P1003.4b/D8, p. 58
  */
 

diff -u rtems/cpukit/posix/src/clockgetres.c:1.13 rtems/cpukit/posix/src/clockgetres.c:1.14
--- rtems/cpukit/posix/src/clockgetres.c:1.13	Thu May 19 01:31:42 2011
+++ rtems/cpukit/posix/src/clockgetres.c	Sun Jul 24 18:55:06 2011
@@ -28,8 +28,7 @@
 
 #include <rtems/seterr.h>
 
-/*PAGE
- *
+/*
  *  14.2.1 Clocks, P1003.1b-1993, p. 263
  */
 

diff -u rtems/cpukit/posix/src/clockgettime.c:1.16 rtems/cpukit/posix/src/clockgettime.c:1.17
--- rtems/cpukit/posix/src/clockgettime.c:1.16	Thu May 19 01:31:42 2011
+++ rtems/cpukit/posix/src/clockgettime.c	Sun Jul 24 18:55:07 2011
@@ -23,8 +23,7 @@
 
 #include <rtems/seterr.h>
 
-/*PAGE
- *
+/*
  *  14.2.1 Clocks, P1003.1b-1993, p. 263
  */
 

diff -u rtems/cpukit/posix/src/clocksetenableattr.c:1.6 rtems/cpukit/posix/src/clocksetenableattr.c:1.7
--- rtems/cpukit/posix/src/clocksetenableattr.c:1.6	Thu Dec 13 10:52:20 2007
+++ rtems/cpukit/posix/src/clocksetenableattr.c	Sun Jul 24 18:55:07 2011
@@ -24,8 +24,7 @@
 #include <rtems/seterr.h>
 #include <rtems/posix/time.h>
 
-/*PAGE
- *
+/*
  *  20.1.5 CPU-time Clock Attribute Access, P1003.4b/D8, p. 58
  */
 

diff -u rtems/cpukit/posix/src/clocksettime.c:1.12 rtems/cpukit/posix/src/clocksettime.c:1.13
--- rtems/cpukit/posix/src/clocksettime.c:1.12	Thu May 19 01:31:42 2011
+++ rtems/cpukit/posix/src/clocksettime.c	Sun Jul 24 18:55:07 2011
@@ -23,8 +23,7 @@
 
 #include <rtems/seterr.h>
 
-/*PAGE
- *
+/*
  *  14.2.1 Clocks, P1003.1b-1993, p. 263
  */
 

diff -u rtems/cpukit/posix/src/cond.c:1.33 rtems/cpukit/posix/src/cond.c:1.34
--- rtems/cpukit/posix/src/cond.c:1.33	Tue Feb  3 04:10:42 2009
+++ rtems/cpukit/posix/src/cond.c	Sun Jul 24 18:55:07 2011
@@ -26,8 +26,7 @@
 #include <rtems/posix/time.h>
 #include <rtems/posix/mutex.h>
 
-/*PAGE
- *
+/*
  *  _POSIX_Condition_variables_Manager_initialization
  *
  *  This routine initializes all condition variable manager related data

diff -u rtems/cpukit/posix/src/condattrdestroy.c:1.5 rtems/cpukit/posix/src/condattrdestroy.c:1.6
--- rtems/cpukit/posix/src/condattrdestroy.c:1.5	Tue Feb  3 04:10:42 2009
+++ rtems/cpukit/posix/src/condattrdestroy.c	Sun Jul 24 18:55:07 2011
@@ -24,8 +24,7 @@
 #include <rtems/posix/time.h>
 #include <rtems/posix/mutex.h>
 
-/*PAGE
- *
+/*
  *  11.4.1 Condition Variable Initialization Attributes,
  *            P1003.1c/Draft 10, p. 96
  */

diff -u rtems/cpukit/posix/src/condattrgetpshared.c:1.4 rtems/cpukit/posix/src/condattrgetpshared.c:1.5
--- rtems/cpukit/posix/src/condattrgetpshared.c:1.4	Mon Dec 17 10:19:13 2007
+++ rtems/cpukit/posix/src/condattrgetpshared.c	Sun Jul 24 18:55:07 2011
@@ -24,8 +24,7 @@
 #include <rtems/posix/time.h>
 #include <rtems/posix/mutex.h>
 
-/*PAGE
- *
+/*
  *  11.4.1 Condition Variable Initialization Attributes,
  *            P1003.1c/Draft 10, p. 96
  */

diff -u rtems/cpukit/posix/src/condattrinit.c:1.4 rtems/cpukit/posix/src/condattrinit.c:1.5
--- rtems/cpukit/posix/src/condattrinit.c:1.4	Mon Dec 17 10:19:13 2007
+++ rtems/cpukit/posix/src/condattrinit.c	Sun Jul 24 18:55:07 2011
@@ -24,8 +24,7 @@
 #include <rtems/posix/time.h>
 #include <rtems/posix/mutex.h>
 
-/*PAGE
- *
+/*
  *  11.4.1 Condition Variable Initialization Attributes,
  *            P1003.1c/Draft 10, p. 96
  */

diff -u rtems/cpukit/posix/src/condattrsetpshared.c:1.4 rtems/cpukit/posix/src/condattrsetpshared.c:1.5
--- rtems/cpukit/posix/src/condattrsetpshared.c:1.4	Mon Dec 17 10:19:13 2007
+++ rtems/cpukit/posix/src/condattrsetpshared.c	Sun Jul 24 18:55:07 2011
@@ -24,8 +24,7 @@
 #include <rtems/posix/time.h>
 #include <rtems/posix/mutex.h>
 
-/*PAGE
- *
+/*
  *  11.4.1 Condition Variable Initialization Attributes,
  *            P1003.1c/Draft 10, p. 96
  */

diff -u rtems/cpukit/posix/src/condbroadcast.c:1.5 rtems/cpukit/posix/src/condbroadcast.c:1.6
--- rtems/cpukit/posix/src/condbroadcast.c:1.5	Tue Feb  3 04:10:43 2009
+++ rtems/cpukit/posix/src/condbroadcast.c	Sun Jul 24 18:55:07 2011
@@ -24,8 +24,7 @@
 #include <rtems/posix/time.h>
 #include <rtems/posix/mutex.h>
 
-/*PAGE
- *
+/*
  *  11.4.3 Broadcasting and Signaling a Condition, P1003.1c/Draft 10, p. 101
  */
 

diff -u rtems/cpukit/posix/src/conddefaultattributes.c:1.5 rtems/cpukit/posix/src/conddefaultattributes.c:1.6
--- rtems/cpukit/posix/src/conddefaultattributes.c:1.5	Tue Feb  3 04:10:43 2009
+++ rtems/cpukit/posix/src/conddefaultattributes.c	Sun Jul 24 18:55:07 2011
@@ -24,8 +24,7 @@
 #include <rtems/posix/time.h>
 #include <rtems/posix/mutex.h>
 
-/*PAGE
- *
+/*
  *  The default condition variable attributes structure.
  */
 

diff -u rtems/cpukit/posix/src/conddestroy.c:1.9 rtems/cpukit/posix/src/conddestroy.c:1.10
--- rtems/cpukit/posix/src/conddestroy.c:1.9	Mon Dec 17 10:19:13 2007
+++ rtems/cpukit/posix/src/conddestroy.c	Sun Jul 24 18:55:07 2011
@@ -24,8 +24,7 @@
 #include <rtems/posix/time.h>
 #include <rtems/posix/mutex.h>
 
-/*PAGE
- *
+/*
  *  11.4.2 Initializing and Destroying a Condition Variable,
  *         P1003.1c/Draft 10, p. 87
  */

diff -u rtems/cpukit/posix/src/condinit.c:1.9 rtems/cpukit/posix/src/condinit.c:1.10
--- rtems/cpukit/posix/src/condinit.c:1.9	Wed Jul 28 15:39:40 2010
+++ rtems/cpukit/posix/src/condinit.c	Sun Jul 24 18:55:07 2011
@@ -24,8 +24,7 @@
 #include <rtems/posix/time.h>
 #include <rtems/posix/mutex.h>
 
-/*PAGE
- *
+/*
  *  11.4.2 Initializing and Destroying a Condition Variable,
  *         P1003.1c/Draft 10, p. 87
  */

diff -u rtems/cpukit/posix/src/condsignal.c:1.5 rtems/cpukit/posix/src/condsignal.c:1.6
--- rtems/cpukit/posix/src/condsignal.c:1.5	Tue Feb  3 04:10:44 2009
+++ rtems/cpukit/posix/src/condsignal.c	Sun Jul 24 18:55:07 2011
@@ -24,8 +24,7 @@
 #include <rtems/posix/time.h>
 #include <rtems/posix/mutex.h>
 
-/*PAGE
- *
+/*
  *  11.4.3 Broadcasting and Signaling a Condition, P1003.1c/Draft 10, p. 101
  */
 

diff -u rtems/cpukit/posix/src/condsignalsupp.c:1.8 rtems/cpukit/posix/src/condsignalsupp.c:1.9
--- rtems/cpukit/posix/src/condsignalsupp.c:1.8	Thu Sep  4 10:23:11 2008
+++ rtems/cpukit/posix/src/condsignalsupp.c	Sun Jul 24 18:55:07 2011
@@ -24,8 +24,7 @@
 #include <rtems/posix/time.h>
 #include <rtems/posix/mutex.h>
 
-/*PAGE
- *
+/*
  *  _POSIX_Condition_variables_Signal_support
  *
  *  A support routine which implements guts of the broadcast and single task

diff -u rtems/cpukit/posix/src/condtimedwait.c:1.9 rtems/cpukit/posix/src/condtimedwait.c:1.10
--- rtems/cpukit/posix/src/condtimedwait.c:1.9	Mon Aug 23 16:31:27 2010
+++ rtems/cpukit/posix/src/condtimedwait.c	Sun Jul 24 18:55:07 2011
@@ -28,8 +28,7 @@
 #include <rtems/posix/time.h>
 #include <rtems/posix/mutex.h>
 
-/*PAGE
- *
+/*
  *  11.4.4 Waiting on a Condition, P1003.1c/Draft 10, p. 105
  */
 

diff -u rtems/cpukit/posix/src/condwait.c:1.5 rtems/cpukit/posix/src/condwait.c:1.6
--- rtems/cpukit/posix/src/condwait.c:1.5	Tue Feb  3 04:10:46 2009
+++ rtems/cpukit/posix/src/condwait.c	Sun Jul 24 18:55:07 2011
@@ -24,8 +24,7 @@
 #include <rtems/posix/time.h>
 #include <rtems/posix/mutex.h>
 
-/*PAGE
- *
+/*
  *  11.4.4 Waiting on a Condition, P1003.1c/Draft 10, p. 105
  */
 

diff -u rtems/cpukit/posix/src/condwaitsupp.c:1.9 rtems/cpukit/posix/src/condwaitsupp.c:1.10
--- rtems/cpukit/posix/src/condwaitsupp.c:1.9	Wed Jul 28 15:39:44 2010
+++ rtems/cpukit/posix/src/condwaitsupp.c	Sun Jul 24 18:55:07 2011
@@ -24,8 +24,7 @@
 #include <rtems/posix/time.h>
 #include <rtems/posix/mutex.h>
 
-/*PAGE
- *
+/*
  *  _POSIX_Condition_variables_Wait_support
  *
  *  A support routine which implements guts of the blocking, non-blocking, and

diff -u rtems/cpukit/posix/src/keygetspecific.c:1.9 rtems/cpukit/posix/src/keygetspecific.c:1.10
--- rtems/cpukit/posix/src/keygetspecific.c:1.9	Mon Dec 17 10:19:14 2007
+++ rtems/cpukit/posix/src/keygetspecific.c	Sun Jul 24 18:55:07 2011
@@ -23,8 +23,7 @@
 #include <rtems/score/wkspace.h>
 #include <rtems/posix/key.h>
 
-/*PAGE
- *
+/*
  *  17.1.2 Thread-Specific Data Management, P1003.1c/Draft 10, p. 165
  */
 

diff -u rtems/cpukit/posix/src/keyrundestructors.c:1.10 rtems/cpukit/posix/src/keyrundestructors.c:1.11
--- rtems/cpukit/posix/src/keyrundestructors.c:1.10	Mon Aug  9 03:13:21 2010
+++ rtems/cpukit/posix/src/keyrundestructors.c	Sun Jul 24 18:55:07 2011
@@ -20,8 +20,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/posix/key.h>
 
-/*PAGE
- *
+/*
  *  _POSIX_Keys_Run_destructors
  *
  *  17.1.1 Thread-Specific Data Key Create, P1003.1c/Draft 10, p. 163

diff -u rtems/cpukit/posix/src/keysetspecific.c:1.8 rtems/cpukit/posix/src/keysetspecific.c:1.9
--- rtems/cpukit/posix/src/keysetspecific.c:1.8	Mon Dec 17 10:19:14 2007
+++ rtems/cpukit/posix/src/keysetspecific.c	Sun Jul 24 18:55:07 2011
@@ -23,8 +23,7 @@
 #include <rtems/score/wkspace.h>
 #include <rtems/posix/key.h>
 
-/*PAGE
- *
+/*
  *  17.1.2 Thread-Specific Data Management, P1003.1c/Draft 10, p. 165
  */
 

diff -u rtems/cpukit/posix/src/mprotect.c:1.4 rtems/cpukit/posix/src/mprotect.c:1.5
--- rtems/cpukit/posix/src/mprotect.c:1.4	Mon Nov 30 09:44:20 2009
+++ rtems/cpukit/posix/src/mprotect.c	Sun Jul 24 18:55:07 2011
@@ -15,8 +15,7 @@
 
 #include <unistd.h>
 
-/*PAGE
- *
+/*
  *  12.2.3 Change Memory Protection, P1003.1b-1996, p. 277.
  *
  *  This is not a functional version but the SPARC backend for at least

diff -u rtems/cpukit/posix/src/mqueue.c:1.23 rtems/cpukit/posix/src/mqueue.c:1.24
--- rtems/cpukit/posix/src/mqueue.c:1.23	Wed Aug  5 10:29:19 2009
+++ rtems/cpukit/posix/src/mqueue.c	Sun Jul 24 18:55:07 2011
@@ -40,8 +40,7 @@
 #include <rtems/posix/mqueue.h>
 #include <rtems/posix/time.h>
 
-/*PAGE
- *
+/*
  *  _POSIX_Message_queue_Manager_initialization
  *
  *  This routine initializes all message_queue manager related data structures.

diff -u rtems/cpukit/posix/src/mqueuecreatesupp.c:1.22 rtems/cpukit/posix/src/mqueuecreatesupp.c:1.23
--- rtems/cpukit/posix/src/mqueuecreatesupp.c:1.22	Thu Aug  6 14:26:56 2009
+++ rtems/cpukit/posix/src/mqueuecreatesupp.c	Sun Jul 24 18:55:07 2011
@@ -45,8 +45,7 @@
 /* pure ANSI mode does not have this prototype */
 size_t strnlen(const char *, size_t);
 
-/*PAGE
- *
+/*
  *  _POSIX_Message_queue_Create_support
  *
  *  This routine does the actual creation and initialization of

diff -u rtems/cpukit/posix/src/mqueuedeletesupp.c:1.13 rtems/cpukit/posix/src/mqueuedeletesupp.c:1.14
--- rtems/cpukit/posix/src/mqueuedeletesupp.c:1.13	Wed Jul 29 15:26:42 2009
+++ rtems/cpukit/posix/src/mqueuedeletesupp.c	Sun Jul 24 18:55:07 2011
@@ -43,8 +43,7 @@
   #include <rtems/bspIo.h>
 #endif
 
-/*PAGE
- *
+/*
  *  _POSIX_Message_queue_Delete
  */
 

diff -u rtems/cpukit/posix/src/mqueuegetattr.c:1.13 rtems/cpukit/posix/src/mqueuegetattr.c:1.14
--- rtems/cpukit/posix/src/mqueuegetattr.c:1.13	Mon Apr 18 17:01:47 2011
+++ rtems/cpukit/posix/src/mqueuegetattr.c	Sun Jul 24 18:55:07 2011
@@ -39,8 +39,7 @@
 #include <rtems/posix/mqueue.h>
 #include <rtems/posix/time.h>
 
-/*PAGE
- *
+/*
  *  15.2.8 Get Message Queue Attributes, P1003.1b-1993, p. 283
  */
 

diff -u rtems/cpukit/posix/src/mqueuenotify.c:1.13 rtems/cpukit/posix/src/mqueuenotify.c:1.14
--- rtems/cpukit/posix/src/mqueuenotify.c:1.13	Mon Dec 17 10:19:14 2007
+++ rtems/cpukit/posix/src/mqueuenotify.c	Sun Jul 24 18:55:07 2011
@@ -41,8 +41,7 @@
 #include <rtems/posix/mqueue.h>
 #include <rtems/posix/time.h>
 
-/*PAGE
- *
+/*
  *  _POSIX_Message_queue_Notify_handler
  *
  */
@@ -60,8 +59,7 @@
   _CORE_message_queue_Set_notify( &the_mq->Message_queue, NULL, NULL );
 }
 
-/*PAGE
- *
+/*
  *  15.2.6 Notify Process that a Message is Available on a Queue,
  *         P1003.1b-1993, p. 280
  */

diff -u rtems/cpukit/posix/src/mqueuereceive.c:1.8 rtems/cpukit/posix/src/mqueuereceive.c:1.9
--- rtems/cpukit/posix/src/mqueuereceive.c:1.8	Tue Feb  3 04:10:47 2009
+++ rtems/cpukit/posix/src/mqueuereceive.c	Sun Jul 24 18:55:07 2011
@@ -39,8 +39,7 @@
 #include <rtems/posix/mqueue.h>
 #include <rtems/posix/time.h>
 
-/*PAGE
- *
+/*
  *  15.2.5 Receive a Message From a Message Queue, P1003.1b-1993, p. 279
  *
  *  NOTE: P1003.4b/D8, p. 45 adds mq_timedreceive().

diff -u rtems/cpukit/posix/src/mqueuesend.c:1.8 rtems/cpukit/posix/src/mqueuesend.c:1.9
--- rtems/cpukit/posix/src/mqueuesend.c:1.8	Tue Feb  3 04:10:48 2009
+++ rtems/cpukit/posix/src/mqueuesend.c	Sun Jul 24 18:55:07 2011
@@ -39,8 +39,7 @@
 #include <rtems/posix/mqueue.h>
 #include <rtems/posix/time.h>
 
-/*PAGE
- *
+/*
  *  15.2.4 Send a Message to a Message Queue, P1003.1b-1993, p. 277
  *
  *  NOTE: P1003.4b/D8, p. 45 adds mq_timedsend().

diff -u rtems/cpukit/posix/src/mqueuesendsupp.c:1.22 rtems/cpukit/posix/src/mqueuesendsupp.c:1.23
--- rtems/cpukit/posix/src/mqueuesendsupp.c:1.22	Tue Feb  3 04:10:48 2009
+++ rtems/cpukit/posix/src/mqueuesendsupp.c	Sun Jul 24 18:55:07 2011
@@ -40,8 +40,7 @@
 #include <rtems/posix/time.h>
 
 
-/*PAGE
- *
+/*
  *  _POSIX_Message_queue_Send_support
  */
 

diff -u rtems/cpukit/posix/src/mqueuesetattr.c:1.12 rtems/cpukit/posix/src/mqueuesetattr.c:1.13
--- rtems/cpukit/posix/src/mqueuesetattr.c:1.12	Mon Dec 17 10:19:14 2007
+++ rtems/cpukit/posix/src/mqueuesetattr.c	Sun Jul 24 18:55:07 2011
@@ -39,8 +39,7 @@
 #include <rtems/posix/mqueue.h>
 #include <rtems/posix/time.h>
 
-/*PAGE
- *
+/*
  *  15.2.7 Set Message Queue Attributes, P1003.1b-1993, p. 281
  */
 

diff -u rtems/cpukit/posix/src/mqueuetimedreceive.c:1.13 rtems/cpukit/posix/src/mqueuetimedreceive.c:1.14
--- rtems/cpukit/posix/src/mqueuetimedreceive.c:1.13	Mon Nov 30 09:44:20 2009
+++ rtems/cpukit/posix/src/mqueuetimedreceive.c	Sun Jul 24 18:55:07 2011
@@ -41,8 +41,7 @@
 #include <rtems/posix/mqueue.h>
 #include <rtems/posix/time.h>
 
-/*PAGE
- *
+/*
  *  15.2.5 Receive a Message From a Message Queue, P1003.1b-1993, p. 279
  *
  *  NOTE: P1003.4b/D8, p. 45 adds mq_timedreceive().

diff -u rtems/cpukit/posix/src/mqueuetimedsend.c:1.12 rtems/cpukit/posix/src/mqueuetimedsend.c:1.13
--- rtems/cpukit/posix/src/mqueuetimedsend.c:1.12	Mon Nov 30 09:44:20 2009
+++ rtems/cpukit/posix/src/mqueuetimedsend.c	Sun Jul 24 18:55:07 2011
@@ -41,8 +41,7 @@
 #include <rtems/posix/mqueue.h>
 #include <rtems/posix/time.h>
 
-/*PAGE
- *
+/*
  *  15.2.4 Send a Message to a Message Queue, P1003.1b-1993, p. 277
  *
  *  NOTE: P1003.4b/D8, p. 45 adds mq_timedsend().

diff -u rtems/cpukit/posix/src/mqueuetranslatereturncode.c:1.9 rtems/cpukit/posix/src/mqueuetranslatereturncode.c:1.10
--- rtems/cpukit/posix/src/mqueuetranslatereturncode.c:1.9	Fri Nov 30 14:34:13 2007
+++ rtems/cpukit/posix/src/mqueuetranslatereturncode.c	Sun Jul 24 18:55:07 2011
@@ -22,8 +22,7 @@
 #include <rtems/score/coremsg.h>
 
 
-/*PAGE
- *
+/*
  *  _POSIX_Message_queue_Translate_core_message_queue_return_code
  *
  *  Input parameters:

diff -u rtems/cpukit/posix/src/mqueueunlink.c:1.17 rtems/cpukit/posix/src/mqueueunlink.c:1.18
--- rtems/cpukit/posix/src/mqueueunlink.c:1.17	Tue Feb  3 04:10:49 2009
+++ rtems/cpukit/posix/src/mqueueunlink.c	Sun Jul 24 18:55:08 2011
@@ -40,8 +40,7 @@
 #include <rtems/posix/mqueue.h>
 #include <rtems/posix/time.h>
 
-/*PAGE
- *
+/*
  *  15.2.2 Remove a Message Queue, P1003.1b-1993, p. 276
  */
 

diff -u rtems/cpukit/posix/src/mutex.c:1.38 rtems/cpukit/posix/src/mutex.c:1.39
--- rtems/cpukit/posix/src/mutex.c:1.38	Mon Jul  6 09:46:36 2009
+++ rtems/cpukit/posix/src/mutex.c	Sun Jul 24 18:55:08 2011
@@ -28,8 +28,7 @@
 #include <rtems/posix/priority.h>
 #include <rtems/posix/time.h>
 
-/*PAGE
- *
+/*
  *  _POSIX_Mutex_Manager_initialization
  *
  *  This routine initializes all mutex manager related data structures.

diff -u rtems/cpukit/posix/src/mutexattrdestroy.c:1.7 rtems/cpukit/posix/src/mutexattrdestroy.c:1.8
--- rtems/cpukit/posix/src/mutexattrdestroy.c:1.7	Tue Feb  3 04:10:50 2009
+++ rtems/cpukit/posix/src/mutexattrdestroy.c	Sun Jul 24 18:55:08 2011
@@ -23,8 +23,7 @@
 #include <rtems/posix/priority.h>
 #include <rtems/posix/time.h>
 
-/*PAGE
- *
+/*
  *  11.3.1 Mutex Initialization Attributes, P1003.1c/Draft 10, p. 81
  */
 

diff -u rtems/cpukit/posix/src/mutexattrgetprioceiling.c:1.6 rtems/cpukit/posix/src/mutexattrgetprioceiling.c:1.7
--- rtems/cpukit/posix/src/mutexattrgetprioceiling.c:1.6	Mon Dec 17 10:19:14 2007
+++ rtems/cpukit/posix/src/mutexattrgetprioceiling.c	Sun Jul 24 18:55:08 2011
@@ -23,8 +23,7 @@
 #include <rtems/posix/priority.h>
 #include <rtems/posix/time.h>
 
-/*PAGE
- *
+/*
  *  13.6.1 Mutex Initialization Scheduling Attributes, P1003.1c/Draft 10, p. 128
  */
 

diff -u rtems/cpukit/posix/src/mutexattrgetprotocol.c:1.7 rtems/cpukit/posix/src/mutexattrgetprotocol.c:1.8
--- rtems/cpukit/posix/src/mutexattrgetprotocol.c:1.7	Mon Dec 17 10:19:14 2007
+++ rtems/cpukit/posix/src/mutexattrgetprotocol.c	Sun Jul 24 18:55:08 2011
@@ -23,8 +23,7 @@
 #include <rtems/posix/priority.h>
 #include <rtems/posix/time.h>
 
-/*PAGE
- *
+/*
  *  13.6.1 Mutex Initialization Scheduling Attributes, P1003.1c/Draft 10, p. 128
  */
 

diff -u rtems/cpukit/posix/src/mutexattrgetpshared.c:1.5 rtems/cpukit/posix/src/mutexattrgetpshared.c:1.6
--- rtems/cpukit/posix/src/mutexattrgetpshared.c:1.5	Mon Dec 17 10:19:14 2007
+++ rtems/cpukit/posix/src/mutexattrgetpshared.c	Sun Jul 24 18:55:08 2011
@@ -23,8 +23,7 @@
 #include <rtems/posix/priority.h>
 #include <rtems/posix/time.h>
 
-/*PAGE
- *
+/*
  *  11.3.1 Mutex Initialization Attributes, P1003.1c/Draft 10, p. 81
  */
 

diff -u rtems/cpukit/posix/src/mutexattrinit.c:1.5 rtems/cpukit/posix/src/mutexattrinit.c:1.6
--- rtems/cpukit/posix/src/mutexattrinit.c:1.5	Mon Dec 17 10:19:14 2007
+++ rtems/cpukit/posix/src/mutexattrinit.c	Sun Jul 24 18:55:08 2011
@@ -23,8 +23,7 @@
 #include <rtems/posix/priority.h>
 #include <rtems/posix/time.h>
 
-/*PAGE
- *
+/*
  *  11.3.1 Mutex Initialization Attributes, P1003.1c/Draft 10, p. 81
  */
 

diff -u rtems/cpukit/posix/src/mutexattrsetprioceiling.c:1.6 rtems/cpukit/posix/src/mutexattrsetprioceiling.c:1.7
--- rtems/cpukit/posix/src/mutexattrsetprioceiling.c:1.6	Mon Dec 17 10:19:14 2007
+++ rtems/cpukit/posix/src/mutexattrsetprioceiling.c	Sun Jul 24 18:55:08 2011
@@ -23,8 +23,7 @@
 #include <rtems/posix/priority.h>
 #include <rtems/posix/time.h>
 
-/*PAGE
- *
+/*
  *  13.6.1 Mutex Initialization Scheduling Attributes, P1003.1c/Draft 10, p. 128
  */
 

diff -u rtems/cpukit/posix/src/mutexattrsetprotocol.c:1.6 rtems/cpukit/posix/src/mutexattrsetprotocol.c:1.7
--- rtems/cpukit/posix/src/mutexattrsetprotocol.c:1.6	Mon Dec 17 10:19:14 2007
+++ rtems/cpukit/posix/src/mutexattrsetprotocol.c	Sun Jul 24 18:55:08 2011
@@ -23,8 +23,7 @@
 #include <rtems/posix/priority.h>
 #include <rtems/posix/time.h>
 
-/*PAGE
- *
+/*
  *  13.6.1 Mutex Initialization Scheduling Attributes, P1003.1c/Draft 10, p. 128
  */
 

diff -u rtems/cpukit/posix/src/mutexattrsetpshared.c:1.6 rtems/cpukit/posix/src/mutexattrsetpshared.c:1.7
--- rtems/cpukit/posix/src/mutexattrsetpshared.c:1.6	Mon Dec 17 10:19:14 2007
+++ rtems/cpukit/posix/src/mutexattrsetpshared.c	Sun Jul 24 18:55:08 2011
@@ -23,8 +23,7 @@
 #include <rtems/posix/priority.h>
 #include <rtems/posix/time.h>
 
-/*PAGE
- *
+/*
  *  11.3.1 Mutex Initialization Attributes, P1003.1c/Draft 10, p. 81
  */
 

diff -u rtems/cpukit/posix/src/mutexdestroy.c:1.9 rtems/cpukit/posix/src/mutexdestroy.c:1.10
--- rtems/cpukit/posix/src/mutexdestroy.c:1.9	Mon Dec 17 10:19:14 2007
+++ rtems/cpukit/posix/src/mutexdestroy.c	Sun Jul 24 18:55:08 2011
@@ -23,8 +23,7 @@
 #include <rtems/posix/priority.h>
 #include <rtems/posix/time.h>
 
-/*PAGE
- *
+/*
  *  11.3.2 Initializing and Destroying a Mutex, P1003.1c/Draft 10, p. 87
  */
 

diff -u rtems/cpukit/posix/src/mutexgetprioceiling.c:1.8 rtems/cpukit/posix/src/mutexgetprioceiling.c:1.9
--- rtems/cpukit/posix/src/mutexgetprioceiling.c:1.8	Mon Dec 17 10:19:14 2007
+++ rtems/cpukit/posix/src/mutexgetprioceiling.c	Sun Jul 24 18:55:08 2011
@@ -26,8 +26,7 @@
 #include <rtems/posix/priority.h>
 #include <rtems/posix/time.h>
 
-/*PAGE
- *
+/*
  *  13.6.2 Change the Priority Ceiling of a Mutex, P1003.1c/Draft 10, p. 131
  */
 

diff -u rtems/cpukit/posix/src/mutexinit.c:1.15 rtems/cpukit/posix/src/mutexinit.c:1.16
--- rtems/cpukit/posix/src/mutexinit.c:1.15	Mon Jul  6 09:47:09 2009
+++ rtems/cpukit/posix/src/mutexinit.c	Sun Jul 24 18:55:08 2011
@@ -23,8 +23,7 @@
 #include <rtems/posix/priority.h>
 #include <rtems/posix/time.h>
 
-/*PAGE
- *
+/*
  *  11.3.2 Initializing and Destroying a Mutex, P1003.1c/Draft 10, p. 87
  *
  *  NOTE:  XXX Could be optimized so all the attribute error checking

diff -u rtems/cpukit/posix/src/mutexlock.c:1.6 rtems/cpukit/posix/src/mutexlock.c:1.7
--- rtems/cpukit/posix/src/mutexlock.c:1.6	Tue Feb  3 04:10:51 2009
+++ rtems/cpukit/posix/src/mutexlock.c	Sun Jul 24 18:55:08 2011
@@ -26,8 +26,7 @@
 #include <rtems/posix/priority.h>
 #include <rtems/posix/time.h>
 
-/*PAGE
- *
+/*
  *  11.3.3 Locking and Unlocking a Mutex, P1003.1c/Draft 10, p. 93
  *
  *  NOTE: P1003.4b/D8 adds pthread_mutex_timedlock(), p. 29

diff -u rtems/cpukit/posix/src/mutexlocksupp.c:1.10 rtems/cpukit/posix/src/mutexlocksupp.c:1.11
--- rtems/cpukit/posix/src/mutexlocksupp.c:1.10	Thu Sep  4 10:23:12 2008
+++ rtems/cpukit/posix/src/mutexlocksupp.c	Sun Jul 24 18:55:08 2011
@@ -26,8 +26,7 @@
 #include <rtems/posix/priority.h>
 #include <rtems/posix/time.h>
 
-/*PAGE
- *
+/*
  *  _POSIX_Mutex_Lock_support
  *
  *  A support routine which implements guts of the blocking, non-blocking, and

diff -u rtems/cpukit/posix/src/mutexsetprioceiling.c:1.13 rtems/cpukit/posix/src/mutexsetprioceiling.c:1.14
--- rtems/cpukit/posix/src/mutexsetprioceiling.c:1.13	Tue Jul  7 16:04:57 2009
+++ rtems/cpukit/posix/src/mutexsetprioceiling.c	Sun Jul 24 18:55:08 2011
@@ -23,8 +23,7 @@
 #include <rtems/posix/priority.h>
 #include <rtems/posix/time.h>
 
-/*PAGE
- *
+/*
  *  13.6.2 Change the Priority Ceiling of a Mutex, P1003.1c/Draft 10, p. 131
  */
 

diff -u rtems/cpukit/posix/src/mutextimedlock.c:1.13 rtems/cpukit/posix/src/mutextimedlock.c:1.14
--- rtems/cpukit/posix/src/mutextimedlock.c:1.13	Thu Oct 21 17:21:09 2010
+++ rtems/cpukit/posix/src/mutextimedlock.c	Sun Jul 24 18:55:08 2011
@@ -30,8 +30,7 @@
 #include <rtems/posix/priority.h>
 #include <rtems/posix/time.h>
 
-/*PAGE
- *
+/*
  *  11.3.3 Locking and Unlocking a Mutex, P1003.1c/Draft 10, p. 93
  *
  *  NOTE: P1003.4b/D8 adds pthread_mutex_timedlock(), p. 29

diff -u rtems/cpukit/posix/src/mutextrylock.c:1.6 rtems/cpukit/posix/src/mutextrylock.c:1.7
--- rtems/cpukit/posix/src/mutextrylock.c:1.6	Tue Feb  3 04:10:51 2009
+++ rtems/cpukit/posix/src/mutextrylock.c	Sun Jul 24 18:55:08 2011
@@ -26,8 +26,7 @@
 #include <rtems/posix/priority.h>
 #include <rtems/posix/time.h>
 
-/*PAGE
- *
+/*
  *  11.3.3 Locking and Unlocking a Mutex, P1003.1c/Draft 10, p. 93
  *
  *  NOTE: P1003.4b/D8 adds pthread_mutex_timedlock(), p. 29

diff -u rtems/cpukit/posix/src/mutexunlock.c:1.10 rtems/cpukit/posix/src/mutexunlock.c:1.11
--- rtems/cpukit/posix/src/mutexunlock.c:1.10	Mon Dec 17 10:19:14 2007
+++ rtems/cpukit/posix/src/mutexunlock.c	Sun Jul 24 18:55:08 2011
@@ -26,8 +26,7 @@
 #include <rtems/posix/priority.h>
 #include <rtems/posix/time.h>
 
-/*PAGE
- *
+/*
  *  11.3.3 Locking and Unlocking a Mutex, P1003.1c/Draft 10, p. 93
  *
  *  NOTE: P1003.4b/D8 adds pthread_mutex_timedlock(), p. 29

diff -u rtems/cpukit/posix/src/nanosleep.c:1.12 rtems/cpukit/posix/src/nanosleep.c:1.13
--- rtems/cpukit/posix/src/nanosleep.c:1.12	Wed Nov 24 09:51:27 2010
+++ rtems/cpukit/posix/src/nanosleep.c	Sun Jul 24 18:55:08 2011
@@ -25,8 +25,7 @@
 #include <rtems/seterr.h>
 #include <rtems/score/timespec.h>
 
-/*PAGE
- *
+/*
  *  14.2.5 High Resolution Sleep, P1003.1b-1993, p. 269
  */
 

diff -u rtems/cpukit/posix/src/psignal.c:1.69 rtems/cpukit/posix/src/psignal.c:1.70
--- rtems/cpukit/posix/src/psignal.c:1.69	Tue Sep 28 02:40:34 2010
+++ rtems/cpukit/posix/src/psignal.c	Sun Jul 24 18:55:08 2011
@@ -92,8 +92,7 @@
 Watchdog_Control _POSIX_signals_Alarm_timer;
 Watchdog_Control _POSIX_signals_Ualarm_timer;
 
-/*PAGE
- *
+/*
  *  XXX - move these
  */
 
@@ -152,8 +151,7 @@
   }
 }
 
-/*PAGE
- *
+/*
  *  _POSIX_signals_Manager_Initialization
  */
 

diff -u rtems/cpukit/posix/src/psignalchecksignal.c:1.10 rtems/cpukit/posix/src/psignalchecksignal.c:1.11
--- rtems/cpukit/posix/src/psignalchecksignal.c:1.10	Tue Jul 27 11:34:26 2010
+++ rtems/cpukit/posix/src/psignalchecksignal.c	Sun Jul 24 18:55:08 2011
@@ -34,8 +34,7 @@
 #include <stdio.h>
 
 
-/*PAGE
- *
+/*
  *  _POSIX_signals_Check_signal
  */
 

diff -u rtems/cpukit/posix/src/psignalclearprocesssignals.c:1.7 rtems/cpukit/posix/src/psignalclearprocesssignals.c:1.8
--- rtems/cpukit/posix/src/psignalclearprocesssignals.c:1.7	Mon Jun 28 19:34:10 2010
+++ rtems/cpukit/posix/src/psignalclearprocesssignals.c	Sun Jul 24 18:55:08 2011
@@ -29,8 +29,7 @@
 #include <rtems/posix/time.h>
 #include <stdio.h>
 
-/*PAGE
- *
+/*
  *  _POSIX_signals_Clear_process_signals
  */
 

diff -u rtems/cpukit/posix/src/psignalclearsignals.c:1.10 rtems/cpukit/posix/src/psignalclearsignals.c:1.11
--- rtems/cpukit/posix/src/psignalclearsignals.c:1.10	Mon Nov 30 09:44:21 2009
+++ rtems/cpukit/posix/src/psignalclearsignals.c	Sun Jul 24 18:55:08 2011
@@ -29,8 +29,7 @@
 #include <rtems/posix/time.h>
 #include <stdio.h>
 
-/*PAGE
- *
+/*
  *  _POSIX_signals_Clear_signals
  */
 

diff -u rtems/cpukit/posix/src/psignalsetprocesssignals.c:1.7 rtems/cpukit/posix/src/psignalsetprocesssignals.c:1.8
--- rtems/cpukit/posix/src/psignalsetprocesssignals.c:1.7	Mon Jun 28 19:34:11 2010
+++ rtems/cpukit/posix/src/psignalsetprocesssignals.c	Sun Jul 24 18:55:08 2011
@@ -29,8 +29,7 @@
 #include <rtems/posix/time.h>
 #include <stdio.h>
 
-/*PAGE
- *
+/*
  *  _POSIX_signals_Set_process_signals
  */
 

diff -u rtems/cpukit/posix/src/psignalunblockthread.c:1.15 rtems/cpukit/posix/src/psignalunblockthread.c:1.16
--- rtems/cpukit/posix/src/psignalunblockthread.c:1.15	Thu Oct 21 17:27:16 2010
+++ rtems/cpukit/posix/src/psignalunblockthread.c	Sun Jul 24 18:55:08 2011
@@ -30,8 +30,7 @@
 #include <stdio.h>
 
 
-/*PAGE
- *
+/*
  *  _POSIX_signals_Unblock_thread
  */
 

diff -u rtems/cpukit/posix/src/pthreadinitthreads.c:1.6 rtems/cpukit/posix/src/pthreadinitthreads.c:1.7
--- rtems/cpukit/posix/src/pthreadinitthreads.c:1.6	Mon Jun 29 18:19:28 2009
+++ rtems/cpukit/posix/src/pthreadinitthreads.c	Sun Jul 24 18:55:09 2011
@@ -32,8 +32,7 @@
 #include <rtems/posix/key.h>
 #include <rtems/posix/time.h>
 
-/*PAGE
- *
+/*
  *  _POSIX_Threads_Initialize_user_threads_body
  *
  *  This routine creates and starts all configured user

diff -u rtems/cpukit/posix/src/rwlockattrdestroy.c:1.3 rtems/cpukit/posix/src/rwlockattrdestroy.c:1.4
--- rtems/cpukit/posix/src/rwlockattrdestroy.c:1.3	Tue Feb  3 04:10:56 2009
+++ rtems/cpukit/posix/src/rwlockattrdestroy.c	Sun Jul 24 18:55:09 2011
@@ -24,8 +24,7 @@
 #include <rtems/posix/time.h>
 #include <rtems/posix/mutex.h>
 
-/*PAGE
- *
+/*
  *  RWLock Initialization Attributes
  */
 

diff -u rtems/cpukit/posix/src/rwlockattrgetpshared.c:1.2 rtems/cpukit/posix/src/rwlockattrgetpshared.c:1.3
--- rtems/cpukit/posix/src/rwlockattrgetpshared.c:1.2	Mon Dec 17 10:19:14 2007
+++ rtems/cpukit/posix/src/rwlockattrgetpshared.c	Sun Jul 24 18:55:09 2011
@@ -16,8 +16,7 @@
 #include <pthread.h>
 #include <errno.h>
 
-/*PAGE
- *
+/*
  *  RWLock Attributes Get Process Shared
  */
 

diff -u rtems/cpukit/posix/src/rwlockattrinit.c:1.3 rtems/cpukit/posix/src/rwlockattrinit.c:1.4
--- rtems/cpukit/posix/src/rwlockattrinit.c:1.3	Tue Feb  3 04:10:56 2009
+++ rtems/cpukit/posix/src/rwlockattrinit.c	Sun Jul 24 18:55:09 2011
@@ -18,8 +18,7 @@
 
 #include <rtems/system.h>
 
-/*PAGE
- *
+/*
  *  RWLock Attributes Initialization
  */
 

diff -u rtems/cpukit/posix/src/rwlockattrsetpshared.c:1.2 rtems/cpukit/posix/src/rwlockattrsetpshared.c:1.3
--- rtems/cpukit/posix/src/rwlockattrsetpshared.c:1.2	Mon Dec 17 10:19:14 2007
+++ rtems/cpukit/posix/src/rwlockattrsetpshared.c	Sun Jul 24 18:55:09 2011
@@ -16,8 +16,7 @@
 #include <pthread.h>
 #include <errno.h>
 
-/*PAGE
- *
+/*
  *  RWLock Attributes Set Process Shared
  */
 

diff -u rtems/cpukit/posix/src/semaphore.c:1.19 rtems/cpukit/posix/src/semaphore.c:1.20
--- rtems/cpukit/posix/src/semaphore.c:1.19	Tue Feb  3 04:10:56 2009
+++ rtems/cpukit/posix/src/semaphore.c	Sun Jul 24 18:55:09 2011
@@ -28,8 +28,7 @@
 #include <rtems/posix/time.h>
 #include <rtems/seterr.h>
 
-/*PAGE
- *
+/*
  *  _POSIX_Semaphore_Manager_initialization
  *
  *  This routine initializes all semaphore manager related data structures.

diff -u rtems/cpukit/posix/src/semaphoredeletesupp.c:1.7 rtems/cpukit/posix/src/semaphoredeletesupp.c:1.8
--- rtems/cpukit/posix/src/semaphoredeletesupp.c:1.7	Mon Dec 17 10:19:14 2007
+++ rtems/cpukit/posix/src/semaphoredeletesupp.c	Sun Jul 24 18:55:09 2011
@@ -27,8 +27,7 @@
 #include <rtems/posix/time.h>
 #include <rtems/seterr.h>
 
-/*PAGE
- *
+/*
  *  _POSIX_Semaphore_Delete
  */
 

diff -u rtems/cpukit/posix/src/semaphorenametoid.c:1.13 rtems/cpukit/posix/src/semaphorenametoid.c:1.14
--- rtems/cpukit/posix/src/semaphorenametoid.c:1.13	Mon Jan  5 14:26:01 2009
+++ rtems/cpukit/posix/src/semaphorenametoid.c	Sun Jul 24 18:55:09 2011
@@ -27,8 +27,7 @@
 #include <rtems/posix/time.h>
 #include <rtems/seterr.h>
 
-/*PAGE
- *
+/*
  *  _POSIX_Semaphore_Name_to_id
  *
  *  Look up the specified name and attempt to locate the id

diff -u rtems/cpukit/posix/src/semaphorewaitsupp.c:1.13 rtems/cpukit/posix/src/semaphorewaitsupp.c:1.14
--- rtems/cpukit/posix/src/semaphorewaitsupp.c:1.13	Thu Sep  4 10:23:12 2008
+++ rtems/cpukit/posix/src/semaphorewaitsupp.c	Sun Jul 24 18:55:09 2011
@@ -27,8 +27,7 @@
 #include <rtems/posix/time.h>
 #include <rtems/seterr.h>
 
-/*PAGE
- *
+/*
  *  _POSIX_Semaphore_Wait_support
  */
 

diff -u rtems/cpukit/posix/src/semclose.c:1.10 rtems/cpukit/posix/src/semclose.c:1.11
--- rtems/cpukit/posix/src/semclose.c:1.10	Mon Dec 17 10:19:14 2007
+++ rtems/cpukit/posix/src/semclose.c	Sun Jul 24 18:55:09 2011
@@ -28,8 +28,7 @@
 #include <rtems/seterr.h>
 
 
-/*PAGE
- *
+/*
  *  sem_close
  *
  *  Routine to close a semaphore that has been opened or initialized.

diff -u rtems/cpukit/posix/src/semdestroy.c:1.11 rtems/cpukit/posix/src/semdestroy.c:1.12
--- rtems/cpukit/posix/src/semdestroy.c:1.11	Tue Feb  3 04:10:56 2009
+++ rtems/cpukit/posix/src/semdestroy.c	Sun Jul 24 18:55:09 2011
@@ -27,8 +27,7 @@
 #include <rtems/posix/time.h>
 #include <rtems/seterr.h>
 
-/*PAGE
- *
+/*
  *  11.2.2 Destroy an Unnamed Semaphore, P1003.1b-1993, p.220
  */
 

diff -u rtems/cpukit/posix/src/semgetvalue.c:1.9 rtems/cpukit/posix/src/semgetvalue.c:1.10
--- rtems/cpukit/posix/src/semgetvalue.c:1.9	Mon Dec 17 10:19:14 2007
+++ rtems/cpukit/posix/src/semgetvalue.c	Sun Jul 24 18:55:09 2011
@@ -27,8 +27,7 @@
 #include <rtems/posix/time.h>
 #include <rtems/seterr.h>
 
-/*PAGE
- *
+/*
  *  11.2.8 Get the Value of a Semaphore, P1003.1b-1993, p.229
  */
 

diff -u rtems/cpukit/posix/src/seminit.c:1.8 rtems/cpukit/posix/src/seminit.c:1.9
--- rtems/cpukit/posix/src/seminit.c:1.8	Mon Dec 17 10:19:14 2007
+++ rtems/cpukit/posix/src/seminit.c	Sun Jul 24 18:55:09 2011
@@ -27,8 +27,7 @@
 #include <rtems/posix/time.h>
 #include <rtems/seterr.h>
 
-/*PAGE
- *
+/*
  *  11.2.1 Initialize an Unnamed Semaphore, P1003.1b-1993, p.219
  */
 

diff -u rtems/cpukit/posix/src/semopen.c:1.15 rtems/cpukit/posix/src/semopen.c:1.16
--- rtems/cpukit/posix/src/semopen.c:1.15	Sun May  3 18:10:02 2009
+++ rtems/cpukit/posix/src/semopen.c	Sun Jul 24 18:55:09 2011
@@ -27,8 +27,7 @@
 #include <rtems/posix/time.h>
 #include <rtems/seterr.h>
 
-/*PAGE
- *
+/*
  *  sem_open
  *
  *  Opens a named semaphore.  Used in conjunction with the sem_close

diff -u rtems/cpukit/posix/src/sempost.c:1.10 rtems/cpukit/posix/src/sempost.c:1.11
--- rtems/cpukit/posix/src/sempost.c:1.10	Mon Dec 17 10:19:14 2007
+++ rtems/cpukit/posix/src/sempost.c	Sun Jul 24 18:55:09 2011
@@ -27,8 +27,7 @@
 #include <rtems/posix/time.h>
 #include <rtems/seterr.h>
 
-/*PAGE
- *
+/*
  *  11.2.7 Unlock a Semaphore, P1003.1b-1993, p.227
  */
 

diff -u rtems/cpukit/posix/src/semtimedwait.c:1.15 rtems/cpukit/posix/src/semtimedwait.c:1.16
--- rtems/cpukit/posix/src/semtimedwait.c:1.15	Mon Aug 23 16:31:27 2010
+++ rtems/cpukit/posix/src/semtimedwait.c	Sun Jul 24 18:55:09 2011
@@ -27,8 +27,7 @@
 #include <rtems/posix/time.h>
 #include <rtems/seterr.h>
 
-/*PAGE
- *
+/*
  *  11.2.6 Lock a Semaphore, P1003.1b-1993, p.226
  *
  *  NOTE: P1003.4b/D8 adds sem_timedwait(), p. 27

diff -u rtems/cpukit/posix/src/semtrywait.c:1.6 rtems/cpukit/posix/src/semtrywait.c:1.7
--- rtems/cpukit/posix/src/semtrywait.c:1.6	Tue Feb  3 04:10:57 2009
+++ rtems/cpukit/posix/src/semtrywait.c	Sun Jul 24 18:55:09 2011
@@ -27,8 +27,7 @@
 #include <rtems/posix/time.h>
 #include <rtems/seterr.h>
 
-/*PAGE
- *
+/*
  *  11.2.6 Lock a Semaphore, P1003.1b-1993, p.226
  *
  *  NOTE: P1003.4b/D8 adds sem_timedwait(), p. 27

diff -u rtems/cpukit/posix/src/semunlink.c:1.14 rtems/cpukit/posix/src/semunlink.c:1.15
--- rtems/cpukit/posix/src/semunlink.c:1.14	Tue Feb  3 04:10:57 2009
+++ rtems/cpukit/posix/src/semunlink.c	Sun Jul 24 18:55:09 2011
@@ -27,8 +27,7 @@
 #include <rtems/posix/time.h>
 #include <rtems/seterr.h>
 
-/*PAGE
- *
+/*
  *  sem_unlink
  *
  *  Unlinks a named semaphore, sem_close must also be called to remove

diff -u rtems/cpukit/posix/src/semwait.c:1.7 rtems/cpukit/posix/src/semwait.c:1.8
--- rtems/cpukit/posix/src/semwait.c:1.7	Tue Feb  3 04:10:57 2009
+++ rtems/cpukit/posix/src/semwait.c	Sun Jul 24 18:55:09 2011
@@ -27,8 +27,7 @@
 #include <rtems/posix/time.h>
 #include <rtems/seterr.h>
 
-/*PAGE
- *
+/*
  *  11.2.6 Lock a Semaphore, P1003.1b-1993, p.226
  *
  *  NOTE: P1003.4b/D8 adds sem_timedwait(), p. 27

diff -u rtems/cpukit/posix/src/sysconf.c:1.16 rtems/cpukit/posix/src/sysconf.c:1.17
--- rtems/cpukit/posix/src/sysconf.c:1.16	Mon Nov 30 09:44:21 2009
+++ rtems/cpukit/posix/src/sysconf.c	Sun Jul 24 18:55:09 2011
@@ -24,8 +24,7 @@
 
 #include <sys/param.h>
 
-/*PAGE
- *
+/*
  *  4.8.1 Get Configurable System Variables, P1003.1b-1993, p. 95
  */
 

diff -u rtems/cpukit/posix/src/testcancel.c:1.8 rtems/cpukit/posix/src/testcancel.c:1.9
--- rtems/cpukit/posix/src/testcancel.c:1.8	Thu Sep  4 10:23:12 2008
+++ rtems/cpukit/posix/src/testcancel.c	Sun Jul 24 18:55:09 2011
@@ -25,8 +25,7 @@
 #include <rtems/posix/pthread.h>
 #include <rtems/posix/threadsup.h>
 
-/*PAGE
- *
+/*
  *  18.2.2 Setting Cancelability State, P1003.1c/Draft 10, p. 183
  */
 

diff -u rtems/cpukit/posix/src/ualarm.c:1.12 rtems/cpukit/posix/src/ualarm.c:1.13
--- rtems/cpukit/posix/src/ualarm.c:1.12	Fri Apr 30 03:37:27 2010
+++ rtems/cpukit/posix/src/ualarm.c	Sun Jul 24 18:55:09 2011
@@ -23,8 +23,7 @@
 #include <rtems/posix/psignal.h>
 #include <rtems/posix/time.h>
 
-/*PAGE
- *
+/*
  *  _POSIX_signals_Ualarm_TSR
  */
 

diff -u rtems/cpukit/rtems/src/clockgetuptime.c:1.3 rtems/cpukit/rtems/src/clockgetuptime.c:1.4
--- rtems/cpukit/rtems/src/clockgetuptime.c:1.3	Mon Nov 30 09:59:55 2009
+++ rtems/cpukit/rtems/src/clockgetuptime.c	Sun Jul 24 18:55:09 2011
@@ -24,8 +24,7 @@
 #include <rtems/score/tod.h>
 #include <rtems/score/watchdog.h>
 
-/*PAGE
- *
+/*
  *  rtems_clock_get_uptime
  *
  *  This directive obtains the system uptime.  A timestamp is the seconds

diff -u rtems/cpukit/rtems/src/clockset.c:1.8 rtems/cpukit/rtems/src/clockset.c:1.9
--- rtems/cpukit/rtems/src/clockset.c:1.8	Mon Nov 30 09:59:55 2009
+++ rtems/cpukit/rtems/src/clockset.c	Sun Jul 24 18:55:09 2011
@@ -24,8 +24,7 @@
 #include <rtems/score/tod.h>
 #include <rtems/score/watchdog.h>
 
-/*PAGE
- *
+/*
  *  rtems_clock_set
  *
  *  This directive sets the date and time for this node.

diff -u rtems/cpukit/rtems/src/clocksetnsecshandler.c:1.1 rtems/cpukit/rtems/src/clocksetnsecshandler.c:1.2
--- rtems/cpukit/rtems/src/clocksetnsecshandler.c:1.1	Wed Mar 28 14:56:14 2007
+++ rtems/cpukit/rtems/src/clocksetnsecshandler.c	Sun Jul 24 18:55:09 2011
@@ -23,8 +23,7 @@
 #include <rtems/score/tod.h>
 #include <rtems/score/watchdog.h>
 
-/*PAGE
- *
+/*
  *  rtems_clock_set_nanoseconds_extension
  *
  *  This directive sets the BSP provided nanoseconds since last tick

diff -u rtems/cpukit/rtems/src/clocktick.c:1.5 rtems/cpukit/rtems/src/clocktick.c:1.6
--- rtems/cpukit/rtems/src/clocktick.c:1.5	Fri Jun 17 09:31:45 2011
+++ rtems/cpukit/rtems/src/clocktick.c	Sun Jul 24 18:55:09 2011
@@ -21,8 +21,7 @@
 #include <rtems/score/tod.h>
 #include <rtems/score/watchdog.h>
 
-/*PAGE
- *
+/*
  *  rtems_clock_tick
  *
  *  This directive notifies the executve that a tick has occurred.

diff -u rtems/cpukit/rtems/src/clocktodtoseconds.c:1.9 rtems/cpukit/rtems/src/clocktodtoseconds.c:1.10
--- rtems/cpukit/rtems/src/clocktodtoseconds.c:1.9	Mon May  4 06:09:05 2009
+++ rtems/cpukit/rtems/src/clocktodtoseconds.c	Sun Jul 24 18:55:09 2011
@@ -38,8 +38,7 @@
 
 
 
-/*PAGE
- *
+/*
  *  _TOD_To_seconds
  *
  *  This routine returns the seconds from the epoch until the

diff -u rtems/cpukit/rtems/src/clocktodvalidate.c:1.14 rtems/cpukit/rtems/src/clocktodvalidate.c:1.15
--- rtems/cpukit/rtems/src/clocktodvalidate.c:1.14	Mon Nov 30 09:59:55 2009
+++ rtems/cpukit/rtems/src/clocktodvalidate.c	Sun Jul 24 18:55:09 2011
@@ -31,8 +31,7 @@
   { 0, 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }
 };
 
-/*PAGE
- *
+/*
  *  _TOD_Validate
  *
  *  This kernel routine checks the validity of a date and time structure.

diff -u rtems/cpukit/rtems/src/dpmem.c:1.21 rtems/cpukit/rtems/src/dpmem.c:1.22
--- rtems/cpukit/rtems/src/dpmem.c:1.21	Mon Jan  5 23:05:02 2009
+++ rtems/cpukit/rtems/src/dpmem.c	Sun Jul 24 18:55:09 2011
@@ -24,8 +24,7 @@
 #include <rtems/score/object.h>
 #include <rtems/score/thread.h>
 
-/*PAGE
- *
+/*
  *  _Dual_ported_memory_Manager_initialization
  *
  *  This routine initializes all dual-ported memory manager related

diff -u rtems/cpukit/rtems/src/dpmemcreate.c:1.11 rtems/cpukit/rtems/src/dpmemcreate.c:1.12
--- rtems/cpukit/rtems/src/dpmemcreate.c:1.11	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/dpmemcreate.c	Sun Jul 24 18:55:09 2011
@@ -24,8 +24,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/rtems/dpmem.h>
 
-/*PAGE
- *
+/*
  *  rtems_port_create
  *
  *  This directive creates a port into a dual-ported memory area.

diff -u rtems/cpukit/rtems/src/dpmemdelete.c:1.7 rtems/cpukit/rtems/src/dpmemdelete.c:1.8
--- rtems/cpukit/rtems/src/dpmemdelete.c:1.7	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/dpmemdelete.c	Sun Jul 24 18:55:09 2011
@@ -24,8 +24,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/rtems/dpmem.h>
 
-/*PAGE
- *
+/*
  *  rtems_port_delete
  *
  *  This directive allows a thread to delete a dual-ported memory area

diff -u rtems/cpukit/rtems/src/dpmemexternal2internal.c:1.9 rtems/cpukit/rtems/src/dpmemexternal2internal.c:1.10
--- rtems/cpukit/rtems/src/dpmemexternal2internal.c:1.9	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/dpmemexternal2internal.c	Sun Jul 24 18:55:09 2011
@@ -24,8 +24,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/rtems/dpmem.h>
 
-/*PAGE
- *
+/*
  *  rtems_port_external_to_internal
  *
  *  This directive converts an external dual-ported memory address to an

diff -u rtems/cpukit/rtems/src/dpmemident.c:1.9 rtems/cpukit/rtems/src/dpmemident.c:1.10
--- rtems/cpukit/rtems/src/dpmemident.c:1.9	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/dpmemident.c	Sun Jul 24 18:55:09 2011
@@ -24,8 +24,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/rtems/dpmem.h>
 
-/*PAGE
- *
+/*
  *  rtems_port_ident
  *
  *  This directive returns the system ID associated with

diff -u rtems/cpukit/rtems/src/dpmeminternal2external.c:1.9 rtems/cpukit/rtems/src/dpmeminternal2external.c:1.10
--- rtems/cpukit/rtems/src/dpmeminternal2external.c:1.9	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/dpmeminternal2external.c	Sun Jul 24 18:55:09 2011
@@ -24,8 +24,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/rtems/dpmem.h>
 
-/*PAGE
- *
+/*
  *  rtems_port_internal_to_external
  *
  *  This directive converts an internal dual-ported memory address to an

diff -u rtems/cpukit/rtems/src/event.c:1.24 rtems/cpukit/rtems/src/event.c:1.25
--- rtems/cpukit/rtems/src/event.c:1.24	Tue Jan 22 12:28:53 2008
+++ rtems/cpukit/rtems/src/event.c	Sun Jul 24 18:55:09 2011
@@ -25,8 +25,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/rtems/tasks.h>
 
-/*PAGE
- *
+/*
  *  _Event_Manager_initialization
  *
  *  DESCRIPTION:

diff -u rtems/cpukit/rtems/src/eventmp.c:1.14 rtems/cpukit/rtems/src/eventmp.c:1.15
--- rtems/cpukit/rtems/src/eventmp.c:1.14	Tue Jan 29 15:52:20 2008
+++ rtems/cpukit/rtems/src/eventmp.c	Sun Jul 24 18:55:10 2011
@@ -26,8 +26,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/rtems/support.h>
 
-/*PAGE
- *
+/*
  *  _Event_MP_Send_process_packet
  *
  *  This subprogram is not needed since there are no process
@@ -35,8 +34,7 @@
  *
  */
 
-/*PAGE
- *
+/*
  *  _Event_MP_Send_request_packet
  *
  */
@@ -81,8 +79,7 @@
   return RTEMS_SUCCESSFUL;
 }
 
-/*PAGE
- *
+/*
  *  _Event_MP_Send_response_packet
  *
  */
@@ -119,8 +116,7 @@
   }
 }
 
-/*PAGE
- *
+/*
  *
  *  _Event_MP_Process_packet
  *
@@ -161,8 +157,7 @@
   }
 }
 
-/*PAGE
- *
+/*
  *  _Event_MP_Send_object_was_deleted
  *
  *  This subprogram is not needed since there are no objects
@@ -170,8 +165,7 @@
  *
  */
 
-/*PAGE
- *
+/*
  *  _Event_MP_Send_extract_proxy
  *
  *  This subprogram is not needed since there are no objects
@@ -179,8 +173,7 @@
  *
  */
 
-/*PAGE
- *
+/*
  *  _Event_MP_Get_packet
  *
  */

diff -u rtems/cpukit/rtems/src/eventreceive.c:1.5 rtems/cpukit/rtems/src/eventreceive.c:1.6
--- rtems/cpukit/rtems/src/eventreceive.c:1.5	Tue Jan 18 03:03:43 2005
+++ rtems/cpukit/rtems/src/eventreceive.c	Sun Jul 24 18:55:10 2011
@@ -25,8 +25,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/rtems/tasks.h>
 
-/*PAGE
- *
+/*
  *  rtems_event_receive
  *
  *  This directive allows a thread to receive a set of events.

diff -u rtems/cpukit/rtems/src/eventseize.c:1.9 rtems/cpukit/rtems/src/eventseize.c:1.10
--- rtems/cpukit/rtems/src/eventseize.c:1.9	Tue Jul 21 18:09:07 2009
+++ rtems/cpukit/rtems/src/eventseize.c	Sun Jul 24 18:55:10 2011
@@ -25,8 +25,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/rtems/tasks.h>
 
-/*PAGE
- *
+/*
  *  _Event_Seize
  *
  *  This routine attempts to satisfy the requested event condition

diff -u rtems/cpukit/rtems/src/eventsend.c:1.8 rtems/cpukit/rtems/src/eventsend.c:1.9
--- rtems/cpukit/rtems/src/eventsend.c:1.8	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/eventsend.c	Sun Jul 24 18:55:10 2011
@@ -25,8 +25,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/rtems/tasks.h>
 
-/*PAGE
- *
+/*
  *  rtems_event_send
  *
  *  This directive allows a thread send an event set to another thread.

diff -u rtems/cpukit/rtems/src/eventsurrender.c:1.12 rtems/cpukit/rtems/src/eventsurrender.c:1.13
--- rtems/cpukit/rtems/src/eventsurrender.c:1.12	Mon Nov 30 09:59:55 2009
+++ rtems/cpukit/rtems/src/eventsurrender.c	Sun Jul 24 18:55:10 2011
@@ -25,8 +25,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/rtems/tasks.h>
 
-/*PAGE
- *
+/*
  *  _Event_Surrender
  *
  *  This routines remove a thread from the specified threadq.

diff -u rtems/cpukit/rtems/src/eventtimeout.c:1.11 rtems/cpukit/rtems/src/eventtimeout.c:1.12
--- rtems/cpukit/rtems/src/eventtimeout.c:1.11	Tue Jul 21 18:09:07 2009
+++ rtems/cpukit/rtems/src/eventtimeout.c	Sun Jul 24 18:55:10 2011
@@ -25,8 +25,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/rtems/tasks.h>
 
-/*PAGE
- *
+/*
  *  _Event_Timeout
  *
  *  This routine processes a thread which timeouts while waiting to

diff -u rtems/cpukit/rtems/src/mp.c:1.14 rtems/cpukit/rtems/src/mp.c:1.15
--- rtems/cpukit/rtems/src/mp.c:1.14	Tue Jan 18 03:03:43 2005
+++ rtems/cpukit/rtems/src/mp.c	Sun Jul 24 18:55:10 2011
@@ -21,8 +21,7 @@
 #include <rtems/rtems/mp.h>
 #include <rtems/score/mpci.h>
 
-/*PAGE
- *
+/*
  *  _Multiprocessing_Manager_initialization
  *
  */
@@ -31,8 +30,7 @@
 {
 }
 
-/*PAGE
- *
+/*
  *  rtems_multiprocessing_announce
  *
  */

diff -u rtems/cpukit/rtems/src/msg.c:1.33 rtems/cpukit/rtems/src/msg.c:1.34
--- rtems/cpukit/rtems/src/msg.c:1.33	Mon Nov 30 09:59:55 2009
+++ rtems/cpukit/rtems/src/msg.c	Sun Jul 24 18:55:10 2011
@@ -35,8 +35,7 @@
 #include <rtems/rtems/options.h>
 #include <rtems/rtems/support.h>
 
-/*PAGE
- *
+/*
  *  _Message_queue_Manager_initialization
  *
  *  This routine initializes all message queue manager related

diff -u rtems/cpukit/rtems/src/msgmp.c:1.28 rtems/cpukit/rtems/src/msgmp.c:1.29
--- rtems/cpukit/rtems/src/msgmp.c:1.28	Mon Jul 18 10:00:56 2011
+++ rtems/cpukit/rtems/src/msgmp.c	Sun Jul 24 18:55:10 2011
@@ -27,8 +27,7 @@
 #include <rtems/score/watchdog.h>
 #include <rtems/rtems/support.h>
 
-/*PAGE
- *
+/*
  *  _Message_queue_MP_Send_process_packet
  *
  */
@@ -83,8 +82,7 @@
   }
 }
 
-/*PAGE
- *
+/*
  *  _Message_queue_MP_Send_request_packet
  *
  */
@@ -192,8 +190,7 @@
   return RTEMS_SUCCESSFUL;
 }
 
-/*PAGE
- *
+/*
  *  _Message_queue_MP_Send_response_packet
  *
  */
@@ -250,8 +247,7 @@
   }
 }
 
-/*PAGE
- *
+/*
  *
  *  _Message_queue_MP_Process_packet
  *
@@ -430,8 +426,7 @@
   }
 }
 
-/*PAGE
- *
+/*
  *  _Message_queue_MP_Send_object_was_deleted
  *
  */
@@ -449,8 +444,7 @@
   );
 }
 
-/*PAGE
- *
+/*
  *  _Message_queue_MP_Send_extract_proxy
  *
  */
@@ -469,8 +463,7 @@
   );
 }
 
-/*PAGE
- *
+/*
  *  _Message_queue_MP_Get_packet
  *
  */
@@ -481,8 +474,7 @@
 }
 
 
-/*PAGE
- *
+/*
  *  _Message_queue_Core_message_queue_mp_support
  *
  *  Input parameters:

diff -u rtems/cpukit/rtems/src/msgqallocate.c:1.7 rtems/cpukit/rtems/src/msgqallocate.c:1.8
--- rtems/cpukit/rtems/src/msgqallocate.c:1.7	Tue Aug  5 08:32:38 2008
+++ rtems/cpukit/rtems/src/msgqallocate.c	Sun Jul 24 18:55:10 2011
@@ -34,8 +34,7 @@
 #include <rtems/rtems/options.h>
 #include <rtems/rtems/support.h>
 
-/*PAGE
- *
+/*
  *  _Message_queue_Allocate
  *
  *  Allocate a message queue and the space for its messages

diff -u rtems/cpukit/rtems/src/msgqbroadcast.c:1.12 rtems/cpukit/rtems/src/msgqbroadcast.c:1.13
--- rtems/cpukit/rtems/src/msgqbroadcast.c:1.12	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/msgqbroadcast.c	Sun Jul 24 18:55:10 2011
@@ -34,8 +34,7 @@
 #include <rtems/rtems/options.h>
 #include <rtems/rtems/support.h>
 
-/*PAGE
- *
+/*
  *  rtems_message_queue_broadcast
  *
  *  This directive sends a message for every thread waiting on the queue

diff -u rtems/cpukit/rtems/src/msgqcreate.c:1.16 rtems/cpukit/rtems/src/msgqcreate.c:1.17
--- rtems/cpukit/rtems/src/msgqcreate.c:1.16	Tue Jul 19 07:19:05 2011
+++ rtems/cpukit/rtems/src/msgqcreate.c	Sun Jul 24 18:55:10 2011
@@ -34,8 +34,7 @@
 #include <rtems/rtems/options.h>
 #include <rtems/rtems/support.h>
 
-/*PAGE
- *
+/*
  *  rtems_message_queue_create
  *
  *  This directive creates a message queue by allocating and initializing

diff -u rtems/cpukit/rtems/src/msgqdelete.c:1.7 rtems/cpukit/rtems/src/msgqdelete.c:1.8
--- rtems/cpukit/rtems/src/msgqdelete.c:1.7	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/msgqdelete.c	Sun Jul 24 18:55:10 2011
@@ -34,8 +34,7 @@
 #include <rtems/rtems/options.h>
 #include <rtems/rtems/support.h>
 
-/*PAGE
- *
+/*
  *  rtems_message_queue_delete
  *
  *  This directive allows a thread to delete the message queue specified

diff -u rtems/cpukit/rtems/src/msgqflush.c:1.9 rtems/cpukit/rtems/src/msgqflush.c:1.10
--- rtems/cpukit/rtems/src/msgqflush.c:1.9	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/msgqflush.c	Sun Jul 24 18:55:10 2011
@@ -34,8 +34,7 @@
 #include <rtems/rtems/options.h>
 #include <rtems/rtems/support.h>
 
-/*PAGE
- *
+/*
  *  rtems_message_queue_flush
  *
  *  This directive removes all pending messages from a queue and returns

diff -u rtems/cpukit/rtems/src/msgqgetnumberpending.c:1.9 rtems/cpukit/rtems/src/msgqgetnumberpending.c:1.10
--- rtems/cpukit/rtems/src/msgqgetnumberpending.c:1.9	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/msgqgetnumberpending.c	Sun Jul 24 18:55:10 2011
@@ -34,8 +34,7 @@
 #include <rtems/rtems/options.h>
 #include <rtems/rtems/support.h>
 
-/*PAGE
- *
+/*
  *  rtems_message_queue_get_number_pending
  *
  *  This directive returns the number of messages pending.

diff -u rtems/cpukit/rtems/src/msgqident.c:1.11 rtems/cpukit/rtems/src/msgqident.c:1.12
--- rtems/cpukit/rtems/src/msgqident.c:1.11	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/msgqident.c	Sun Jul 24 18:55:10 2011
@@ -34,8 +34,7 @@
 #include <rtems/rtems/options.h>
 #include <rtems/rtems/support.h>
 
-/*PAGE
- *
+/*
  *  rtems_message_queue_ident
  *
  *  This directive returns the system ID associated with

diff -u rtems/cpukit/rtems/src/msgqreceive.c:1.16 rtems/cpukit/rtems/src/msgqreceive.c:1.17
--- rtems/cpukit/rtems/src/msgqreceive.c:1.16	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/msgqreceive.c	Sun Jul 24 18:55:10 2011
@@ -34,8 +34,7 @@
 #include <rtems/rtems/options.h>
 #include <rtems/rtems/support.h>
 
-/*PAGE
- *
+/*
  *  rtems_message_queue_receive
  *
  *  This directive dequeues a message from the designated message queue

diff -u rtems/cpukit/rtems/src/msgqtranslatereturncode.c:1.9 rtems/cpukit/rtems/src/msgqtranslatereturncode.c:1.10
--- rtems/cpukit/rtems/src/msgqtranslatereturncode.c:1.9	Fri Sep  5 16:39:16 2008
+++ rtems/cpukit/rtems/src/msgqtranslatereturncode.c	Sun Jul 24 18:55:10 2011
@@ -34,8 +34,7 @@
 #include <rtems/rtems/options.h>
 #include <rtems/rtems/support.h>
 
-/*PAGE
- *
+/*
  *  _Message_queue_Translate_core_message_queue_return_code
  *
  *  Input parameters:

diff -u rtems/cpukit/rtems/src/msgqurgent.c:1.13 rtems/cpukit/rtems/src/msgqurgent.c:1.14
--- rtems/cpukit/rtems/src/msgqurgent.c:1.13	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/msgqurgent.c	Sun Jul 24 18:55:10 2011
@@ -33,8 +33,7 @@
 #include <rtems/rtems/options.h>
 #include <rtems/rtems/support.h>
 
-/*PAGE
- *
+/*
  *  rtems_message_queue_urgent
  *
  *  This routine implements the directives rtems_message_queue_urgent.  It

diff -u rtems/cpukit/rtems/src/part.c:1.23 rtems/cpukit/rtems/src/part.c:1.24
--- rtems/cpukit/rtems/src/part.c:1.23	Mon Jan  5 23:05:03 2009
+++ rtems/cpukit/rtems/src/part.c	Sun Jul 24 18:55:10 2011
@@ -25,8 +25,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/score/sysstate.h>
 
-/*PAGE
- *
+/*
  *  _Partition_Manager_initialization
  *
  *  This routine initializes all partition manager related

diff -u rtems/cpukit/rtems/src/partcreate.c:1.11 rtems/cpukit/rtems/src/partcreate.c:1.12
--- rtems/cpukit/rtems/src/partcreate.c:1.11	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/partcreate.c	Sun Jul 24 18:55:10 2011
@@ -25,8 +25,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/score/sysstate.h>
 
-/*PAGE
- *
+/*
  *  rtems_partition_create
  *
  *  This directive creates a partiton of fixed sized buffers from the

diff -u rtems/cpukit/rtems/src/partdelete.c:1.8 rtems/cpukit/rtems/src/partdelete.c:1.9
--- rtems/cpukit/rtems/src/partdelete.c:1.8	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/partdelete.c	Sun Jul 24 18:55:10 2011
@@ -25,8 +25,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/score/sysstate.h>
 
-/*PAGE
- *
+/*
  *  rtems_partition_delete
  *
  *  This directive allows a thread to delete a partition specified by

diff -u rtems/cpukit/rtems/src/partgetbuffer.c:1.8 rtems/cpukit/rtems/src/partgetbuffer.c:1.9
--- rtems/cpukit/rtems/src/partgetbuffer.c:1.8	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/partgetbuffer.c	Sun Jul 24 18:55:10 2011
@@ -25,8 +25,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/score/sysstate.h>
 
-/*PAGE
- *
+/*
  *  rtems_partition_get_buffer
  *
  *  This directive will obtain a buffer from a buffer partition.

diff -u rtems/cpukit/rtems/src/partident.c:1.10 rtems/cpukit/rtems/src/partident.c:1.11
--- rtems/cpukit/rtems/src/partident.c:1.10	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/partident.c	Sun Jul 24 18:55:10 2011
@@ -25,8 +25,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/score/sysstate.h>
 
-/*PAGE
- *
+/*
  *  rtems_partition_ident
  *
  *  This directive returns the system ID associated with

diff -u rtems/cpukit/rtems/src/partmp.c:1.18 rtems/cpukit/rtems/src/partmp.c:1.19
--- rtems/cpukit/rtems/src/partmp.c:1.18	Mon Jan  5 23:05:03 2009
+++ rtems/cpukit/rtems/src/partmp.c	Sun Jul 24 18:55:10 2011
@@ -26,8 +26,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/rtems/support.h>
 
-/*PAGE
- *
+/*
  *  _Partition_MP_Send_process_packet
  *
  */
@@ -73,8 +72,7 @@
   }
 }
 
-/*PAGE
- *
+/*
  *  _Partition_MP_Send_request_packet
  *
  */
@@ -124,8 +122,7 @@
   return RTEMS_SUCCESSFUL;
 }
 
-/*PAGE
- *
+/*
  *  _Partition_MP_Send_response_packet
  *
  */
@@ -168,8 +165,7 @@
   }
 }
 
-/*PAGE
- *
+/*
  *
  *  _Partition_MP_Process_packet
  *
@@ -263,8 +259,7 @@
   }
 }
 
-/*PAGE
- *
+/*
  *  _Partition_MP_Send_object_was_deleted
  *
  *  This routine is not needed by the Partition since a partition
@@ -272,8 +267,7 @@
  *
  */
 
-/*PAGE
- *
+/*
  *  _Partition_MP_Send_extract_proxy
  *
  */
@@ -293,8 +287,7 @@
 
 }
 
-/*PAGE
- *
+/*
  *  _Partition_MP_Get_packet
  *
  */

diff -u rtems/cpukit/rtems/src/partreturnbuffer.c:1.7 rtems/cpukit/rtems/src/partreturnbuffer.c:1.8
--- rtems/cpukit/rtems/src/partreturnbuffer.c:1.7	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/partreturnbuffer.c	Sun Jul 24 18:55:10 2011
@@ -25,8 +25,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/score/sysstate.h>
 
-/*PAGE
- *
+/*
  *  rtems_partition_return_buffer
  *
  *  This directive will return the given buffer to the specified

diff -u rtems/cpukit/rtems/src/ratemon.c:1.24 rtems/cpukit/rtems/src/ratemon.c:1.25
--- rtems/cpukit/rtems/src/ratemon.c:1.24	Mon Jan  5 23:02:25 2009
+++ rtems/cpukit/rtems/src/ratemon.c	Sun Jul 24 18:55:10 2011
@@ -25,8 +25,7 @@
 #include <rtems/rtems/ratemon.h>
 #include <rtems/score/thread.h>
 
-/*PAGE
- *
+/*
  *  _Rate_monotonic_Manager_initialization
  *
  *  This routine initializes all Rate Monotonic Manager related

diff -u rtems/cpukit/rtems/src/ratemoncancel.c:1.10 rtems/cpukit/rtems/src/ratemoncancel.c:1.11
--- rtems/cpukit/rtems/src/ratemoncancel.c:1.10	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/ratemoncancel.c	Sun Jul 24 18:55:10 2011
@@ -23,8 +23,7 @@
 #include <rtems/rtems/ratemon.h>
 #include <rtems/score/thread.h>
 
-/*PAGE
- *
+/*
  *  rtems_rate_monotonic_cancel
  *
  *  This directive allows a thread to cancel a rate monotonic timer.

diff -u rtems/cpukit/rtems/src/ratemoncreate.c:1.10 rtems/cpukit/rtems/src/ratemoncreate.c:1.11
--- rtems/cpukit/rtems/src/ratemoncreate.c:1.10	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/ratemoncreate.c	Sun Jul 24 18:55:10 2011
@@ -23,8 +23,7 @@
 #include <rtems/rtems/ratemon.h>
 #include <rtems/score/thread.h>
 
-/*PAGE
- *
+/*
  *  rtems_rate_monotonic_create
  *
  *  This directive creates a rate monotonic timer and performs

diff -u rtems/cpukit/rtems/src/ratemondelete.c:1.9 rtems/cpukit/rtems/src/ratemondelete.c:1.10
--- rtems/cpukit/rtems/src/ratemondelete.c:1.9	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/ratemondelete.c	Sun Jul 24 18:55:10 2011
@@ -23,8 +23,7 @@
 #include <rtems/rtems/ratemon.h>
 #include <rtems/score/thread.h>
 
-/*PAGE
- *
+/*
  *  rtems_rate_monotonic_delete
  *
  *  This directive allows a thread to delete a rate monotonic timer.

diff -u rtems/cpukit/rtems/src/ratemongetstatistics.c:1.7 rtems/cpukit/rtems/src/ratemongetstatistics.c:1.8
--- rtems/cpukit/rtems/src/ratemongetstatistics.c:1.7	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/ratemongetstatistics.c	Sun Jul 24 18:55:10 2011
@@ -23,8 +23,7 @@
 #include <rtems/rtems/ratemon.h>
 #include <rtems/score/thread.h>
 
-/*PAGE
- *
+/*
  *  rtems_rate_monotonic_get_statistics
  *
  *  This directive allows a thread to obtain statistics information on a

diff -u rtems/cpukit/rtems/src/ratemongetstatus.c:1.18 rtems/cpukit/rtems/src/ratemongetstatus.c:1.19
--- rtems/cpukit/rtems/src/ratemongetstatus.c:1.18	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/ratemongetstatus.c	Sun Jul 24 18:55:10 2011
@@ -27,8 +27,7 @@
   #include <rtems/score/timespec.h>
 #endif
 
-/*PAGE
- *
+/*
  *  rtems_rate_monotonic_get_status
  *
  *  This directive allows a thread to obtain status information on a

diff -u rtems/cpukit/rtems/src/ratemonident.c:1.11 rtems/cpukit/rtems/src/ratemonident.c:1.12
--- rtems/cpukit/rtems/src/ratemonident.c:1.11	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/ratemonident.c	Sun Jul 24 18:55:10 2011
@@ -23,8 +23,7 @@
 #include <rtems/rtems/ratemon.h>
 #include <rtems/score/thread.h>
 
-/*PAGE
- *
+/*
  *  rtems_rate_monotonic_ident
  *
  *  This directive returns the system ID associated with

diff -u rtems/cpukit/rtems/src/ratemonperiod.c:1.29 rtems/cpukit/rtems/src/ratemonperiod.c:1.30
--- rtems/cpukit/rtems/src/ratemonperiod.c:1.29	Mon Jul 26 15:27:04 2010
+++ rtems/cpukit/rtems/src/ratemonperiod.c	Sun Jul 24 18:55:10 2011
@@ -226,8 +226,7 @@
 }
 
 
-/*PAGE
- *
+/*
  *  rtems_rate_monotonic_period
  *
  *  This directive allows a thread to manipulate a rate monotonic timer.

diff -u rtems/cpukit/rtems/src/ratemonresetstatistics.c:1.4 rtems/cpukit/rtems/src/ratemonresetstatistics.c:1.5
--- rtems/cpukit/rtems/src/ratemonresetstatistics.c:1.4	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/ratemonresetstatistics.c	Sun Jul 24 18:55:10 2011
@@ -23,8 +23,7 @@
 #include <rtems/rtems/ratemon.h>
 #include <rtems/score/thread.h>
 
-/*PAGE
- *
+/*
  *  rtems_rate_monotonic_reset_statistics
  *
  *  This directive allows a thread to reset the statistics information

diff -u rtems/cpukit/rtems/src/ratemontimeout.c:1.10 rtems/cpukit/rtems/src/ratemontimeout.c:1.11
--- rtems/cpukit/rtems/src/ratemontimeout.c:1.10	Fri Oct 30 12:54:29 2009
+++ rtems/cpukit/rtems/src/ratemontimeout.c	Sun Jul 24 18:55:10 2011
@@ -23,8 +23,7 @@
 #include <rtems/rtems/ratemon.h>
 #include <rtems/score/thread.h>
 
-/*PAGE
- *
+/*
  *  _Rate_monotonic_Timeout
  *
  *  This routine processes a period ending.  If the owning thread

diff -u rtems/cpukit/rtems/src/region.c:1.27 rtems/cpukit/rtems/src/region.c:1.28
--- rtems/cpukit/rtems/src/region.c:1.27	Mon Jan  5 23:02:25 2009
+++ rtems/cpukit/rtems/src/region.c	Sun Jul 24 18:55:10 2011
@@ -27,8 +27,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/score/apimutex.h>
 
-/*PAGE
- *
+/*
  *  _Region_Manager_initialization
  *
  *  This routine initializes all region manager related data structures.

diff -u rtems/cpukit/rtems/src/regioncreate.c:1.14 rtems/cpukit/rtems/src/regioncreate.c:1.15
--- rtems/cpukit/rtems/src/regioncreate.c:1.14	Mon Aug  9 03:24:41 2010
+++ rtems/cpukit/rtems/src/regioncreate.c	Sun Jul 24 18:55:10 2011
@@ -26,8 +26,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/score/apimutex.h>
 
-/*PAGE
- *
+/*
  *  rtems_region_create
  *
  *  This directive creates a region of physical contiguous memory area

diff -u rtems/cpukit/rtems/src/regiondelete.c:1.12 rtems/cpukit/rtems/src/regiondelete.c:1.13
--- rtems/cpukit/rtems/src/regiondelete.c:1.12	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/regiondelete.c	Sun Jul 24 18:55:10 2011
@@ -26,8 +26,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/score/apimutex.h>
 
-/*PAGE
- *
+/*
  *  rtems_region_delete
  *
  *  This directive allows a thread to delete a region specified by

diff -u rtems/cpukit/rtems/src/regionextend.c:1.17 rtems/cpukit/rtems/src/regionextend.c:1.18
--- rtems/cpukit/rtems/src/regionextend.c:1.17	Mon Jun  7 04:35:01 2010
+++ rtems/cpukit/rtems/src/regionextend.c	Sun Jul 24 18:55:10 2011
@@ -25,8 +25,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/score/apimutex.h>
 
-/*PAGE
- *
+/*
  *  rtems_region_extend
  *
  *  This directive attempts to grow a region of physical contiguous memory area

diff -u rtems/cpukit/rtems/src/regiongetfreeinfo.c:1.9 rtems/cpukit/rtems/src/regiongetfreeinfo.c:1.10
--- rtems/cpukit/rtems/src/regiongetfreeinfo.c:1.9	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/regiongetfreeinfo.c	Sun Jul 24 18:55:10 2011
@@ -26,8 +26,7 @@
 #include <rtems/score/apimutex.h>
 #include <rtems/score/thread.h>
 
-/*PAGE
- *
+/*
  *  rtems_region_get_free_information
  *
  *  This directive will return information about the free blocks

diff -u rtems/cpukit/rtems/src/regiongetinfo.c:1.13 rtems/cpukit/rtems/src/regiongetinfo.c:1.14
--- rtems/cpukit/rtems/src/regiongetinfo.c:1.13	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/regiongetinfo.c	Sun Jul 24 18:55:11 2011
@@ -26,8 +26,7 @@
 #include <rtems/score/apimutex.h>
 #include <rtems/score/thread.h>
 
-/*PAGE
- *
+/*
  *  rtems_region_get_information
  *
  *  This directive will return information about the region specified.

diff -u rtems/cpukit/rtems/src/regiongetsegment.c:1.17 rtems/cpukit/rtems/src/regiongetsegment.c:1.18
--- rtems/cpukit/rtems/src/regiongetsegment.c:1.17	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/regiongetsegment.c	Sun Jul 24 18:55:11 2011
@@ -26,8 +26,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/score/apimutex.h>
 
-/*PAGE
- *
+/*
  *  rtems_region_get_segment
  *
  *  This directive will obtain a segment from the given region.

diff -u rtems/cpukit/rtems/src/regiongetsegmentsize.c:1.18 rtems/cpukit/rtems/src/regiongetsegmentsize.c:1.19
--- rtems/cpukit/rtems/src/regiongetsegmentsize.c:1.18	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/regiongetsegmentsize.c	Sun Jul 24 18:55:11 2011
@@ -25,8 +25,7 @@
 #include <rtems/score/states.h>
 #include <rtems/score/apimutex.h>
 
-/*PAGE
- *
+/*
  *  rtems_region_get_segment_size
  *
  *  This directive will return the size of the segment indicated

diff -u rtems/cpukit/rtems/src/regionident.c:1.10 rtems/cpukit/rtems/src/regionident.c:1.11
--- rtems/cpukit/rtems/src/regionident.c:1.10	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/regionident.c	Sun Jul 24 18:55:11 2011
@@ -26,8 +26,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/score/apimutex.h>
 
-/*PAGE
- *
+/*
  *  rtems_region_ident
  *
  *  This directive returns the system ID associated with

diff -u rtems/cpukit/rtems/src/regionmp.c:1.21 rtems/cpukit/rtems/src/regionmp.c:1.22
--- rtems/cpukit/rtems/src/regionmp.c:1.21	Mon Jan  5 23:02:25 2009
+++ rtems/cpukit/rtems/src/regionmp.c	Sun Jul 24 18:55:11 2011
@@ -26,8 +26,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/rtems/support.h>
 
-/*PAGE
- *
+/*
  *  _Region_MP_Send_process_packet
  *
  */
@@ -73,8 +72,7 @@
   }
 }
 
-/*PAGE
- *
+/*
  *  _Region_MP_Send_request_packet
  *
  */
@@ -130,8 +128,7 @@
   return RTEMS_INTERNAL_ERROR;
 }
 
-/*PAGE
- *
+/*
  *  _Region_MP_Send_response_packet
  *
  */
@@ -174,8 +171,7 @@
   }
 }
 
-/*PAGE
- *
+/*
  *
  *  _Region_MP_Process_packet
  *
@@ -272,8 +268,7 @@
   }
 }
 
-/*PAGE
- *
+/*
  *  _Region_MP_Send_object_was_deleted
  *
  *  This routine is not needed by the Region since a region
@@ -281,8 +276,7 @@
  *
  */
 
-/*PAGE
- *
+/*
  *  _Region_MP_Send_extract_proxy
  *
  */
@@ -301,8 +295,7 @@
   );
 }
 
-/*PAGE
- *
+/*
  *  _Region_MP_Get_packet
  *
  */

diff -u rtems/cpukit/rtems/src/regionprocessqueue.c:1.3 rtems/cpukit/rtems/src/regionprocessqueue.c:1.4
--- rtems/cpukit/rtems/src/regionprocessqueue.c:1.3	Mon Nov 30 09:59:55 2009
+++ rtems/cpukit/rtems/src/regionprocessqueue.c	Sun Jul 24 18:55:11 2011
@@ -26,8 +26,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/score/apimutex.h>
 
-/*PAGE
- *
+/*
  *  _Region_Process_queue
  *
  *  If enough memory is available to satisfy the rtems_region_get_segment of

diff -u rtems/cpukit/rtems/src/regionresizesegment.c:1.12 rtems/cpukit/rtems/src/regionresizesegment.c:1.13
--- rtems/cpukit/rtems/src/regionresizesegment.c:1.12	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/regionresizesegment.c	Sun Jul 24 18:55:11 2011
@@ -26,8 +26,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/score/apimutex.h>
 
-/*PAGE
- *
+/*
  *  rtems_region_resize_segment
  *
  *  This directive will try to resize segment to the new size 'size'

diff -u rtems/cpukit/rtems/src/regionreturnsegment.c:1.19 rtems/cpukit/rtems/src/regionreturnsegment.c:1.20
--- rtems/cpukit/rtems/src/regionreturnsegment.c:1.19	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/regionreturnsegment.c	Sun Jul 24 18:55:11 2011
@@ -34,8 +34,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/score/apimutex.h>
 
-/*PAGE
- *
+/*
  *  rtems_region_return_segment
  *
  *  This directive will return a segment to its region.

diff -u rtems/cpukit/rtems/src/rtemsobjectgetclassicname.c:1.1 rtems/cpukit/rtems/src/rtemsobjectgetclassicname.c:1.2
--- rtems/cpukit/rtems/src/rtemsobjectgetclassicname.c:1.1	Tue Jan 29 15:52:20 2008
+++ rtems/cpukit/rtems/src/rtemsobjectgetclassicname.c	Sun Jul 24 18:55:11 2011
@@ -21,8 +21,7 @@
 #include <rtems/rtems/status.h>
 #include <rtems/rtems/types.h>
 
-/*PAGE
- *
+/*
  *  rtems_object_get_classic_name
  *
  *  This directive returns the name associated with the specified

diff -u rtems/cpukit/rtems/src/rtemstimer.c:1.26 rtems/cpukit/rtems/src/rtemstimer.c:1.27
--- rtems/cpukit/rtems/src/rtemstimer.c:1.26	Mon Nov 30 03:08:35 2009
+++ rtems/cpukit/rtems/src/rtemstimer.c	Sun Jul 24 18:55:11 2011
@@ -26,8 +26,7 @@
 #include <rtems/score/tod.h>
 #include <rtems/score/watchdog.h>
 
-/*PAGE
- *
+/*
  *  _Timer_Manager_initialization
  *
  *  This routine initializes all timer manager related data structures.

diff -u rtems/cpukit/rtems/src/sem.c:1.28 rtems/cpukit/rtems/src/sem.c:1.29
--- rtems/cpukit/rtems/src/sem.c:1.28	Mon Jan  5 23:00:45 2009
+++ rtems/cpukit/rtems/src/sem.c	Sun Jul 24 18:55:11 2011
@@ -50,8 +50,7 @@
 
 #include <rtems/score/interr.h>
 
-/*PAGE
- *
+/*
  *  _Semaphore_Manager_initialization
  *
  *  This routine initializes all semaphore manager related data structures.

diff -u rtems/cpukit/rtems/src/semcreate.c:1.23 rtems/cpukit/rtems/src/semcreate.c:1.24
--- rtems/cpukit/rtems/src/semcreate.c:1.23	Mon Nov 30 09:59:56 2009
+++ rtems/cpukit/rtems/src/semcreate.c	Sun Jul 24 18:55:11 2011
@@ -49,8 +49,7 @@
 
 #include <rtems/score/interr.h>
 
-/*PAGE
- *
+/*
  *  rtems_semaphore_create
  *
  *  This directive creates a semaphore and sets the initial value based

diff -u rtems/cpukit/rtems/src/semdelete.c:1.11 rtems/cpukit/rtems/src/semdelete.c:1.12
--- rtems/cpukit/rtems/src/semdelete.c:1.11	Fri Nov 30 15:49:41 2007
+++ rtems/cpukit/rtems/src/semdelete.c	Sun Jul 24 18:55:11 2011
@@ -49,8 +49,7 @@
 
 #include <rtems/score/interr.h>
 
-/*PAGE
- *
+/*
  *  rtems_semaphore_delete
  *
  *  This directive allows a thread to delete a semaphore specified by

diff -u rtems/cpukit/rtems/src/semflush.c:1.12 rtems/cpukit/rtems/src/semflush.c:1.13
--- rtems/cpukit/rtems/src/semflush.c:1.12	Fri Nov 30 15:49:41 2007
+++ rtems/cpukit/rtems/src/semflush.c	Sun Jul 24 18:55:11 2011
@@ -40,8 +40,7 @@
 
 #include <rtems/score/interr.h>
 
-/*PAGE
- *
+/*
  *  rtems_semaphore_flush
  *
  *  This directive allows a thread to flush the threads

diff -u rtems/cpukit/rtems/src/semident.c:1.12 rtems/cpukit/rtems/src/semident.c:1.13
--- rtems/cpukit/rtems/src/semident.c:1.12	Wed Jan 23 16:57:43 2008
+++ rtems/cpukit/rtems/src/semident.c	Sun Jul 24 18:55:11 2011
@@ -49,8 +49,7 @@
 
 #include <rtems/score/interr.h>
 
-/*PAGE
- *
+/*
  *  rtems_semaphore_ident
  *
  *  This directive returns the system ID associated with

diff -u rtems/cpukit/rtems/src/semmp.c:1.21 rtems/cpukit/rtems/src/semmp.c:1.22
--- rtems/cpukit/rtems/src/semmp.c:1.21	Mon Jan  5 23:00:45 2009
+++ rtems/cpukit/rtems/src/semmp.c	Sun Jul 24 18:55:11 2011
@@ -27,8 +27,7 @@
 #include <rtems/score/watchdog.h>
 #include <rtems/rtems/support.h>
 
-/*PAGE
- *
+/*
  *  _Semaphore_MP_Send_process_packet
  *
  */
@@ -74,8 +73,7 @@
   }
 }
 
-/*PAGE
- *
+/*
  *  _Semaphore_MP_Send_request_packet
  *
  */
@@ -127,8 +125,7 @@
   return RTEMS_SUCCESSFUL;
 }
 
-/*PAGE
- *
+/*
  *  _Semaphore_MP_Send_response_packet
  *
  */
@@ -171,8 +168,7 @@
   }
 }
 
-/*PAGE
- *
+/*
  *
  *  _Semaphore_MP_Process_packet
  *
@@ -258,8 +254,7 @@
   }
 }
 
-/*PAGE
- *
+/*
  *  _Semaphore_MP_Send_object_was_deleted
  *
  */
@@ -278,8 +273,7 @@
 
 }
 
-/*PAGE
- *
+/*
  *  _Semaphore_MP_Send_extract_proxy
  *
  */
@@ -299,8 +293,7 @@
 
 }
 
-/*PAGE
- *
+/*
  *  _Semaphore_MP_Get_packet
  *
  */
@@ -310,8 +303,7 @@
   return ( (Semaphore_MP_Packet *) _MPCI_Get_packet() );
 }
 
-/*PAGE
- *
+/*
  *  _Semaphore_Core_mutex_mp_support
  *
  *  Input parameters:
@@ -338,8 +330,7 @@
 #endif
 
 
-/*PAGE
- *
+/*
  *  _Semaphore_Core_semaphore_mp_support
  *
  *  Input parameters:

diff -u rtems/cpukit/rtems/src/semobtain.c:1.16 rtems/cpukit/rtems/src/semobtain.c:1.17
--- rtems/cpukit/rtems/src/semobtain.c:1.16	Mon Jan  5 23:00:45 2009
+++ rtems/cpukit/rtems/src/semobtain.c	Sun Jul 24 18:55:11 2011
@@ -49,8 +49,7 @@
 
 #include <rtems/score/interr.h>
 
-/*PAGE
- *
+/*
  *  rtems_semaphore_obtain
  *
  *  This directive allows a thread to acquire a semaphore.

diff -u rtems/cpukit/rtems/src/semrelease.c:1.9 rtems/cpukit/rtems/src/semrelease.c:1.10
--- rtems/cpukit/rtems/src/semrelease.c:1.9	Fri Nov 30 15:49:41 2007
+++ rtems/cpukit/rtems/src/semrelease.c	Sun Jul 24 18:55:11 2011
@@ -49,8 +49,7 @@
 
 #include <rtems/score/interr.h>
 
-/*PAGE
- *
+/*
  *  rtems_semaphore_release
  *
  *  This directive allows a thread to release a semaphore.

diff -u rtems/cpukit/rtems/src/semtranslatereturncode.c:1.24 rtems/cpukit/rtems/src/semtranslatereturncode.c:1.25
--- rtems/cpukit/rtems/src/semtranslatereturncode.c:1.24	Fri Jun 24 12:52:57 2011
+++ rtems/cpukit/rtems/src/semtranslatereturncode.c	Sun Jul 24 18:55:11 2011
@@ -49,8 +49,7 @@
 
 #include <rtems/score/interr.h>
 
-/*PAGE
- *
+/*
  *  _Semaphore_Translate_core_mutex_return_code
  *
  *  Input parameters:
@@ -98,8 +97,7 @@
   return _Semaphore_Translate_core_mutex_return_code_[status];
 }
 
-/*PAGE
- *
+/*
  *  _Semaphore_Translate_core_semaphore_return_code
  *
  *  Input parameters:

diff -u rtems/cpukit/rtems/src/signal.c:1.16 rtems/cpukit/rtems/src/signal.c:1.17
--- rtems/cpukit/rtems/src/signal.c:1.16	Tue Jan 18 03:03:44 2005
+++ rtems/cpukit/rtems/src/signal.c	Sun Jul 24 18:55:11 2011
@@ -25,8 +25,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/rtems/tasks.h>
 
-/*PAGE
- *
+/*
  *  _Signal_Manager_initialization
  *
  *  This routine initializes all signal manager related data structures.

diff -u rtems/cpukit/rtems/src/signalcatch.c:1.5 rtems/cpukit/rtems/src/signalcatch.c:1.6
--- rtems/cpukit/rtems/src/signalcatch.c:1.5	Tue Jan 18 03:03:44 2005
+++ rtems/cpukit/rtems/src/signalcatch.c	Sun Jul 24 18:55:11 2011
@@ -25,8 +25,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/rtems/tasks.h>
 
-/*PAGE
- *
+/*
  *  rtems_signal_catch
  *
  *  This directive allows a thread to specify what action to take when

diff -u rtems/cpukit/rtems/src/signalmp.c:1.13 rtems/cpukit/rtems/src/signalmp.c:1.14
--- rtems/cpukit/rtems/src/signalmp.c:1.13	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/signalmp.c	Sun Jul 24 18:55:11 2011
@@ -28,8 +28,7 @@
 #include <rtems/score/watchdog.h>
 #include <rtems/rtems/support.h>
 
-/*PAGE
- *
+/*
  *  _Signal_MP_Send_process_packet
  *
  *  This subprogram is not needed since there are no process
@@ -37,8 +36,7 @@
  *
  */
 
-/*PAGE
- *
+/*
  *  _Signal_MP_Send_request_packet
  *
  */
@@ -81,8 +79,7 @@
   return RTEMS_INTERNAL_ERROR;
 }
 
-/*PAGE
- *
+/*
  *  _Signal_MP_Send_response_packet
  *
  */
@@ -119,8 +116,7 @@
   }
 }
 
-/*PAGE
- *
+/*
  *
  *  _Signal_MP_Process_packet
  *
@@ -160,8 +156,7 @@
   }
 }
 
-/*PAGE
- *
+/*
  *  _Signal_MP_Send_object_was_deleted
  *
  *  This subprogram is not needed since there are no objects
@@ -169,8 +164,7 @@
  *
  */
 
-/*PAGE
- *
+/*
  *  _Signal_MP_Send_extract_proxy
  *
  *  This subprogram is not needed since there are no objects
@@ -178,8 +172,7 @@
  *
  */
 
-/*PAGE
- *
+/*
  *  _Signal_MP_Get_packet
  *
  */

diff -u rtems/cpukit/rtems/src/signalsend.c:1.12 rtems/cpukit/rtems/src/signalsend.c:1.13
--- rtems/cpukit/rtems/src/signalsend.c:1.12	Fri Jul 30 13:53:06 2010
+++ rtems/cpukit/rtems/src/signalsend.c	Sun Jul 24 18:55:11 2011
@@ -25,8 +25,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/rtems/tasks.h>
 
-/*PAGE
- *
+/*
  *  rtems_signal_send
  *
  *  This directive allows a thread to send signals to a thread.

diff -u rtems/cpukit/rtems/src/taskcreate.c:1.17 rtems/cpukit/rtems/src/taskcreate.c:1.18
--- rtems/cpukit/rtems/src/taskcreate.c:1.17	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/taskcreate.c	Sun Jul 24 18:55:11 2011
@@ -33,8 +33,7 @@
 #include <rtems/score/sysstate.h>
 #include <rtems/score/apimutex.h>
 
-/*PAGE
- *
+/*
  *  rtems_task_create
  *
  *  This directive creates a thread by allocating and initializing a

diff -u rtems/cpukit/rtems/src/taskdelete.c:1.11 rtems/cpukit/rtems/src/taskdelete.c:1.12
--- rtems/cpukit/rtems/src/taskdelete.c:1.11	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/taskdelete.c	Sun Jul 24 18:55:11 2011
@@ -33,8 +33,7 @@
 #include <rtems/score/sysstate.h>
 #include <rtems/score/apimutex.h>
 
-/*PAGE
- *
+/*
  *  rtems_task_delete
  *
  *  This directive allows a thread to delete itself or the thread

diff -u rtems/cpukit/rtems/src/taskgetnote.c:1.11 rtems/cpukit/rtems/src/taskgetnote.c:1.12
--- rtems/cpukit/rtems/src/taskgetnote.c:1.11	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/taskgetnote.c	Sun Jul 24 18:55:11 2011
@@ -33,8 +33,7 @@
 #include <rtems/score/apiext.h>
 #include <rtems/score/sysstate.h>
 
-/*PAGE
- *
+/*
  *  rtems_task_get_note
  *
  *  This directive obtains the note from the specified notepad

diff -u rtems/cpukit/rtems/src/taskident.c:1.11 rtems/cpukit/rtems/src/taskident.c:1.12
--- rtems/cpukit/rtems/src/taskident.c:1.11	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/taskident.c	Sun Jul 24 18:55:12 2011
@@ -32,8 +32,7 @@
 #include <rtems/score/apiext.h>
 #include <rtems/score/sysstate.h>
 
-/*PAGE
- *
+/*
  *  rtems_task_ident
  *
  *  This directive returns the system ID associated with

diff -u rtems/cpukit/rtems/src/taskinitusers.c:1.10 rtems/cpukit/rtems/src/taskinitusers.c:1.11
--- rtems/cpukit/rtems/src/taskinitusers.c:1.10	Sat Jul  4 14:45:18 2009
+++ rtems/cpukit/rtems/src/taskinitusers.c	Sun Jul 24 18:55:12 2011
@@ -34,8 +34,7 @@
 #include <rtems/score/apiext.h>
 #include <rtems/score/sysstate.h>
 
-/*PAGE
- *
+/*
  *  _RTEMS_tasks_Initialize_user_tasks_body
  *
  *  This routine creates and starts all configured user

diff -u rtems/cpukit/rtems/src/taskissuspended.c:1.8 rtems/cpukit/rtems/src/taskissuspended.c:1.9
--- rtems/cpukit/rtems/src/taskissuspended.c:1.8	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/taskissuspended.c	Sun Jul 24 18:55:12 2011
@@ -32,8 +32,7 @@
 #include <rtems/score/apiext.h>
 #include <rtems/score/sysstate.h>
 
-/*PAGE
- *
+/*
  *  rtems_task_is_suspended
  *
  *  This directive returns a status indicating whether or not

diff -u rtems/cpukit/rtems/src/taskmp.c:1.18 rtems/cpukit/rtems/src/taskmp.c:1.19
--- rtems/cpukit/rtems/src/taskmp.c:1.18	Mon Jan  5 22:58:46 2009
+++ rtems/cpukit/rtems/src/taskmp.c	Sun Jul 24 18:55:12 2011
@@ -27,8 +27,7 @@
 #include <rtems/score/watchdog.h>
 #include <rtems/rtems/support.h>
 
-/*PAGE
- *
+/*
  *  _RTEMS_tasks_MP_Send_process_packet
  *
  */
@@ -71,8 +70,7 @@
   }
 }
 
-/*PAGE
- *
+/*
  *  _RTEMS_tasks_MP_Send_request_packet
  *
  */
@@ -129,8 +127,7 @@
   return RTEMS_SUCCESSFUL;
 }
 
-/*PAGE
- *
+/*
  *  _RTEMS_tasks_MP_Send_response_packet
  *
  */
@@ -177,8 +174,7 @@
   }
 }
 
-/*PAGE
- *
+/*
  *
  *  _RTEMS_tasks_MP_Process_packet
  *
@@ -311,8 +307,7 @@
   }
 }
 
-/*PAGE
- *
+/*
  *  _RTEMS_tasks_MP_Send_object_was_deleted
  *
  *  This routine is not neededby the Tasks since a task
@@ -320,8 +315,7 @@
  *
  */
 
-/*PAGE
- *
+/*
  *  _RTEMS_tasks_MP_Send_extract_proxy
  *
  *  This routine is not neededby the Tasks since a task
@@ -329,8 +323,7 @@
  *
  */
 
-/*PAGE
- *
+/*
  *  _RTEMS_tasks_MP_Get_packet
  *
  */

diff -u rtems/cpukit/rtems/src/taskrestart.c:1.9 rtems/cpukit/rtems/src/taskrestart.c:1.10
--- rtems/cpukit/rtems/src/taskrestart.c:1.9	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/taskrestart.c	Sun Jul 24 18:55:12 2011
@@ -32,8 +32,7 @@
 #include <rtems/score/apiext.h>
 #include <rtems/score/sysstate.h>
 
-/*PAGE
- *
+/*
  *  rtems_task_restart
  *
  *  This directive readies the specified thread.  It restores

diff -u rtems/cpukit/rtems/src/taskresume.c:1.11 rtems/cpukit/rtems/src/taskresume.c:1.12
--- rtems/cpukit/rtems/src/taskresume.c:1.11	Tue Mar 15 14:27:46 2011
+++ rtems/cpukit/rtems/src/taskresume.c	Sun Jul 24 18:55:12 2011
@@ -32,8 +32,7 @@
 #include <rtems/score/apiext.h>
 #include <rtems/score/sysstate.h>
 
-/*PAGE
- *
+/*
  *  rtems_task_resume
  *
  *  This directive will remove the specified thread

diff -u rtems/cpukit/rtems/src/tasks.c:1.62 rtems/cpukit/rtems/src/tasks.c:1.63
--- rtems/cpukit/rtems/src/tasks.c:1.62	Sat Sep 26 11:17:00 2009
+++ rtems/cpukit/rtems/src/tasks.c	Sun Jul 24 18:55:12 2011
@@ -32,8 +32,7 @@
 #include <rtems/score/apiext.h>
 #include <rtems/score/sysstate.h>
 
-/*PAGE
- *
+/*
  *  _RTEMS_tasks_Create_extension
  *
  *  This routine is an extension routine that is invoked as part
@@ -80,8 +79,7 @@
   return true;
 }
 
-/*PAGE
- *
+/*
  *  _RTEMS_tasks_Start_extension
  *
  *  This extension routine is invoked when a task is started for the
@@ -100,8 +98,7 @@
   api->pending_events = EVENT_SETS_NONE_PENDING;
 }
 
-/*PAGE
- *
+/*
  *  _RTEMS_tasks_Delete_extension
  *
  *  This extension routine is invoked when a task is deleted.
@@ -134,8 +131,7 @@
   deleted->API_Extensions[ THREAD_API_RTEMS ] = NULL;
 }
 
-/*PAGE
- *
+/*
  *  _RTEMS_tasks_Switch_extension
  *
  *  This extension routine is invoked at each context switch.
@@ -167,8 +163,7 @@
   }
 }
 
-/*PAGE
- *
+/*
  *  _RTEMS_tasks_Post_switch_extension
  *
  *  This extension routine is invoked at each context switch.
@@ -236,8 +231,7 @@
   }
 };
 
-/*PAGE
- *
+/*
  *  _RTEMS_tasks_Manager_initialization
  *
  *  This routine initializes all Task Manager related data structures.
@@ -286,8 +280,7 @@
 
 }
 
-/*PAGE
- *
+/*
  *  _RTEMS_tasks_Initialize_user_tasks
  *
  *  This routine creates and starts all configured user

diff -u rtems/cpukit/rtems/src/tasksetnote.c:1.12 rtems/cpukit/rtems/src/tasksetnote.c:1.13
--- rtems/cpukit/rtems/src/tasksetnote.c:1.12	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/tasksetnote.c	Sun Jul 24 18:55:12 2011
@@ -32,8 +32,7 @@
 #include <rtems/score/apiext.h>
 #include <rtems/score/sysstate.h>
 
-/*PAGE
- *
+/*
  * rtems_task_set_note
  *
  *  This directive sets the specified notepad contents to the given

diff -u rtems/cpukit/rtems/src/tasksetpriority.c:1.12 rtems/cpukit/rtems/src/tasksetpriority.c:1.13
--- rtems/cpukit/rtems/src/tasksetpriority.c:1.12	Sat Jun 12 12:55:13 2010
+++ rtems/cpukit/rtems/src/tasksetpriority.c	Sun Jul 24 18:55:12 2011
@@ -32,8 +32,7 @@
 #include <rtems/score/apiext.h>
 #include <rtems/score/sysstate.h>
 
-/*PAGE
- *
+/*
  *  rtems_task_set_priority
  *
  *  This directive changes the priority of the specified thread.

diff -u rtems/cpukit/rtems/src/taskstart.c:1.10 rtems/cpukit/rtems/src/taskstart.c:1.11
--- rtems/cpukit/rtems/src/taskstart.c:1.10	Fri Nov 30 15:49:41 2007
+++ rtems/cpukit/rtems/src/taskstart.c	Sun Jul 24 18:55:12 2011
@@ -32,8 +32,7 @@
 #include <rtems/score/apiext.h>
 #include <rtems/score/sysstate.h>
 
-/*PAGE
- *
+/*
  *  rtems_task_start
  *
  *  This directive readies the thread identified by the "id"

diff -u rtems/cpukit/rtems/src/tasksuspend.c:1.9 rtems/cpukit/rtems/src/tasksuspend.c:1.10
--- rtems/cpukit/rtems/src/tasksuspend.c:1.9	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/tasksuspend.c	Sun Jul 24 18:55:12 2011
@@ -32,8 +32,7 @@
 #include <rtems/score/apiext.h>
 #include <rtems/score/sysstate.h>
 
-/*PAGE
- *
+/*
  *  rtems_task_suspend
  *
  *  This directive will place the specified thread in the "suspended"

diff -u rtems/cpukit/rtems/src/taskwakeafter.c:1.5 rtems/cpukit/rtems/src/taskwakeafter.c:1.6
--- rtems/cpukit/rtems/src/taskwakeafter.c:1.5	Wed Nov 24 09:51:27 2010
+++ rtems/cpukit/rtems/src/taskwakeafter.c	Sun Jul 24 18:55:12 2011
@@ -33,8 +33,7 @@
 #include <rtems/score/apiext.h>
 #include <rtems/score/sysstate.h>
 
-/*PAGE
- *
+/*
  *  rtems_task_wake_after
  *
  *  This directive suspends the requesting thread for the given amount

diff -u rtems/cpukit/rtems/src/taskwakewhen.c:1.7 rtems/cpukit/rtems/src/taskwakewhen.c:1.8
--- rtems/cpukit/rtems/src/taskwakewhen.c:1.7	Mon Dec  8 13:41:31 2008
+++ rtems/cpukit/rtems/src/taskwakewhen.c	Sun Jul 24 18:55:12 2011
@@ -33,8 +33,7 @@
 #include <rtems/score/apiext.h>
 #include <rtems/score/sysstate.h>
 
-/*PAGE
- *
+/*
  *  rtems_task_wake_when
  *
  *  This directive blocks the requesting thread until the given date and

diff -u rtems/cpukit/rtems/src/timercancel.c:1.9 rtems/cpukit/rtems/src/timercancel.c:1.10
--- rtems/cpukit/rtems/src/timercancel.c:1.9	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/timercancel.c	Sun Jul 24 18:55:12 2011
@@ -25,8 +25,7 @@
 #include <rtems/score/tod.h>
 #include <rtems/score/watchdog.h>
 
-/*PAGE
- *
+/*
  *  rtems_timer_cancel
  *
  *  This directive allows a thread to cancel a timer.

diff -u rtems/cpukit/rtems/src/timercreate.c:1.10 rtems/cpukit/rtems/src/timercreate.c:1.11
--- rtems/cpukit/rtems/src/timercreate.c:1.10	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/timercreate.c	Sun Jul 24 18:55:12 2011
@@ -25,8 +25,7 @@
 #include <rtems/score/tod.h>
 #include <rtems/score/watchdog.h>
 
-/*PAGE
- *
+/*
  *  rtems_timer_create
  *
  *  This directive creates a timer and performs some initialization.

diff -u rtems/cpukit/rtems/src/timerdelete.c:1.9 rtems/cpukit/rtems/src/timerdelete.c:1.10
--- rtems/cpukit/rtems/src/timerdelete.c:1.9	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/timerdelete.c	Sun Jul 24 18:55:12 2011
@@ -25,8 +25,7 @@
 #include <rtems/score/tod.h>
 #include <rtems/score/watchdog.h>
 
-/*PAGE
- *
+/*
  *  rtems_timer_delete
  *
  *  This directive allows a thread to delete a timer.

diff -u rtems/cpukit/rtems/src/timerfireafter.c:1.11 rtems/cpukit/rtems/src/timerfireafter.c:1.12
--- rtems/cpukit/rtems/src/timerfireafter.c:1.11	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/timerfireafter.c	Sun Jul 24 18:55:12 2011
@@ -25,8 +25,7 @@
 #include <rtems/score/tod.h>
 #include <rtems/score/watchdog.h>
 
-/*PAGE
- *
+/*
  *  rtems_timer_fire_after
  *
  *  This directive allows a thread to start a timer.

diff -u rtems/cpukit/rtems/src/timerfirewhen.c:1.10 rtems/cpukit/rtems/src/timerfirewhen.c:1.11
--- rtems/cpukit/rtems/src/timerfirewhen.c:1.10	Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/timerfirewhen.c	Sun Jul 24 18:55:12 2011
@@ -25,8 +25,7 @@
 #include <rtems/score/tod.h>
 #include <rtems/score/watchdog.h>
 
-/*PAGE
- *
+/*
  *  rtems_timer_fire_when
  *
  *  This directive allows a thread to start a timer.

diff -u rtems/cpukit/rtems/src/timergetinfo.c:1.8 rtems/cpukit/rtems/src/timergetinfo.c:1.9
--- rtems/cpukit/rtems/src/timergetinfo.c:1.8	Tue Dec 15 12:26:42 2009
+++ rtems/cpukit/rtems/src/timergetinfo.c	Sun Jul 24 18:55:12 2011
@@ -25,8 +25,7 @@
 #include <rtems/score/tod.h>
 #include <rtems/score/watchdog.h>
 
-/*PAGE
- *
+/*
  *  rtems_timer_get_information
  *
  *  This directive allows a thread to obtain information about a timer.

diff -u rtems/cpukit/rtems/src/timerident.c:1.10 rtems/cpukit/rtems/src/timerident.c:1.11
--- rtems/cpukit/rtems/src/timerident.c:1.10	Tue Dec 15 12:26:42 2009
+++ rtems/cpukit/rtems/src/timerident.c	Sun Jul 24 18:55:12 2011
@@ -25,8 +25,7 @@
 #include <rtems/score/tod.h>
 #include <rtems/score/watchdog.h>
 
-/*PAGE
- *
+/*
  *  rtems_timer_ident
  *
  *  This directive returns the system ID associated with

diff -u rtems/cpukit/rtems/src/timerreset.c:1.13 rtems/cpukit/rtems/src/timerreset.c:1.14
--- rtems/cpukit/rtems/src/timerreset.c:1.13	Tue Dec 15 12:26:42 2009
+++ rtems/cpukit/rtems/src/timerreset.c	Sun Jul 24 18:55:12 2011
@@ -25,8 +25,7 @@
 #include <rtems/score/tod.h>
 #include <rtems/score/watchdog.h>
 
-/*PAGE
- *
+/*
  *  rtems_timer_reset
  *
  *  This directive allows a thread to reset a timer.

diff -u rtems/cpukit/rtems/src/timerserverfireafter.c:1.15 rtems/cpukit/rtems/src/timerserverfireafter.c:1.16
--- rtems/cpukit/rtems/src/timerserverfireafter.c:1.15	Tue Dec 15 12:26:42 2009
+++ rtems/cpukit/rtems/src/timerserverfireafter.c	Sun Jul 24 18:55:12 2011
@@ -25,8 +25,7 @@
 #include <rtems/score/tod.h>
 #include <rtems/score/watchdog.h>
 
-/*PAGE
- *
+/*
  *  rtems_timer_server_fire_after
  *
  *  This directive allows a thread to start a timer which will by

diff -u rtems/cpukit/rtems/src/timerserverfirewhen.c:1.14 rtems/cpukit/rtems/src/timerserverfirewhen.c:1.15
--- rtems/cpukit/rtems/src/timerserverfirewhen.c:1.14	Tue Dec 15 12:26:42 2009
+++ rtems/cpukit/rtems/src/timerserverfirewhen.c	Sun Jul 24 18:55:12 2011
@@ -25,8 +25,7 @@
 #include <rtems/score/tod.h>
 #include <rtems/score/watchdog.h>
 
-/*PAGE
- *
+/*
  *  rtems_timer_server_fire_when
  *
  *  This directive allows a thread to start a timer which will by

diff -u rtems/cpukit/sapi/src/debug.c:1.14 rtems/cpukit/sapi/src/debug.c:1.15
--- rtems/cpukit/sapi/src/debug.c:1.14	Tue Jul 21 14:27:44 2009
+++ rtems/cpukit/sapi/src/debug.c	Sun Jul 24 18:55:12 2011
@@ -27,8 +27,7 @@
   rtems_debug_disable( RTEMS_DEBUG_ALL_MASK );
 }
 
-/*PAGE
- *
+/*
  *  rtems_debug_enable
  */
 void rtems_debug_enable (

diff -u rtems/cpukit/sapi/src/extension.c:1.21 rtems/cpukit/sapi/src/extension.c:1.22
--- rtems/cpukit/sapi/src/extension.c:1.21	Wed Dec 17 16:46:04 2008
+++ rtems/cpukit/sapi/src/extension.c	Sun Jul 24 18:55:12 2011
@@ -22,8 +22,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/extension.h>
 
-/*PAGE
- *
+/*
  *  _Extension_Manager_initialization
  *
  *  This routine initializes all extension manager related data structures.

diff -u rtems/cpukit/sapi/src/posixapi.c:1.30 rtems/cpukit/sapi/src/posixapi.c:1.31
--- rtems/cpukit/sapi/src/posixapi.c:1.30	Sun Jul  4 09:53:47 2010
+++ rtems/cpukit/sapi/src/posixapi.c	Sun Jul 24 18:55:12 2011
@@ -47,8 +47,7 @@
 #include <rtems/posix/spinlock.h>
 #include <rtems/posix/time.h>
 
-/*PAGE
- *
+/*
  *  _POSIX_API_Initialize
  *
  *  XXX

diff -u rtems/cpukit/sapi/src/rtemsapi.c:1.18 rtems/cpukit/sapi/src/rtemsapi.c:1.19
--- rtems/cpukit/sapi/src/rtemsapi.c:1.18	Wed Dec 17 14:21:40 2008
+++ rtems/cpukit/sapi/src/rtemsapi.c	Sun Jul 24 18:55:12 2011
@@ -47,8 +47,7 @@
 
 Objects_Information *_RTEMS_Objects[ OBJECTS_RTEMS_CLASSES_LAST + 1 ];
 
-/*PAGE
- *
+/*
  *  _RTEMS_API_Initialize
  *
  *  XXX

diff -u rtems/cpukit/score/src/apiext.c:1.16 rtems/cpukit/score/src/apiext.c:1.17
--- rtems/cpukit/score/src/apiext.c:1.16	Thu Nov 25 03:27:06 2010
+++ rtems/cpukit/score/src/apiext.c	Sun Jul 24 18:55:12 2011
@@ -19,8 +19,7 @@
 #include <rtems/system.h>
 #include <rtems/score/apiext.h>
 
-/*PAGE
- *
+/*
  *  _API_extensions_Initialization
  */
 
@@ -29,8 +28,7 @@
  _Chain_Initialize_empty( &_API_extensions_List );
 }
 
-/*PAGE
- *
+/*
  *  _API_extensions_Add
  */
 
@@ -42,8 +40,7 @@
 }
 
 #if defined(FUNCTIONALITY_NOT_CURRENTLY_USED_BY_ANY_API)
-  /*PAGE
-   *
+  /*
    *  _API_extensions_Run_predriver
    */
 
@@ -64,8 +61,7 @@
   }
 #endif
 
-/*PAGE
- *
+/*
  *  _API_extensions_Run_postdriver
  */
 
@@ -90,8 +86,7 @@
   }
 }
 
-/*PAGE
- *
+/*
  *  _API_extensions_Run_postswitch
  */
 

diff -u rtems/cpukit/score/src/chain.c:1.19 rtems/cpukit/score/src/chain.c:1.20
--- rtems/cpukit/score/src/chain.c:1.19	Thu Nov 25 03:27:06 2010
+++ rtems/cpukit/score/src/chain.c	Sun Jul 24 18:55:12 2011
@@ -18,8 +18,7 @@
 #include <rtems/score/chain.h>
 #include <rtems/score/isr.h>
 
-/*PAGE
- *
+/*
  *  _Chain_Initialize
  *
  *  This kernel routine initializes a doubly linked chain.

diff -u rtems/cpukit/score/src/corebarrier.c:1.2 rtems/cpukit/score/src/corebarrier.c:1.3
--- rtems/cpukit/score/src/corebarrier.c:1.2	Fri Sep  5 16:54:20 2008
+++ rtems/cpukit/score/src/corebarrier.c	Sun Jul 24 18:55:12 2011
@@ -25,8 +25,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/score/threadq.h>
 
-/*PAGE
- *
+/*
  *  _CORE_barrier_Initialize
  *
  *  This function initialize a barrier and sets the initial value based

diff -u rtems/cpukit/score/src/corebarrierrelease.c:1.3 rtems/cpukit/score/src/corebarrierrelease.c:1.4
--- rtems/cpukit/score/src/corebarrierrelease.c:1.3	Tue Dec 30 21:21:34 2008
+++ rtems/cpukit/score/src/corebarrierrelease.c	Sun Jul 24 18:55:12 2011
@@ -26,8 +26,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/score/threadq.h>
 
-/*PAGE
- *
+/*
  *  _CORE_barrier_Release
  *
  *  Input parameters:

diff -u rtems/cpukit/score/src/corebarrierwait.c:1.6 rtems/cpukit/score/src/corebarrierwait.c:1.7
--- rtems/cpukit/score/src/corebarrierwait.c:1.6	Sun Nov 29 07:51:52 2009
+++ rtems/cpukit/score/src/corebarrierwait.c	Sun Jul 24 18:55:12 2011
@@ -26,8 +26,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/score/threadq.h>
 
-/*PAGE
- *
+/*
  *  _CORE_barrier_Wait
  *
  *  Input parameters:

diff -u rtems/cpukit/score/src/coremsgbroadcast.c:1.14 rtems/cpukit/score/src/coremsgbroadcast.c:1.15
--- rtems/cpukit/score/src/coremsgbroadcast.c:1.14	Sun Sep 13 15:12:09 2009
+++ rtems/cpukit/score/src/coremsgbroadcast.c	Sun Jul 24 18:55:12 2011
@@ -30,8 +30,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/score/wkspace.h>
 
-/*PAGE
- *
+/*
  *  _CORE_message_queue_Broadcast
  *
  *  This function sends a message for every thread waiting on the queue and

diff -u rtems/cpukit/score/src/coremsgclose.c:1.9 rtems/cpukit/score/src/coremsgclose.c:1.10
--- rtems/cpukit/score/src/coremsgclose.c:1.9	Fri Sep  5 16:54:20 2008
+++ rtems/cpukit/score/src/coremsgclose.c	Sun Jul 24 18:55:12 2011
@@ -30,8 +30,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/score/wkspace.h>
 
-/*PAGE
- *
+/*
  *  _CORE_message_queue_Close
  *
  *  This function closes a message by returning all allocated space and

diff -u rtems/cpukit/score/src/coremsgflush.c:1.9 rtems/cpukit/score/src/coremsgflush.c:1.10
--- rtems/cpukit/score/src/coremsgflush.c:1.9	Fri Sep  5 16:54:20 2008
+++ rtems/cpukit/score/src/coremsgflush.c	Sun Jul 24 18:55:12 2011
@@ -30,8 +30,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/score/wkspace.h>
 
-/*PAGE
- *
+/*
  *  _CORE_message_queue_Flush
  *
  *  This function flushes the message_queue's pending message queue.  The

diff -u rtems/cpukit/score/src/coremsgflushsupp.c:1.10 rtems/cpukit/score/src/coremsgflushsupp.c:1.11
--- rtems/cpukit/score/src/coremsgflushsupp.c:1.10	Thu Nov 25 03:27:06 2010
+++ rtems/cpukit/score/src/coremsgflushsupp.c	Sun Jul 24 18:55:13 2011
@@ -30,8 +30,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/score/wkspace.h>
 
-/*PAGE
- *
+/*
  *  _CORE_message_queue_Flush_support
  *
  *  This message handler routine removes all messages from a message queue

diff -u rtems/cpukit/score/src/coremsgflushwait.c:1.8 rtems/cpukit/score/src/coremsgflushwait.c:1.9
--- rtems/cpukit/score/src/coremsgflushwait.c:1.8	Thu Jul  2 17:04:42 2009
+++ rtems/cpukit/score/src/coremsgflushwait.c	Sun Jul 24 18:55:13 2011
@@ -31,8 +31,7 @@
 #include <rtems/score/wkspace.h>
 
 #if defined(FUNCTIONALITY_NOT_CURRENTLY_USED_BY_ANY_API)
-  /*PAGE
-   *
+  /*
    *  _CORE_message_queue_Flush_waiting_threads
    *
    *  This function flushes the message_queue's task wait queue.  The number

diff -u rtems/cpukit/score/src/coremsginsert.c:1.12 rtems/cpukit/score/src/coremsginsert.c:1.13
--- rtems/cpukit/score/src/coremsginsert.c:1.12	Thu Nov 25 03:27:06 2010
+++ rtems/cpukit/score/src/coremsginsert.c	Sun Jul 24 18:55:13 2011
@@ -30,8 +30,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/score/wkspace.h>
 
-/*PAGE
- *
+/*
  *  _CORE_message_queue_Insert_message
  *
  *  This kernel routine inserts the specified message into the

diff -u rtems/cpukit/score/src/coremsgseize.c:1.21 rtems/cpukit/score/src/coremsgseize.c:1.22
--- rtems/cpukit/score/src/coremsgseize.c:1.21	Sun Nov 29 07:51:52 2009
+++ rtems/cpukit/score/src/coremsgseize.c	Sun Jul 24 18:55:13 2011
@@ -30,8 +30,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/score/wkspace.h>
 
-/*PAGE
- *
+/*
  *  _CORE_message_queue_Seize
  *
  *  This kernel routine dequeues a message, copies the message buffer to

diff -u rtems/cpukit/score/src/coremsgsubmit.c:1.25 rtems/cpukit/score/src/coremsgsubmit.c:1.26
--- rtems/cpukit/score/src/coremsgsubmit.c:1.25	Sun Nov 29 07:51:52 2009
+++ rtems/cpukit/score/src/coremsgsubmit.c	Sun Jul 24 18:55:13 2011
@@ -30,8 +30,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/score/wkspace.h>
 
-/*PAGE
- *
+/*
  *  _CORE_message_queue_Submit
  *
  *  This routine implements the send and urgent message functions. It

diff -u rtems/cpukit/score/src/coremutex.c:1.34 rtems/cpukit/score/src/coremutex.c:1.35
--- rtems/cpukit/score/src/coremutex.c:1.34	Sun Nov 29 07:51:52 2009
+++ rtems/cpukit/score/src/coremutex.c	Sun Jul 24 18:55:13 2011
@@ -27,8 +27,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/score/threadq.h>
 
-/*PAGE
- *
+/*
  *  _CORE_mutex_Initialize
  *
  *  This routine initializes a mutex at create time and set the control

diff -u rtems/cpukit/score/src/coremutexflush.c:1.5 rtems/cpukit/score/src/coremutexflush.c:1.6
--- rtems/cpukit/score/src/coremutexflush.c:1.5	Wed Jan 26 23:57:04 2005
+++ rtems/cpukit/score/src/coremutexflush.c	Sun Jul 24 18:55:13 2011
@@ -27,8 +27,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/score/threadq.h>
 
-/*PAGE
- *
+/*
  *  _CORE_mutex_Flush
  *
  *  This function a flushes the mutex's task wait queue.

diff -u rtems/cpukit/score/src/coremutexseize.c:1.17 rtems/cpukit/score/src/coremutexseize.c:1.18
--- rtems/cpukit/score/src/coremutexseize.c:1.17	Sun Dec 21 23:52:31 2008
+++ rtems/cpukit/score/src/coremutexseize.c	Sun Jul 24 18:55:13 2011
@@ -40,8 +40,7 @@
 }
 #endif
 
-/*PAGE
- *
+/*
  *  _CORE_mutex_Seize (interrupt blocking support)
  *
  *  This routine blocks the caller thread after an attempt attempts to obtain

diff -u rtems/cpukit/score/src/corerwlock.c:1.3 rtems/cpukit/score/src/corerwlock.c:1.4
--- rtems/cpukit/score/src/corerwlock.c:1.3	Fri Sep  5 16:54:20 2008
+++ rtems/cpukit/score/src/corerwlock.c	Sun Jul 24 18:55:13 2011
@@ -25,8 +25,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/score/threadq.h>
 
-/*PAGE
- *
+/*
  *  _CORE_RWLock_Initialize
  *
  *  This function initialize a rwlock and sets the initial value based

diff -u rtems/cpukit/score/src/corerwlockobtainread.c:1.6 rtems/cpukit/score/src/corerwlockobtainread.c:1.7
--- rtems/cpukit/score/src/corerwlockobtainread.c:1.6	Sun Nov 29 07:51:52 2009
+++ rtems/cpukit/score/src/corerwlockobtainread.c	Sun Jul 24 18:55:13 2011
@@ -21,8 +21,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/score/watchdog.h>
 
-/*PAGE
- *
+/*
  *  _CORE_rwlock_Obtain_for_reading
  *
  *  This function waits for the rwlock to become available.  Optionally,

diff -u rtems/cpukit/score/src/corerwlockobtainwrite.c:1.5 rtems/cpukit/score/src/corerwlockobtainwrite.c:1.6
--- rtems/cpukit/score/src/corerwlockobtainwrite.c:1.5	Sun Nov 29 07:51:52 2009
+++ rtems/cpukit/score/src/corerwlockobtainwrite.c	Sun Jul 24 18:55:13 2011
@@ -21,8 +21,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/score/watchdog.h>
 
-/*PAGE
- *
+/*
  *  _CORE_rwlock_Obtain_for_writing
  *
  *  This function waits for the rwlock to become available.  Optionally,

diff -u rtems/cpukit/score/src/corerwlockrelease.c:1.6 rtems/cpukit/score/src/corerwlockrelease.c:1.7
--- rtems/cpukit/score/src/corerwlockrelease.c:1.6	Sun Nov 29 07:51:52 2009
+++ rtems/cpukit/score/src/corerwlockrelease.c	Sun Jul 24 18:55:13 2011
@@ -21,8 +21,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/score/watchdog.h>
 
-/*PAGE
- *
+/*
  *  _CORE_RWLock_Release
  *
  *  This function releases the rwlock.

diff -u rtems/cpukit/score/src/coresem.c:1.17 rtems/cpukit/score/src/coresem.c:1.18
--- rtems/cpukit/score/src/coresem.c:1.17	Fri Sep  5 16:54:20 2008
+++ rtems/cpukit/score/src/coresem.c	Sun Jul 24 18:55:13 2011
@@ -28,8 +28,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/score/threadq.h>
 
-/*PAGE
- *
+/*
  *  CORE_semaphore_Initialize
  *
  *  This function initialize a semaphore and sets the initial value based

diff -u rtems/cpukit/score/src/coresemflush.c:1.7 rtems/cpukit/score/src/coresemflush.c:1.8
--- rtems/cpukit/score/src/coresemflush.c:1.7	Fri Sep  5 16:54:20 2008
+++ rtems/cpukit/score/src/coresemflush.c	Sun Jul 24 18:55:13 2011
@@ -28,8 +28,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/score/threadq.h>
 
-/*PAGE
- *
+/*
  *  _CORE_semaphore_Flush
  *
  *  This function a flushes the semaphore's task wait queue.

diff -u rtems/cpukit/score/src/coresemsurrender.c:1.8 rtems/cpukit/score/src/coresemsurrender.c:1.9
--- rtems/cpukit/score/src/coresemsurrender.c:1.8	Fri Sep  5 16:54:20 2008
+++ rtems/cpukit/score/src/coresemsurrender.c	Sun Jul 24 18:55:13 2011
@@ -28,8 +28,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/score/threadq.h>
 
-/*PAGE
- *
+/*
  *  _CORE_semaphore_Surrender
  *
  *  Input parameters:

diff -u rtems/cpukit/score/src/corespinlock.c:1.2 rtems/cpukit/score/src/corespinlock.c:1.3
--- rtems/cpukit/score/src/corespinlock.c:1.2	Fri Sep  5 16:54:20 2008
+++ rtems/cpukit/score/src/corespinlock.c	Sun Jul 24 18:55:13 2011
@@ -25,8 +25,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/score/threadq.h>
 
-/*PAGE
- *
+/*
  *  _CORE_spinlock_Initialize
  *
  *  This function initialize a spinlock and sets the initial value based

diff -u rtems/cpukit/score/src/corespinlockrelease.c:1.3 rtems/cpukit/score/src/corespinlockrelease.c:1.4
--- rtems/cpukit/score/src/corespinlockrelease.c:1.3	Sun Nov 29 07:51:52 2009
+++ rtems/cpukit/score/src/corespinlockrelease.c	Sun Jul 24 18:55:13 2011
@@ -21,8 +21,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/score/watchdog.h>
 
-/*PAGE
- *
+/*
  *  _CORE_spinlock_Release
  *
  *  This function releases the spinlock.

diff -u rtems/cpukit/score/src/corespinlockwait.c:1.5 rtems/cpukit/score/src/corespinlockwait.c:1.6
--- rtems/cpukit/score/src/corespinlockwait.c:1.5	Sun Nov 29 07:51:52 2009
+++ rtems/cpukit/score/src/corespinlockwait.c	Sun Jul 24 18:55:13 2011
@@ -21,8 +21,7 @@
 #include <rtems/score/thread.h>
 #include <rtems/score/watchdog.h>
 
-/*PAGE
- *
+/*
  *  _CORE_spinlock_Wait
  *
  *  This function waits for the spinlock to become available.  Optionally,

diff -u rtems/cpukit/score/src/coretod.c:1.24 rtems/cpukit/score/src/coretod.c:1.25
--- rtems/cpukit/score/src/coretod.c:1.24	Sun Dec 21 23:52:31 2008
+++ rtems/cpukit/score/src/coretod.c	Sun Jul 24 18:55:13 2011
@@ -22,8 +22,7 @@
 #include <rtems/score/tod.h>
 #include <rtems/score/watchdog.h>
 
-/*PAGE
- *
+/*
  *  _TOD_Handler_initialization
  *
  *  This routine initializes the time of day handler.

diff -u rtems/cpukit/score/src/coretodset.c:1.11 rtems/cpukit/score/src/coretodset.c:1.12
--- rtems/cpukit/score/src/coretodset.c:1.11	Sun Dec 21 23:52:31 2008
+++ rtems/cpukit/score/src/coretodset.c	Sun Jul 24 18:55:13 2011
@@ -23,8 +23,7 @@
 #include <rtems/score/tod.h>
 #include <rtems/score/watchdog.h>
 
-/*PAGE
- *
+/*
  *  _TOD_Set
  *
  *  This rountine sets the current date and time with the specified

diff -u rtems/cpukit/score/src/coretodtickle.c:1.10 rtems/cpukit/score/src/coretodtickle.c:1.11
--- rtems/cpukit/score/src/coretodtickle.c:1.10	Tue Dec 16 14:53:33 2008
+++ rtems/cpukit/score/src/coretodtickle.c	Sun Jul 24 18:55:13 2011
@@ -24,8 +24,7 @@
 #include <rtems/score/watchdog.h>
 #include <rtems/config.h>
 
-/*PAGE
- *
+/*
  *  _TOD_Tickle_ticks
  *
  *  This routine processes a clock tick.

diff -u rtems/cpukit/score/src/heap.c:1.41 rtems/cpukit/score/src/heap.c:1.42
--- rtems/cpukit/score/src/heap.c:1.41	Tue Apr  5 04:50:02 2011
+++ rtems/cpukit/score/src/heap.c	Sun Jul 24 18:55:13 2011
@@ -35,8 +35,7 @@
 
 static uint32_t instance = 0;
 
-/*PAGE
- *
+/*
  *  _Heap_Initialize
  *
  *  This kernel routine initializes a heap.

diff -u rtems/cpukit/score/src/interr.c:1.17 rtems/cpukit/score/src/interr.c:1.18
--- rtems/cpukit/score/src/interr.c:1.17	Mon Oct 12 07:16:22 2009
+++ rtems/cpukit/score/src/interr.c	Sun Jul 24 18:55:13 2011
@@ -20,8 +20,7 @@
 #include <rtems/score/sysstate.h>
 #include <rtems/score/userext.h>
 
-/*PAGE
- *
+/*
  *  _Internal_error_Occurred
  *
  *  This routine will invoke the fatal error handler supplied by the user

diff -u rtems/cpukit/score/src/mpci.c:1.36 rtems/cpukit/score/src/mpci.c:1.37
--- rtems/cpukit/score/src/mpci.c:1.36	Sun Nov 29 07:51:52 2009
+++ rtems/cpukit/score/src/mpci.c	Sun Jul 24 18:55:13 2011
@@ -39,8 +39,7 @@
  */
 CORE_semaphore_Control _MPCI_Semaphore;
 
-/*PAGE
- *
+/*
  *  _MPCI_Handler_initialization
  *
  *  This subprogram performs the initialization necessary for this handler.
@@ -96,8 +95,7 @@
   );
 }
 
-/*PAGE
- *
+/*
  *  _MPCI_Create_server
  *
  *  This subprogram creates the MPCI receive server.
@@ -143,8 +141,7 @@
   );
 }
 
-/*PAGE
- *
+/*
  *  _MPCI_Initialization
  *
  *  This subprogram initializes the MPCI driver by
@@ -156,8 +153,7 @@
   (*_MPCI_table->initialization)();
 }
 
-/*PAGE
- *
+/*
  *  _MPCI_Register_packet_processor
  *
  *  This routine registers the MPCI packet processor for the
@@ -173,8 +169,7 @@
   _MPCI_Packet_processors[ the_class ] = the_packet_processor;
 }
 
-/*PAGE
- *
+/*
  *  _MPCI_Get_packet
  *
  *  This subprogram obtains a packet by invoking the user provided
@@ -204,8 +199,7 @@
   return the_packet;
 }
 
-/*PAGE
- *
+/*
  *  _MPCI_Return_packet
  *
  *  This subprogram returns a packet by invoking the user provided
@@ -219,8 +213,7 @@
   (*_MPCI_table->return_packet)( the_packet );
 }
 
-/*PAGE
- *
+/*
  *  _MPCI_Send_process_packet
  *
  *  This subprogram sends a process packet by invoking the user provided
@@ -239,8 +232,7 @@
   (*_MPCI_table->send_packet)( destination, the_packet );
 }
 
-/*PAGE
- *
+/*
  *  _MPCI_Send_request_packet
  *
  *  This subprogram sends a request packet by invoking the user provided
@@ -285,8 +277,7 @@
   return _Thread_Executing->Wait.return_code;
 }
 
-/*PAGE
- *
+/*
  *  _MPCI_Send_response_packet
  *
  *  This subprogram sends a response packet by invoking the user provided
@@ -303,8 +294,7 @@
   (*_MPCI_table->send_packet)( destination, the_packet );
 }
 
-/*PAGE
- *
+/*
  *  _MPCI_Receive_packet
  *
  *  This subprogram receives a packet by invoking the user provided
@@ -320,8 +310,7 @@
   return the_packet;
 }
 
-/*PAGE
- *
+/*
  *  _MPCI_Process_response
  *
  *  This subprogram obtains a packet by invoking the user provided
@@ -353,8 +342,7 @@
   return the_thread;
 }
 
-/*PAGE
- *
+/*
  *  _MPCI_Receive_server
  *
  */
@@ -405,8 +393,7 @@
   return 0;   /* unreached - only to remove warnings */
 }
 
-/*PAGE
- *
+/*
  *  _MPCI_Announce
  *
  */
@@ -418,8 +405,7 @@
   _Thread_Enable_dispatch();
 }
 
-/*PAGE
- *
+/*
  *  _MPCI_Internal_packets_Send_process_packet
  *
  */
@@ -449,8 +435,7 @@
   }
 }
 
-/*PAGE
- *
+/*
  *  _MPCI_Internal_packets_Send_request_packet
  *
  *  This subprogram is not needed since there are no request
@@ -458,8 +443,7 @@
  *
  */
 
-/*PAGE
- *
+/*
  *  _MPCI_Internal_packets_Send_response_packet
  *
  *  This subprogram is not needed since there are no response
@@ -467,8 +451,7 @@
  *
  */
 
-/*PAGE
- *
+/*
  *
  *  _MPCI_Internal_packets_Process_packet
  *
@@ -508,8 +491,7 @@
   }
 }
 
-/*PAGE
- *
+/*
  *  _MPCI_Internal_packets_Send_object_was_deleted
  *
  *  This subprogram is not needed since there are no objects
@@ -517,8 +499,7 @@
  *
  */
 
-/*PAGE
- *
+/*
  *  _MPCI_Internal_packets_Send_extract_proxy
  *
  *  This subprogram is not needed since there are no objects
@@ -526,8 +507,7 @@
  *
  */
 
-/*PAGE
- *
+/*
  *  _MPCI_Internal_packets_Get_packet
  *
  */

diff -u rtems/cpukit/score/src/objectallocate.c:1.10 rtems/cpukit/score/src/objectallocate.c:1.11
--- rtems/cpukit/score/src/objectallocate.c:1.10	Wed Jun 16 12:35:25 2010
+++ rtems/cpukit/score/src/objectallocate.c	Sun Jul 24 18:55:13 2011
@@ -34,8 +34,7 @@
 #include <rtems/bspIo.h>
 #endif
 
-/*PAGE
- *
+/*
  *  _Objects_Allocate
  *
  *  DESCRIPTION:

diff -u rtems/cpukit/score/src/objectextendinformation.c:1.23 rtems/cpukit/score/src/objectextendinformation.c:1.24
--- rtems/cpukit/score/src/objectextendinformation.c:1.23	Tue Feb 15 18:24:49 2011
+++ rtems/cpukit/score/src/objectextendinformation.c	Sun Jul 24 18:55:13 2011
@@ -30,8 +30,7 @@
 
 #include <string.h>  /* for memcpy() */
 
-/*PAGE
- *
+/*
  *  _Objects_Extend_information
  *
  *  This routine extends all object information related data structures.

diff -u rtems/cpukit/score/src/objectfree.c:1.8 rtems/cpukit/score/src/objectfree.c:1.9
--- rtems/cpukit/score/src/objectfree.c:1.8	Thu Oct  8 02:07:36 2009
+++ rtems/cpukit/score/src/objectfree.c	Sun Jul 24 18:55:14 2011
@@ -28,8 +28,7 @@
 #include <rtems/score/sysstate.h>
 #include <rtems/score/isr.h>
 
-/*PAGE
- *
+/*
  *  _Objects_Free
  *
  *  DESCRIPTION:

diff -u rtems/cpukit/score/src/objectget.c:1.14 rtems/cpukit/score/src/objectget.c:1.15
--- rtems/cpukit/score/src/objectget.c:1.14	Sun Nov 29 07:51:52 2009
+++ rtems/cpukit/score/src/objectget.c	Sun Jul 24 18:55:14 2011
@@ -28,8 +28,7 @@
 #include <rtems/score/sysstate.h>
 #include <rtems/score/isr.h>
 
-/*PAGE
- *
+/*
  * _Objects_Get
  *
  * This routine sets the object pointer for the given

diff -u rtems/cpukit/score/src/objectgetisr.c:1.7 rtems/cpukit/score/src/objectgetisr.c:1.8
--- rtems/cpukit/score/src/objectgetisr.c:1.7	Mon Jan  5 14:09:02 2009
+++ rtems/cpukit/score/src/objectgetisr.c	Sun Jul 24 18:55:14 2011
@@ -28,8 +28,7 @@
 #include <rtems/score/sysstate.h>
 #include <rtems/score/isr.h>
 
-/*PAGE
- *
+/*
  * _Objects_Get_isr_disable
  *
  * This routine sets the object pointer for the given

diff -u rtems/cpukit/score/src/objectgetnext.c:1.6 rtems/cpukit/score/src/objectgetnext.c:1.7
--- rtems/cpukit/score/src/objectgetnext.c:1.6	Thu May  7 21:13:24 2009
+++ rtems/cpukit/score/src/objectgetnext.c	Sun Jul 24 18:55:14 2011
@@ -28,8 +28,7 @@
 #include <rtems/score/sysstate.h>
 #include <rtems/score/isr.h>
 
-/*PAGE
- *
+/*
  * _Objects_Get_next
  *
  * Like _Objects_Get, but considers the 'id' as a "hint" and

diff -u rtems/cpukit/score/src/objectgetnoprotection.c:1.7 rtems/cpukit/score/src/objectgetnoprotection.c:1.8
--- rtems/cpukit/score/src/objectgetnoprotection.c:1.7	Wed Jan  9 14:49:44 2008
+++ rtems/cpukit/score/src/objectgetnoprotection.c	Sun Jul 24 18:55:14 2011
@@ -28,8 +28,7 @@
 #include <rtems/score/sysstate.h>
 #include <rtems/score/isr.h>
 
-/*PAGE
- *
+/*
  * _Objects_Get_no_protection
  *
  * This routine sets the object pointer for the given

diff -u rtems/cpukit/score/src/objectinitializeinformation.c:1.22 rtems/cpukit/score/src/objectinitializeinformation.c:1.23
--- rtems/cpukit/score/src/objectinitializeinformation.c:1.22	Mon May 23 21:44:57 2011
+++ rtems/cpukit/score/src/objectinitializeinformation.c	Sun Jul 24 18:55:14 2011
@@ -27,8 +27,7 @@
 #include <rtems/score/sysstate.h>
 #include <rtems/score/isr.h>
 
-/*PAGE
- *
+/*
  *  _Objects_Initialize_information
  *
  *  This routine initializes all object information related data structures.

diff -u rtems/cpukit/score/src/objectmp.c:1.28 rtems/cpukit/score/src/objectmp.c:1.29
--- rtems/cpukit/score/src/objectmp.c:1.28	Thu Jan 20 02:16:15 2011
+++ rtems/cpukit/score/src/objectmp.c	Sun Jul 24 18:55:14 2011
@@ -23,8 +23,7 @@
 #include <rtems/score/wkspace.h>
 #include <rtems/score/thread.h>
 
-/*PAGE
- *
+/*
  *  _Objects_MP_Handler_early_initialization
  *
  */
@@ -47,8 +46,7 @@
   _Objects_Maximum_nodes = maximum_nodes;
 }
 
-/*PAGE
- *
+/*
  *  _Objects_MP_Handler_initialization
  *
  */
@@ -78,8 +76,7 @@
 
 }
 
-/*PAGE
- *
+/*
  *  _Objects_MP_Open
  *
  */
@@ -101,8 +98,7 @@
 
 }
 
-/*PAGE
- *
+/*
  *  _Objects_MP_Allocate_and_open
  *
  */
@@ -135,8 +131,7 @@
   return true;
 }
 
-/*PAGE
- *
+/*
  *  _Objects_MP_Close
  *
  */
@@ -174,8 +169,7 @@
   );
 }
 
-/*PAGE
- *
+/*
  *  _Objects_MP_Global_name_search
  *
  */
@@ -243,8 +237,7 @@
   return OBJECTS_INVALID_NAME;
 }
 
-/*PAGE
- *
+/*
  *  _Objects_MP_Is_remote
  *
  */

diff -u rtems/cpukit/score/src/objectnametoid.c:1.15 rtems/cpukit/score/src/objectnametoid.c:1.16
--- rtems/cpukit/score/src/objectnametoid.c:1.15	Tue Nov 16 11:50:26 2010
+++ rtems/cpukit/score/src/objectnametoid.c	Sun Jul 24 18:55:14 2011
@@ -27,8 +27,7 @@
 #include <rtems/score/sysstate.h>
 #include <rtems/score/isr.h>
 
-/*PAGE
- *
+/*
  *  _Objects_Name_to_id_u32
  *
  *  These kernel routines search the object table(s) for the given

diff -u rtems/cpukit/score/src/objectnametoidstring.c:1.8 rtems/cpukit/score/src/objectnametoidstring.c:1.9
--- rtems/cpukit/score/src/objectnametoidstring.c:1.8	Tue Nov 16 11:50:26 2010
+++ rtems/cpukit/score/src/objectnametoidstring.c	Sun Jul 24 18:55:14 2011
@@ -30,8 +30,7 @@
 #include <rtems/score/isr.h>
 
 #if defined(RTEMS_SCORE_OBJECT_ENABLE_STRING_NAMES)
-/*PAGE
- *
+/*
  *  _Objects_Name_to_id_string
  *
  *  These kernel routines search the object table(s) for the given

diff -u rtems/cpukit/score/src/objectshrinkinformation.c:1.10 rtems/cpukit/score/src/objectshrinkinformation.c:1.11
--- rtems/cpukit/score/src/objectshrinkinformation.c:1.10	Thu Nov 25 03:27:06 2010
+++ rtems/cpukit/score/src/objectshrinkinformation.c	Sun Jul 24 18:55:14 2011
@@ -28,8 +28,7 @@
 #include <rtems/score/sysstate.h>
 #include <rtems/score/isr.h>
 
-/*PAGE
- *
+/*
  *  _Objects_Shrink_information
  *
  *  This routine shrinks object information related data structures.

diff -u rtems/cpukit/score/src/rbtree.c:1.2 rtems/cpukit/score/src/rbtree.c:1.3
--- rtems/cpukit/score/src/rbtree.c:1.2	Mon May 23 21:44:57 2011
+++ rtems/cpukit/score/src/rbtree.c	Sun Jul 24 18:55:14 2011
@@ -17,8 +17,7 @@
 #include <rtems/score/rbtree.h>
 #include <rtems/score/isr.h>
 
-/*PAGE
- *
+/*
  *  _RBTree_Initialize
  *
  *  This kernel routine initializes a Red-Black Tree.

diff -u rtems/cpukit/score/src/threaddelayended.c:1.8 rtems/cpukit/score/src/threaddelayended.c:1.9
--- rtems/cpukit/score/src/threaddelayended.c:1.8	Fri Jan 28 14:24:53 2011
+++ rtems/cpukit/score/src/threaddelayended.c	Sun Jul 24 18:55:14 2011
@@ -30,8 +30,7 @@
 #include <rtems/score/userext.h>
 #include <rtems/score/wkspace.h>
 
-/*PAGE
- *
+/*
  *  _Thread_Delay_ended
  *
  *  This routine processes a thread whose delay period has ended.

diff -u rtems/cpukit/score/src/threadhandler.c:1.33 rtems/cpukit/score/src/threadhandler.c:1.34
--- rtems/cpukit/score/src/threadhandler.c:1.33	Thu May 26 13:07:07 2011
+++ rtems/cpukit/score/src/threadhandler.c	Sun Jul 24 18:55:14 2011
@@ -56,8 +56,7 @@
 #endif
 
 
-/*PAGE
- *
+/*
  *  _Thread_Handler
  *
  *  This routine is the "primal" entry point for all threads.

diff -u rtems/cpukit/score/src/threadinitialize.c:1.44 rtems/cpukit/score/src/threadinitialize.c:1.45
--- rtems/cpukit/score/src/threadinitialize.c:1.44	Fri Feb 18 09:12:44 2011
+++ rtems/cpukit/score/src/threadinitialize.c	Sun Jul 24 18:55:14 2011
@@ -31,8 +31,7 @@
 #include <rtems/score/watchdog.h>
 #include <rtems/score/wkspace.h>
 
-/*PAGE
- *
+/*
  *  _Thread_Initialize
  *
  *  This routine initializes the specified the thread.  It allocates

diff -u rtems/cpukit/score/src/threadloadenv.c:1.9 rtems/cpukit/score/src/threadloadenv.c:1.10
--- rtems/cpukit/score/src/threadloadenv.c:1.9	Fri Jan 28 14:24:54 2011
+++ rtems/cpukit/score/src/threadloadenv.c	Sun Jul 24 18:55:14 2011
@@ -30,8 +30,7 @@
 #include <rtems/score/userext.h>
 #include <rtems/score/wkspace.h>
 
-/*PAGE
- *
+/*
  *  _Thread_Load_environment
  *
  *  Load starting environment for another thread from its start area in the

diff -u rtems/cpukit/score/src/threadmp.c:1.20 rtems/cpukit/score/src/threadmp.c:1.21
--- rtems/cpukit/score/src/threadmp.c:1.20	Thu Jan 20 03:18:00 2011
+++ rtems/cpukit/score/src/threadmp.c	Sun Jul 24 18:55:14 2011
@@ -23,8 +23,7 @@
 #include <rtems/score/wkspace.h>
 #include <rtems/score/isr.h>
 
-/*PAGE
- *
+/*
  *  _Thread_MP_Handler_initialization
  *
  */
@@ -53,8 +52,7 @@
 
 }
 
-/*PAGE
- *
+/*
  *  _Thread_MP_Allocate_proxy
  *
  */
@@ -104,8 +102,7 @@
   return NULL;
 }
 
-/*PAGE
- *
+/*
  *  _Thread_MP_Find_proxy
  *
  */

diff -u rtems/cpukit/score/src/threadq.c:1.25 rtems/cpukit/score/src/threadq.c:1.26
--- rtems/cpukit/score/src/threadq.c:1.25	Tue Jan 22 12:28:53 2008
+++ rtems/cpukit/score/src/threadq.c	Sun Jul 24 18:55:14 2011
@@ -25,8 +25,7 @@
 #include <rtems/score/threadq.h>
 #include <rtems/score/tqdata.h>
 
-/*PAGE
- *
+/*
  *  _Thread_queue_Initialize
  *
  *  This routine initializes the specified threadq.

diff -u rtems/cpukit/score/src/threadqdequeue.c:1.7 rtems/cpukit/score/src/threadqdequeue.c:1.8
--- rtems/cpukit/score/src/threadqdequeue.c:1.7	Tue Jan 22 15:19:18 2008
+++ rtems/cpukit/score/src/threadqdequeue.c	Sun Jul 24 18:55:14 2011
@@ -25,8 +25,7 @@
 #include <rtems/score/threadq.h>
 #include <rtems/score/tqdata.h>
 
-/*PAGE
- *
+/*
  *  _Thread_queue_Dequeue
  *
  *  This routine removes a thread from the specified threadq.  If the

diff -u rtems/cpukit/score/src/threadqdequeuefifo.c:1.9 rtems/cpukit/score/src/threadqdequeuefifo.c:1.10
--- rtems/cpukit/score/src/threadqdequeuefifo.c:1.9	Tue Jan 22 15:19:18 2008
+++ rtems/cpukit/score/src/threadqdequeuefifo.c	Sun Jul 24 18:55:14 2011
@@ -25,8 +25,7 @@
 #include <rtems/score/threadq.h>
 #include <rtems/score/tqdata.h>
 
-/*PAGE
- *
+/*
  *  _Thread_queue_Dequeue_fifo
  *
  *  This routine removes a thread from the specified threadq.

diff -u rtems/cpukit/score/src/threadqdequeuepriority.c:1.10 rtems/cpukit/score/src/threadqdequeuepriority.c:1.11
--- rtems/cpukit/score/src/threadqdequeuepriority.c:1.10	Thu Nov 25 03:27:06 2010
+++ rtems/cpukit/score/src/threadqdequeuepriority.c	Sun Jul 24 18:55:14 2011
@@ -25,8 +25,7 @@
 #include <rtems/score/threadq.h>
 #include <rtems/score/tqdata.h>
 
-/*PAGE
- *
+/*
  *  _Thread_queue_Dequeue_priority
  *
  *  This routine removes a thread from the specified PRIORITY based

diff -u rtems/cpukit/score/src/threadqenqueue.c:1.12 rtems/cpukit/score/src/threadqenqueue.c:1.13
--- rtems/cpukit/score/src/threadqenqueue.c:1.12	Sun Nov 29 07:51:52 2009
+++ rtems/cpukit/score/src/threadqenqueue.c	Sun Jul 24 18:55:14 2011
@@ -25,8 +25,7 @@
 #include <rtems/score/threadq.h>
 #include <rtems/score/tqdata.h>
 
-/*PAGE
- *
+/*
  *  _Thread_queue_Enqueue_with_handler
  *
  *  This routine blocks a thread, places it on a thread, and optionally

diff -u rtems/cpukit/score/src/threadqenqueuefifo.c:1.10 rtems/cpukit/score/src/threadqenqueuefifo.c:1.11
--- rtems/cpukit/score/src/threadqenqueuefifo.c:1.10	Sun Nov 29 07:51:52 2009
+++ rtems/cpukit/score/src/threadqenqueuefifo.c	Sun Jul 24 18:55:14 2011
@@ -25,8 +25,7 @@
 #include <rtems/score/threadq.h>
 #include <rtems/score/tqdata.h>
 
-/*PAGE
- *
+/*
  *  _Thread_queue_Enqueue_fifo
  *
  *  This routine places a blocked thread on a FIFO thread queue.

diff -u rtems/cpukit/score/src/threadqenqueuepriority.c:1.12 rtems/cpukit/score/src/threadqenqueuepriority.c:1.13
--- rtems/cpukit/score/src/threadqenqueuepriority.c:1.12	Thu Nov 25 03:27:06 2010
+++ rtems/cpukit/score/src/threadqenqueuepriority.c	Sun Jul 24 18:55:14 2011
@@ -32,8 +32,7 @@
   #define CPU_UNROLL_ENQUEUE_PRIORITY FALSE
 #endif
 
-/*PAGE
- *
+/*
  *  _Thread_queue_Enqueue_priority
  *
  *  This routine places a blocked thread on a priority thread queue.

diff -u rtems/cpukit/score/src/threadqextract.c:1.7 rtems/cpukit/score/src/threadqextract.c:1.8
--- rtems/cpukit/score/src/threadqextract.c:1.7	Wed Jan 23 07:07:13 2008
+++ rtems/cpukit/score/src/threadqextract.c	Sun Jul 24 18:55:14 2011
@@ -25,8 +25,7 @@
 #include <rtems/score/threadq.h>
 #include <rtems/score/tqdata.h>
 
-/*PAGE
- *
+/*
  *  _Thread_queue_Extract
  *
  *  This routine removes a specific thread from the specified threadq,

diff -u rtems/cpukit/score/src/threadqextractfifo.c:1.9 rtems/cpukit/score/src/threadqextractfifo.c:1.10
--- rtems/cpukit/score/src/threadqextractfifo.c:1.9	Tue Dec 30 21:36:04 2008
+++ rtems/cpukit/score/src/threadqextractfifo.c	Sun Jul 24 18:55:14 2011
@@ -25,8 +25,7 @@
 #include <rtems/score/threadq.h>
 #include <rtems/score/tqdata.h>
 
-/*PAGE
- *
+/*
  *  _Thread_queue_Extract_fifo
  *
  *  This routine removes a specific thread from the specified threadq,

diff -u rtems/cpukit/score/src/threadqextractpriority.c:1.11 rtems/cpukit/score/src/threadqextractpriority.c:1.12
--- rtems/cpukit/score/src/threadqextractpriority.c:1.11	Thu Nov 25 03:27:06 2010
+++ rtems/cpukit/score/src/threadqextractpriority.c	Sun Jul 24 18:55:14 2011
@@ -25,8 +25,7 @@
 #include <rtems/score/threadq.h>
 #include <rtems/score/tqdata.h>
 
-/*PAGE
- *
+/*
  *  _Thread_queue_Extract_priority
  *
  *  This routine removes a specific thread from the specified threadq,

diff -u rtems/cpukit/score/src/threadqextractwithproxy.c:1.13 rtems/cpukit/score/src/threadqextractwithproxy.c:1.14
--- rtems/cpukit/score/src/threadqextractwithproxy.c:1.13	Sun Dec 21 23:52:32 2008
+++ rtems/cpukit/score/src/threadqextractwithproxy.c	Sun Jul 24 18:55:14 2011
@@ -25,8 +25,7 @@
 #include <rtems/score/threadq.h>
 #include <rtems/score/tqdata.h>
 
-/*PAGE
- *
+/*
  *  _Thread_queue_Extract_with_proxy
  *
  *  This routine extracts the_thread from the_thread_queue

diff -u rtems/cpukit/score/src/threadqfirst.c:1.7 rtems/cpukit/score/src/threadqfirst.c:1.8
--- rtems/cpukit/score/src/threadqfirst.c:1.7	Tue Jan 22 13:10:04 2008
+++ rtems/cpukit/score/src/threadqfirst.c	Sun Jul 24 18:55:14 2011
@@ -25,8 +25,7 @@
 #include <rtems/score/threadq.h>
 #include <rtems/score/tqdata.h>
 
-/*PAGE
- *
+/*
  *  _Thread_queue_First
  *
  *  This routines returns a pointer to the first thread on the

diff -u rtems/cpukit/score/src/threadqfirstfifo.c:1.7 rtems/cpukit/score/src/threadqfirstfifo.c:1.8
--- rtems/cpukit/score/src/threadqfirstfifo.c:1.7	Thu Nov 25 03:27:06 2010
+++ rtems/cpukit/score/src/threadqfirstfifo.c	Sun Jul 24 18:55:14 2011
@@ -25,8 +25,7 @@
 #include <rtems/score/threadq.h>
 #include <rtems/score/tqdata.h>
 
-/*PAGE
- *
+/*
  *  _Thread_queue_First_fifo
  *
  *  This routines returns a pointer to the first thread on the

diff -u rtems/cpukit/score/src/threadqfirstpriority.c:1.7 rtems/cpukit/score/src/threadqfirstpriority.c:1.8
--- rtems/cpukit/score/src/threadqfirstpriority.c:1.7	Thu Nov 25 03:27:06 2010
+++ rtems/cpukit/score/src/threadqfirstpriority.c	Sun Jul 24 18:55:14 2011
@@ -25,8 +25,7 @@
 #include <rtems/score/threadq.h>
 #include <rtems/score/tqdata.h>
 
-/*PAGE
- *
+/*
  *  _Thread_queue_First_priority
  *
  *  This routines returns a pointer to the first thread on the

diff -u rtems/cpukit/score/src/threadqflush.c:1.8 rtems/cpukit/score/src/threadqflush.c:1.9
--- rtems/cpukit/score/src/threadqflush.c:1.8	Tue Dec 30 21:36:04 2008
+++ rtems/cpukit/score/src/threadqflush.c	Sun Jul 24 18:55:14 2011
@@ -25,8 +25,7 @@
 #include <rtems/score/threadq.h>
 #include <rtems/score/tqdata.h>
 
-/*PAGE
- *
+/*
  *  _Thread_queue_Flush
  *
  *  This kernel routine flushes the given thread queue.

diff -u rtems/cpukit/score/src/threadqrequeue.c:1.6 rtems/cpukit/score/src/threadqrequeue.c:1.7
--- rtems/cpukit/score/src/threadqrequeue.c:1.6	Sun Dec 21 23:52:32 2008
+++ rtems/cpukit/score/src/threadqrequeue.c	Sun Jul 24 18:55:14 2011
@@ -25,8 +25,7 @@
 #include <rtems/score/threadq.h>
 #include <rtems/score/tqdata.h>
 
-/*PAGE
- *
+/*
  *  _Thread_queue_Requeue
  *
  *  This routine is invoked when a thread changes priority and should be

diff -u rtems/cpukit/score/src/threadstackallocate.c:1.14 rtems/cpukit/score/src/threadstackallocate.c:1.15
--- rtems/cpukit/score/src/threadstackallocate.c:1.14	Fri Jan 28 14:24:54 2011
+++ rtems/cpukit/score/src/threadstackallocate.c	Sun Jul 24 18:55:14 2011
@@ -30,8 +30,7 @@
 #include <rtems/score/wkspace.h>
 #include <rtems/config.h>
 
-/*PAGE
- *
+/*
  *  _Thread_Stack_Allocate
  *
  *  Allocate the requested stack space for the thread.

diff -u rtems/cpukit/score/src/threadstartmultitasking.c:1.12 rtems/cpukit/score/src/threadstartmultitasking.c:1.13
--- rtems/cpukit/score/src/threadstartmultitasking.c:1.12	Fri Jan 28 14:24:54 2011
+++ rtems/cpukit/score/src/threadstartmultitasking.c	Sun Jul 24 18:55:14 2011
@@ -30,8 +30,7 @@
 #include <rtems/score/userext.h>
 #include <rtems/score/wkspace.h>
 
-/*PAGE
- *
+/*
  *  _Thread_Start_multitasking
  *
  *  This kernel routine readies the requested thread, the thread chain

diff -u rtems/cpukit/score/src/watchdog.c:1.17 rtems/cpukit/score/src/watchdog.c:1.18
--- rtems/cpukit/score/src/watchdog.c:1.17	Wed Jan 26 23:57:05 2005
+++ rtems/cpukit/score/src/watchdog.c	Sun Jul 24 18:55:14 2011
@@ -20,8 +20,7 @@
 #include <rtems/score/isr.h>
 #include <rtems/score/watchdog.h>
 
-/*PAGE
- *
+/*
  *  _Watchdog_Handler_initialization
  *
  *  This routine initializes the watchdog handler.

diff -u rtems/cpukit/score/src/watchdogadjust.c:1.7 rtems/cpukit/score/src/watchdogadjust.c:1.8
--- rtems/cpukit/score/src/watchdogadjust.c:1.7	Tue Nov 25 16:29:58 2008
+++ rtems/cpukit/score/src/watchdogadjust.c	Sun Jul 24 18:55:15 2011
@@ -20,8 +20,7 @@
 #include <rtems/score/isr.h>
 #include <rtems/score/watchdog.h>
 
-/*PAGE
- *
+/*
  *  _Watchdog_Adjust
  *
  *  This routine adjusts the delta chain backward or forward in response

diff -u rtems/cpukit/score/src/watchdoginsert.c:1.11 rtems/cpukit/score/src/watchdoginsert.c:1.12
--- rtems/cpukit/score/src/watchdoginsert.c:1.11	Tue Nov  9 03:14:10 2010
+++ rtems/cpukit/score/src/watchdoginsert.c	Sun Jul 24 18:55:15 2011
@@ -20,8 +20,7 @@
 #include <rtems/score/isr.h>
 #include <rtems/score/watchdog.h>
 
-/*PAGE
- *
+/*
  *  _Watchdog_Insert
  *
  *  This routine inserts a watchdog timer on to the appropriate delta

diff -u rtems/cpukit/score/src/watchdogremove.c:1.7 rtems/cpukit/score/src/watchdogremove.c:1.8
--- rtems/cpukit/score/src/watchdogremove.c:1.7	Wed Jan 26 23:57:05 2005
+++ rtems/cpukit/score/src/watchdogremove.c	Sun Jul 24 18:55:15 2011
@@ -20,8 +20,7 @@
 #include <rtems/score/isr.h>
 #include <rtems/score/watchdog.h>
 
-/*PAGE
- *
+/*
  *  _Watchdog_Remove
  *
  *  The routine removes a watchdog from a delta chain and updates

diff -u rtems/cpukit/score/src/watchdogtickle.c:1.10 rtems/cpukit/score/src/watchdogtickle.c:1.11
--- rtems/cpukit/score/src/watchdogtickle.c:1.10	Sun Nov 29 07:51:52 2009
+++ rtems/cpukit/score/src/watchdogtickle.c	Sun Jul 24 18:55:15 2011
@@ -20,8 +20,7 @@
 #include <rtems/score/isr.h>
 #include <rtems/score/watchdog.h>
 
-/*PAGE
- *
+/*
  *  _Watchdog_Tickle
  *
  *  This routine decrements the delta counter in response to a tick.  The



--

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/20110724/9ccb69c7/attachment.html>


More information about the vc mailing list