From eb5a7e07df06b2503fce59a30369b5598cc26d55 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 6 Oct 1995 20:48:38 +0000 Subject: fixed missing CVS IDs --- c/build-tools/os/msdos/cklength.uue | 3 +++ c/build-tools/os/msdos/fixtimer.uue | 3 +++ c/build-tools/os/msdos/ifc_exe.uue | 3 +++ c/build-tools/src/unhex.c | 2 ++ c/build-tools/unhex.c | 2 ++ c/src/exec/libcsupport/include/sys/utsname.h | 1 + c/src/exec/libcsupport/src/hosterr.c | 1 + c/src/exec/libcsupport/src/unixlibc.c | 4 ++++ c/src/exec/libcsupport/src/utsname.c | 1 + c/src/exec/posix/base/aio.h | 1 + c/src/exec/posix/base/devctl.h | 1 + c/src/exec/posix/base/intr.h | 2 ++ c/src/exec/posix/base/limits.h | 2 ++ c/src/exec/posix/base/mqueue.h | 1 + c/src/exec/posix/base/pthread.h | 1 + c/src/exec/posix/base/sched.h | 1 + c/src/exec/posix/base/semaphore.h | 1 + c/src/exec/posix/base/unistd.h | 1 + c/src/exec/posix/headers/cancel.h | 1 + c/src/exec/posix/headers/threadsup.h | 1 + c/src/exec/posix/include/aio.h | 1 + c/src/exec/posix/include/devctl.h | 1 + c/src/exec/posix/include/intr.h | 2 ++ c/src/exec/posix/include/limits.h | 2 ++ c/src/exec/posix/include/mqueue.h | 1 + c/src/exec/posix/include/pthread.h | 1 + c/src/exec/posix/include/rtems/posix/cancel.h | 1 + c/src/exec/posix/include/rtems/posix/threadsup.h | 1 + c/src/exec/posix/include/sched.h | 1 + c/src/exec/posix/include/semaphore.h | 1 + c/src/exec/posix/include/sys/utsname.h | 1 + c/src/exec/posix/include/unistd.h | 1 + c/src/exec/posix/inline/priority.inl | 3 +++ c/src/exec/posix/inline/rtems/posix/priority.inl | 3 +++ c/src/exec/posix/src/aio.c | 1 + c/src/exec/posix/src/cancel.c | 1 + c/src/exec/posix/src/cond.c | 1 + c/src/exec/posix/src/devctl.c | 1 + c/src/exec/posix/src/intr.c | 2 ++ c/src/exec/posix/src/key.c | 1 + c/src/exec/posix/src/mqueue.c | 2 ++ c/src/exec/posix/src/mutex.c | 1 + c/src/exec/posix/src/psignal.c | 1 + c/src/exec/posix/src/pthread.c | 1 + c/src/exec/posix/src/sched.c | 1 + c/src/exec/posix/src/semaphore.c | 1 + c/src/exec/posix/src/time.c | 1 + c/src/exec/posix/src/types.c | 1 + c/src/exec/posix/src/unistd.c | 1 + c/src/exec/posix/src/utsname.c | 1 + c/src/exec/posix/sys/utsname.h | 1 + c/src/exec/score/cpu/hppa1.1/cpu.c | 2 +- c/src/exec/score/cpu/hppa1.1/cpu.h | 2 +- c/src/exec/score/cpu/hppa1.1/cpu_asm.s | 2 +- c/src/exec/score/cpu/hppa1.1/hppa.h | 2 +- c/src/exec/score/cpu/m68k/qsm.h | 3 +++ c/src/exec/score/cpu/m68k/sim.h | 3 +++ c/src/exec/score/cpu/powerpc/README | 6 ++++++ c/src/exec/score/cpu/powerpc/TODO | 4 ++++ c/src/exec/score/cpu/powerpc/cpu.c | 1 + c/src/exec/score/cpu/powerpc/cpu.h | 1 + c/src/exec/score/cpu/powerpc/cpu_asm.s | 2 +- c/src/exec/score/cpu/powerpc/irq_stub.s | 2 ++ c/src/exec/score/cpu/powerpc/ppc.h | 1 + c/src/exec/score/cpu/powerpc/ppctypes.h | 2 +- c/src/exec/score/cpu/powerpc/rtems.s | 1 + c/src/lib/include/sys/utsname.h | 1 + c/src/lib/libbsp/hppa1.1/simhppa/include/ttydrv.h | 1 + c/src/lib/libbsp/m68k/idp/README | 4 ++++ c/src/lib/libbsp/m68k/idp/console/duart.c | 4 ++++ c/src/lib/libbsp/m68k/idp/console/leds.c | 2 ++ c/src/lib/libbsp/m68k/idp/console/mc68ec.c | 3 +++ c/src/lib/libbsp/m68k/idp/include/leds.h | 2 ++ c/src/lib/libbsp/m68k/idp/startup/linkcmds | 2 ++ c/src/lib/libbsp/powerpc/papyrus/README | 3 +-- c/src/lib/libbsp/powerpc/papyrus/dlentry/dlentry.s | 2 ++ c/src/lib/libbsp/powerpc/papyrus/flashentry/flashentry.s | 2 ++ c/src/lib/libbsp/powerpc/papyrus/include/bsp.h | 2 +- c/src/lib/libbsp/powerpc/papyrus/include/coverhd.h | 2 +- c/src/lib/libbsp/powerpc/papyrus/startup/bspclean.c | 2 +- c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c | 2 +- c/src/lib/libbsp/powerpc/papyrus/startup/setvec.c | 2 +- c/src/lib/libbsp/unix/posix/startup/rtems-ctor.cc | 1 + c/src/lib/libc/hosterr.c | 1 + c/src/lib/libc/unixlibc.c | 4 ++++ c/src/lib/libc/utsname.c | 1 + c/src/lib/libcpu/powerpc/README | 4 ++++ c/src/tests/samples/README | 2 ++ c/src/tests/sptests/sp02/init.c | 2 +- c/src/tests/sptests/sp02/preempt.c | 2 +- c/src/tests/sptests/sp02/task1.c | 2 +- c/src/tests/sptests/sp02/task2.c | 2 +- c/src/tests/sptests/sp02/task3.c | 2 +- cpukit/libcsupport/include/sys/utsname.h | 1 + cpukit/libcsupport/src/hosterr.c | 1 + cpukit/libcsupport/src/unixlibc.c | 4 ++++ cpukit/libcsupport/src/utsname.c | 1 + cpukit/posix/include/aio.h | 1 + cpukit/posix/include/devctl.h | 1 + cpukit/posix/include/intr.h | 2 ++ cpukit/posix/include/mqueue.h | 1 + cpukit/posix/include/rtems/posix/cancel.h | 1 + cpukit/posix/include/rtems/posix/threadsup.h | 1 + cpukit/posix/include/sched.h | 1 + cpukit/posix/include/semaphore.h | 1 + cpukit/posix/inline/rtems/posix/priority.inl | 3 +++ cpukit/posix/src/aio.c | 1 + cpukit/posix/src/cancel.c | 1 + cpukit/posix/src/cond.c | 1 + cpukit/posix/src/devctl.c | 1 + cpukit/posix/src/intr.c | 2 ++ cpukit/posix/src/key.c | 1 + cpukit/posix/src/mqueue.c | 2 ++ cpukit/posix/src/mutex.c | 1 + cpukit/posix/src/psignal.c | 1 + cpukit/posix/src/pthread.c | 1 + cpukit/posix/src/sched.c | 1 + cpukit/posix/src/semaphore.c | 1 + cpukit/posix/src/time.c | 1 + cpukit/posix/src/types.c | 1 + cpukit/score/cpu/hppa1.1/cpu.c | 2 +- cpukit/score/cpu/m68k/qsm.h | 3 +++ cpukit/score/cpu/m68k/rtems/m68k/qsm.h | 3 +++ cpukit/score/cpu/m68k/rtems/m68k/sim.h | 3 +++ cpukit/score/cpu/m68k/sim.h | 3 +++ testsuites/samples/README | 2 ++ testsuites/sptests/sp02/init.c | 2 +- testsuites/sptests/sp02/preempt.c | 2 +- testsuites/sptests/sp02/task1.c | 2 +- testsuites/sptests/sp02/task2.c | 2 +- testsuites/sptests/sp02/task3.c | 2 +- tools/build/os/msdos/cklength.uue | 3 +++ tools/build/os/msdos/fixtimer.uue | 3 +++ tools/build/os/msdos/ifc_exe.uue | 3 +++ tools/build/src/unhex.c | 2 ++ tools/build/unhex.c | 2 ++ 136 files changed, 215 insertions(+), 24 deletions(-) diff --git a/c/build-tools/os/msdos/cklength.uue b/c/build-tools/os/msdos/cklength.uue index a2d2991a1e..fd8052cd9a 100644 --- a/c/build-tools/os/msdos/cklength.uue +++ b/c/build-tools/os/msdos/cklength.uue @@ -1,3 +1,6 @@ +# +# $Id$ +# begin 664 cklength M?T5,1@$" 0 " ( ! $,% #0 "T8 T " M!0 H !H %P 8 T $ - "@ H 4 P diff --git a/c/build-tools/os/msdos/fixtimer.uue b/c/build-tools/os/msdos/fixtimer.uue index fcdaa2eb85..bc4b10fc72 100644 --- a/c/build-tools/os/msdos/fixtimer.uue +++ b/c/build-tools/os/msdos/fixtimer.uue @@ -1,3 +1,6 @@ +# +# $Id$ +# begin 664 fixtimer.exe M35IF 0X 0 @ T __^; 8 (@ $ ^R!R:@$ M diff --git a/c/build-tools/os/msdos/ifc_exe.uue b/c/build-tools/os/msdos/ifc_exe.uue index 713f0df33b..cd9f52b8f0 100644 --- a/c/build-tools/os/msdos/ifc_exe.uue +++ b/c/build-tools/os/msdos/ifc_exe.uue @@ -1,3 +1,6 @@ +# +# $Id$ +# begin 664 ifc.exe M(VEN8VQU9&4@/'-T9&EO+F@^#0HC:6YC;'5D92 \ diff --git a/c/src/exec/libcsupport/src/unixlibc.c b/c/src/exec/libcsupport/src/unixlibc.c index 74b4eea360..2acd4fba8e 100644 --- a/c/src/exec/libcsupport/src/unixlibc.c +++ b/c/src/exec/libcsupport/src/unixlibc.c @@ -1,3 +1,7 @@ +/* + * $Id$ + */ + #if defined(RTEMS_UNIXLIB) void libc_init(int reentrant) diff --git a/c/src/exec/libcsupport/src/utsname.c b/c/src/exec/libcsupport/src/utsname.c index b3ec71e87f..98b105023e 100644 --- a/c/src/exec/libcsupport/src/utsname.c +++ b/c/src/exec/libcsupport/src/utsname.c @@ -1,5 +1,6 @@ /* utsname.c * + * $Id$ */ #include diff --git a/c/src/exec/posix/base/aio.h b/c/src/exec/posix/base/aio.h index 2fbb8ad925..504559c857 100644 --- a/c/src/exec/posix/base/aio.h +++ b/c/src/exec/posix/base/aio.h @@ -1,5 +1,6 @@ /* aio.h * + * $Id$ */ #ifndef __POSIX_ASYNCHRONOUS_IO_h diff --git a/c/src/exec/posix/base/devctl.h b/c/src/exec/posix/base/devctl.h index e3fd39128f..5073b475ee 100644 --- a/c/src/exec/posix/base/devctl.h +++ b/c/src/exec/posix/base/devctl.h @@ -1,5 +1,6 @@ /* devctl.h * + * $Id$ */ #ifndef __POSIX_DEVICE_CONTROL_h diff --git a/c/src/exec/posix/base/intr.h b/c/src/exec/posix/base/intr.h index 9394ab22a3..f07d1f9552 100644 --- a/c/src/exec/posix/base/intr.h +++ b/c/src/exec/posix/base/intr.h @@ -2,6 +2,8 @@ * * XXX: It is unclear if the type "intr_t" should be defined when * _POSIX_INTERRUPT_CONTROL is not. + * + * $Id$ */ #ifndef __POSIX_INTERRUPTS_h diff --git a/c/src/exec/posix/base/limits.h b/c/src/exec/posix/base/limits.h index 363b955d45..d46500bc36 100644 --- a/c/src/exec/posix/base/limits.h +++ b/c/src/exec/posix/base/limits.h @@ -7,6 +7,8 @@ * to segregrate the variables below based on their "class" according * to our implementation. We also need to set the Run-Time Invariant * and other related values. + * + * $Id$ */ #ifndef __POSIX_LIMITS_h diff --git a/c/src/exec/posix/base/mqueue.h b/c/src/exec/posix/base/mqueue.h index f40381c5f5..f1b2250e5c 100644 --- a/c/src/exec/posix/base/mqueue.h +++ b/c/src/exec/posix/base/mqueue.h @@ -1,5 +1,6 @@ /* mqueue.h * + * $Id$ */ #ifndef __POSIX_MESSAGE_QUEUE_h diff --git a/c/src/exec/posix/base/pthread.h b/c/src/exec/posix/base/pthread.h index 16e42e73ca..ea9680f3c4 100644 --- a/c/src/exec/posix/base/pthread.h +++ b/c/src/exec/posix/base/pthread.h @@ -1,5 +1,6 @@ /* pthread.h * + * $Id$ */ #ifndef __PTHREAD_h diff --git a/c/src/exec/posix/base/sched.h b/c/src/exec/posix/base/sched.h index 415663db6c..1ea27a1634 100644 --- a/c/src/exec/posix/base/sched.h +++ b/c/src/exec/posix/base/sched.h @@ -1,5 +1,6 @@ /* sched.h * + * $Id$ */ diff --git a/c/src/exec/posix/base/semaphore.h b/c/src/exec/posix/base/semaphore.h index fed03f7da3..0388f91ad9 100644 --- a/c/src/exec/posix/base/semaphore.h +++ b/c/src/exec/posix/base/semaphore.h @@ -1,5 +1,6 @@ /* semaphore.h * + * $Id$ */ #ifndef __POSIX_SEMAPHORE_h diff --git a/c/src/exec/posix/base/unistd.h b/c/src/exec/posix/base/unistd.h index b81a8061fa..147e80c11d 100644 --- a/c/src/exec/posix/base/unistd.h +++ b/c/src/exec/posix/base/unistd.h @@ -1,5 +1,6 @@ /* unistd.h * + * $Id$ */ #ifndef __POSIX_UNISTD_h diff --git a/c/src/exec/posix/headers/cancel.h b/c/src/exec/posix/headers/cancel.h index de059d317d..e6d80275f4 100644 --- a/c/src/exec/posix/headers/cancel.h +++ b/c/src/exec/posix/headers/cancel.h @@ -1,5 +1,6 @@ /* rtems/posix/cancel.h * + * $Id$ */ #ifndef __RTEMS_POSIX_CANCEL_h diff --git a/c/src/exec/posix/headers/threadsup.h b/c/src/exec/posix/headers/threadsup.h index 39a3c9d51a..26643445b4 100644 --- a/c/src/exec/posix/headers/threadsup.h +++ b/c/src/exec/posix/headers/threadsup.h @@ -1,5 +1,6 @@ /* threadsup.h * + * $Id$ */ #ifndef __RTEMS_POSIX_THREAD_SUPPORT_h diff --git a/c/src/exec/posix/include/aio.h b/c/src/exec/posix/include/aio.h index 2fbb8ad925..504559c857 100644 --- a/c/src/exec/posix/include/aio.h +++ b/c/src/exec/posix/include/aio.h @@ -1,5 +1,6 @@ /* aio.h * + * $Id$ */ #ifndef __POSIX_ASYNCHRONOUS_IO_h diff --git a/c/src/exec/posix/include/devctl.h b/c/src/exec/posix/include/devctl.h index e3fd39128f..5073b475ee 100644 --- a/c/src/exec/posix/include/devctl.h +++ b/c/src/exec/posix/include/devctl.h @@ -1,5 +1,6 @@ /* devctl.h * + * $Id$ */ #ifndef __POSIX_DEVICE_CONTROL_h diff --git a/c/src/exec/posix/include/intr.h b/c/src/exec/posix/include/intr.h index 9394ab22a3..f07d1f9552 100644 --- a/c/src/exec/posix/include/intr.h +++ b/c/src/exec/posix/include/intr.h @@ -2,6 +2,8 @@ * * XXX: It is unclear if the type "intr_t" should be defined when * _POSIX_INTERRUPT_CONTROL is not. + * + * $Id$ */ #ifndef __POSIX_INTERRUPTS_h diff --git a/c/src/exec/posix/include/limits.h b/c/src/exec/posix/include/limits.h index 363b955d45..d46500bc36 100644 --- a/c/src/exec/posix/include/limits.h +++ b/c/src/exec/posix/include/limits.h @@ -7,6 +7,8 @@ * to segregrate the variables below based on their "class" according * to our implementation. We also need to set the Run-Time Invariant * and other related values. + * + * $Id$ */ #ifndef __POSIX_LIMITS_h diff --git a/c/src/exec/posix/include/mqueue.h b/c/src/exec/posix/include/mqueue.h index f40381c5f5..f1b2250e5c 100644 --- a/c/src/exec/posix/include/mqueue.h +++ b/c/src/exec/posix/include/mqueue.h @@ -1,5 +1,6 @@ /* mqueue.h * + * $Id$ */ #ifndef __POSIX_MESSAGE_QUEUE_h diff --git a/c/src/exec/posix/include/pthread.h b/c/src/exec/posix/include/pthread.h index 16e42e73ca..ea9680f3c4 100644 --- a/c/src/exec/posix/include/pthread.h +++ b/c/src/exec/posix/include/pthread.h @@ -1,5 +1,6 @@ /* pthread.h * + * $Id$ */ #ifndef __PTHREAD_h diff --git a/c/src/exec/posix/include/rtems/posix/cancel.h b/c/src/exec/posix/include/rtems/posix/cancel.h index de059d317d..e6d80275f4 100644 --- a/c/src/exec/posix/include/rtems/posix/cancel.h +++ b/c/src/exec/posix/include/rtems/posix/cancel.h @@ -1,5 +1,6 @@ /* rtems/posix/cancel.h * + * $Id$ */ #ifndef __RTEMS_POSIX_CANCEL_h diff --git a/c/src/exec/posix/include/rtems/posix/threadsup.h b/c/src/exec/posix/include/rtems/posix/threadsup.h index 39a3c9d51a..26643445b4 100644 --- a/c/src/exec/posix/include/rtems/posix/threadsup.h +++ b/c/src/exec/posix/include/rtems/posix/threadsup.h @@ -1,5 +1,6 @@ /* threadsup.h * + * $Id$ */ #ifndef __RTEMS_POSIX_THREAD_SUPPORT_h diff --git a/c/src/exec/posix/include/sched.h b/c/src/exec/posix/include/sched.h index 415663db6c..1ea27a1634 100644 --- a/c/src/exec/posix/include/sched.h +++ b/c/src/exec/posix/include/sched.h @@ -1,5 +1,6 @@ /* sched.h * + * $Id$ */ diff --git a/c/src/exec/posix/include/semaphore.h b/c/src/exec/posix/include/semaphore.h index fed03f7da3..0388f91ad9 100644 --- a/c/src/exec/posix/include/semaphore.h +++ b/c/src/exec/posix/include/semaphore.h @@ -1,5 +1,6 @@ /* semaphore.h * + * $Id$ */ #ifndef __POSIX_SEMAPHORE_h diff --git a/c/src/exec/posix/include/sys/utsname.h b/c/src/exec/posix/include/sys/utsname.h index 894fe828b4..ca15230d40 100644 --- a/c/src/exec/posix/include/sys/utsname.h +++ b/c/src/exec/posix/include/sys/utsname.h @@ -1,5 +1,6 @@ /* sys/utsname.h * + * $Id$ */ #ifndef __POSIX_SYS_UTSNAME_h diff --git a/c/src/exec/posix/include/unistd.h b/c/src/exec/posix/include/unistd.h index b81a8061fa..147e80c11d 100644 --- a/c/src/exec/posix/include/unistd.h +++ b/c/src/exec/posix/include/unistd.h @@ -1,5 +1,6 @@ /* unistd.h * + * $Id$ */ #ifndef __POSIX_UNISTD_h diff --git a/c/src/exec/posix/inline/priority.inl b/c/src/exec/posix/inline/priority.inl index 2a61181d46..90dfaead02 100644 --- a/c/src/exec/posix/inline/priority.inl +++ b/c/src/exec/posix/inline/priority.inl @@ -1,3 +1,6 @@ +/* + * $Id$ + */ #ifndef __RTEMS_POSIX_PRIORITY_inl #define __RTEMS_POSIX_PRIORITY_inl diff --git a/c/src/exec/posix/inline/rtems/posix/priority.inl b/c/src/exec/posix/inline/rtems/posix/priority.inl index 2a61181d46..90dfaead02 100644 --- a/c/src/exec/posix/inline/rtems/posix/priority.inl +++ b/c/src/exec/posix/inline/rtems/posix/priority.inl @@ -1,3 +1,6 @@ +/* + * $Id$ + */ #ifndef __RTEMS_POSIX_PRIORITY_inl #define __RTEMS_POSIX_PRIORITY_inl diff --git a/c/src/exec/posix/src/aio.c b/c/src/exec/posix/src/aio.c index dab31c108f..491c2772cf 100644 --- a/c/src/exec/posix/src/aio.c +++ b/c/src/exec/posix/src/aio.c @@ -1,5 +1,6 @@ /* aio.c * + * $Id$ */ #include diff --git a/c/src/exec/posix/src/cancel.c b/c/src/exec/posix/src/cancel.c index 32a9a90890..2ad972c626 100644 --- a/c/src/exec/posix/src/cancel.c +++ b/c/src/exec/posix/src/cancel.c @@ -1,5 +1,6 @@ /* cancel.c * + * $Id$ */ #include diff --git a/c/src/exec/posix/src/cond.c b/c/src/exec/posix/src/cond.c index 061353e858..ed151d8c1d 100644 --- a/c/src/exec/posix/src/cond.c +++ b/c/src/exec/posix/src/cond.c @@ -1,5 +1,6 @@ /* cond.c * + * $Id$ */ #include diff --git a/c/src/exec/posix/src/devctl.c b/c/src/exec/posix/src/devctl.c index e4ff6d3cd8..6581e0296c 100644 --- a/c/src/exec/posix/src/devctl.c +++ b/c/src/exec/posix/src/devctl.c @@ -1,5 +1,6 @@ /* devctl.c * + * $Id$ */ #include diff --git a/c/src/exec/posix/src/intr.c b/c/src/exec/posix/src/intr.c index 4011cf9a91..11fbe6969a 100644 --- a/c/src/exec/posix/src/intr.c +++ b/c/src/exec/posix/src/intr.c @@ -3,6 +3,8 @@ * NOTE: Each task has an interrupt semaphore associated with it. * No matter which interrupt occurs that it has registered, * the same semaphore is used. + * + * $Id$ */ #include diff --git a/c/src/exec/posix/src/key.c b/c/src/exec/posix/src/key.c index b92a976c55..3bcc1b5170 100644 --- a/c/src/exec/posix/src/key.c +++ b/c/src/exec/posix/src/key.c @@ -1,5 +1,6 @@ /* key.c * + * $Id$ */ #include diff --git a/c/src/exec/posix/src/mqueue.c b/c/src/exec/posix/src/mqueue.c index f531b94754..e175300355 100644 --- a/c/src/exec/posix/src/mqueue.c +++ b/c/src/exec/posix/src/mqueue.c @@ -11,6 +11,8 @@ * * This code ignores the O_RDONLY/O_WRONLY/O_RDWR flag at open * time. + * + * $Id$ */ #include diff --git a/c/src/exec/posix/src/mutex.c b/c/src/exec/posix/src/mutex.c index 5473d4183c..9ff4acff99 100644 --- a/c/src/exec/posix/src/mutex.c +++ b/c/src/exec/posix/src/mutex.c @@ -1,5 +1,6 @@ /* mutex.c * + * $Id$ */ #include diff --git a/c/src/exec/posix/src/psignal.c b/c/src/exec/posix/src/psignal.c index 48701c3880..fb6b410618 100644 --- a/c/src/exec/posix/src/psignal.c +++ b/c/src/exec/posix/src/psignal.c @@ -1,5 +1,6 @@ /* signal.c * + * $Id$ */ #include diff --git a/c/src/exec/posix/src/pthread.c b/c/src/exec/posix/src/pthread.c index ee1903c3ff..7247586685 100644 --- a/c/src/exec/posix/src/pthread.c +++ b/c/src/exec/posix/src/pthread.c @@ -1,5 +1,6 @@ /* pthread.c * + * $Id$ */ #include diff --git a/c/src/exec/posix/src/sched.c b/c/src/exec/posix/src/sched.c index 230fe5dbbb..b131b52397 100644 --- a/c/src/exec/posix/src/sched.c +++ b/c/src/exec/posix/src/sched.c @@ -1,5 +1,6 @@ /* sched.c * + * $Id$ */ #include diff --git a/c/src/exec/posix/src/semaphore.c b/c/src/exec/posix/src/semaphore.c index 16d44d1894..e17124152c 100644 --- a/c/src/exec/posix/src/semaphore.c +++ b/c/src/exec/posix/src/semaphore.c @@ -1,5 +1,6 @@ /* semaphore.c * + * $Id$ */ #include diff --git a/c/src/exec/posix/src/time.c b/c/src/exec/posix/src/time.c index fb99848c67..cfe980793a 100644 --- a/c/src/exec/posix/src/time.c +++ b/c/src/exec/posix/src/time.c @@ -1,5 +1,6 @@ /* time.c * + * $Id$ */ #include diff --git a/c/src/exec/posix/src/types.c b/c/src/exec/posix/src/types.c index 34b0905e04..e6e743ade5 100644 --- a/c/src/exec/posix/src/types.c +++ b/c/src/exec/posix/src/types.c @@ -1,5 +1,6 @@ /* types.c * + * $Id$ */ #include diff --git a/c/src/exec/posix/src/unistd.c b/c/src/exec/posix/src/unistd.c index ecda95ebe3..909d89f923 100644 --- a/c/src/exec/posix/src/unistd.c +++ b/c/src/exec/posix/src/unistd.c @@ -1,5 +1,6 @@ /* unistd.c * + * $Id$ */ #include diff --git a/c/src/exec/posix/src/utsname.c b/c/src/exec/posix/src/utsname.c index b3ec71e87f..98b105023e 100644 --- a/c/src/exec/posix/src/utsname.c +++ b/c/src/exec/posix/src/utsname.c @@ -1,5 +1,6 @@ /* utsname.c * + * $Id$ */ #include diff --git a/c/src/exec/posix/sys/utsname.h b/c/src/exec/posix/sys/utsname.h index 894fe828b4..ca15230d40 100644 --- a/c/src/exec/posix/sys/utsname.h +++ b/c/src/exec/posix/sys/utsname.h @@ -1,5 +1,6 @@ /* sys/utsname.h * + * $Id$ */ #ifndef __POSIX_SYS_UTSNAME_h diff --git a/c/src/exec/score/cpu/hppa1.1/cpu.c b/c/src/exec/score/cpu/hppa1.1/cpu.c index 09c5d3d54b..4cef979367 100644 --- a/c/src/exec/score/cpu/hppa1.1/cpu.c +++ b/c/src/exec/score/cpu/hppa1.1/cpu.c @@ -14,7 +14,7 @@ * Division Incorporated makes no representations about the * suitability of this software for any purpose. * - * cpu.c,v 1.7 1995/09/19 14:49:35 joel Exp + * $Id$ */ #include diff --git a/c/src/exec/score/cpu/hppa1.1/cpu.h b/c/src/exec/score/cpu/hppa1.1/cpu.h index caeee7c8ff..67e7f5b89c 100644 --- a/c/src/exec/score/cpu/hppa1.1/cpu.h +++ b/c/src/exec/score/cpu/hppa1.1/cpu.h @@ -20,7 +20,7 @@ * Note: * This file is included by both C and assembler code ( -DASM ) * - * cpu.h,v 1.5 1995/09/11 19:24:10 joel Exp + * $Id$ */ #ifndef __CPU_h diff --git a/c/src/exec/score/cpu/hppa1.1/cpu_asm.s b/c/src/exec/score/cpu/hppa1.1/cpu_asm.s index ea7c879183..b14eb7f88f 100644 --- a/c/src/exec/score/cpu/hppa1.1/cpu_asm.s +++ b/c/src/exec/score/cpu/hppa1.1/cpu_asm.s @@ -24,7 +24,7 @@ # Division Incorporated makes no representations about the # suitability of this software for any purpose. # -# cpu_asm.S,v 1.5 1995/09/19 14:49:36 joel Exp +# $Id$ # #include diff --git a/c/src/exec/score/cpu/hppa1.1/hppa.h b/c/src/exec/score/cpu/hppa1.1/hppa.h index 1d9839995a..79f4070f98 100644 --- a/c/src/exec/score/cpu/hppa1.1/hppa.h +++ b/c/src/exec/score/cpu/hppa1.1/hppa.h @@ -24,7 +24,7 @@ * Note: * This file is included by both C and assembler code ( -DASM ) * - * hppa.h,v 1.4 1995/09/19 14:49:37 joel Exp + * $Id$ */ #ifndef _INCLUDE_HPPA_H diff --git a/c/src/exec/score/cpu/m68k/qsm.h b/c/src/exec/score/cpu/m68k/qsm.h index 5cbd1375eb..e1bf33bc12 100644 --- a/c/src/exec/score/cpu/m68k/qsm.h +++ b/c/src/exec/score/cpu/m68k/qsm.h @@ -34,7 +34,10 @@ * particular purpose. * *------------------------------------------------------------------ + * + * $Id$ */ + #ifndef _QSM_H_ #define _QSM_H_ diff --git a/c/src/exec/score/cpu/m68k/sim.h b/c/src/exec/score/cpu/m68k/sim.h index a4614e5574..fae7fe8783 100644 --- a/c/src/exec/score/cpu/m68k/sim.h +++ b/c/src/exec/score/cpu/m68k/sim.h @@ -42,7 +42,10 @@ * particular purpose. * *------------------------------------------------------------------ + * + * $Id$ */ + #ifndef _SIM_H_ #define _SIM_H_ diff --git a/c/src/exec/score/cpu/powerpc/README b/c/src/exec/score/cpu/powerpc/README index 92af381241..2c0fb9a707 100644 --- a/c/src/exec/score/cpu/powerpc/README +++ b/c/src/exec/score/cpu/powerpc/README @@ -1,3 +1,7 @@ +# +# $Id$ +# + There are various issues regarding this port: @@ -17,6 +21,8 @@ code. I am seeking a release from IBM for this file. In the mean time this file is excluded (but still included in the Makefile as a place-holder). +NOTE: IBM released the alignment exception handler under generous enough + terms where it could be included in this distribution. 2) CPU support. diff --git a/c/src/exec/score/cpu/powerpc/TODO b/c/src/exec/score/cpu/powerpc/TODO index b72be4d767..6e3e04e6ca 100644 --- a/c/src/exec/score/cpu/powerpc/TODO +++ b/c/src/exec/score/cpu/powerpc/TODO @@ -1,3 +1,7 @@ +# +# $Id$ +# + Todo list: Maybe decode external interrupts like the HPPA does. diff --git a/c/src/exec/score/cpu/powerpc/cpu.c b/c/src/exec/score/cpu/powerpc/cpu.c index 1f8c40f274..e0431f868b 100644 --- a/c/src/exec/score/cpu/powerpc/cpu.c +++ b/c/src/exec/score/cpu/powerpc/cpu.c @@ -26,6 +26,7 @@ * to the copyright license under the clause at DFARS 252.227-7013. This * notice must appear in all copies of this file and its derivatives. * + * $Id$ */ #include diff --git a/c/src/exec/score/cpu/powerpc/cpu.h b/c/src/exec/score/cpu/powerpc/cpu.h index 7bccbce587..99673952a3 100644 --- a/c/src/exec/score/cpu/powerpc/cpu.h +++ b/c/src/exec/score/cpu/powerpc/cpu.h @@ -28,6 +28,7 @@ * to the copyright license under the clause at DFARS 252.227-7013. This * notice must appear in all copies of this file and its derivatives. * + * $Id$ */ #ifndef __CPU_h diff --git a/c/src/exec/score/cpu/powerpc/cpu_asm.s b/c/src/exec/score/cpu/powerpc/cpu_asm.s index eb6bf2b1e5..c9ab7a13f5 100644 --- a/c/src/exec/score/cpu/powerpc/cpu_asm.s +++ b/c/src/exec/score/cpu/powerpc/cpu_asm.s @@ -28,7 +28,7 @@ * to the copyright license under the clause at DFARS 252.227-7013. This * notice must appear in all copies of this file and its derivatives. * - * cpu_asm.c,v 1.3 1995/06/07 02:40:23 joel Exp + * $Id$ */ #include "asm.h" diff --git a/c/src/exec/score/cpu/powerpc/irq_stub.s b/c/src/exec/score/cpu/powerpc/irq_stub.s index 92e6b43dd2..1ed443d479 100644 --- a/c/src/exec/score/cpu/powerpc/irq_stub.s +++ b/c/src/exec/score/cpu/powerpc/irq_stub.s @@ -17,6 +17,8 @@ * software without specific, written prior permission. * i-cubed limited makes no representations about the suitability * of this software for any purpose. + * + * $Id$ */ /* void __ISR_Handler() diff --git a/c/src/exec/score/cpu/powerpc/ppc.h b/c/src/exec/score/cpu/powerpc/ppc.h index 7e9d12875c..c2960a1910 100644 --- a/c/src/exec/score/cpu/powerpc/ppc.h +++ b/c/src/exec/score/cpu/powerpc/ppc.h @@ -31,6 +31,7 @@ * Note: * This file is included by both C and assembler code ( -DASM ) * + * $Id$ */ #ifndef _INCLUDE_PPC_h diff --git a/c/src/exec/score/cpu/powerpc/ppctypes.h b/c/src/exec/score/cpu/powerpc/ppctypes.h index 64219dafe5..f6f199cf23 100644 --- a/c/src/exec/score/cpu/powerpc/ppctypes.h +++ b/c/src/exec/score/cpu/powerpc/ppctypes.h @@ -28,7 +28,7 @@ * to the copyright license under the clause at DFARS 252.227-7013. This * notice must appear in all copies of this file and its derivatives. * - * ppctypes.h,v 1.3 1995/05/31 14:57:15 joel Exp + * $Id$ */ #ifndef __PPC_TYPES_h diff --git a/c/src/exec/score/cpu/powerpc/rtems.s b/c/src/exec/score/cpu/powerpc/rtems.s index 87d0f093a7..25e955d4ea 100644 --- a/c/src/exec/score/cpu/powerpc/rtems.s +++ b/c/src/exec/score/cpu/powerpc/rtems.s @@ -28,6 +28,7 @@ * to the copyright license under the clause at DFARS 252.227-7013. This * notice must appear in all copies of this file and its derivatives. * + * $Id$ */ #include "asm.h" diff --git a/c/src/lib/include/sys/utsname.h b/c/src/lib/include/sys/utsname.h index 894fe828b4..ca15230d40 100644 --- a/c/src/lib/include/sys/utsname.h +++ b/c/src/lib/include/sys/utsname.h @@ -1,5 +1,6 @@ /* sys/utsname.h * + * $Id$ */ #ifndef __POSIX_SYS_UTSNAME_h diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/include/ttydrv.h b/c/src/lib/libbsp/hppa1.1/simhppa/include/ttydrv.h index 97683116c0..5b4e075578 100644 --- a/c/src/lib/libbsp/hppa1.1/simhppa/include/ttydrv.h +++ b/c/src/lib/libbsp/hppa1.1/simhppa/include/ttydrv.h @@ -1,6 +1,7 @@ /* * @(#)ttydrv.h 1.1 - 95/06/02 * + * $Id$ */ /* diff --git a/c/src/lib/libbsp/m68k/idp/README b/c/src/lib/libbsp/m68k/idp/README index 5479acf383..f02ced80b9 100644 --- a/c/src/lib/libbsp/m68k/idp/README +++ b/c/src/lib/libbsp/m68k/idp/README @@ -1,3 +1,7 @@ +# +# $Id$ +# + This board support package has not been tested with multiprocessor or the timing support. The uniprocessor IDP package was tested though with a fairly large application (although bugs may exist). The diff --git a/c/src/lib/libbsp/m68k/idp/console/duart.c b/c/src/lib/libbsp/m68k/idp/console/duart.c index c3ee92b75b..fe4b657b37 100644 --- a/c/src/lib/libbsp/m68k/idp/console/duart.c +++ b/c/src/lib/libbsp/m68k/idp/console/duart.c @@ -1,3 +1,7 @@ +# +# $Id$ +# + /*######################################################### # # This code is a modified version of what you will find at the diff --git a/c/src/lib/libbsp/m68k/idp/console/leds.c b/c/src/lib/libbsp/m68k/idp/console/leds.c index 4d7abaf93d..de4200e1c4 100644 --- a/c/src/lib/libbsp/m68k/idp/console/leds.c +++ b/c/src/lib/libbsp/m68k/idp/console/leds.c @@ -1,6 +1,8 @@ /* * leds.c -- control the led's on a Motorola mc68ec0x0 board. * Written by rob@cygnus.com (Rob Savoye) + * + * $Id$ */ #include "leds.h" diff --git a/c/src/lib/libbsp/m68k/idp/console/mc68ec.c b/c/src/lib/libbsp/m68k/idp/console/mc68ec.c index dd6956c3e9..fd837981d2 100644 --- a/c/src/lib/libbsp/m68k/idp/console/mc68ec.c +++ b/c/src/lib/libbsp/m68k/idp/console/mc68ec.c @@ -1,7 +1,10 @@ /* * mc68ec.c -- Low level support for the Motorola mc68ec0x0 board. * Written by rob@cygnus.com (Rob Savoye) + * + * $Id$ */ + #include "leds.h" /* diff --git a/c/src/lib/libbsp/m68k/idp/include/leds.h b/c/src/lib/libbsp/m68k/idp/include/leds.h index 79df8488d8..f2c3257dd4 100644 --- a/c/src/lib/libbsp/m68k/idp/include/leds.h +++ b/c/src/lib/libbsp/m68k/idp/include/leds.h @@ -1,6 +1,8 @@ /* * leds.c -- control the led's on a Motorola mc68ec0x0 board. * Written by rob@cygnus.com (Rob Savoye) + * + * $Id$ */ #ifndef __LEDS_H__ diff --git a/c/src/lib/libbsp/m68k/idp/startup/linkcmds b/c/src/lib/libbsp/m68k/idp/startup/linkcmds index be546b11f5..150d397467 100644 --- a/c/src/lib/libbsp/m68k/idp/startup/linkcmds +++ b/c/src/lib/libbsp/m68k/idp/startup/linkcmds @@ -2,6 +2,8 @@ * for the idp.ld file. That file, it appears, was originally written by * Rob Savoye. Other ideas came from Joel Sherrill for the RTEMS linkcmds * file (this is basically a mixture of the two). + * + * $Id$ */ /* diff --git a/c/src/lib/libbsp/powerpc/papyrus/README b/c/src/lib/libbsp/powerpc/papyrus/README index 462b51dc8e..9d3e20b592 100644 --- a/c/src/lib/libbsp/powerpc/papyrus/README +++ b/c/src/lib/libbsp/powerpc/papyrus/README @@ -1,6 +1,5 @@ # -# README,v 1.2 1995/05/31 16:56:03 joel Exp -# +# $Id$ # BSP NAME: papyrus diff --git a/c/src/lib/libbsp/powerpc/papyrus/dlentry/dlentry.s b/c/src/lib/libbsp/powerpc/papyrus/dlentry/dlentry.s index 6f39a92aea..c159401474 100644 --- a/c/src/lib/libbsp/powerpc/papyrus/dlentry/dlentry.s +++ b/c/src/lib/libbsp/powerpc/papyrus/dlentry/dlentry.s @@ -17,6 +17,8 @@ * software without specific, written prior permission. * i-cubed limited makes no representations about the suitability * of this software for any purpose. + * + * $Id$ */ #include "asm.h" diff --git a/c/src/lib/libbsp/powerpc/papyrus/flashentry/flashentry.s b/c/src/lib/libbsp/powerpc/papyrus/flashentry/flashentry.s index 683096db44..ef5bf49e42 100644 --- a/c/src/lib/libbsp/powerpc/papyrus/flashentry/flashentry.s +++ b/c/src/lib/libbsp/powerpc/papyrus/flashentry/flashentry.s @@ -17,6 +17,8 @@ * software without specific, written prior permission. * i-cubed limited makes no representations about the suitability * of this software for any purpose. + * + * $Id$ */ #include "asm.h" diff --git a/c/src/lib/libbsp/powerpc/papyrus/include/bsp.h b/c/src/lib/libbsp/powerpc/papyrus/include/bsp.h index 58abce6d9f..6518be25c1 100644 --- a/c/src/lib/libbsp/powerpc/papyrus/include/bsp.h +++ b/c/src/lib/libbsp/powerpc/papyrus/include/bsp.h @@ -27,7 +27,7 @@ * to the copyright license under the clause at DFARS 252.227-7013. This * notice must appear in all copies of this file and its derivatives. * - * bsp.h,v 1.2 1995/05/31 16:56:13 joel Exp + * $Id$ */ #ifndef __PAPYRUS_h diff --git a/c/src/lib/libbsp/powerpc/papyrus/include/coverhd.h b/c/src/lib/libbsp/powerpc/papyrus/include/coverhd.h index fa419147bd..5a311bef0a 100644 --- a/c/src/lib/libbsp/powerpc/papyrus/include/coverhd.h +++ b/c/src/lib/libbsp/powerpc/papyrus/include/coverhd.h @@ -22,7 +22,7 @@ * to the copyright license under the clause at DFARS 252.227-7013. This * notice must appear in all copies of this file and its derivatives. * - * coverhd.h,v 1.2 1995/05/31 16:56:15 joel Exp + * $Id$ */ /* diff --git a/c/src/lib/libbsp/powerpc/papyrus/startup/bspclean.c b/c/src/lib/libbsp/powerpc/papyrus/startup/bspclean.c index 876ed1b659..a03ad3024f 100644 --- a/c/src/lib/libbsp/powerpc/papyrus/startup/bspclean.c +++ b/c/src/lib/libbsp/powerpc/papyrus/startup/bspclean.c @@ -32,7 +32,7 @@ * to the copyright license under the clause at DFARS 252.227-7013. This * notice must appear in all copies of this file and its derivatives. * - * bspclean.c,v 1.2 1995/05/31 16:56:27 joel Exp + * $Id$ */ #include diff --git a/c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c b/c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c index 65090a03ac..6c5133f7ed 100644 --- a/c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c +++ b/c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c @@ -34,7 +34,7 @@ * to the copyright license under the clause at DFARS 252.227-7013. This * notice must appear in all copies of this file and its derivatives. * - * bspstart.c,v 1.2 1995/05/31 16:56:29 joel Exp + * $Id$ */ #include diff --git a/c/src/lib/libbsp/powerpc/papyrus/startup/setvec.c b/c/src/lib/libbsp/powerpc/papyrus/startup/setvec.c index 73752d9b47..e1bb7ac4a5 100644 --- a/c/src/lib/libbsp/powerpc/papyrus/startup/setvec.c +++ b/c/src/lib/libbsp/powerpc/papyrus/startup/setvec.c @@ -37,7 +37,7 @@ * to the copyright license under the clause at DFARS 252.227-7013. This * notice must appear in all copies of this file and its derivatives. * - * setvec.c,v 1.2 1995/05/31 16:56:35 joel Exp + * $Id$ */ #include diff --git a/c/src/lib/libbsp/unix/posix/startup/rtems-ctor.cc b/c/src/lib/libbsp/unix/posix/startup/rtems-ctor.cc index 3831f9456f..6fb132b469 100644 --- a/c/src/lib/libbsp/unix/posix/startup/rtems-ctor.cc +++ b/c/src/lib/libbsp/unix/posix/startup/rtems-ctor.cc @@ -46,6 +46,7 @@ * * TODO: * + * $Id$ */ #include diff --git a/c/src/lib/libc/hosterr.c b/c/src/lib/libc/hosterr.c index d842cc072a..7fc2ca966e 100644 --- a/c/src/lib/libc/hosterr.c +++ b/c/src/lib/libc/hosterr.c @@ -9,6 +9,7 @@ * to the copyright license under the clause at DFARS 252.227-7013. This * notice must appear in all copies of this file and its derivatives. * + * $Id$ */ #include diff --git a/c/src/lib/libc/unixlibc.c b/c/src/lib/libc/unixlibc.c index 74b4eea360..2acd4fba8e 100644 --- a/c/src/lib/libc/unixlibc.c +++ b/c/src/lib/libc/unixlibc.c @@ -1,3 +1,7 @@ +/* + * $Id$ + */ + #if defined(RTEMS_UNIXLIB) void libc_init(int reentrant) diff --git a/c/src/lib/libc/utsname.c b/c/src/lib/libc/utsname.c index b3ec71e87f..98b105023e 100644 --- a/c/src/lib/libc/utsname.c +++ b/c/src/lib/libc/utsname.c @@ -1,5 +1,6 @@ /* utsname.c * + * $Id$ */ #include diff --git a/c/src/lib/libcpu/powerpc/README b/c/src/lib/libcpu/powerpc/README index 861c3e2df6..05f15b4ff7 100644 --- a/c/src/lib/libcpu/powerpc/README +++ b/c/src/lib/libcpu/powerpc/README @@ -1,3 +1,7 @@ +# +# $Id$ +# + This hierachy contains support routines for the various PowerPC processors. diff --git a/c/src/tests/samples/README b/c/src/tests/samples/README index 77a734193f..10f1c1d7bb 100644 --- a/c/src/tests/samples/README +++ b/c/src/tests/samples/README @@ -7,6 +7,8 @@ # to the copyright license under the clause at DFARS 252.227-7013. This # notice must appear in all copies of this file and its derivatives. # +# $Id$ +# This directory contains the RTEMS Sample Application Suite. The tests in this directory perform two functions: diff --git a/c/src/tests/sptests/sp02/init.c b/c/src/tests/sptests/sp02/init.c index 9333b6acf7..b7be2dd680 100644 --- a/c/src/tests/sptests/sp02/init.c +++ b/c/src/tests/sptests/sp02/init.c @@ -19,7 +19,7 @@ * to the copyright license under the clause at DFARS 252.227-7013. This * notice must appear in all copies of this file and its derivatives. * - * init.c,v 1.2 1995/05/31 17:06:49 joel Exp + * $Id$ */ #define TEST_INIT diff --git a/c/src/tests/sptests/sp02/preempt.c b/c/src/tests/sptests/sp02/preempt.c index 5856bdd0c0..7e93f7af57 100644 --- a/c/src/tests/sptests/sp02/preempt.c +++ b/c/src/tests/sptests/sp02/preempt.c @@ -15,7 +15,7 @@ * to the copyright license under the clause at DFARS 252.227-7013. This * notice must appear in all copies of this file and its derivatives. * - * preempt.c,v 1.2 1995/05/31 17:06:51 joel Exp + * $Id$ */ #include "system.h" diff --git a/c/src/tests/sptests/sp02/task1.c b/c/src/tests/sptests/sp02/task1.c index ef83177b84..0f6152dbb2 100644 --- a/c/src/tests/sptests/sp02/task1.c +++ b/c/src/tests/sptests/sp02/task1.c @@ -15,7 +15,7 @@ * to the copyright license under the clause at DFARS 252.227-7013. This * notice must appear in all copies of this file and its derivatives. * - * task1.c,v 1.2 1995/05/31 17:06:56 joel Exp + * $Id$ */ #include "system.h" diff --git a/c/src/tests/sptests/sp02/task2.c b/c/src/tests/sptests/sp02/task2.c index 7486d6b737..f39cc5b9fc 100644 --- a/c/src/tests/sptests/sp02/task2.c +++ b/c/src/tests/sptests/sp02/task2.c @@ -17,7 +17,7 @@ * to the copyright license under the clause at DFARS 252.227-7013. This * notice must appear in all copies of this file and its derivatives. * - * task2.c,v 1.2 1995/05/31 17:06:58 joel Exp + * $Id$ */ #include "system.h" diff --git a/c/src/tests/sptests/sp02/task3.c b/c/src/tests/sptests/sp02/task3.c index ee67ab5705..89bda38b7c 100644 --- a/c/src/tests/sptests/sp02/task3.c +++ b/c/src/tests/sptests/sp02/task3.c @@ -16,7 +16,7 @@ * to the copyright license under the clause at DFARS 252.227-7013. This * notice must appear in all copies of this file and its derivatives. * - * task3.c,v 1.2 1995/05/31 17:07:00 joel Exp + * $Id$ */ #include "system.h" diff --git a/cpukit/libcsupport/include/sys/utsname.h b/cpukit/libcsupport/include/sys/utsname.h index 894fe828b4..ca15230d40 100644 --- a/cpukit/libcsupport/include/sys/utsname.h +++ b/cpukit/libcsupport/include/sys/utsname.h @@ -1,5 +1,6 @@ /* sys/utsname.h * + * $Id$ */ #ifndef __POSIX_SYS_UTSNAME_h diff --git a/cpukit/libcsupport/src/hosterr.c b/cpukit/libcsupport/src/hosterr.c index d842cc072a..7fc2ca966e 100644 --- a/cpukit/libcsupport/src/hosterr.c +++ b/cpukit/libcsupport/src/hosterr.c @@ -9,6 +9,7 @@ * to the copyright license under the clause at DFARS 252.227-7013. This * notice must appear in all copies of this file and its derivatives. * + * $Id$ */ #include diff --git a/cpukit/libcsupport/src/unixlibc.c b/cpukit/libcsupport/src/unixlibc.c index 74b4eea360..2acd4fba8e 100644 --- a/cpukit/libcsupport/src/unixlibc.c +++ b/cpukit/libcsupport/src/unixlibc.c @@ -1,3 +1,7 @@ +/* + * $Id$ + */ + #if defined(RTEMS_UNIXLIB) void libc_init(int reentrant) diff --git a/cpukit/libcsupport/src/utsname.c b/cpukit/libcsupport/src/utsname.c index b3ec71e87f..98b105023e 100644 --- a/cpukit/libcsupport/src/utsname.c +++ b/cpukit/libcsupport/src/utsname.c @@ -1,5 +1,6 @@ /* utsname.c * + * $Id$ */ #include diff --git a/cpukit/posix/include/aio.h b/cpukit/posix/include/aio.h index 2fbb8ad925..504559c857 100644 --- a/cpukit/posix/include/aio.h +++ b/cpukit/posix/include/aio.h @@ -1,5 +1,6 @@ /* aio.h * + * $Id$ */ #ifndef __POSIX_ASYNCHRONOUS_IO_h diff --git a/cpukit/posix/include/devctl.h b/cpukit/posix/include/devctl.h index e3fd39128f..5073b475ee 100644 --- a/cpukit/posix/include/devctl.h +++ b/cpukit/posix/include/devctl.h @@ -1,5 +1,6 @@ /* devctl.h * + * $Id$ */ #ifndef __POSIX_DEVICE_CONTROL_h diff --git a/cpukit/posix/include/intr.h b/cpukit/posix/include/intr.h index 9394ab22a3..f07d1f9552 100644 --- a/cpukit/posix/include/intr.h +++ b/cpukit/posix/include/intr.h @@ -2,6 +2,8 @@ * * XXX: It is unclear if the type "intr_t" should be defined when * _POSIX_INTERRUPT_CONTROL is not. + * + * $Id$ */ #ifndef __POSIX_INTERRUPTS_h diff --git a/cpukit/posix/include/mqueue.h b/cpukit/posix/include/mqueue.h index f40381c5f5..f1b2250e5c 100644 --- a/cpukit/posix/include/mqueue.h +++ b/cpukit/posix/include/mqueue.h @@ -1,5 +1,6 @@ /* mqueue.h * + * $Id$ */ #ifndef __POSIX_MESSAGE_QUEUE_h diff --git a/cpukit/posix/include/rtems/posix/cancel.h b/cpukit/posix/include/rtems/posix/cancel.h index de059d317d..e6d80275f4 100644 --- a/cpukit/posix/include/rtems/posix/cancel.h +++ b/cpukit/posix/include/rtems/posix/cancel.h @@ -1,5 +1,6 @@ /* rtems/posix/cancel.h * + * $Id$ */ #ifndef __RTEMS_POSIX_CANCEL_h diff --git a/cpukit/posix/include/rtems/posix/threadsup.h b/cpukit/posix/include/rtems/posix/threadsup.h index 39a3c9d51a..26643445b4 100644 --- a/cpukit/posix/include/rtems/posix/threadsup.h +++ b/cpukit/posix/include/rtems/posix/threadsup.h @@ -1,5 +1,6 @@ /* threadsup.h * + * $Id$ */ #ifndef __RTEMS_POSIX_THREAD_SUPPORT_h diff --git a/cpukit/posix/include/sched.h b/cpukit/posix/include/sched.h index 415663db6c..1ea27a1634 100644 --- a/cpukit/posix/include/sched.h +++ b/cpukit/posix/include/sched.h @@ -1,5 +1,6 @@ /* sched.h * + * $Id$ */ diff --git a/cpukit/posix/include/semaphore.h b/cpukit/posix/include/semaphore.h index fed03f7da3..0388f91ad9 100644 --- a/cpukit/posix/include/semaphore.h +++ b/cpukit/posix/include/semaphore.h @@ -1,5 +1,6 @@ /* semaphore.h * + * $Id$ */ #ifndef __POSIX_SEMAPHORE_h diff --git a/cpukit/posix/inline/rtems/posix/priority.inl b/cpukit/posix/inline/rtems/posix/priority.inl index 2a61181d46..90dfaead02 100644 --- a/cpukit/posix/inline/rtems/posix/priority.inl +++ b/cpukit/posix/inline/rtems/posix/priority.inl @@ -1,3 +1,6 @@ +/* + * $Id$ + */ #ifndef __RTEMS_POSIX_PRIORITY_inl #define __RTEMS_POSIX_PRIORITY_inl diff --git a/cpukit/posix/src/aio.c b/cpukit/posix/src/aio.c index dab31c108f..491c2772cf 100644 --- a/cpukit/posix/src/aio.c +++ b/cpukit/posix/src/aio.c @@ -1,5 +1,6 @@ /* aio.c * + * $Id$ */ #include diff --git a/cpukit/posix/src/cancel.c b/cpukit/posix/src/cancel.c index 32a9a90890..2ad972c626 100644 --- a/cpukit/posix/src/cancel.c +++ b/cpukit/posix/src/cancel.c @@ -1,5 +1,6 @@ /* cancel.c * + * $Id$ */ #include diff --git a/cpukit/posix/src/cond.c b/cpukit/posix/src/cond.c index 061353e858..ed151d8c1d 100644 --- a/cpukit/posix/src/cond.c +++ b/cpukit/posix/src/cond.c @@ -1,5 +1,6 @@ /* cond.c * + * $Id$ */ #include diff --git a/cpukit/posix/src/devctl.c b/cpukit/posix/src/devctl.c index e4ff6d3cd8..6581e0296c 100644 --- a/cpukit/posix/src/devctl.c +++ b/cpukit/posix/src/devctl.c @@ -1,5 +1,6 @@ /* devctl.c * + * $Id$ */ #include diff --git a/cpukit/posix/src/intr.c b/cpukit/posix/src/intr.c index 4011cf9a91..11fbe6969a 100644 --- a/cpukit/posix/src/intr.c +++ b/cpukit/posix/src/intr.c @@ -3,6 +3,8 @@ * NOTE: Each task has an interrupt semaphore associated with it. * No matter which interrupt occurs that it has registered, * the same semaphore is used. + * + * $Id$ */ #include diff --git a/cpukit/posix/src/key.c b/cpukit/posix/src/key.c index b92a976c55..3bcc1b5170 100644 --- a/cpukit/posix/src/key.c +++ b/cpukit/posix/src/key.c @@ -1,5 +1,6 @@ /* key.c * + * $Id$ */ #include diff --git a/cpukit/posix/src/mqueue.c b/cpukit/posix/src/mqueue.c index f531b94754..e175300355 100644 --- a/cpukit/posix/src/mqueue.c +++ b/cpukit/posix/src/mqueue.c @@ -11,6 +11,8 @@ * * This code ignores the O_RDONLY/O_WRONLY/O_RDWR flag at open * time. + * + * $Id$ */ #include diff --git a/cpukit/posix/src/mutex.c b/cpukit/posix/src/mutex.c index 5473d4183c..9ff4acff99 100644 --- a/cpukit/posix/src/mutex.c +++ b/cpukit/posix/src/mutex.c @@ -1,5 +1,6 @@ /* mutex.c * + * $Id$ */ #include diff --git a/cpukit/posix/src/psignal.c b/cpukit/posix/src/psignal.c index 48701c3880..fb6b410618 100644 --- a/cpukit/posix/src/psignal.c +++ b/cpukit/posix/src/psignal.c @@ -1,5 +1,6 @@ /* signal.c * + * $Id$ */ #include diff --git a/cpukit/posix/src/pthread.c b/cpukit/posix/src/pthread.c index ee1903c3ff..7247586685 100644 --- a/cpukit/posix/src/pthread.c +++ b/cpukit/posix/src/pthread.c @@ -1,5 +1,6 @@ /* pthread.c * + * $Id$ */ #include diff --git a/cpukit/posix/src/sched.c b/cpukit/posix/src/sched.c index 230fe5dbbb..b131b52397 100644 --- a/cpukit/posix/src/sched.c +++ b/cpukit/posix/src/sched.c @@ -1,5 +1,6 @@ /* sched.c * + * $Id$ */ #include diff --git a/cpukit/posix/src/semaphore.c b/cpukit/posix/src/semaphore.c index 16d44d1894..e17124152c 100644 --- a/cpukit/posix/src/semaphore.c +++ b/cpukit/posix/src/semaphore.c @@ -1,5 +1,6 @@ /* semaphore.c * + * $Id$ */ #include diff --git a/cpukit/posix/src/time.c b/cpukit/posix/src/time.c index fb99848c67..cfe980793a 100644 --- a/cpukit/posix/src/time.c +++ b/cpukit/posix/src/time.c @@ -1,5 +1,6 @@ /* time.c * + * $Id$ */ #include diff --git a/cpukit/posix/src/types.c b/cpukit/posix/src/types.c index 34b0905e04..e6e743ade5 100644 --- a/cpukit/posix/src/types.c +++ b/cpukit/posix/src/types.c @@ -1,5 +1,6 @@ /* types.c * + * $Id$ */ #include diff --git a/cpukit/score/cpu/hppa1.1/cpu.c b/cpukit/score/cpu/hppa1.1/cpu.c index 09c5d3d54b..4cef979367 100644 --- a/cpukit/score/cpu/hppa1.1/cpu.c +++ b/cpukit/score/cpu/hppa1.1/cpu.c @@ -14,7 +14,7 @@ * Division Incorporated makes no representations about the * suitability of this software for any purpose. * - * cpu.c,v 1.7 1995/09/19 14:49:35 joel Exp + * $Id$ */ #include diff --git a/cpukit/score/cpu/m68k/qsm.h b/cpukit/score/cpu/m68k/qsm.h index 5cbd1375eb..e1bf33bc12 100644 --- a/cpukit/score/cpu/m68k/qsm.h +++ b/cpukit/score/cpu/m68k/qsm.h @@ -34,7 +34,10 @@ * particular purpose. * *------------------------------------------------------------------ + * + * $Id$ */ + #ifndef _QSM_H_ #define _QSM_H_ diff --git a/cpukit/score/cpu/m68k/rtems/m68k/qsm.h b/cpukit/score/cpu/m68k/rtems/m68k/qsm.h index 5cbd1375eb..e1bf33bc12 100644 --- a/cpukit/score/cpu/m68k/rtems/m68k/qsm.h +++ b/cpukit/score/cpu/m68k/rtems/m68k/qsm.h @@ -34,7 +34,10 @@ * particular purpose. * *------------------------------------------------------------------ + * + * $Id$ */ + #ifndef _QSM_H_ #define _QSM_H_ diff --git a/cpukit/score/cpu/m68k/rtems/m68k/sim.h b/cpukit/score/cpu/m68k/rtems/m68k/sim.h index a4614e5574..fae7fe8783 100644 --- a/cpukit/score/cpu/m68k/rtems/m68k/sim.h +++ b/cpukit/score/cpu/m68k/rtems/m68k/sim.h @@ -42,7 +42,10 @@ * particular purpose. * *------------------------------------------------------------------ + * + * $Id$ */ + #ifndef _SIM_H_ #define _SIM_H_ diff --git a/cpukit/score/cpu/m68k/sim.h b/cpukit/score/cpu/m68k/sim.h index a4614e5574..fae7fe8783 100644 --- a/cpukit/score/cpu/m68k/sim.h +++ b/cpukit/score/cpu/m68k/sim.h @@ -42,7 +42,10 @@ * particular purpose. * *------------------------------------------------------------------ + * + * $Id$ */ + #ifndef _SIM_H_ #define _SIM_H_ diff --git a/testsuites/samples/README b/testsuites/samples/README index 77a734193f..10f1c1d7bb 100644 --- a/testsuites/samples/README +++ b/testsuites/samples/README @@ -7,6 +7,8 @@ # to the copyright license under the clause at DFARS 252.227-7013. This # notice must appear in all copies of this file and its derivatives. # +# $Id$ +# This directory contains the RTEMS Sample Application Suite. The tests in this directory perform two functions: diff --git a/testsuites/sptests/sp02/init.c b/testsuites/sptests/sp02/init.c index 9333b6acf7..b7be2dd680 100644 --- a/testsuites/sptests/sp02/init.c +++ b/testsuites/sptests/sp02/init.c @@ -19,7 +19,7 @@ * to the copyright license under the clause at DFARS 252.227-7013. This * notice must appear in all copies of this file and its derivatives. * - * init.c,v 1.2 1995/05/31 17:06:49 joel Exp + * $Id$ */ #define TEST_INIT diff --git a/testsuites/sptests/sp02/preempt.c b/testsuites/sptests/sp02/preempt.c index 5856bdd0c0..7e93f7af57 100644 --- a/testsuites/sptests/sp02/preempt.c +++ b/testsuites/sptests/sp02/preempt.c @@ -15,7 +15,7 @@ * to the copyright license under the clause at DFARS 252.227-7013. This * notice must appear in all copies of this file and its derivatives. * - * preempt.c,v 1.2 1995/05/31 17:06:51 joel Exp + * $Id$ */ #include "system.h" diff --git a/testsuites/sptests/sp02/task1.c b/testsuites/sptests/sp02/task1.c index ef83177b84..0f6152dbb2 100644 --- a/testsuites/sptests/sp02/task1.c +++ b/testsuites/sptests/sp02/task1.c @@ -15,7 +15,7 @@ * to the copyright license under the clause at DFARS 252.227-7013. This * notice must appear in all copies of this file and its derivatives. * - * task1.c,v 1.2 1995/05/31 17:06:56 joel Exp + * $Id$ */ #include "system.h" diff --git a/testsuites/sptests/sp02/task2.c b/testsuites/sptests/sp02/task2.c index 7486d6b737..f39cc5b9fc 100644 --- a/testsuites/sptests/sp02/task2.c +++ b/testsuites/sptests/sp02/task2.c @@ -17,7 +17,7 @@ * to the copyright license under the clause at DFARS 252.227-7013. This * notice must appear in all copies of this file and its derivatives. * - * task2.c,v 1.2 1995/05/31 17:06:58 joel Exp + * $Id$ */ #include "system.h" diff --git a/testsuites/sptests/sp02/task3.c b/testsuites/sptests/sp02/task3.c index ee67ab5705..89bda38b7c 100644 --- a/testsuites/sptests/sp02/task3.c +++ b/testsuites/sptests/sp02/task3.c @@ -16,7 +16,7 @@ * to the copyright license under the clause at DFARS 252.227-7013. This * notice must appear in all copies of this file and its derivatives. * - * task3.c,v 1.2 1995/05/31 17:07:00 joel Exp + * $Id$ */ #include "system.h" diff --git a/tools/build/os/msdos/cklength.uue b/tools/build/os/msdos/cklength.uue index a2d2991a1e..fd8052cd9a 100644 --- a/tools/build/os/msdos/cklength.uue +++ b/tools/build/os/msdos/cklength.uue @@ -1,3 +1,6 @@ +# +# $Id$ +# begin 664 cklength M?T5,1@$" 0 " ( ! $,% #0 "T8 T " M!0 H !H %P 8 T $ - "@ H 4 P diff --git a/tools/build/os/msdos/fixtimer.uue b/tools/build/os/msdos/fixtimer.uue index fcdaa2eb85..bc4b10fc72 100644 --- a/tools/build/os/msdos/fixtimer.uue +++ b/tools/build/os/msdos/fixtimer.uue @@ -1,3 +1,6 @@ +# +# $Id$ +# begin 664 fixtimer.exe M35IF 0X 0 @ T __^; 8 (@ $ ^R!R:@$ M diff --git a/tools/build/os/msdos/ifc_exe.uue b/tools/build/os/msdos/ifc_exe.uue index 713f0df33b..cd9f52b8f0 100644 --- a/tools/build/os/msdos/ifc_exe.uue +++ b/tools/build/os/msdos/ifc_exe.uue @@ -1,3 +1,6 @@ +# +# $Id$ +# begin 664 ifc.exe M(VEN8VQU9&4@/'-T9&EO+F@^#0HC:6YC;'5D92 \