summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog29
-rw-r--r--benchmarks/ChangeLog43
-rw-r--r--classic_api/ChangeLog21
-rw-r--r--cxx/ChangeLog25
-rw-r--r--file_io/ChangeLog40
-rw-r--r--gdb/ChangeLog10
-rw-r--r--hello/ChangeLog17
-rw-r--r--led/ChangeLog71
-rw-r--r--led/complex1/ChangeLog43
-rw-r--r--micromonitor/ChangeLog12
-rw-r--r--misc/ChangeLog71
-rw-r--r--posix_api/ChangeLog22
-rw-r--r--schedsim/ChangeLog19
-rw-r--r--ticker/ChangeLog18
-rw-r--r--uboot/ChangeLog13
15 files changed, 0 insertions, 454 deletions
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index 315692a..0000000
--- a/ChangeLog
+++ /dev/null
@@ -1,29 +0,0 @@
-2011-06-13 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * testmacros.h: Eliminate use of obsolete rtems_clock_get().
-
-2011-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile: Update to account for movement of .cfg files.
-
-2011-03-08 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * classic_api/triple_period/Makefile:
- include $(PROJECT_ROOT)/make/leaf.cfg
- (Consistency with other Makefiles).
-
-2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile: Fix typo.
-
-2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * ChangeLog, Makefile: Merge programs from examples.
-
-2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile: Merge programs from examples.
- * posix_api/ChangeLog, posix_api/Makefile,
- posix_api/psx_sched_report/Makefile,
- posix_api/psx_sched_report/README, posix_api/psx_sched_report/test.c: New files.
-
diff --git a/benchmarks/ChangeLog b/benchmarks/ChangeLog
deleted file mode 100644
index 3e08297..0000000
--- a/benchmarks/ChangeLog
+++ /dev/null
@@ -1,43 +0,0 @@
-2011-06-13 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * nbench/nbench-byte-2.2.3/sysspec.c: Eliminate use of obsolete
- rtems_clock_get().
-
-2011-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile: Update to account for movement of .cfg files.
-
-2011-03-17 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * ChangeLog, Makefile, nbench/Makefile, nbench/README, nbench/main.c,
- nbench/nbench-byte-2.2.3/COM.DAT, nbench/nbench-byte-2.2.3/Changes,
- nbench/nbench-byte-2.2.3/Makefile, nbench/nbench-byte-2.2.3/NNET.DAT,
- nbench/nbench-byte-2.2.3/README,
- nbench/nbench-byte-2.2.3/README.motorola,
- nbench/nbench-byte-2.2.3/README.nonlinux,
- nbench/nbench-byte-2.2.3/README.submit,
- nbench/nbench-byte-2.2.3/RESULTS, nbench/nbench-byte-2.2.3/bdoc.txt,
- nbench/nbench-byte-2.2.3/debugbit.good.gz,
- nbench/nbench-byte-2.2.3/emfloat.c,
- nbench/nbench-byte-2.2.3/emfloat.h,
- nbench/nbench-byte-2.2.3/hardware.c,
- nbench/nbench-byte-2.2.3/hardware.h,
- nbench/nbench-byte-2.2.3/hello.c, nbench/nbench-byte-2.2.3/misc.c,
- nbench/nbench-byte-2.2.3/misc.h, nbench/nbench-byte-2.2.3/nbench0.c,
- nbench/nbench-byte-2.2.3/nbench0.h,
- nbench/nbench-byte-2.2.3/nbench1.c,
- nbench/nbench-byte-2.2.3/nbench1.h,
- nbench/nbench-byte-2.2.3/nmglobal.h,
- nbench/nbench-byte-2.2.3/pointer.c,
- nbench/nbench-byte-2.2.3/pointer.h,
- nbench/nbench-byte-2.2.3/sysinfo.c,
- nbench/nbench-byte-2.2.3/sysinfo.c.example,
- nbench/nbench-byte-2.2.3/sysinfo.c.template,
- nbench/nbench-byte-2.2.3/sysinfo.sh,
- nbench/nbench-byte-2.2.3/sysinfoc.c,
- nbench/nbench-byte-2.2.3/sysinfoc.c.example,
- nbench/nbench-byte-2.2.3/sysinfoc.c.template,
- nbench/nbench-byte-2.2.3/sysspec.c,
- nbench/nbench-byte-2.2.3/sysspec.h,
- nbench/nbench-byte-2.2.3/wordcat.h: New files.
- Add first benchmark -- Byte nbench.
diff --git a/classic_api/ChangeLog b/classic_api/ChangeLog
deleted file mode 100644
index a2cc052..0000000
--- a/classic_api/ChangeLog
+++ /dev/null
@@ -1,21 +0,0 @@
-2011-06-13 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * classic_signal/test.c, triple_period/init.c, triple_period/system.h,
- triple_period/tasks.c: Eliminate use of obsolete rtems_clock_get().
-
-2011-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile: Update to account for movement of .cfg files.
-
-2011-03-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * classic_signal/test.c: Example clean up.
-
-2010-04-08 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * classic_signal/Makefile: Change executable name from hello.
-
-2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * ChangeLog: New file.
-
diff --git a/cxx/ChangeLog b/cxx/ChangeLog
deleted file mode 100644
index 281e93a..0000000
--- a/cxx/ChangeLog
+++ /dev/null
@@ -1,25 +0,0 @@
-2011-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile, libcpp/Makefile: Update to account for movement of .cfg
- files.
-
-2010-04-29 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * cxx_throw/init.cc: Turn off test when BSP_SMALL_MEMORY defined.
-
-2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * cxx_throw/init.cc, libcpp/Makefile, libcpp/README, libcpp/foo.cc,
- libcpp/foo.h, libcpp/foo1.cpp: Now builds.
- * libcpp/.cvsignore: New file.
-
-2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * cxx_throw/.cvsignore: New file.
-
-2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * ChangeLog, Makefile, cxx_throw/MAIL, cxx_throw/Makefile,
- cxx_throw/init.cc, libcpp/Makefile, libcpp/README, libcpp/foo.cc,
- libcpp/foo.h, libcpp/foo1.cpp: New files.
-
diff --git a/file_io/ChangeLog b/file_io/ChangeLog
deleted file mode 100644
index 95303db..0000000
--- a/file_io/ChangeLog
+++ /dev/null
@@ -1,40 +0,0 @@
-2011-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile: Update to account for movement of .cfg files.
-
-2011-03-14 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * crc/Makefile, fat_ramdisk/Makefile: Fix Makefiles.
-
-2011-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * fat_ramdisk/.cvsignore, fat_ramdisk/Makefile, fat_ramdisk/README,
- fat_ramdisk/init.c, fat_ramdisk/rootfs/shell-init: New files.
-
-2011-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile: Add new example of untar to load initial contents of IMFS.
- * crc/.cvsignore, crc/LICENSE, crc/Makefile, crc/README, crc/crc.h,
- crc/crc_32.c, crc/init.c, crc/sniptype.h, crc/rootfs/image.img: New
- files.
-
-2010-04-12 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * fdopen/test.c: Add include of unistd.h for close().
-
-2010-04-09 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * filerdback/test.c: Add CVS Id.
-
-2010-04-09 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * filerdback/test.c: Add include of unistd.h
-
-2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * ChangeLog, Makefile, fdopen/.cvsignore, fdopen/Makefile,
- fdopen/README, fdopen/test.c, filerdback/.cvsignore,
- filerdback/Makefile, filerdback/README, filerdback/test.c,
- repeated_opens/.cvsignore, repeated_opens/Makefile,
- repeated_opens/README, repeated_opens/test.c: New files.
-
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
deleted file mode 100644
index 9dae762..0000000
--- a/gdb/ChangeLog
+++ /dev/null
@@ -1,10 +0,0 @@
-2009-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * README: New file.
-
-2009-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * ChangeLog, overwrite/.cvsignore, overwrite/Makefile,
- overwrite/README, overwrite/overwrite.c, overwrite/rtems_init.c:
- New files.
-
diff --git a/hello/ChangeLog b/hello/ChangeLog
deleted file mode 100644
index 85499fa..0000000
--- a/hello/ChangeLog
+++ /dev/null
@@ -1,17 +0,0 @@
-2011-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile: Update to account for movement of .cfg files.
-
-2011-03-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * both_hello/test.c, hello_world_c/test.c, posix_hello_world/test.c:
- Example clean up.
-
-2010-04-06 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * both_hello/test.c: Add unistd.h
-
-2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * ChangeLog: New file.
-
diff --git a/led/ChangeLog b/led/ChangeLog
deleted file mode 100644
index a49ad66..0000000
--- a/led/ChangeLog
+++ /dev/null
@@ -1,71 +0,0 @@
-2011-06-13 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * ratemon_cond_server/test.c: Eliminate use of obsolete
- rtems_clock_get().
-
-2011-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile: Update to account for movement of .cfg files.
-
-2011-03-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * event_server/init.c, msg_server/init.c, sem_server/init.c,
- timer/init.c, timer_server/init.c: Example clean up.
-
-2010-04-29 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * complex1/main.cc, complex1/menu.cc, complex1/periodic.c,
- complex1/test.cc: Turn off test when BSP_SMALL_MEMORY defined.
-
-2010-04-29 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * complex1/Makefile: Use make-cxx-exe.
-
-2010-04-06 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * posix_delay_sleep/test.c: Add unistd.h
-
-2009-12-17 Glenn Humphrey <glenn.humphrey@OARcorp.com>
-
- * timer/init.c, timer_server/init.c: Simplified examples to insure
- consistent behavior for all cases.
-
-2009-12-17 Glenn Humphrey <glenn.humphrey@OARcorp.com>
-
- * delay/init.c, event_server/init.c, msg_server/init.c,
- posix_cond_server/test.c, posix_delay_nanosleep/test.c,
- posix_delay_sleep/test.c, posix_mutex_server/test.c, ratemon1/init.c,
- ratemon2/init.c, ratemon_cond_server/test.c, sem_server/init.c,
- timeout_event/init.c: Cleaned up the led examples to produce similiar
- output.
- * timer_server/.cvsignore: New file.
-
-2009-10-12 Glenn Humphrey <glenn.humphrey@OARcorp.com>
-
- * delay/init.c, event_server/init.c, msg_server/init.c,
- ratemon1/init.c, ratemon2/init.c, sem_server/init.c,
- timeout_event/init.c: Cleaned up unused variables and standardized
- for inclusion into RTEMS class materials.
-
-2009-10-12 Glenn Humphrey <glenn.humphrey@OARcorp.com>
-
- * Makefile, timer/init.c: Split the timer example into two examples
- and cleaned up resource usage.
- * timer_server/Makefile, timer_server/init.c: New files.
-
-2009-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * delay/init.c, ratemon1/init.c: Clean up configuration.
-
-2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile: Add timer test.
-
-2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * complex1/.main.cc.swp: Removed.
-
-2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * ChangeLog: New file.
-
diff --git a/led/complex1/ChangeLog b/led/complex1/ChangeLog
deleted file mode 100644
index 759b171..0000000
--- a/led/complex1/ChangeLog
+++ /dev/null
@@ -1,43 +0,0 @@
-2010-05-11 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * main.cc: Do not configure as much when disabling the test for small
- memory targets.
-
-2008-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * main.cc: Rework to avoid new GCC error:
- "ISO C++ forbids taking address of function ::main"
-
-2008-09-26 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * main.cc: Update STACK_CHECKER_ON to CONFIGURE_STACK_CHECKER_ENABLED.
-
-2008-09-26 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * periodic.c: Change boolean to bool.
-
-2008-03-12 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * LocalMessageQueuePOSIX10031c.h, test.cc: Add include files needed by
- gcc 4.3 and later.
-
-2007-11-05 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * test.cc: Make LEDs work on IceCube board.
-
-2007-11-02 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * .cvsignore: Correct this.
-
-2007-11-02 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * ChangeLog, LocalMessageQueuePOSIX10031c.h, Makefile, MessageQueueT.h,
- main.cc, periodic.c, test.cc: Now builds and runs. Apparently I
- forgot to merge changes from the last class.
-
-2004-09-22 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * .cvsignore, ChangeLog, LocalMessageQueuePOSIX10031c.h, Makefile,
- Makefile.linux, MessageQueueT.h, MessageQueueT_BASE.h, ledServer.h,
- main.cc, menu.cc, menu.h, periodic.c, periodic.h, test.cc: New files.
-
diff --git a/micromonitor/ChangeLog b/micromonitor/ChangeLog
deleted file mode 100644
index 4987bb9..0000000
--- a/micromonitor/ChangeLog
+++ /dev/null
@@ -1,12 +0,0 @@
-2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * diagnostics/README: Add uMon script.
- * diagnostics/appboot: New file.
-
-2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * ChangeLog, README, diagnostics/README, diagnostics/cfg.h,
- diagnostics/cli.h, diagnostics/cstart.c, diagnostics/main.c,
- diagnostics/makefile, diagnostics/monlib.c, diagnostics/monlib.h,
- diagnostics/tfs.h, umon/Makefile, umon/README, umon/test.c: New files.
-
diff --git a/misc/ChangeLog b/misc/ChangeLog
deleted file mode 100644
index d86dd1d..0000000
--- a/misc/ChangeLog
+++ /dev/null
@@ -1,71 +0,0 @@
-2011-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile: Update to account for movement of .cfg files.
-
-2011-03-03 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- PR 1748/bsps
- * Makefile: Add new test program for wrapping clock tick.
- * nanosecond_tick_wrap/.cvsignore, nanosecond_tick_wrap/Makefile,
- nanosecond_tick_wrap/README, nanosecond_tick_wrap/init.c: New files.
-
-2010-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * qemu_vfat/Makefile, qemu_vfat/README, qemu_vfat/init.c: Now includes
- a start_test example which parses arguments.
- * qemu_vfat/start_test.c: New file.
-
-2010-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * qemu_vfat/.cvsignore, qemu_vfat/Makefile, qemu_vfat/README,
- qemu_vfat/init.c, qemu_vfat/system.h: New files.
-
-2010-04-15 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * x86_display_cpu/Makefile, x86_display_cpu/test.c: Clean up.
-
-2010-04-14 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * x86_display_cpu/.cvsignore, x86_display_cpu/Makefile,
- x86_display_cpu/test.c: New files.
-
-2010-04-08 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * Makefile: Do not build adamain automatically until there is a way to
- know if the Ada support was built.
-
-2009-12-10 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile: Add adamain test. This is a strictly C version of the
- startup code for a GNAT Ada application. If this does not run, then
- Ada code has no prayer of running.
- * adamain/.cvsignore, adamain/Makefile, adamain/README,
- adamain/adacode.c, adamain/rtems_init.c: New files.
-
-2009-10-14 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * applib/Makefile, applib/file_1.c, applib/private.h,
- applib/userLib.h: New files.
-
-2009-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile: Add example for extracting values from RTEMS Application
- Makefile infrastructure.
- * extract_example/.cvsignore, extract_example/Makefile,
- extract_example/README: New files.
-
-2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile: Add new program to demonstrate use of BSP command line
- arguments.
- * bspcmdline/.cvsignore, bspcmdline/Makefile, bspcmdline/README,
- bspcmdline/test.c: New files.
-
-2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * minimum/test.c: Remove warning.
-
-2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * ChangeLog: New file.
-
diff --git a/posix_api/ChangeLog b/posix_api/ChangeLog
deleted file mode 100644
index e222816..0000000
--- a/posix_api/ChangeLog
+++ /dev/null
@@ -1,22 +0,0 @@
-2011-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile: Update to account for movement of .cfg files.
-
-2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psx_example_1/.cvsignore, psx_example_2/.cvsignore,
- psx_example_3/.cvsignore, psx_sched_report/.cvsignore: New files.
-
-2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * ChangeLog, Makefile, psx_example_1/Makefile, psx_example_1/test1.c,
- psx_example_2/Makefile, psx_example_2/test2.c,
- psx_example_3/Makefile, psx_example_3/test3.c,
- psx_sched_report/Makefile, psx_sched_report/README,
- psx_sched_report/test.c: New files.
-
-2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * ChangeLog, Makefile, psx_sched_report/Makefile,
- psx_sched_report/README, psx_sched_report/test.c: New files.
-
diff --git a/schedsim/ChangeLog b/schedsim/ChangeLog
deleted file mode 100644
index 3ff5c94..0000000
--- a/schedsim/ChangeLog
+++ /dev/null
@@ -1,19 +0,0 @@
-2011-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * schedsim_priority/.cvsignore, schedsim_priority/Makefile: Update a
- bit.
-
-2011-04-08 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * schedsim_priority/Makefile, schedsim_priority/config.c: update and
- add example script.
- * schedsim_priority/.cvsignore, schedsim_priority/example_script: New
- files.
-
-2010-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * ChangeLog, schedsim_priority/Makefile, schedsim_priority/README,
- schedsim_priority/config.c, schedsim_priority/printheir_executing.c,
- schedsim_priority/schedsim.cc,
- schedsim_priority/wrap_thread_dispatch.c: New files.
-
diff --git a/ticker/ChangeLog b/ticker/ChangeLog
deleted file mode 100644
index 87b4097..0000000
--- a/ticker/ChangeLog
+++ /dev/null
@@ -1,18 +0,0 @@
-2011-06-13 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * low_ticker/init.c, ticker/init.c: Eliminate use of obsolete
- rtems_clock_get().
-
-2011-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile: Update to account for movement of .cfg files.
-
-2009-10-06 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * low_ticker1/init.c: Change minimum stack space on SPARC to 1024.
- * ticker/init.c: Why was clock tick 1 microsecond?
-
-2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * ChangeLog: New file.
-
diff --git a/uboot/ChangeLog b/uboot/ChangeLog
deleted file mode 100644
index 234f424..0000000
--- a/uboot/ChangeLog
+++ /dev/null
@@ -1,13 +0,0 @@
-2011-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile: Update to account for movement of .cfg files.
-
-2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * uboot_getenv/.cvsignore: New file.
-
-2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * ChangeLog, Makefile, uboot_getenv/Makefile, uboot_getenv/README,
- uboot_getenv/test.c: New files.
-