summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-05-27 10:40:34 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-05-27 10:40:34 -0500
commitea855c1fa17b7c4e582521e0ec2ed4df80a257e2 (patch)
treef6e3805c29e480bcd1b51f38fc83d957f6a38f27
parente3c15fbe7411ed55280e951e169d59a5c56d7e8c (diff)
Remove ChangeLog files
-rw-r--r--ChangeLog17
-rw-r--r--schedsim/ChangeLog27
-rw-r--r--schedsim/rtems/ChangeLog41
-rw-r--r--schedsim/shell/ChangeLog52
-rw-r--r--schedsim/shell/schedsim_priority/ChangeLog21
-rw-r--r--schedsim/shell/schedsim_smpsimple/ChangeLog174
6 files changed, 0 insertions, 332 deletions
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index 2ad1bd8..0000000
--- a/ChangeLog
+++ /dev/null
@@ -1,17 +0,0 @@
-2011-07-06 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
- aclocal/check-posix.m4, aclocal/check-smp.m4,
- aclocal/env-rtemscpu.m4: New files.
-
-2011-05-17 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * configure.ac, aclocal/enable-smp.m4: Merge and update code.
- Simulators for Deterministic Priority and SMP Simple Schedulers now
- work.
- * .cvsignore: New file.
-
-2011-04-25 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * ChangeLog, README: New files.
-
diff --git a/schedsim/ChangeLog b/schedsim/ChangeLog
deleted file mode 100644
index 0b0bc94..0000000
--- a/schedsim/ChangeLog
+++ /dev/null
@@ -1,27 +0,0 @@
-2011-05-17 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * configure.ac: Merge and update code. Simulators for Deterministic
- Priority and SMP Simple Schedulers now work.
- * acinclude.m4: New file.
-
-2011-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * README: New file.
-
-2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Require autoconf-2.68, automake-1.11.1.
-
-2011-01-28 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Remove RTEMS_PATH_KSH (Unused).
- Require autoconf >= 2.68, automake >= 1.11.1.
- Add AC_PROG_CC_C99 to enforce c99 hoping this will suffice to make
- this stuff compilable with older GCCs (works on some hosts).
-
-2010-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>
- Jennifer Averett <jennifer.averett@oarcorp.com>
-
- Add RTEMS Scheduler Simulator. This is the top level of the tree.
- * .cvsignore, ChangeLog, Makefile.am, configure.ac: New files.
-
diff --git a/schedsim/rtems/ChangeLog b/schedsim/rtems/ChangeLog
deleted file mode 100644
index 1ca05bd..0000000
--- a/schedsim/rtems/ChangeLog
+++ /dev/null
@@ -1,41 +0,0 @@
-2011-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am: Update.
-
-2011-05-17 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, rtems_init.c, sched_cpu/cpu.c,
- sched_cpu/rtems/score/cpu.h: Merge and update code. Simulators for
- Deterministic Priority and SMP Simple Schedulers now work.
- * debugio.c: New file.
- * sched_cpu/rtems/score/cpuopts.h: Removed.
-
-2011-04-11 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am: Add schedulersimple.h
-
-2011-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, wkspace.c: Compiles now and do not core dump when RTEMS
- is not initialized.
-
-2011-02-28 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sched_cpu/rtems/score/cpuopts.h: Bump to 4.10.99.0
-
-2010-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * .cvsignore: New file.
-
-2010-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>
- Jennifer Averett <jennifer.averett@oarcorp.com>
-
- Add RTEMS Scheduler Simulator. This is the RTEMS "port" to and
- adapter code to run on GNU/Linux with a fake context switch.
- * ChangeLog, Makefile.am, interr.c, rtems_init.c, rtems_sched.h,
- wkspace.c, sched_cpu/cpu.c, sched_cpu/cpu_asm.c,
- sched_cpu/rtems/asm.h, sched_cpu/rtems/stringto.h,
- sched_cpu/rtems/score/cpu.h, sched_cpu/rtems/score/cpu_asm.h,
- sched_cpu/rtems/score/cpuopts.h, sched_cpu/rtems/score/no_cpu.h,
- sched_cpu/rtems/score/types.h: New files.
-
diff --git a/schedsim/shell/ChangeLog b/schedsim/shell/ChangeLog
deleted file mode 100644
index 6860eb2..0000000
--- a/schedsim/shell/ChangeLog
+++ /dev/null
@@ -1,52 +0,0 @@
-2011-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * run_scenarios: Take name/full path of simulator instance -- not
- just directory -- since name may be unique.
-
-2011-06-23 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * run_scenarios: Improve error checking.
-
-2011-05-17 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am: Merge and update code. Simulators for Deterministic
- Priority and SMP Simple Schedulers now work.
- * run_scenarios: New file.
-
-2011-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * shared/main_clocktick.c, shared/main_semcreate.c,
- shared/main_semdelete.c, shared/main_semflush.c,
- shared/main_semobtain.c, shared/main_semrelease.c,
- shared/main_taskcreate.c, shared/main_taskdelete.c,
- shared/main_taskmode.c, shared/main_taskpriority.c,
- shared/main_taskresume.c, shared/main_tasksuspend.c,
- shared/main_taskwakeafter.c, shared/schedsim_shell.h: Compiles now
- and do not core dump when RTEMS is not initialized.
-
-2010-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>
- Jennifer Averett <jennifer.averett@oarcorp.com>
-
- Add RTEMS Scheduler Simulator. This is the shell scripting portion.
- * .cvsignore, ChangeLog, Makefile.am, schedsim_priority/.cvsignore,
- schedsim_priority/Makefile.am, schedsim_priority/config.c,
- schedsim_priority/printheir_executing.c,
- schedsim_priority/schedsim.cc,
- schedsim_priority/wrap_thread_dispatch.c, scripts/script01,
- scripts/script02, scripts/script03, scripts/script04,
- scripts/script05, scripts/script06, shared/.cvsignore,
- shared/Makefile.am, shared/commands.c, shared/getopt.c,
- shared/lookup_semaphore.c, shared/lookup_task.c,
- shared/main_clocktick.c, shared/main_echo.c, shared/main_executing.c,
- shared/main_heir.c, shared/main_help.c, shared/main_rtemsinit.c,
- shared/main_semcreate.c, shared/main_semdelete.c,
- shared/main_semflush.c, shared/main_semobtain.c,
- shared/main_semrelease.c, shared/main_taskcreate.c,
- shared/main_taskdelete.c, shared/main_taskmode.c,
- shared/main_taskpriority.c, shared/main_taskresume.c,
- shared/main_tasksuspend.c, shared/main_taskwakeafter.c,
- shared/schedsim_shell.h, shared/shell_cmdset.c,
- shared/shell_makeargs.c, shared/include/shell.h,
- shared/include/newlib/_ansi.h, shared/include/newlib/getopt.h: New
- files.
-
diff --git a/schedsim/shell/schedsim_priority/ChangeLog b/schedsim/shell/schedsim_priority/ChangeLog
deleted file mode 100644
index dce10c8..0000000
--- a/schedsim/shell/schedsim_priority/ChangeLog
+++ /dev/null
@@ -1,21 +0,0 @@
-2011-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am: Use name schedsim_priority.
-
-2011-05-17 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am: Merge and update code. Simulators for Deterministic
- Priority and SMP Simple Schedulers now work.
- * ChangeLog, smp_stub.c, scenarios/script01.expected,
- scenarios/script01.output, scenarios/script01.scen,
- scenarios/script02.expected, scenarios/script02.output,
- scenarios/script02.scen, scenarios/script03.expected,
- scenarios/script03.output, scenarios/script03.scen,
- scenarios/script04.expected, scenarios/script04.output,
- scenarios/script04.scen, scenarios/script05.expected,
- scenarios/script05.output, scenarios/script05.scen,
- scenarios/script06.expected, scenarios/script06.output,
- scenarios/script06.scen: New files.
- * scenarios/script01, scenarios/script02, scenarios/script03,
- scenarios/script04, scenarios/script05, scenarios/script06: Removed.
-
diff --git a/schedsim/shell/schedsim_smpsimple/ChangeLog b/schedsim/shell/schedsim_smpsimple/ChangeLog
deleted file mode 100644
index 5139a1d..0000000
--- a/schedsim/shell/schedsim_smpsimple/ChangeLog
+++ /dev/null
@@ -1,174 +0,0 @@
-2011-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am: Use name schedsim_smpsimple.
-
-2011-05-17 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * .cvsignore, ChangeLog, Makefile.am, README, TODO, add_commands.c,
- config.c, main_current_cpu.c, main_dispatch.c, main_dump_all_cpus.c,
- main_dump_ready_tasks.c, printheir_executing.c, schedsim.cc,
- smp_stub.c, wrap_thread_dispatch.c, scenarios/.cvsignore,
- scenarios/cpus1_mode.expected, scenarios/cpus1_mode.scen,
- scenarios/cpus1_priority.expected, scenarios/cpus1_priority.scen,
- scenarios/cpus1_resume_on_primary.expected,
- scenarios/cpus1_resume_on_primary.scen,
- scenarios/cpus1_suspend_on_primary.expected,
- scenarios/cpus1_suspend_on_primary.scen,
- scenarios/cpus4_mode_case1.expected, scenarios/cpus4_mode_case1.scen,
- scenarios/cpus4_mode_case2.expected, scenarios/cpus4_mode_case2.scen,
- scenarios/cpus4_nonpreempt_case1.expected,
- scenarios/cpus4_nonpreempt_case1.scen,
- scenarios/cpus4_pick_older.expected, scenarios/cpus4_pick_older.scen,
- scenarios/cpus4_priority.expected, scenarios/cpus4_priority.scen,
- scenarios/cpus4_simple_nopreempt.expected,
- scenarios/cpus4_simple_nopreempt.scen,
- scenarios/cpus4_simple_preemption.expected,
- scenarios/cpus4_simple_preemption.scen,
- scenarios/cpus4_suspend_on_all.expected,
- scenarios/cpus4_suspend_on_all.scen,
- scenarios/cpus4_suspend_on_primary.expected,
- scenarios/cpus4_suspend_on_primary.scen,
- scenarios/cpus4_suspend_on_secondary.expected,
- scenarios/cpus4_suspend_on_secondary.scen: New files.
-
-2011-04-22 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * smp_stub.c, scenarios/cpus4_mode_case1.expected,
- scenarios/cpus4_mode_case2.expected,
- scenarios/cpus4_nonpreempt_case1.expected,
- scenarios/cpus4_pick_older.expected,
- scenarios/cpus4_priority.expected,
- scenarios/cpus4_simple_nopreempt.expected,
- scenarios/cpus4_simple_preemption.expected,
- scenarios/cpus4_suspend_on_all.expected,
- scenarios/cpus4_suspend_on_primary.expected,
- scenarios/cpus4_suspend_on_secondary.expected: Builds against latest
- changes.
-
-2011-04-22 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * main_dispatch.c, main_dump_all_cpus.c: Builds again and passes all
- tests.
-
-2011-04-20 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * config.c, scenarios/cpus1_resume_on_primary.expected,
- scenarios/cpus1_suspend_on_primary.expected,
- scenarios/cpus4_suspend_on_all.expected,
- scenarios/cpus4_suspend_on_primary.expected,
- scenarios/cpus4_suspend_on_secondary.expected: Now runs with Simple
- SMP Scheduler merged into SuperCore.
-
-2011-04-20 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile: Begin to merge Scheduler Simple SMP to score.
- * schedulersimplesmpblock.c, schedulersimplesmpschedule.c,
- schedulersimplesmpunblock.c, rtems/score/schedulersimplesmp.h:
- Removed.
-
-2011-04-20 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * scenarios/cpus4_pick_older.expected: Fix test name.
-
-2011-04-19 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * schedulersimplesmpschedule.c, scenarios/cpus4_mode_case1.expected,
- scenarios/cpus4_mode_case1.scen,
- scenarios/cpus4_nonpreempt_case1.expected,
- scenarios/cpus4_nonpreempt_case1.scen: Preemptible tasks favored over
- non-preemptible.
-
-2011-04-19 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * scenarios/cpus4_mode_case2.expected: New file.
-
-2011-04-19 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * TODO: Add test cases that work.
-
-2011-04-19 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * scenarios/cpus1_priority.expected, scenarios/cpus1_priority.scen,
- scenarios/cpus1_resume_on_primary.expected,
- scenarios/cpus1_resume_on_primary.scen: Add mode test cases. Fix use
- of task_mode.
- * scenarios/cpus1_mode.expected, scenarios/cpus1_mode.scen,
- scenarios/cpus4_mode_case1.expected, scenarios/cpus4_mode_case1.scen,
- scenarios/cpus4_mode_case2.scen: New files.
-
-2011-04-19 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * TODO, run_scenarios: New test case.
- * scenarios/cpus4_suspend_on_all.expected,
- scenarios/cpus4_suspend_on_all.scen: New files.
-
-2011-04-19 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * TODO, schedulersimplesmpschedule.c,
- scenarios/cpus4_simple_nopreempt.expected,
- scenarios/cpus4_simple_nopreempt.scen: More test cases working.
- * scenarios/cpus4_nonpreempt_case1.expected,
- scenarios/cpus4_nonpreempt_case1.scen,
- scenarios/cpus4_priority.expected, scenarios/cpus4_priority.scen: New
- files.
-
-2011-04-19 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * TODO, schedulersimplesmpschedule.c: Now behaves like Deterministic
- Priority Scheduler on priority lowering.
-
-2011-04-19 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * TODO, run_scenarios, schedulersimplesmpschedule.c: Priority changes
- on single CPU works like regular scheduler.
- * scenarios/.cvsignore, scenarios/cpus1_priority.expected,
- scenarios/cpus1_priority.scen: New files.
-
-2011-04-19 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * run_scenarios, scenarios/cpus1_resume_on_primary.expected,
- scenarios/cpus1_suspend_on_primary.expected,
- scenarios/cpus4_picker_older.expected,
- scenarios/cpus4_simple_nopreempt.expected,
- scenarios/cpus4_simple_preemption.expected,
- scenarios/cpus4_suspend_on_primary.expected,
- scenarios/cpus4_suspend_on_secondary.expected: All pass again after
- placing them in a subdirectory.
-
-2011-04-18 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * .cvsignore, TODO, main_current_cpu.c, main_dispatch.c,
- main_dump_all_cpus.c, main_dump_ready_tasks.c,
- scen_cpus1_resume_on_primary, scen_cpus1_suspend_on_primary,
- scen_cpus4_picker_older, scen_cpus4_simple_nopreempt,
- scen_cpus4_suspend_on_secondary, schedsim.cc: Six scenrarios run
- correctly. Added script to automate checking again.
- * run_scenarios, scen_cpus1_resume_on_primary.expected,
- scen_cpus1_suspend_on_primary.expected,
- scen_cpus4_simple_nopreempt.expected,
- scen_cpus4_simple_preemption.expected,
- scen_cpus4_suspend_on_primary.expected,
- scen_cpus4_suspend_on_secondary.expected: New files.
-
-2011-04-15 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile, add_commands.c, getcpuid.c, schedsim.cc,
- schedulersimplesmpschedule.c, schedulersimplesmpunblock.c,
- smp_stub.c, rtems/score/schedulersimplesmp.h: Now supports the first
- scenarios for initial version of Simple SMP scheduler. Not all pass.
- * .cvsignore, TODO, main_current_cpu.c, main_dispatch.c,
- scen_cpus1_resume_on_primary, scen_cpus1_suspend_on_primary,
- scen_cpus4_picker_older, scen_cpus4_simple_nopreempt,
- scen_cpus4_simple_preemption, scen_cpus4_suspend_on_primary,
- scen_cpus4_suspend_on_secondary, schedulersimplesmpblock.c: New
- files.
-
-2011-04-12 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * ChangeLog, Makefile, README, add_commands.c, config.c, debugio.c,
- example_script, getcpuid.c, main_dump_all_cpus.c,
- main_dump_ready_tasks.c, printheir_executing.c, schedsim.cc,
- schedulersimplesmpschedule.c, schedulersimplesmpunblock.c,
- smp_stub.c, wrap_thread_dispatch.c, rtems/score/schedulersimplesmp.h:
- New files.
-