From e94ad1feb9fd593f4b2443f486421d233bffc537 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 10 Aug 2000 13:24:00 +0000 Subject: Adding ChangeLogs. --- cpukit/ChangeLog | 3 +++ cpukit/itron/ChangeLog | 3 +++ cpukit/libmisc/ChangeLog | 3 +++ cpukit/libnetworking/ChangeLog | 3 +++ cpukit/librpc/ChangeLog | 3 +++ cpukit/posix/ChangeLog | 3 +++ cpukit/rtems/ChangeLog | 3 +++ cpukit/sapi/ChangeLog | 3 +++ cpukit/score/ChangeLog | 4 ++++ cpukit/score/cpu/a29k/ChangeLog | 3 +++ cpukit/score/cpu/arm/ChangeLog | 3 +++ cpukit/score/cpu/c4x/ChangeLog | 3 +++ cpukit/score/cpu/h8300/ChangeLog | 3 +++ cpukit/score/cpu/hppa1.1/ChangeLog | 3 +++ cpukit/score/cpu/i386/ChangeLog | 3 +++ cpukit/score/cpu/i960/ChangeLog | 3 +++ cpukit/score/cpu/m68k/ChangeLog | 3 +++ cpukit/score/cpu/mips/ChangeLog | 3 +++ cpukit/score/cpu/mips64orion/ChangeLog | 3 +++ cpukit/score/cpu/no_cpu/ChangeLog | 3 +++ cpukit/score/cpu/powerpc/ChangeLog | 3 +++ cpukit/score/cpu/sh/ChangeLog | 3 +++ cpukit/score/cpu/sparc/ChangeLog | 3 +++ cpukit/score/cpu/unix/ChangeLog | 3 +++ 24 files changed, 73 insertions(+) create mode 100644 cpukit/ChangeLog create mode 100644 cpukit/itron/ChangeLog create mode 100644 cpukit/libmisc/ChangeLog create mode 100644 cpukit/libnetworking/ChangeLog create mode 100644 cpukit/librpc/ChangeLog create mode 100644 cpukit/posix/ChangeLog create mode 100644 cpukit/rtems/ChangeLog create mode 100644 cpukit/sapi/ChangeLog create mode 100644 cpukit/score/ChangeLog create mode 100644 cpukit/score/cpu/a29k/ChangeLog create mode 100644 cpukit/score/cpu/arm/ChangeLog create mode 100644 cpukit/score/cpu/c4x/ChangeLog create mode 100644 cpukit/score/cpu/h8300/ChangeLog create mode 100644 cpukit/score/cpu/hppa1.1/ChangeLog create mode 100644 cpukit/score/cpu/i386/ChangeLog create mode 100644 cpukit/score/cpu/i960/ChangeLog create mode 100644 cpukit/score/cpu/m68k/ChangeLog create mode 100644 cpukit/score/cpu/mips/ChangeLog create mode 100644 cpukit/score/cpu/mips64orion/ChangeLog create mode 100644 cpukit/score/cpu/no_cpu/ChangeLog create mode 100644 cpukit/score/cpu/powerpc/ChangeLog create mode 100644 cpukit/score/cpu/sh/ChangeLog create mode 100644 cpukit/score/cpu/sparc/ChangeLog create mode 100644 cpukit/score/cpu/unix/ChangeLog (limited to 'cpukit') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog new file mode 100644 index 0000000000..101734ce64 --- /dev/null +++ b/cpukit/ChangeLog @@ -0,0 +1,3 @@ +2000-08-10 Joel Sherrill + + * ChangeLog: New file. diff --git a/cpukit/itron/ChangeLog b/cpukit/itron/ChangeLog new file mode 100644 index 0000000000..101734ce64 --- /dev/null +++ b/cpukit/itron/ChangeLog @@ -0,0 +1,3 @@ +2000-08-10 Joel Sherrill + + * ChangeLog: New file. diff --git a/cpukit/libmisc/ChangeLog b/cpukit/libmisc/ChangeLog new file mode 100644 index 0000000000..101734ce64 --- /dev/null +++ b/cpukit/libmisc/ChangeLog @@ -0,0 +1,3 @@ +2000-08-10 Joel Sherrill + + * ChangeLog: New file. diff --git a/cpukit/libnetworking/ChangeLog b/cpukit/libnetworking/ChangeLog new file mode 100644 index 0000000000..101734ce64 --- /dev/null +++ b/cpukit/libnetworking/ChangeLog @@ -0,0 +1,3 @@ +2000-08-10 Joel Sherrill + + * ChangeLog: New file. diff --git a/cpukit/librpc/ChangeLog b/cpukit/librpc/ChangeLog new file mode 100644 index 0000000000..101734ce64 --- /dev/null +++ b/cpukit/librpc/ChangeLog @@ -0,0 +1,3 @@ +2000-08-10 Joel Sherrill + + * ChangeLog: New file. diff --git a/cpukit/posix/ChangeLog b/cpukit/posix/ChangeLog new file mode 100644 index 0000000000..101734ce64 --- /dev/null +++ b/cpukit/posix/ChangeLog @@ -0,0 +1,3 @@ +2000-08-10 Joel Sherrill + + * ChangeLog: New file. diff --git a/cpukit/rtems/ChangeLog b/cpukit/rtems/ChangeLog new file mode 100644 index 0000000000..101734ce64 --- /dev/null +++ b/cpukit/rtems/ChangeLog @@ -0,0 +1,3 @@ +2000-08-10 Joel Sherrill + + * ChangeLog: New file. diff --git a/cpukit/sapi/ChangeLog b/cpukit/sapi/ChangeLog new file mode 100644 index 0000000000..101734ce64 --- /dev/null +++ b/cpukit/sapi/ChangeLog @@ -0,0 +1,3 @@ +2000-08-10 Joel Sherrill + + * ChangeLog: New file. diff --git a/cpukit/score/ChangeLog b/cpukit/score/ChangeLog new file mode 100644 index 0000000000..c00bec1627 --- /dev/null +++ b/cpukit/score/ChangeLog @@ -0,0 +1,4 @@ + +2000-08-10 Joel Sherrill + + * ChangeLog: New file. diff --git a/cpukit/score/cpu/a29k/ChangeLog b/cpukit/score/cpu/a29k/ChangeLog new file mode 100644 index 0000000000..101734ce64 --- /dev/null +++ b/cpukit/score/cpu/a29k/ChangeLog @@ -0,0 +1,3 @@ +2000-08-10 Joel Sherrill + + * ChangeLog: New file. diff --git a/cpukit/score/cpu/arm/ChangeLog b/cpukit/score/cpu/arm/ChangeLog new file mode 100644 index 0000000000..101734ce64 --- /dev/null +++ b/cpukit/score/cpu/arm/ChangeLog @@ -0,0 +1,3 @@ +2000-08-10 Joel Sherrill + + * ChangeLog: New file. diff --git a/cpukit/score/cpu/c4x/ChangeLog b/cpukit/score/cpu/c4x/ChangeLog new file mode 100644 index 0000000000..101734ce64 --- /dev/null +++ b/cpukit/score/cpu/c4x/ChangeLog @@ -0,0 +1,3 @@ +2000-08-10 Joel Sherrill + + * ChangeLog: New file. diff --git a/cpukit/score/cpu/h8300/ChangeLog b/cpukit/score/cpu/h8300/ChangeLog new file mode 100644 index 0000000000..101734ce64 --- /dev/null +++ b/cpukit/score/cpu/h8300/ChangeLog @@ -0,0 +1,3 @@ +2000-08-10 Joel Sherrill + + * ChangeLog: New file. diff --git a/cpukit/score/cpu/hppa1.1/ChangeLog b/cpukit/score/cpu/hppa1.1/ChangeLog new file mode 100644 index 0000000000..101734ce64 --- /dev/null +++ b/cpukit/score/cpu/hppa1.1/ChangeLog @@ -0,0 +1,3 @@ +2000-08-10 Joel Sherrill + + * ChangeLog: New file. diff --git a/cpukit/score/cpu/i386/ChangeLog b/cpukit/score/cpu/i386/ChangeLog new file mode 100644 index 0000000000..101734ce64 --- /dev/null +++ b/cpukit/score/cpu/i386/ChangeLog @@ -0,0 +1,3 @@ +2000-08-10 Joel Sherrill + + * ChangeLog: New file. diff --git a/cpukit/score/cpu/i960/ChangeLog b/cpukit/score/cpu/i960/ChangeLog new file mode 100644 index 0000000000..101734ce64 --- /dev/null +++ b/cpukit/score/cpu/i960/ChangeLog @@ -0,0 +1,3 @@ +2000-08-10 Joel Sherrill + + * ChangeLog: New file. diff --git a/cpukit/score/cpu/m68k/ChangeLog b/cpukit/score/cpu/m68k/ChangeLog new file mode 100644 index 0000000000..101734ce64 --- /dev/null +++ b/cpukit/score/cpu/m68k/ChangeLog @@ -0,0 +1,3 @@ +2000-08-10 Joel Sherrill + + * ChangeLog: New file. diff --git a/cpukit/score/cpu/mips/ChangeLog b/cpukit/score/cpu/mips/ChangeLog new file mode 100644 index 0000000000..101734ce64 --- /dev/null +++ b/cpukit/score/cpu/mips/ChangeLog @@ -0,0 +1,3 @@ +2000-08-10 Joel Sherrill + + * ChangeLog: New file. diff --git a/cpukit/score/cpu/mips64orion/ChangeLog b/cpukit/score/cpu/mips64orion/ChangeLog new file mode 100644 index 0000000000..101734ce64 --- /dev/null +++ b/cpukit/score/cpu/mips64orion/ChangeLog @@ -0,0 +1,3 @@ +2000-08-10 Joel Sherrill + + * ChangeLog: New file. diff --git a/cpukit/score/cpu/no_cpu/ChangeLog b/cpukit/score/cpu/no_cpu/ChangeLog new file mode 100644 index 0000000000..101734ce64 --- /dev/null +++ b/cpukit/score/cpu/no_cpu/ChangeLog @@ -0,0 +1,3 @@ +2000-08-10 Joel Sherrill + + * ChangeLog: New file. diff --git a/cpukit/score/cpu/powerpc/ChangeLog b/cpukit/score/cpu/powerpc/ChangeLog new file mode 100644 index 0000000000..101734ce64 --- /dev/null +++ b/cpukit/score/cpu/powerpc/ChangeLog @@ -0,0 +1,3 @@ +2000-08-10 Joel Sherrill + + * ChangeLog: New file. diff --git a/cpukit/score/cpu/sh/ChangeLog b/cpukit/score/cpu/sh/ChangeLog new file mode 100644 index 0000000000..101734ce64 --- /dev/null +++ b/cpukit/score/cpu/sh/ChangeLog @@ -0,0 +1,3 @@ +2000-08-10 Joel Sherrill + + * ChangeLog: New file. diff --git a/cpukit/score/cpu/sparc/ChangeLog b/cpukit/score/cpu/sparc/ChangeLog new file mode 100644 index 0000000000..101734ce64 --- /dev/null +++ b/cpukit/score/cpu/sparc/ChangeLog @@ -0,0 +1,3 @@ +2000-08-10 Joel Sherrill + + * ChangeLog: New file. diff --git a/cpukit/score/cpu/unix/ChangeLog b/cpukit/score/cpu/unix/ChangeLog new file mode 100644 index 0000000000..101734ce64 --- /dev/null +++ b/cpukit/score/cpu/unix/ChangeLog @@ -0,0 +1,3 @@ +2000-08-10 Joel Sherrill + + * ChangeLog: New file. -- cgit v1.2.3