RTEMS: Delete ChangeLog files.

This commit deletes all RTEMS ChangeLog files. These files have been abandoned
since converting to git version control. The historical data may be recovered
by checking out any commit before this one. Most of the contents of these
ChangeLog files can also be found in the git log.

Two external ChangeLog files, ChangeLog.slac and ChangeLog.zlib, remain.
This commit is contained in:
Gedare Bloom
2013-03-08 15:55:06 -05:00
parent e2b4891309
commit fad2d38a9f
169 changed files with 0 additions and 109629 deletions

View File

@@ -1,867 +0,0 @@
2011-03-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/src/spin.c: Include "test_support.h".
2011-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Add support/include/tmtests_empty_function.h.
* support/include/tmtests_empty_function.h: New.
* support/src/tmtests_empty_function.c,
support/src/tmtests_support.c:
Include "tmtests_empty_function.h".
Remove local decls (Missing prototypes).
2011-11-04 Sebastian Huber <sebastian.huber@embedded-brains.de>
* support/src/test_support.c: Avoid magic numbers.
2011-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/include/tmacros.h:
Remove fatal_posix_service_pointer_minus_one (unused).
2011-10-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/include/primode.h: New.
* Makefile.am: Add support/include/primode.h
2011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/include/tmacros.h: Remove PRItime_t.
2011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/include/pritime.h: New.
* Makefile.am: Add support/include/pritime.h
2011-07-29 Jennifer Averett <Jennifer.Averett@OARcorp.com>
* support/include/test_support.h: Fixed incorrect name in prototype.
2011-07-01 Jennifer Averett <Jennifer.Averett@OARcorp.com>
* support/include/tmacros.h: Disable the check for dispatch disable
level for SMP tests. Another CPU may be inside RTEMS by the time
these checks are being done which would result in false failures.
2011-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac, support/include/test_support.h:
* support/src/locked_print.c: New file.
2011-04-27 Jennifer Averett <Jennifer.Averett@OARcorp.com>
PR 1784
* sptests/spsize/size.c: Split bspsmp.h into two files smp.h and
bspsmp.h
2011-04-21 Jennifer Averett <Jennifer.Averett@OARcorp.com
PR 1777/cpukit
* support/include/tmacros.h, tmtests/tm26/task1.c,
tmtests/tm27/task1.c: Consolidated access to
_Thread_Dispatch_disable_level.
2011-04-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Add fstests.
2011-03-04 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/env-rtemsbsp.m4, aclocal/rtems-top.m4, aclocal/version.m4:
Rename RTEMS_API into _RTEMS_API.
2011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/canonical-target-name.m4:
Stop pretending no_cpu* was buildable.
Derive RTEMS_CPU from "$host_cpu".
Error out if "$host" doesn't match "*-*-rtems*".
2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/src/tmtests_support.c:
loop_overhead and end_time are uint32_t's.
2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/src/spin.c, support/src/test_support.c,
support/src/tmtests_empty_function.c, support/src/tmtests_support.c:
Add HAVE_CONFIG_H.
2011-02-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/include/tmacros.h: Remove PRIxblksize_t, PRIxblkcnt_t.
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-12-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Add initial small set of POSIX Timing Tests.
2010-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1708/build:
* aclocal/check-cpuopts.m4: Fix m4-quoting.
2010-09-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/check-cpuopts.m4: Add AC_LANG_SOURCE.
2010-07-31 Ralf Corsépius <ralf.corsepius@rtems.org>
* automake/compile.am: Remove clean-local:.
Use CLEANFILES for cleaning up make-exe by-products.
2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1532/testing
* aclocal/project-root.m4: Add initial tests for untar capabilities.
2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* support/include/test_support.h, support/src/test_support.c: Add
Allocate_majority_of_heap().
2010-06-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
* support/src/tmtests_support.c: Fix warning.
2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* support/include/test_support.h, support/src/tmtests_empty_function.c:
Add helper so it is easier to write a basic repeated operation
tmtest.
* support/src/tmtests_support.c: New file.
2010-06-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Remove itron.
2010-06-07 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/version.m4: Bump RTEMS_API to 4.11.
Bump _RTEMS_VERSION to 4.10.99.0.
2010-05-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/include/tmacros.h: Remove PRIdoff_t.
2010-04-22 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
* support/include/tmacros.h: Changed check_dispatch_disable_level() to
treat all non-zero values of _Thread_Dispatch_disable_level equally.
2009-12-08 Glenn Humphrey <glenn.humphrey@OARcorp.com>
* support/include/test_support.h, support/include/tmacros.h,
support/src/test_support.c: Added support functions to spin for a
number of ticks and to spin until the next tick.
* support/src/spin.c: New file.
2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* support/include/tmacros.h: Use rtems_test_assert() consistently
instead of system assert(). rtems_test_assert() is designed to
integrate into the RTEMS test suite infrastructure.
2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* support/include/tmacros.h: Add service to check status returned by
POSIX methods which return a pointer which is -1 on error. This
eliminated some casts.
2009-01-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/include/tmacros.h: Include rtems/score/thread.h.
Remove _Thread_Dispatch_disable_level.
2009-01-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/include/tmacros.h: Add PRIxino_t, PRIdoff_t,
PRIxblksize_t, PRIxblkcnt_t.
Comment cleanups.
2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/include/tmacros.h: Add PRIxrtems_task_priority,
PRIxrtems_task_priority, PRIxrtems_signal_set.
2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/include/tmacros.h: Add PRIxpthread_t.
* support/include/tmacros.h: Add PRIxrtems_event_set.
(fatal_posix_service_status_errno) Add local "long" var "statx".
2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/include/tmacros.h: Add PRIdThread_Entry_numeric_type.
Add PRIdrtems_task_argument.
2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/include/tmacros.h: Add PRIdWatchdog_Interval.
Add PRIdrtems_interval.
2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/include/tmacros.h: Add PRIdPriority_Control.
Change PRIdrtems_task_priority to using PRIdPriority_Control.
2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/include/tmacros.h: Add PRIdrtems_task_priority.
2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/include/tmacros.h: Add PRIxrtems_id.
2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/include/tmacros.h: Add PRItime_t.
2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/include/tmacros.h (print_time): Use PRIu32 instead of %d.
2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/include/test_support.h: Add missing prototypes.
* support/include/tmacros.h: Move _Thread_Dispatch_disable_level
outside of check_dispatch_disable_level.
2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/src/test_support.c: Add missing prototypes.
* support/include/tmacros.h: Include <inttypes.h>.
Move extern "C".
Let put_name use "int" instead "uint32_t" (Arg to putchar must be int).
2009-10-24 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Add support/include/test_support.h.
2009-10-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* automake/compile.am: Add *.ralf to clean-local.
2009-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/check-custom-bsp.m4: Fix up AC_REQUIRES.
2009-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/canonical-target-name.m4:
Remove posix/unix simulator.
2009-09-14 Joel Sherrill <joel.sherrill@OARcorp.com>
* psxtests/psxclock/init.c, psxtests/psxclock/psxclock.scn: Add test
case for nanosleep of a very small delay which mathematically is less
than a clock tick.
2009-09-13 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Some POSIX tests exercise functionality which is
enabled when the POSIX threading is disabled. So build this suite all
the time and let the psxtests select the specific tests to build.
2009-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* support/include/tmacros.h: Eliminate test routines TICKS_PER_SECOND
and get_ticks_per_second() in favor of new
rtems_clock_get_ticks_per_second().
2009-08-06 Joel Sherrill <joel.sherrill@OARcorp.com>
* support/src/test_support.c: Tinker with longest valid name.
2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* support/include/buffer_test_io.h: Use printk on AVR by default.
2009-05-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* support/src/tmtests_empty_function.c: Fix warnings.
2009-04-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/prog-cc.m4: Preset ac_cv_exeext=.exe for *-rtems*
toolchains.
2008-12-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/canonical-target-name.m4: Remove tic4x.
2008-09-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/version.m4: Bump RTEMS_API to 4.10.
Bump _RTEMS_VERSION to 4.9.99.0.
2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/src/test_support.c: Convert to "bool".
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
* support/src/tmtests_empty_function.c: New file.
2008-07-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
AC_PREREQ(2.62).
2008-02-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/enable-rtemsbsp.m4: s/AC_HELP/AS_HELP/.
2008-02-04 Jennifer Averett <jennifer.averett@OARcorp.com>
* support/include/test_support.h, support/src/test_support.c: New files.
2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>
* support/include/tmacros.h: Change TEST_INIT to CONFIGURE_INIT. Make
tmacros.h available to all POSIX tests. Add a clock_settime case for
< 1988.
2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>
* support/include/tmacros.h: Fix put_name to handle unprintable names.
2008-01-29 Joel Sherrill <joel.sherrill@oarcorp.com>
* support/include/tmacros.h: Add new rtems_test_assert() which exits
rather than calling fatal error.
2007-12-17 Joel Sherrill <joel.sherrill@OARcorp.com>
* support/include/tmacros.h: Add new helper for POSIX tests.
2007-09-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/version.m4: Bump RTEMS_API to 4.9.
Bump RTEMS_VERSION to 4.8.99.0.
2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* support/include/buffer_test_io.h: Add support for using printk for
output in tests. This should be followed up by disabling the console
driver and other support when the tests are using printk.
2007-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/check-cpuopts.m4: Check rtems/system.h instead of
rtems/score/cpuopts.h.
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: New BUG-REPORT address.
2006-10-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/rtems-top.m4: Remove RTEMS_API.
* aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/version.m4: Bump version to 4.7.99.0.
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.60. Require automake-1.10.
2006-07-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
* samples/fileio/system.h:
(PR1118) make use of the new confdefs.h mechanisms
for the IDE/ATA interface
2006-04-18 Joel Sherrill <joel@OARcorp.com>
* aclocal/version.m4: Updated to rtems-4.6.99.3.
2006-02-01 Joel Sherrill <joel@OARcorp.com>
PR 855/tests
* support/include/tmacros.h: Fix typo.
2005-11-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/enable-bare.m4: Remove (Unused).
* aclocal/env-rtemsbsp.m4, configure.ac:
Remove RTEMS_ENABLE_BARE,
BARE_CPU_CFLAGS, BARE_CPU_MODEL.
2005-11-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* automake/compile.am: Remove .coff. Remove .obj.
2005-11-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* automake/local.am: Remove depend.
* automake/host.am: Remove depend.
* automake/subdirs.am: Remove preinstall, preinstall-recursive.
* automake/local.am: Remove preinstall-am.
* aclocal/env-rtemsbsp.m4: Remove includedir. Remove libdir.
Set rtems_testsdir to $libdir/rtems-4.7/tests.
* configure.ac: Remove AMPOLISH3 (Unused).
* aclocal/env-rtemsbsp.m4: Remove RTEMS_CPU_MODEL.
* automake/compile.am: Remove LINK_OBJS. Remove LINK_FILES.
Remove ARCH. Remove LINK_LIBS.
Extend clean-local to catch most temporary files make-exe is
creating.
* aclocal/env-rtemsbsp.m4: Remove project_libdir.
Remove project_includedir.
Add rtems_testsdir.
* aclocal/rtems-top.m4: Remove dirstamp.
2005-11-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Remove preinstall.am
* preinstall.am: Remove.
* support/.cvsignore: Remove (Revert Joel's yesterday's patch).
2005-11-10 Joel Sherrill <joel@OARcorp.com>
* support/.cvsignore: New file.
2005-11-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Don't preinstall support/include headers.
* configure.ac: Fix config-variables of conditionally built subdirs.
2005-11-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
aclocal/check-networking.m4, aclocal/check-posix.m4,
aclocal/check-tests.m4, aclocal/enable-itron.m4,
aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
aclocal/enable-posix.m4: Remove (Unused).
2005-11-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Apply RTEMS_CHECK_CPUOPTS.
* aclocal/prog-cc.m4: Apply cpukit_root, project_root to set up
GCCSPECS.
* aclocal/check-cpuopts.m4: Apply cpukit_root, project_root to set
up temporary CPPFLAGS to compile check cpuopts.h.
* aclocal/rtems-top.m4: Add --enable-cpukit-root,
--enable-project-root. Remove --with-project-root.
Fix --enable-rtems-root.
* automake/compile.am, aclocal/env-rtemsbsp.m4:
Assume PROJECT_ROOT to contain RTEMS_BSP.
2005-11-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
* Makefile.am: Merge-in support/Makefile.am
* aclocal/check-cpuopts.m4: Add config.cache support.
* automake/compile.am: Eliminate PROJECT_LIB. Remove START_FILE,
OBJS from LINK_FILES.
* configure.ac: Add AMPOLISH3. Remove support/.
2005-11-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/env-rtemsbsp.m4: Don't provide MULTILIB conditional.
* aclocal/env-rtemsbsp.m4: Remove GCCSPECS.
* aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. Remove RTEMS_GCC_PIPE.
Remove RTEMS_GCC_SPECS.
* aclocal/check-multiprocessing.m4: Don't require
RTEMS_ENABLE_MULTILIB.
* aclocal/env-rtemsbsp.m4: Merge RTEMS_BSP_SPECS and GCC_SPECS into
GCCSPECS.
* automake/compile.am: Remove RTEMS_CPPFLAGS, RTEMS_CFLAGS,
RTEMS_CXXFLAGS.
* aclocal/prog-cc.m4: Add GCCSPECS. Remove RTEMS_CPPFLAGS. Remove
RTEMS_CFLAGS.
* aclocal/check-cpuopts.m4: New.
* automake/compile.am: Remove RTEMS_BSP_SPECS, GCC_SPECS. Don't
manually set up GCCSPEC (Now setup from inside configure). Remove
RTEMS_RELLDFLAGS (Used).
* aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
aclocal/multilib.m4: Remove (Unused).
* automake/compile.am: Remove CCAS support.
2005-11-07 Ralf Corsépius <ralf.corsepius@rtems.org>
* automake/compile.am: Remove depend.
* automake/compile.am: Take contents of amcompile.am.
* aclocal/check-posix.m4: Sync with cpukit.
* automake/local.am: Remove depend-am.
* aclocal/config-subdirs.m4, aclocal/path-ksh.m4,
aclocal/quoting.m4, aclocal/tool-paths.m4, automake/amcompile.am:
Remove.
* automake/subdirs.am: Remove depend-recursive.
* configure.ac: Sync POSIX and ITRON magic with cpukit.
* automake/amcompile.am: New.
2005-09-02 Joel Sherrill <joel@OARcorp.com>
* aclocal/version.m4: Updated to rtems-4.6.99.2.
2004-11-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/include/buffer_test_io.h: Use iprintf iff _NEWLIB_VERSION
is defined.
* aclocal/enable-itron.m4, aclocal/check-itron.m4: Allow building
itron for unix.
2004-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/rtems-cpu-subdirs.m4: Remove (unused).
* configure.ac, support/configure.ac: Require automake > 1.9.
2004-07-28 Joel Sherrill <joel@OARcorp.com>
* aclocal/version.m4: Updated to rtems-4.6.99.1.
2004-04-14 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/rtems-top.m4: Add project_top/with_project_top processing.
2004-03-28 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
2004-03-25 Ralf Corsépius <corsepiu@faw.uni-ulm.de>
* aclocal/rtems-top.m4: Add rtems_rootdir.
* aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in
$rtems_rootdir.
* support/include/tmacros.h: Convert to using c99 fixed size types.
* configure.ac, configure.ac, support/configure.ac: Add 2nd arg to
RTEMS_TOP.
* aclocal/check-custom-bsp.m4: Fix minor typo.
* aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
aclocal/enable-networking.m4, aclocal/enable-posix.m4,
aclocal/enable-tests.m4, aclocal/multilib.m4,
aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
* aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP. Rework
with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
Add --enable-rtems-root. Rework RTEMS_ROOT.
2004-03-03 Joel Sherrill <joel@OARcorp.com>
* support/include/buffer_test_io.h: Correct typo.
2004-02-18 Ralf Corsépius <corsepiu@faw.uni-ulm.de>
* aclocal/rtems-top.m4: Rework.
* aclocal/project-root.m4: Remove obsolete comments.
* aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
* aclocal/check-custom-bsp.m4: Sync with c/src/aclocal.
* configure.ac: AC_CONFIG_SRCDIR([PROBLEMS]).
2004-02-14 Ralf Corsépius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove subdir tools.
* aclocal/target.m4: Remove (Unused).
2004-02-12 Ralf Corsépius <corsepiu@faw.uni-ulm.de>
* aclocal/version.m4: 4.6.99.0.
2004-02-03 Joel Sherrill <joel@OARcorp.com>
* support/include/buffer_test_io.h: Do not use iprintf() if in ANSI
compiler mode.
2004-01-21 Ralf Corsépius <corsepiu@faw.uni-ulm.de>
* support/Makefile.am: Add PREINSTALL_DIRS.
2004-01-14 Ralf Corsépius <corsepiu@faw.uni-ulm.de>
* support/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
PRE/TMPINSTALL_FILES to CLEANFILES.
2004-01-07 Joel Sherrill <joel@OARcorp.com>
* aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips
port more completely covers the MIPS family.
2004-01-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* automake/compile.am: Remove CONFIG.CC (Unused). Remove CPPFLAGS,
CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by automake). Add
CCAS. Use AM_*FLAGS = RTEMS_*FLAGS. Remove LIB_VARIANT from LINK_*.
Cleanup comments.
* automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused).
Remove build-variants. Hard-code ARCH=o-optimize.
* aclocal/prog-cxx.m4: Let CXXFLAGS default to CFLAGS. Don't invoke
_RTEMS_FLAGS to set up RTEMS_CXXFLAGS. Remove am__fastdepCXX
conditional.
* aclocal/env-rtemsbsp.m4: Remove CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
CFLAGS_DEBUG_V.
* aclocal/rtems-flags.m4: Remove (Unused).
* aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
* automake/compile.am: Remove CLEANDIRS (Unused). Remove DEFS
(Implicitly handled by automake).
* aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
RTEMS_CFLAGS.
2003-12-17 Ralf Corsépius <corsepiu@faw.uni-ulm.de>
* automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
2003-12-17 Joel Sherrill <joel@OARcorp.com>
* aclocal/version.m4: Updated to rtems-20031217-test.
2003-12-16 Joel Sherrill <joel@OARcorp.com>
PR 544/tests
* support/include/buffer_test_io.h: Various modifications to make
tests account for resources and not print at inappropriate times.
2003-12-15 Ralf Corsépius <corsepiu@faw.uni-ulm.de>
* aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
* automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2003-12-12 Ralf Corsépius <corsepiu@faw.uni-ulm.de>
* aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
* automake/compila.am: Remove ARCH.
* configure.ac, support/configure.ac: Require automake >= 1.8,
autoconf >= 2.59.
* support/Makefile.am: Use mkdir_p. Remove dirs from
PRE/TMPINSTALL_FILES. Use include_HEADERS.
* aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
2003-12-01 Ralf Corsépius <corsepiu@faw.uni-ulm.de>
* automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
* aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
AC_SUBST(dirstamp).
* aclocal/lead-dot.m4: New (from automake-1.7f).
2003-11-26 Ralf Corsépius <corsepiu@faw.uni-ulm.de>
* aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
aclocal/check-networking.m4, aclocal/check-posix.m4,
aclocal/check-tool.m4, aclocal/config-subdirs.m4,
aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
aclocal/enable-networking.m4, aclocal/enable-posix.m4,
aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4, aclocal/multilib.m4,
aclocal/path-ksh.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
underquoting to silence automake-1.8.
2003-11-10 Ralf Corsépius <corsepiu@faw.uni-ulm.de>
* configure.ac, support/configure.ac: Reflect having moved to
testsuites/.
2003-10-23 Ralf Corsépius <corsepiu@faw.uni-ulm.de>
* aclocal/rtems-top.m4: Add support for --with-project-root. Remove
RTEMS Version message.
2003-10-22 Ralf Corsépius <corsepiu@faw.uni-ulm.de>
* aclocal/canonical-host.m4: Remove.
* configure.ac: Remove RTEMS_CANONICAL_HOST.
* aclocal/canonical-target-name.m4: Merge-in
aclocal/canonical-host.m4.
2003-10-20 Ralf Corsépius <corsepiu@faw.uni-ulm.de>
* aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
* aclocal/bsp_alias.m4: Remove.
2003-10-02 Ralf Corsépius <corsepiu@faw.uni-ulm.de>
* aclocal/check-cxx.m4, aclocal/check-itron.m4,
aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU
instead of RTEMS_CHECK_CPU.
* aclocal/check-cpu.m4: Remove.
* configure.ac: Remove RTEMS_CHECK_CPU.
2003-09-04 Joel Sherrill <joel@OARcorp.com>
* support/include/tmacros.h: URL for license changed.
2003-08-28 Ralf Corsépius <corsepiu@faw.uni-ulm.de>
* aclocal/rtems-top.m4: Add RTEMS_API.
AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
2003-08-22 Ralf Corsépius <corsepiu@faw.uni-ulm.de>
* aclocal/check-tests.m4: New (Split out from enable-tests.m4).
* aclocal/enable-tests.m4: Change to support
--enable-tests=no|yes|samples, default is samples.
* configure.ac: Reflect changes above.
2003-08-18 Ralf Corsépius <corsepiu@faw.uni-ulm.de>
* Makefile.am, support/Makefile.am: Reflect having moved aclocal/.
2003-08-17 Ralf Corsépius <corsepiu@faw.uni-ulm.de>
* automake/local.am, automake/host.am: Remove "debug".
* aclocal/bsp-alias.m4, aclocal/canonical-host.m4,
aclocal/canonicalize-tools.m4, aclocal/canonical-target-name.m4,
aclocal/check-cpu.m4, aclocal/check-custom-bsp.m4,
aclocal/check-cxx.m4, aclocal/check-itron.m4,
aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
aclocal/check-posix.m4, aclocal/check-tool.m4,
aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
aclocal/enable-posix.m4, aclocal/enable-rtemsbsp.m4,
aclocal/enable-tests.m4, aclocal/env-rtemsbsp.m4,
aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
aclocal/multilib.m4, aclocal/path-ksh.m4, aclocal/prog-cc.m4,
aclocal/prog-cxx.m4, aclocal/project-root.m4, aclocal/quoting.m4,
aclocal/rtems-cpu-subdirs.m4, aclocal/rtems-flags.m4,
aclocal/rtems-test-no-pause.m4, aclocal/rtems-top.m4,
aclocal/target.m4, aclocal/tool-paths.m4, aclocal/version.m4: New
(Copied from ../../../aclocal).
2003-08-16 Ralf Corsépius <corsepiu@faw.uni-ulm.de>
* Makefile.am, support/Makefile.am: Reflect having moved automake/.
* automake/compile.am, automake/host.am, automake/leaf.am
automake/local.am, automake/subdirs.am: New (copied from
../../../automake).
2003-08-11 Ralf Corsépius <corsepiu@faw.uni-ulm.de>
* configure.ac, support/configure.ac: Use rtems-bugs@rtems.com as
bug report email address.
2003-03-06 Ralf Corsépius <corsepiu@faw.uni-ulm.de>
* configure.ac, support/configure.ac: Remove AC_CONFIG_AUX_DIR.
2003-02-11 Ralf Corsépius <corsepiu@faw.uni-ulm.de>
* configure.ac, support/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
* configure.ac, support/configure.ac: AC_PREREQ(2.57).
2002-10-21 Ralf Corsépius <corsepiu@faw.uni-ulm.de>
* .cvsignore, support/.cvsignore: Reformat. Add autom4te*cache.
Remove autom4te.cache.
2002-08-21 Ralf Corsépius <corsepiu@faw.uni-ulm.de>
* support/configure.ac: Reflect changes above. Take out unnecessary
autoconf macros.
* support/include/Makefile.am: Remove.
* support/Makefile.am: Merge in former include/Makefile.am.
2002-08-01 Joel Sherrill <joel@OARcorp.com>
* Per PR47 add support for buffered test output. This involved
adding defines to redirect output to a buffer and dump it when full,
at "test pause", and at exit. To avoid problems when redefining
exit(), all tests were modified to call rtems_test_exit(). Some
tests, notable psxtests, had to be modified to include the standard
test macro .h file (pmacros.h or tmacros.h) to enable this support.
* support/include/buffer_test_io.h: New file.
2002-04-14 Ralf Corsépius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove ENABLE_GCC28.
2002-03-27 Ralf Corsépius <corsepiu@faw.uni-ulm.de>
* Makefile.am, support/include/Makefile.am, support/Makefile.am:
Remove AUTOMAKE_OPTIONS.
* configure.ac, support/configure.ac:
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2001-11-07 Joel Sherrill <joel@OARcorp.com>
Tracked as PR72 but related to the object id problem (PR36)
reported by Todor.Todorov@barco.com.
but discovered independently.
* support/include/tmacros.h: Added
fatal_directive_check_status_only().
2001-10-11 Ralf Corsépius <corsepiu@faw.uni-ulm.de>
* .cvsignore, support/.cvsignore: Add autom4te.cache for autoconf >
2.52.
* configure.ac, support/configure.ac: New file, generated from
configure.in by autoupdate.
* configure.in, support/configure.in: Remove.
2001-09-13 Ralf Corsépius <corsepiu@faw.uni-ulm.de>
* configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
handling.
2001-08-16 Joel Sherrill <joel@OARcorp.com>
* support/include/tmacros.h: Attempt to print errno as further
information.
2001-05-10 Ralf Corsépius <corsepiu@faw.uni-ulm.de>
* configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
2001-05-10 Ralf Corsépius <corsepiu@faw.uni-ulm.de>
* support/configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
2001-01-26 Ralf Corsépius <corsepiu@faw.uni-ulm.de>
* support/configure.in: Remove stubdr, wrapup, AC_INIT(include).
* support/Makefile.am: Remove stubdr, wrapup.
* support/stubdr/Makefile.am, support/stubdr/open.c,
support/stubdr/close.c, support/stubdr/init.c,
support/stubdr/stubdrv.h, support/stubdr/cntrl.c,
support/stubdr/.cvsignore, support/stubdr/read.c,
support/stubdr/write.c, support/wrapup/Makefile.am,
support/wrapup/.cvsignore, support/stubdr/, support/wrapup/: Remove.
2000-11-09 Ralf Corsépius <corsepiu@faw.uni-ulm.de>
* Makefile.am, support/Makefile.am: Use ... instead of RTEMS_TOPdir
in ACLOCAL_AMFLAGS.
2000-11-02 Ralf Corsépius <corsepiu@faw.uni-ulm.de>
* support/stubdr/Makefile.am: Replace leaf.cfg w/ automake/lib.am.
* Makefile.am, support/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
$(RTEMS_TOPdir)/aclocal.
2000-10-27 Ralf Corsépius <corsepiu@faw.uni-ulm.de>
* Makefile.am, support/Makefile.am: ACLOCAL_AMFLAGS= -I
$(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
2000-09-04 Ralf Corsépius <corsepiu@faw.uni-ulm.de>
* support/stubdr/Makefile.am, support/wrapup/Makefile.am: Include
compile.am
2000-08-10 Joel Sherrill <joel@OARcorp.com>
* ChangeLog, support/ChangeLog: New file.

View File

@@ -1,313 +0,0 @@
2011-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* imfs_support/fs_supprot.h: Remove (Unused).
2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1589/build
* imfs_fserror/Makefile.am, imfs_fslink/Makefile.am,
imfs_fspatheval/Makefile.am, imfs_fspermission/Makefile.am,
imfs_fsrdwr/Makefile.am, imfs_fssymlink/Makefile.am,
imfs_fstime/Makefile.am, mdosfs_fserror/Makefile.am,
mdosfs_fspatheval/Makefile.am, mdosfs_fsrdwr/Makefile.am,
mdosfs_fstime/Makefile.am, mimfs_fserror/Makefile.am,
mimfs_fslink/Makefile.am, mimfs_fspatheval/Makefile.am,
mimfs_fspermission/Makefile.am, mimfs_fsrdwr/Makefile.am,
mimfs_fssymlink/Makefile.am, mimfs_fstime/Makefile.am,
mrfs_fserror/Makefile.am, mrfs_fslink/Makefile.am,
mrfs_fspatheval/Makefile.am, mrfs_fspermission/Makefile.am,
mrfs_fsrdwr/Makefile.am, mrfs_fssymlink/Makefile.am,
mrfs_fstime/Makefile.am: Remove obsolete optional manager capability.
2011-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Fix DIST_SUBDIRS.
Reformat.
Add support/fstest.h.
2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com
* mrfs_support/fs_support.c: Resolved name conflict that was causing a
compiler error.
2011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* fsrdwr/init.c: Use %zd to print size_t.
2011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* fserror/test.c, fslink/test.c, fspatheval/test.c,
fspermission/test.c, fsrdwr/init.c, fssymlink/test.c,
fstime/test.c, support/fstest_support.c, support/ramdisk_support.c:
Explicitly include "pmacros.h".
* support/fstest.h: Don't include "pmacros.h".
2011-09-07 Ralf Corsépius <ralf.corsepius@rtems.org>
* imfs_support/fs_supprot.h, support/fstest.h,
support/ramdisk_support.h: Don't include config.h.
* fserror/test.c, fslink/test.c, fspatheval/test.c,
fspermission/test.c, fsrdwr/init.c, fssymlink/test.c,
fstime/test.c, support/fstest_support.c, support/ramdisk_support.c:
Add config-header support.
* support/fstest.h: Include "pmacros.h".
* fserror/fserror.doc, fserror/test.c, fslink/fslink.doc,
fslink/test.c, fspatheval/patheval.doc, fspatheval/test.c,
fspermission/fspermission.doc, fspermission/test.c,
fsrdwr/fsrdwr.doc, fsrdwr/init.c, fssymlink/fssymlink.doc,
fssymlink/test.c, fstime/fstime.doc, fstime/test.c,
imfs_support/fs_config.h, imfs_support/fs_support.c,
imfs_support/fs_supprot.h, mdosfs_support/fs_config.h,
mdosfs_support/fs_support.c, mimfs_support/fs_config.h,
mimfs_support/fs_support.c, mrfs_support/fs_config.h,
mrfs_support/fs_support.c, support/fstest.h,
support/fstest_support.c, support/fstest_support.h,
support/ramdisk_support.c, support/ramdisk_support.h:
Fix CVS-Ids.
2011-08-02 Xiang Cui <medivhc@gmail.com>
* configure.ac, fserror/test.c, fslink/test.c, fspermission/test.c,
fsrdwr/init.c, fssymlink/test.c, fstime/test.c,
mdosfs_support/fs_config.h, mdosfs_support/fs_support.c,
mimfs_support/fs_support.c, mrfs_support/fs_config.h,
support/fstest.h, support/fstest_support.c,
support/ramdisk_support.c, support/ramdisk_support.h: Perform first
phase of clean up.
2011-08-01 Xiang Cui <medivhc@gmail.com>
* imfs_fslink/Makefile.am, imfs_fssymlink/Makefile.am,
mimfs_fslink/Makefile.am, mimfs_fssymlink/Makefile.am,
mrfs_fslink/Makefile.am, mrfs_fssymlink/Makefile.am,
mrfs_support/fs_config.h: Correcting from previous commit of
incorrect tarball.
* fserror/fserror.doc, fserror/test.c, fspatheval/patheval.doc,
fspatheval/test.c, fspermission/fspermission.doc,
fspermission/test.c, fsrdwr/fsrdwr.doc, fsrdwr/init.c,
fstime/fstime.doc, fstime/test.c, imfs_fserror/.cvsignore,
imfs_fserror/Makefile.am, imfs_fslink/.cvsignore,
imfs_fspatheval/.cvsignore, imfs_fspatheval/Makefile.am,
imfs_fspermission/.cvsignore, imfs_fspermission/Makefile.am,
imfs_fsrdwr/.cvsignore, imfs_fsrdwr/Makefile.am,
imfs_fssymlink/.cvsignore, imfs_fstime/.cvsignore,
imfs_fstime/Makefile.am, imfs_support/fs_supprot.h,
mdosfs_fserror/.cvsignore, mdosfs_fserror/Makefile.am,
mdosfs_fspatheval/.cvsignore, mdosfs_fspatheval/Makefile.am,
mdosfs_fsrdwr/.cvsignore, mdosfs_fsrdwr/Makefile.am,
mdosfs_fstime/.cvsignore, mdosfs_fstime/Makefile.am,
mimfs_fserror/.cvsignore, mimfs_fserror/Makefile.am,
mimfs_fslink/.cvsignore, mimfs_fspatheval/.cvsignore,
mimfs_fspatheval/Makefile.am, mimfs_fspermission/.cvsignore,
mimfs_fspermission/Makefile.am, mimfs_fsrdwr/.cvsignore,
mimfs_fsrdwr/Makefile.am, mimfs_fssymlink/.cvsignore,
mimfs_fstime/.cvsignore, mimfs_fstime/Makefile.am,
mrfs_fserror/.cvsignore, mrfs_fserror/Makefile.am,
mrfs_fslink/.cvsignore, mrfs_fspatheval/.cvsignore,
mrfs_fspatheval/Makefile.am, mrfs_fspermission/.cvsignore,
mrfs_fspermission/Makefile.am, mrfs_fsrdwr/.cvsignore,
mrfs_fsrdwr/Makefile.am, mrfs_fssymlink/.cvsignore,
mrfs_fstime/.cvsignore, mrfs_fstime/Makefile.am: New files.
2011-08-01 Xiang Cui <medivhc@gmail.com>
* Makefile.am, configure.ac, fslink/fslink.doc, fslink/test.c,
fssymlink/test.c, imfs_fslink/Makefile.am,
imfs_fssymlink/Makefile.am, imfs_support/fs_config.h,
imfs_support/fs_support.c, mdosfs_support/fs_config.h,
mdosfs_support/fs_support.c, mimfs_fslink/Makefile.am,
mimfs_fssymlink/Makefile.am, mimfs_support/fs_config.h,
mimfs_support/fs_support.c, mrfs_fslink/Makefile.am,
mrfs_fssymlink/Makefile.am, mrfs_support/fs_config.h,
mrfs_support/fs_support.c, support/fstest.h,
support/fstest_support.c, support/fstest_support.h,
support/ramdisk_support.c, support/ramdisk_support.h: Submit correct
tarball of current work.
* fs01/init.c, fsfchx/fsfchx.doc, fsfchx/init.c, fsfile01/fsfile01.doc,
fsfile01/test.c, fsfile01/test_cat.c, fsfile01/test_extend.c,
fsfile01/test_write.c, fsfile02/fsfile02.doc, fsfile02/init.c,
fsfstest/fs-test.c, fsfstest/fsfstest.doc, fsimfs01/fsimfs01.doc,
fsimfs01/init.c, fsimfs02/fsimfs02.doc, fsimfs02/init.c,
fsmkdir/fsmkdir.doc, fsmkdir/test.c, fsopen/fsopen.doc,
fsopen/test.c, fsrdwrv/fsrdwrv.doc, fsrdwrv/test.c,
fsreaddir/fsreaddir.doc, fsreaddir/test.c, fsrename/fsrename.doc,
fsrename/test.c, fsrmdir/test.c, fsrwfile/fsrwfile.doc,
fsrwfile/init.c, fsstat/fsstat.doc, fsstat/test.c,
fstruncate/fstruncate.doc, fstruncate/test.c, imfs_fs01/.cvsignore,
imfs_fs01/Makefile.am, imfs_fs01/imfs_fs01.scn,
imfs_fsfchx/.cvsignore, imfs_fsfchx/Makefile.am,
imfs_fsfile01/.cvsignore, imfs_fsfile01/Makefile.am,
imfs_fsfile02/.cvsignore, imfs_fsfile02/Makefile.am,
imfs_fsfstest/.cvsignore, imfs_fsfstest/Makefile.am,
imfs_fsimfs01/.cvsignore, imfs_fsimfs01/Makefile.am,
imfs_fsimfs02/.cvsignore, imfs_fsimfs02/Makefile.am,
imfs_fslink/.cvsignore, imfs_fsmkdir/.cvsignore,
imfs_fsmkdir/Makefile.am, imfs_fsopen/.cvsignore,
imfs_fsopen/Makefile.am, imfs_fsrdwrv/.cvsignore,
imfs_fsrdwrv/Makefile.am, imfs_fsreaddir/.cvsignore,
imfs_fsreaddir/Makefile.am, imfs_fsrename/.cvsignore,
imfs_fsrename/Makefile.am, imfs_fsrmdir/.cvsignore,
imfs_fsrmdir/Makefile.am, imfs_fsrwfile/.cvsignore,
imfs_fsrwfile/Makefile.am, imfs_fsstat/.cvsignore,
imfs_fsstat/Makefile.am, imfs_fssymlink/.cvsignore,
imfs_fstruncate/.cvsignore, imfs_fstruncate/Makefile.am,
mdosfs_fsfchx/.cvsignore, mdosfs_fsfchx/Makefile.am,
mdosfs_fsfile01/.cvsignore, mdosfs_fsfile01/Makefile.am,
mdosfs_fsfile02/.cvsignore, mdosfs_fsfile02/Makefile.am,
mdosfs_fsfstest/.cvsignore, mdosfs_fsfstest/Makefile.am,
mdosfs_fsimfs01/.cvsignore, mdosfs_fsimfs01/Makefile.am,
mdosfs_fsimfs02/.cvsignore, mdosfs_fsimfs02/Makefile.am,
mdosfs_fslink/.cvsignore, mdosfs_fslink/Makefile.am,
mdosfs_fsmkdir/.cvsignore, mdosfs_fsmkdir/Makefile.am,
mdosfs_fsopen/.cvsignore, mdosfs_fsopen/Makefile.am,
mdosfs_fsrdwrv/.cvsignore, mdosfs_fsrdwrv/Makefile.am,
mdosfs_fsreaddir/.cvsignore, mdosfs_fsreaddir/Makefile.am,
mdosfs_fsrename/.cvsignore, mdosfs_fsrename/Makefile.am,
mdosfs_fsrmdir/.cvsignore, mdosfs_fsrmdir/Makefile.am,
mdosfs_fsrwfile/.cvsignore, mdosfs_fsrwfile/Makefile.am,
mdosfs_fsstat/.cvsignore, mdosfs_fsstat/Makefile.am,
mdosfs_fssymlink/.cvsignore, mdosfs_fssymlink/Makefile.am,
mdosfs_fstruncate/.cvsignore, mdosfs_fstruncate/Makefile.am,
mimfs_fs01/.cvsignore, mimfs_fs01/Makefile.am,
mimfs_fs01/mimfs_fs01.scn, mimfs_fsfchx/.cvsignore,
mimfs_fsfchx/Makefile.am, mimfs_fsfile01/.cvsignore,
mimfs_fsfile01/Makefile.am, mimfs_fsfile02/.cvsignore,
mimfs_fsfile02/Makefile.am, mimfs_fsfstest/.cvsignore,
mimfs_fsfstest/Makefile.am, mimfs_fsimfs01/.cvsignore,
mimfs_fsimfs01/Makefile.am, mimfs_fsimfs02/.cvsignore,
mimfs_fsimfs02/Makefile.am, mimfs_fslink/.cvsignore,
mimfs_fsmkdir/.cvsignore, mimfs_fsmkdir/Makefile.am,
mimfs_fsopen/.cvsignore, mimfs_fsopen/Makefile.am,
mimfs_fsrdwrv/.cvsignore, mimfs_fsrdwrv/Makefile.am,
mimfs_fsreaddir/.cvsignore, mimfs_fsreaddir/Makefile.am,
mimfs_fsrename/.cvsignore, mimfs_fsrename/Makefile.am,
mimfs_fsrmdir/.cvsignore, mimfs_fsrmdir/Makefile.am,
mimfs_fsrwfile/.cvsignore, mimfs_fsrwfile/Makefile.am,
mimfs_fsstat/.cvsignore, mimfs_fsstat/Makefile.am,
mimfs_fssymlink/.cvsignore, mimfs_fstruncate/.cvsignore,
mimfs_fstruncate/Makefile.am, mrfs_fsfchx/.cvsignore,
mrfs_fsfchx/Makefile.am, mrfs_fsfile01/.cvsignore,
mrfs_fsfile01/Makefile.am, mrfs_fsfile02/.cvsignore,
mrfs_fsfile02/Makefile.am, mrfs_fsfstest/.cvsignore,
mrfs_fsfstest/Makefile.am, mrfs_fsimfs01/.cvsignore,
mrfs_fsimfs01/Makefile.am, mrfs_fsimfs02/.cvsignore,
mrfs_fsimfs02/Makefile.am, mrfs_fslink/.cvsignore,
mrfs_fsmkdir/.cvsignore, mrfs_fsmkdir/Makefile.am,
mrfs_fsopen/.cvsignore, mrfs_fsopen/Makefile.am,
mrfs_fsrdwrv/.cvsignore, mrfs_fsrdwrv/Makefile.am,
mrfs_fsreaddir/.cvsignore, mrfs_fsreaddir/Makefile.am,
mrfs_fsrename/.cvsignore, mrfs_fsrename/Makefile.am,
mrfs_fsrmdir/.cvsignore, mrfs_fsrmdir/Makefile.am,
mrfs_fsrwfile/.cvsignore, mrfs_fsrwfile/Makefile.am,
mrfs_fsstat/.cvsignore, mrfs_fsstat/Makefile.am,
mrfs_fssymlink/.cvsignore, mrfs_fstruncate/.cvsignore,
mrfs_fstruncate/Makefile.am: Removed.
2011-08-01 Xiang Cui <medivhc@gmail.com>
* Makefile.am, configure.ac, imfs_support/fs_config.h,
imfs_support/fs_support.c, mimfs_support/fs_config.h,
mimfs_support/fs_support.c: Add initial version of new filesystem
tests. There are multiple failures which need to be addressed by the
community.
* fsfchx/fsfchx.doc, fsfchx/init.c, fsfile01/fsfile01.doc,
fsfile01/test.c, fsfile01/test_cat.c, fsfile01/test_extend.c,
fsfile01/test_write.c, fsfile02/fsfile02.doc, fsfile02/init.c,
fsfstest/fs-test.c, fsfstest/fsfstest.doc, fsimfs01/fsimfs01.doc,
fsimfs01/init.c, fsimfs02/fsimfs02.doc, fsimfs02/init.c,
fslink/fslink.doc, fslink/test.c, fsmkdir/fsmkdir.doc,
fsmkdir/test.c, fsopen/fsopen.doc, fsopen/test.c,
fsrdwrv/fsrdwrv.doc, fsrdwrv/test.c, fsreaddir/fsreaddir.doc,
fsreaddir/test.c, fsrename/fsrename.doc, fsrename/test.c,
fsrmdir/test.c, fsrwfile/fsrwfile.doc, fsrwfile/init.c,
fsstat/fsstat.doc, fsstat/test.c, fssymlink/fssymlink.doc,
fssymlink/test.c, fstruncate/fstruncate.doc, fstruncate/test.c,
imfs_fsfchx/.cvsignore, imfs_fsfchx/Makefile.am,
imfs_fsfile01/.cvsignore, imfs_fsfile01/Makefile.am,
imfs_fsfile02/.cvsignore, imfs_fsfile02/Makefile.am,
imfs_fsfstest/.cvsignore, imfs_fsfstest/Makefile.am,
imfs_fsimfs01/.cvsignore, imfs_fsimfs01/Makefile.am,
imfs_fsimfs02/.cvsignore, imfs_fsimfs02/Makefile.am,
imfs_fslink/.cvsignore, imfs_fslink/Makefile.am,
imfs_fsmkdir/.cvsignore, imfs_fsmkdir/Makefile.am,
imfs_fsopen/.cvsignore, imfs_fsopen/Makefile.am,
imfs_fsrdwrv/.cvsignore, imfs_fsrdwrv/Makefile.am,
imfs_fsreaddir/.cvsignore, imfs_fsreaddir/Makefile.am,
imfs_fsrename/.cvsignore, imfs_fsrename/Makefile.am,
imfs_fsrmdir/.cvsignore, imfs_fsrmdir/Makefile.am,
imfs_fsrwfile/.cvsignore, imfs_fsrwfile/Makefile.am,
imfs_fsstat/.cvsignore, imfs_fsstat/Makefile.am,
imfs_fssymlink/.cvsignore, imfs_fssymlink/Makefile.am,
imfs_fstruncate/.cvsignore, imfs_fstruncate/Makefile.am,
mdosfs_fsfchx/.cvsignore, mdosfs_fsfchx/Makefile.am,
mdosfs_fsfile01/.cvsignore, mdosfs_fsfile01/Makefile.am,
mdosfs_fsfile02/.cvsignore, mdosfs_fsfile02/Makefile.am,
mdosfs_fsfstest/.cvsignore, mdosfs_fsfstest/Makefile.am,
mdosfs_fsimfs01/.cvsignore, mdosfs_fsimfs01/Makefile.am,
mdosfs_fsimfs02/.cvsignore, mdosfs_fsimfs02/Makefile.am,
mdosfs_fslink/.cvsignore, mdosfs_fslink/Makefile.am,
mdosfs_fsmkdir/.cvsignore, mdosfs_fsmkdir/Makefile.am,
mdosfs_fsopen/.cvsignore, mdosfs_fsopen/Makefile.am,
mdosfs_fsrdwrv/.cvsignore, mdosfs_fsrdwrv/Makefile.am,
mdosfs_fsreaddir/.cvsignore, mdosfs_fsreaddir/Makefile.am,
mdosfs_fsrename/.cvsignore, mdosfs_fsrename/Makefile.am,
mdosfs_fsrmdir/.cvsignore, mdosfs_fsrmdir/Makefile.am,
mdosfs_fsrwfile/.cvsignore, mdosfs_fsrwfile/Makefile.am,
mdosfs_fsstat/.cvsignore, mdosfs_fsstat/Makefile.am,
mdosfs_fssymlink/.cvsignore, mdosfs_fssymlink/Makefile.am,
mdosfs_fstruncate/.cvsignore, mdosfs_fstruncate/Makefile.am,
mdosfs_support/fs_config.h, mdosfs_support/fs_support.c,
mimfs_fsfchx/.cvsignore, mimfs_fsfchx/Makefile.am,
mimfs_fsfile01/.cvsignore, mimfs_fsfile01/Makefile.am,
mimfs_fsfile02/.cvsignore, mimfs_fsfile02/Makefile.am,
mimfs_fsfstest/.cvsignore, mimfs_fsfstest/Makefile.am,
mimfs_fsimfs01/.cvsignore, mimfs_fsimfs01/Makefile.am,
mimfs_fsimfs02/.cvsignore, mimfs_fsimfs02/Makefile.am,
mimfs_fslink/.cvsignore, mimfs_fslink/Makefile.am,
mimfs_fsmkdir/.cvsignore, mimfs_fsmkdir/Makefile.am,
mimfs_fsopen/.cvsignore, mimfs_fsopen/Makefile.am,
mimfs_fsrdwrv/.cvsignore, mimfs_fsrdwrv/Makefile.am,
mimfs_fsreaddir/.cvsignore, mimfs_fsreaddir/Makefile.am,
mimfs_fsrename/.cvsignore, mimfs_fsrename/Makefile.am,
mimfs_fsrmdir/.cvsignore, mimfs_fsrmdir/Makefile.am,
mimfs_fsrwfile/.cvsignore, mimfs_fsrwfile/Makefile.am,
mimfs_fsstat/.cvsignore, mimfs_fsstat/Makefile.am,
mimfs_fssymlink/.cvsignore, mimfs_fssymlink/Makefile.am,
mimfs_fstruncate/.cvsignore, mimfs_fstruncate/Makefile.am,
mrfs_fsfchx/.cvsignore, mrfs_fsfchx/Makefile.am,
mrfs_fsfile01/.cvsignore, mrfs_fsfile01/Makefile.am,
mrfs_fsfile02/.cvsignore, mrfs_fsfile02/Makefile.am,
mrfs_fsfstest/.cvsignore, mrfs_fsfstest/Makefile.am,
mrfs_fsimfs01/.cvsignore, mrfs_fsimfs01/Makefile.am,
mrfs_fsimfs02/.cvsignore, mrfs_fsimfs02/Makefile.am,
mrfs_fslink/.cvsignore, mrfs_fslink/Makefile.am,
mrfs_fsmkdir/.cvsignore, mrfs_fsmkdir/Makefile.am,
mrfs_fsopen/.cvsignore, mrfs_fsopen/Makefile.am,
mrfs_fsrdwrv/.cvsignore, mrfs_fsrdwrv/Makefile.am,
mrfs_fsreaddir/.cvsignore, mrfs_fsreaddir/Makefile.am,
mrfs_fsrename/.cvsignore, mrfs_fsrename/Makefile.am,
mrfs_fsrmdir/.cvsignore, mrfs_fsrmdir/Makefile.am,
mrfs_fsrwfile/.cvsignore, mrfs_fsrwfile/Makefile.am,
mrfs_fsstat/.cvsignore, mrfs_fsstat/Makefile.am,
mrfs_fssymlink/.cvsignore, mrfs_fssymlink/Makefile.am,
mrfs_fstruncate/.cvsignore, mrfs_fstruncate/Makefile.am,
mrfs_support/fs_config.h, mrfs_support/fs_support.c,
support/fstest.h, support/fstest_support.c, support/fstest_support.h,
support/ramdisk_support.c, support/ramdisk_support.h: New files.
2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Remove EXTRA_DIST.
* fs01/fs91.doc: Remove (Empty, unused).
* mimfs_fs01/Makefile.am: Use mimfs_support/fs_config.h.
2011-04-20 Joel Sherrill <joel.sherrill@oarcorp.com>
Add initial test to File System Test Suite.
* .cvsignore, ChangeLog, Makefile.am, configure.ac, fs01/fs91.doc,
fs01/init.c, imfs_fs01/.cvsignore, imfs_fs01/Makefile.am,
imfs_fs01/imfs_fs01.scn, imfs_support/fs_config.h,
imfs_support/fs_support.c, mimfs_fs01/.cvsignore,
mimfs_fs01/Makefile.am, mimfs_fs01/mimfs_fs01.scn,
mimfs_support/fs_config.h, mimfs_support/fs_support.c: New files.

File diff suppressed because it is too large Load Diff

View File

@@ -1,856 +0,0 @@
2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1589/build
* mp01/node1/Makefile.am, mp01/node2/Makefile.am,
mp02/node1/Makefile.am, mp02/node2/Makefile.am,
mp03/node1/Makefile.am, mp03/node2/Makefile.am,
mp04/node1/Makefile.am, mp04/node2/Makefile.am,
mp05/node1/Makefile.am, mp05/node2/Makefile.am,
mp06/node1/Makefile.am, mp06/node2/Makefile.am,
mp07/node1/Makefile.am, mp07/node2/Makefile.am,
mp08/node1/Makefile.am, mp08/node2/Makefile.am,
mp09/node1/Makefile.am, mp09/node2/Makefile.am,
mp10/node1/Makefile.am, mp10/node2/Makefile.am,
mp11/node1/Makefile.am, mp11/node2/Makefile.am,
mp12/node1/Makefile.am, mp12/node2/Makefile.am,
mp13/node1/Makefile.am, mp13/node2/Makefile.am,
mp14/node1/Makefile.am, mp14/node2/Makefile.am: Remove obsolete
optional manager capability.
2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Add AC_CONFIG_HEADER(config.h).
2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* mp01/init.c, mp01/task1.c, mp02/init.c, mp02/task1.c, mp03/delay.c,
mp03/init.c, mp03/task1.c, mp04/init.c, mp04/task1.c, mp05/asr.c,
mp05/init.c, mp05/task1.c, mp06/init.c, mp06/task1.c, mp07/init.c,
mp07/task1.c, mp08/init.c, mp08/task1.c, mp09/init.c, mp09/recvmsg.c,
mp09/sendmsg.c, mp09/task1.c, mp10/init.c, mp10/task1.c, mp10/task2.c,
mp10/task3.c, mp11/init.c, mp12/init.c, mp13/init.c, mp13/task1.c,
mp13/task2.c, mp14/delay.c, mp14/evtask1.c, mp14/evtmtask.c,
mp14/exit.c, mp14/init.c, mp14/msgtask1.c, mp14/pttask1.c,
mp14/smtask1.c: Add HAVE_CONFIG_H.
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2009-10-30 Joel Sherrill <joel.sherrill@oarcorp.com>
* mp03/task1.c, mp10/init.c, mp13/task1.c: Use
rtems_clock_get_ticks_per_second() instead of the obsoleted
TICKS_PER_SECOND.
2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* mp01/init.c, mp02/init.c, mp02/task1.c, mp03/init.c,
mp04/init.c, mp05/init.c, mp06/init.c, mp07/init.c,
mp08/init.c, mp09/init.c, mp09/task1.c, mp10/init.c,
mp11/init.c, mp12/init.c, mp13/init.c, mp14/init.c:
Use PRI*32 to print uint32_ts.
* mp04/task1.c: Include "tmacros.h".
Use PRIxrtems_task_priority to print rtems_task_prioritys.
Use PRI*32 to print uint32_ts.
* mp05/asr.c: Include "tmacros.h".
Use PRIxrtems_signal_set to print rtems_signal_set's.
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Don't add -ansi -fasm to CFLAGS.
2009-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* mp01/task1.c, mp02/task1.c, mp03/task1.c, mp05/task1.c, mp06/task1.c,
mp07/task1.c, mp08/task1.c, mp09/recvmsg.c, mp09/sendmsg.c,
mp09/task1.c, mp10/init.c, mp12/init.c, mp13/init.c, mp13/task1.c,
mp13/task2.c, mp14/evtask1.c, mp14/init.c: Eliminate test routines
TICKS_PER_SECOND and get_ticks_per_second() in favor of new
rtems_clock_get_ticks_per_second().
2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* mp01/task1.c, mp01/node1/mp01-node1.scn, mp01/node2/mp01-node2.scn:
Convert calls to legacy routine rtems_clock_get( RTEMS_CLOCK_GET_TOD,
..) to rtems_clock_get_tod(..).
2009-04-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* mp01/node1/Makefile.am, mp01/node2/Makefile.am,
mp02/node1/Makefile.am, mp02/node2/Makefile.am,
mp03/node1/Makefile.am, mp03/node2/Makefile.am,
mp04/node1/Makefile.am, mp04/node2/Makefile.am,
mp05/node1/Makefile.am, mp05/node2/Makefile.am,
mp06/node1/Makefile.am, mp06/node2/Makefile.am,
mp07/node1/Makefile.am, mp07/node2/Makefile.am,
mp08/node1/Makefile.am, mp08/node2/Makefile.am,
mp09/node1/Makefile.am, mp09/node2/Makefile.am,
mp10/node1/Makefile.am, mp10/node2/Makefile.am,
mp11/node1/Makefile.am, mp11/node2/Makefile.am,
mp12/node1/Makefile.am, mp12/node2/Makefile.am,
mp13/node1/Makefile.am, mp13/node2/Makefile.am,
mp14/node1/Makefile.am, mp14/node2/Makefile.am:
Eliminate _exe_/.exe.
2008-09-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* mp09/recvmsg.c, mp09/task1.c, mp10/task1.c, mp13/task1.c,
mp14/msgtask1.c: Correct types to eliminate warnings.
2008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* mp14/delay.c, mp14/evtmtask.c: Pass task Id to TSR.
* mp14/system.h: Semaphore_task_id and Semaphore_task_name arrays
were one entry too short.
2008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* mp03/delay.c, mp06/task1.c, mp06/node2/mp06-node2.scn, mp07/task1.c:
Updating and fixing while running them on psim.
2008-09-03 Joel Sherrill <joel.sherrill@OARcorp.com>
* mp05/system.h, mp05/task1.c, mp06/system.h, mp06/task1.c,
mp07/system.h, mp07/task1.c, mp14/evtask1.c, mp14/evtmtask.c,
mp14/init.c, mp14/msgtask1.c, mp14/pttask1.c, mp14/smtask1.c,
mp14/system.h: Convert to bool type.
2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>
* mp01/init.c, mp02/init.c, mp03/init.c, mp04/init.c, mp05/init.c,
mp06/init.c, mp07/init.c, mp08/init.c, mp09/init.c, mp10/init.c,
mp11/init.c, mp12/init.c, mp13/init.c, mp14/init.c: Change TEST_INIT
to CONFIGURE_INIT. Make tmacros.h available to all POSIX tests. Add a
clock_settime case for < 1988.
2008-01-30 Joel Sherrill <joel.sherrill@OARcorp.com>
* mp01/node1/Makefile.am, mp01/node2/Makefile.am,
mp02/node1/Makefile.am, mp02/node2/Makefile.am,
mp03/node1/Makefile.am, mp03/node2/Makefile.am,
mp04/node1/Makefile.am, mp04/node2/Makefile.am,
mp05/node1/Makefile.am, mp05/node2/Makefile.am,
mp06/node1/Makefile.am, mp06/node2/Makefile.am,
mp07/node1/Makefile.am, mp07/node2/Makefile.am,
mp08/node1/Makefile.am, mp08/node2/Makefile.am,
mp09/node1/Makefile.am, mp09/node2/Makefile.am,
mp10/node1/Makefile.am, mp10/node2/Makefile.am,
mp11/node1/Makefile.am, mp11/node2/Makefile.am,
mp12/node1/Makefile.am, mp12/node2/Makefile.am,
mp13/node1/Makefile.am, mp13/node2/Makefile.am,
mp14/node1/Makefile.am, mp14/node2/Makefile.am: Use all managers.
2008-01-29 Joel Sherrill <joel.sherrill@oarcorp.com>
* mp02/task1.c, mp14/delay.c: Add new Object Services collection. This
changed the name of a few previously public but undocumented services
and added a some new services.
2007-03-28 Joel Sherrill <joel@OARcorp.com>
* mp12/node2/mp12-node2.scn: Redo screen to not have cvs conflict
marker.
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: New BUG-REPORT address.
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.60. Require automake-1.10.
2006-07-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* mp01/node1/Makefile.am, mp01/node2/Makefile.am,
mp02/node1/Makefile.am, mp02/node2/Makefile.am,
mp03/node1/Makefile.am, mp03/node2/Makefile.am,
mp04/node1/Makefile.am, mp04/node2/Makefile.am,
mp05/node1/Makefile.am, mp05/node2/Makefile.am,
mp06/node1/Makefile.am, mp06/node2/Makefile.am,
mp07/node1/Makefile.am, mp07/node2/Makefile.am,
mp08/node1/Makefile.am, mp08/node2/Makefile.am,
mp09/node1/Makefile.am, mp09/node2/Makefile.am,
mp10/node1/Makefile.am, mp10/node2/Makefile.am,
mp11/node1/Makefile.am, mp11/node2/Makefile.am,
mp12/node1/Makefile.am, mp12/node2/Makefile.am,
mp13/node1/Makefile.am, mp13/node2/Makefile.am,
mp14/node1/Makefile.am, mp14/node2/Makefile.am: Eliminate scndir,
docdir. Use rtems_testsdir instead.
2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Remove RTEMS_ENABLE_BARE,
BARE_CPU_CFLAGS, BARE_CPU_MODEL.
2005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>
* mp01/node1/Makefile.am, mp01/node2/Makefile.am,
mp02/node1/Makefile.am, mp02/node2/Makefile.am,
mp03/node1/Makefile.am, mp03/node2/Makefile.am,
mp04/node1/Makefile.am, mp04/node2/Makefile.am,
mp05/node1/Makefile.am, mp05/node2/Makefile.am,
mp06/node1/Makefile.am, mp06/node2/Makefile.am,
mp07/node1/Makefile.am, mp07/node2/Makefile.am,
mp08/node1/Makefile.am, mp08/node2/Makefile.am,
mp09/node1/Makefile.am, mp09/node2/Makefile.am,
mp10/node1/Makefile.am, mp10/node2/Makefile.am,
mp11/node1/Makefile.am, mp11/node2/Makefile.am,
mp12/node1/Makefile.am, mp12/node2/Makefile.am,
mp13/node1/Makefile.am, mp13/node2/Makefile.am,
mp14/node1/Makefile.am, mp14/node2/Makefile.am:
Convert to using *_PROGRAMS.
2005-11-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* mp01/node1/Makefile.am, mp01/node2/Makefile.am,
mp02/node1/Makefile.am, mp02/node2/Makefile.am,
mp03/node1/Makefile.am, mp03/node2/Makefile.am,
mp04/node1/Makefile.am, mp04/node2/Makefile.am,
mp05/node1/Makefile.am, mp05/node2/Makefile.am,
mp06/node1/Makefile.am, mp06/node2/Makefile.am,
mp07/node1/Makefile.am, mp07/node2/Makefile.am,
mp08/node1/Makefile.am, mp08/node2/Makefile.am,
mp09/node1/Makefile.am, mp09/node2/Makefile.am,
mp10/node1/Makefile.am, mp10/node2/Makefile.am,
mp11/node1/Makefile.am, mp11/node2/Makefile.am,
mp12/node1/Makefile.am, mp12/node2/Makefile.am,
mp13/node1/Makefile.am, mp13/node2/Makefile.am,
mp14/node1/Makefile.am, mp14/node2/Makefile.am:
Rework.
2005-11-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* mptests.am: Remove.
* mp01/node1/Makefile.am, mp01/node2/Makefile.am,
mp02/node1/Makefile.am, mp02/node2/Makefile.am,
mp03/node1/Makefile.am, mp03/node2/Makefile.am,
mp04/node1/Makefile.am, mp04/node2/Makefile.am,
mp05/node1/Makefile.am, mp05/node2/Makefile.am,
mp06/node1/Makefile.am, mp06/node2/Makefile.am,
mp07/node1/Makefile.am, mp07/node2/Makefile.am,
mp08/node1/Makefile.am, mp08/node2/Makefile.am,
mp09/node1/Makefile.am, mp09/node2/Makefile.am,
mp10/node1/Makefile.am, mp10/node2/Makefile.am,
mp11/node1/Makefile.am, mp11/node2/Makefile.am,
mp12/node1/Makefile.am, mp12/node2/Makefile.am,
mp13/node1/Makefile.am, mp13/node2/Makefile.am,
mp14/node1/Makefile.am, mp14/node2/Makefile.am: Expand mptests.am.
2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>
* mp03/node1/mp03-node1.doc, mp03/node1/mp03-node1.scn,
mp03/node2/mp03-node2.scn, mp03/node2/mp03-node2.doc,
mp10/node1/mp10-node1.doc, mp10/node1/mp10-node1.scn,
mp10/node2/mp10-node2.scn, mp10/node2/mp10-node2.doc,
mp11/node1/mp11-node1.doc, mp11/node1/mp11-node1.scn,
mp11/node2/mp11-node2.doc, mp11/node2/mp11-node2.scn,
mp08/node1/mp08-node1.scn, mp08/node1/mp08-node1.doc,
mp08/node2/mp08-node2.scn, mp08/node2/mp08-node2.doc,
mp01/node1/mp01-node1.doc, mp01/node1/mp01-node1.scn,
mp01/node2/mp01-node2.doc, mp01/node2/mp01-node2.scn,
mp12/node1/mp12-node1.doc, mp12/node1/mp12-node1.scn,
mp12/node2/mp12-node2.doc, mp12/node2/mp12-node2.scn,
mp14/node1/mp14-node1.scn, mp14/node1/mp14-node1.doc,
mp14/node2/mp14-node2.scn, mp14/node2/mp14-node2.doc,
mp02/node1/mp02-node1.scn, mp02/node1/mp02-node1.doc,
mp02/node2/mp02-node2.scn, mp02/node2/mp02-node2.doc,
mp13/node1/mp13-node1.scn, mp13/node1/mp13-node1.doc,
mp13/node2/mp13-node2.scn, mp13/node2/mp13-node2.doc,
mp05/node1/mp05-node1.doc, mp05/node1/mp05-node1.scn,
mp05/node2/mp05-node2.scn, mp05/node2/mp05-node2.doc,
mp04/node1/mp04-node1.scn, mp04/node1/mp04-node1.doc,
mp04/node2/mp04-node2.scn, mp04/node2/mp04-node2.doc,
mp06/node1/mp06-node1.doc, mp06/node1/mp06-node1.scn,
mp06/node2/mp06-node2.scn, mp06/node2/mp06-node2.doc,
mp09/node1/mp09-node1.scn, mp09/node1/mp09-node1.doc,
mp09/node2/mp09-node2.scn, mp09/node2/mp09-node2.doc,
mp07/node1/mp07-node1.doc, mp07/node1/mp07-node1.scn,
mp07/node2/mp07-node2.doc, mp07/node2/mp07-node2.scn: New.
* mp03/node1/mp03.doc, mp03/node1/mp03.scn, mp03/node2/mp03.scn,
mp03/node2/mp03.doc, mp10/node1/mp10.doc, mp10/node1/mp10.scn,
mp10/node2/mp10.scn, mp10/node2/mp10.doc, mp11/node1/mp11.doc,
mp11/node1/mp11.scn, mp11/node2/mp11.doc, mp11/node2/mp11.scn,
mp08/node1/mp08.scn, mp08/node1/mp08.doc, mp08/node2/mp08.scn,
mp08/node2/mp08.doc, mp01/node1/mp01.doc, mp01/node1/mp01.scn,
mp01/node2/mp01.doc, mp01/node2/mp01.scn, mp12/node1/mp12.doc,
mp12/node1/mp12.scn, mp12/node2/mp12.doc, mp12/node2/mp12.scn,
mp14/node1/mp14.scn, mp14/node1/mp14.doc, mp14/node2/mp14.scn,
mp14/node2/mp14.doc, mp02/node1/mp02.scn, mp02/node1/mp02.doc,
mp02/node2/mp02.scn, mp02/node2/mp02.doc, mp13/node1/mp13.scn,
mp13/node1/mp13.doc, mp13/node2/mp13.scn, mp13/node2/mp13.doc,
mp05/node1/mp05.doc, mp05/node1/mp05.scn, mp05/node2/mp05.scn,
mp05/node2/mp05.doc, mp04/node1/mp04.scn, mp04/node1/mp04.doc,
mp04/node2/mp04.scn, mp04/node2/mp04.doc, mp06/node1/mp06.doc,
mp06/node1/mp06.scn, mp06/node2/mp06.scn, mp06/node2/mp06.doc,
mp09/node1/mp09.scn, mp09/node1/mp09.doc, mp09/node2/mp09.scn,
mp09/node2/mp09.doc, mp07/node1/mp07.doc, mp07/node1/mp07.scn,
mp07/node2/mp07.doc, mp07/node2/mp07.scn:
Removed (Renamed to *-node<N>.*).
2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>
* mp01/node1/Makefile.am, mp01/node2/Makefile.am,
mp02/node1/Makefile.am, mp02/node2/Makefile.am,
mp03/node1/Makefile.am, mp03/node2/Makefile.am,
mp04/node1/Makefile.am, mp04/node2/Makefile.am,
mp05/node1/Makefile.am, mp05/node2/Makefile.am,
mp06/node1/Makefile.am, mp06/node2/Makefile.am,
mp07/node1/Makefile.am, mp07/node2/Makefile.am,
mp08/node1/Makefile.am, mp08/node2/Makefile.am,
mp09/node1/Makefile.am, mp09/node2/Makefile.am,
mp10/node1/Makefile.am, mp10/node2/Makefile.am,
mp11/node1/Makefile.am, mp11/node2/Makefile.am,
mp12/node1/Makefile.am, mp12/node2/Makefile.am,
mp13/node1/Makefile.am, mp13/node2/Makefile.am,
mp14/node1/Makefile.am, mp14/node2/Makefile.am:
AM_CPPFLAGS += -I..../support/include.
2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Apply RTEMS_CHECK_CPUOPTS.
* mptests.am: Set project_bspdir=$(PROJECT_ROOT)
2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* mp01/Makefile.am, mp01/node1/Makefile.am, mp01/node2/Makefile.am,
mp02/Makefile.am, mp02/node1/Makefile.am, mp02/node2/Makefile.am,
mp03/Makefile.am, mp03/node1/Makefile.am, mp03/node2/Makefile.am,
mp04/Makefile.am, mp04/node1/Makefile.am, mp04/node2/Makefile.am,
mp05/Makefile.am, mp05/node1/Makefile.am, mp05/node2/Makefile.am,
mp06/Makefile.am, mp06/node1/Makefile.am, mp06/node2/Makefile.am,
mp07/Makefile.am, mp07/node1/Makefile.am, mp07/node2/Makefile.am,
mp08/Makefile.am, mp08/node1/Makefile.am, mp08/node2/Makefile.am,
mp09/Makefile.am, mp09/node1/Makefile.am, mp09/node2/Makefile.am,
mp10/Makefile.am, mp10/node1/Makefile.am, mp10/node2/Makefile.am,
mp11/Makefile.am, mp11/node1/Makefile.am, mp11/node2/Makefile.am,
mp12/Makefile.am, mp12/node1/Makefile.am, mp12/node2/Makefile.am,
mp13/Makefile.am, mp13/node1/Makefile.am, mp13/node2/Makefile.am,
mp14/Makefile.am, mp14/node1/Makefile.am, mp14/node2/Makefile.am:
Misc bugfixes.
* mptests.am: Remove LIB_VARIANT.
2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* mp01/node1/Makefile.am, mp01/node2/Makefile.am,
mp02/node1/Makefile.am, mp02/node2/Makefile.am,
mp03/node1/Makefile.am, mp03/node2/Makefile.am,
mp04/node1/Makefile.am, mp04/node2/Makefile.am,
mp05/node1/Makefile.am, mp05/node2/Makefile.am,
mp06/node1/Makefile.am, mp06/node2/Makefile.am,
mp07/node1/Makefile.am, mp07/node2/Makefile.am,
mp08/node1/Makefile.am, mp08/node2/Makefile.am,
mp09/node1/Makefile.am, mp09/node2/Makefile.am,
mp10/node1/Makefile.am, mp10/node2/Makefile.am,
mp11/node1/Makefile.am, mp11/node2/Makefile.am,
mp12/node1/Makefile.am, mp12/node2/Makefile.am,
mp13/node1/Makefile.am, mp13/node2/Makefile.am,
mp14/node1/Makefile.am, mp14/node2/Makefile.am: Remove SRC,
PRINT_SRC.
2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Cleanup.
2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* mptests.: Add $(PGM): ${ARCH}/$(dirstamp).
* mp01/node1/Makefile.am, mp01/node2/Makefile.am,
mp02/node1/Makefile.am, mp02/node2/Makefile.am,
mp03/node1/Makefile.am, mp03/node2/Makefile.am,
mp04/node1/Makefile.am, mp04/node2/Makefile.am,
mp05/node1/Makefile.am, mp05/node2/Makefile.am,
mp06/node1/Makefile.am, mp06/node2/Makefile.am,
mp07/node1/Makefile.am, mp07/node2/Makefile.am,
mp08/node1/Makefile.am, mp08/node2/Makefile.am,
mp09/node1/Makefile.am, mp09/node2/Makefile.am,
mp10/node1/Makefile.am, mp10/node2/Makefile.am,
mp11/node1/Makefile.am, mp11/node2/Makefile.am,
mp12/node1/Makefile.am, mp12/node2/Makefile.am,
mp13/node1/Makefile.am, mp13/node2/Makefile.am,
mp14/node1/Makefile.am, mp14/node2/Makefile.am:
Partial conversion to automake.
2005-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>
* mp01/node1/Makefile.am, mp01/node2/Makefile.am,
mp02/node1/Makefile.am, mp02/node2/Makefile.am,
mp03/node1/Makefile.am, mp03/node2/Makefile.am,
mp04/node1/Makefile.am, mp04/node2/Makefile.am,
mp05/node1/Makefile.am, mp05/node2/Makefile.am,
mp06/node1/Makefile.am, mp06/node2/Makefile.am,
mp07/node1/Makefile.am, mp07/node2/Makefile.am,
mp08/node1/Makefile.am, mp08/node2/Makefile.am,
mp09/node1/Makefile.am, mp09/node2/Makefile.am,
mp10/node1/Makefile.am, mp10/node2/Makefile.am,
mp11/node1/Makefile.am, mp11/node2/Makefile.am,
mp12/node1/Makefile.am, mp12/node2/Makefile.am,
mp13/node1/Makefile.am, mp13/node2/Makefile.am,
mp14/node1/Makefile.am, mp14/node2/Makefile.am:
Remove $(LIB_VARIANT).
2004-09-24 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Require automake > 1.9.
2004-04-22 Ralf Corsepius <ralf.corsepius@rtems.org>
PR 613/bsps
* configure.ac: Add AC_ARG_VAR([MAX_LONG_TEST_DURATION],...).
* mp14/node1/Makefile.am, mp14/node2/Makefile.am: Add AM_CPPFLAGS +=
-DMAX_LONG_TEST_DURATION=$(MAX_LONG_TEST_DURATION).
2004-04-01 Ralf Corsepius <ralf.corsepius@rtems.org>
* mp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* mp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* mp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* mp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* mp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* mp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* mp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* mp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* mp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* mp10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* mp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* mp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* mp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* mp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2004-03-30 Ralf Corsepius <ralf.corsepius@rtems.org>
* mp02/task1.c, mp03/system.h, mp03/task1.c, mp04/task1.c,
mp05/system.h, mp06/task1.c, mp07/task1.c, mp08/task1.c,
mp09/recvmsg.c, mp09/sendmsg.c, mp09/task1.c, mp10/task1.c,
mp11/init.c, mp12/init.c, mp13/task1.c, mp14/evtask1.c,
mp14/evtmtask.c, mp14/init.c, mp14/msgtask1.c, mp14/pttask1.c,
mp14/smtask1.c, mp14/system.h: Convert to using c99 fixed size
types.
2004-03-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add 2nd arg to RTEMS_TOP.
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mp01/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
Add PRE/TMPINSTALL_FILES to CLEANFILES.
* mp01/node2/Makefile.am: Ditto.
* mp02/node1/Makefile.am: Ditto.
* mp02/node2/Makefile.am: Ditto.
* mp03/node1/Makefile.am: Ditto.
* mp03/node2/Makefile.am: Ditto.
* mp04/node1/Makefile.am: Ditto.
* mp04/node2/Makefile.am: Ditto.
* mp05/node1/Makefile.am: Ditto.
* mp05/node2/Makefile.am: Ditto.
* mp06/node1/Makefile.am: Ditto.
* mp06/node2/Makefile.am: Ditto.
* mp07/node1/Makefile.am: Ditto.
* mp07/node2/Makefile.am: Ditto.
* mp08/node1/Makefile.am: Ditto.
* mp08/node2/Makefile.am: Ditto.
* mp09/node1/Makefile.am: Ditto.
* mp09/node2/Makefile.am: Ditto.
* mp10/node1/Makefile.am: Ditto.
* mp10/node2/Makefile.am: Ditto.
* mp11/node1/Makefile.am: Ditto.
* mp11/node2/Makefile.am: Ditto.
* mp12/node1/Makefile.am: Ditto.
* mp12/node2/Makefile.am: Ditto.
* mp13/node1/Makefile.am: Ditto.
* mp13/node2/Makefile.am: Ditto.
* mp14/node1/Makefile.am: Ditto.
* mp14/node2/Makefile.am: Ditto.
2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mptests.am: Fix typos in previous patch.
2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mptests.am: Add dirstamp support.
* mp01/node1/Makefile.am: Eliminate VPATH.
* mp01/node2/Makefile.am: Eliminate VPATH.
* mp02/node1/Makefile.am: Eliminate VPATH.
* mp02/node2/Makefile.am: Eliminate VPATH.
* mp03/node1/Makefile.am: Eliminate VPATH.
* mp03/node2/Makefile.am: Eliminate VPATH.
* mp04/node1/Makefile.am: Eliminate VPATH.
* mp04/node2/Makefile.am: Eliminate VPATH.
* mp05/node1/Makefile.am: Eliminate VPATH.
* mp05/node2/Makefile.am: Eliminate VPATH.
* mp06/node1/Makefile.am: Eliminate VPATH.
* mp06/node2/Makefile.am: Eliminate VPATH.
* mp07/node1/Makefile.am: Eliminate VPATH.
* mp07/node2/Makefile.am: Eliminate VPATH.
* mp08/node1/Makefile.am: Eliminate VPATH.
* mp08/node2/Makefile.am: Eliminate VPATH.
* mp09/node1/Makefile.am: Eliminate VPATH.
* mp09/node2/Makefile.am: Eliminate VPATH.
* mp10/node1/Makefile.am: Eliminate VPATH.
* mp10/node2/Makefile.am: Eliminate VPATH.
* mp11/node1/Makefile.am: Eliminate VPATH.
* mp11/node2/Makefile.am: Eliminate VPATH.
* mp12/node1/Makefile.am: Eliminate VPATH.
* mp12/node2/Makefile.am: Eliminate VPATH.
* mp13/node1/Makefile.am: Eliminate VPATH.
* mp13/node2/Makefile.am: Eliminate VPATH.
* mp14/node1/Makefile.am: Eliminate VPATH.
* mp14/node2/Makefile.am: Eliminate VPATH.
2003-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mp01/Makefile.am: Reformat.
* mp01/node1/Makefile.am: Remove all-local: $(ARCH).
* mp01/node2/Makefile.am: Remove all-local: $(ARCH).
* mp02/Makefile.am: Reformat.
* mp02/node1/Makefile.am: Remove all-local: $(ARCH).
* mp02/node2/Makefile.am: Remove all-local: $(ARCH).
* mp03/Makefile.am: Reformat.
* mp03/node1/Makefile.am: Remove all-local: $(ARCH).
* mp03/node2/Makefile.am: Remove all-local: $(ARCH).
* mp04/Makefile.am: Reformat.
* mp04/node1/Makefile.am: Remove all-local: $(ARCH).
* mp04/node2/Makefile.am: Remove all-local: $(ARCH).
* mp05/Makefile.am: Reformat.
* mp05/node1/Makefile.am: Remove all-local: $(ARCH).
* mp05/node2/Makefile.am: Remove all-local: $(ARCH).
* mp06/Makefile.am: Reformat.
* mp06/node1/Makefile.am: Remove all-local: $(ARCH).
* mp06/node2/Makefile.am: Remove all-local: $(ARCH).
* mp07/Makefile.am: Reformat.
* mp07/node1/Makefile.am: Remove all-local: $(ARCH).
* mp07/node2/Makefile.am: Remove all-local: $(ARCH).
* mp08/Makefile.am: Reformat.
* mp08/node1/Makefile.am: Remove all-local: $(ARCH).
* mp08/node2/Makefile.am: Remove all-local: $(ARCH).
* mp09/Makefile.am: Reformat.
* mp09/node1/Makefile.am: Remove all-local: $(ARCH).
* mp09/node2/Makefile.am: Remove all-local: $(ARCH).
* mp10/Makefile.am: Reformat.
* mp10/node1/Makefile.am: Remove all-local: $(ARCH).
* mp10/node2/Makefile.am: Remove all-local: $(ARCH).
* mp11/Makefile.am: Reformat.
* mp11/node1/Makefile.am: Remove all-local: $(ARCH).
* mp11/node2/Makefile.am: Remove all-local: $(ARCH).
* mp12/Makefile.am: Reformat.
* mp12/node1/Makefile.am: Remove all-local: $(ARCH).
* mp12/node2/Makefile.am: Remove all-local: $(ARCH).
* mp13/Makefile.am: Reformat.
* mp13/node1/Makefile.am: Remove all-local: $(ARCH).
* mp13/node2/Makefile.am: Remove all-local: $(ARCH).
* mp14/Makefile.am: Reformat.
* mp14/node1/Makefile.am: Remove all-local: $(ARCH).
* mp14/node2/Makefile.am: Remove all-local: $(ARCH).
2003-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Reflect having moved to testsuites/.
2003-10-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_CANONICAL_HOST.
2003-10-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac:Remove RTEMS_CHECK_CPU.
2003-09-04 Joel Sherrill <joel@OARcorp.com>
* mp01/init.c, mp01/system.h, mp01/task1.c, mp01/node1/mp01.doc,
mp01/node2/mp01.doc, mp02/init.c, mp02/system.h, mp02/task1.c,
mp02/node1/mp02.doc, mp02/node2/mp02.doc, mp03/delay.c, mp03/init.c,
mp03/system.h, mp03/task1.c, mp03/node1/mp03.doc,
mp03/node2/mp03.doc, mp04/init.c, mp04/system.h, mp04/task1.c,
mp04/node1/mp04.doc, mp04/node2/mp04.doc, mp05/asr.c, mp05/init.c,
mp05/system.h, mp05/task1.c, mp05/node1/mp05.doc,
mp05/node2/mp05.doc, mp06/init.c, mp06/system.h, mp06/task1.c,
mp06/node1/mp06.doc, mp06/node2/mp06.doc, mp07/init.c, mp07/system.h,
mp07/task1.c, mp07/node1/mp07.doc, mp07/node2/mp07.doc, mp08/init.c,
mp08/system.h, mp08/task1.c, mp08/node1/mp08.doc,
mp08/node2/mp08.doc, mp09/init.c, mp09/recvmsg.c, mp09/sendmsg.c,
mp09/system.h, mp09/task1.c, mp09/node1/mp09.doc,
mp09/node2/mp09.doc, mp10/init.c, mp10/system.h, mp10/task1.c,
mp10/task2.c, mp10/task3.c, mp10/node1/mp10.doc, mp10/node2/mp10.doc,
mp11/init.c, mp11/system.h, mp11/node1/mp11.doc, mp11/node2/mp11.doc,
mp12/init.c, mp12/system.h, mp12/node1/mp12.doc, mp12/node2/mp12.doc,
mp13/init.c, mp13/system.h, mp13/task1.c, mp13/task2.c,
mp13/node1/mp13.doc, mp13/node2/mp13.doc, mp14/delay.c,
mp14/evtask1.c, mp14/evtmtask.c, mp14/exit.c, mp14/init.c,
mp14/msgtask1.c, mp14/pttask1.c, mp14/smtask1.c, mp14/system.h,
mp14/node1/mp14.doc, mp14/node2/mp14.doc: URL for license changed.
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reflect having moved aclocal/.
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reflect having moved automake/.
* mp01/Makefile.am: Reflect having moved automake/.
* mp01/node1/Makefile.am: Reflect having moved automake/.
* mp01/node2/Makefile.am: Reflect having moved automake/.
* mp02/Makefile.am: Reflect having moved automake/.
* mp02/node1/Makefile.am: Reflect having moved automake/.
* mp02/node2/Makefile.am: Reflect having moved automake/.
* mp03/Makefile.am: Reflect having moved automake/.
* mp03/node1/Makefile.am: Reflect having moved automake/.
* mp03/node2/Makefile.am: Reflect having moved automake/.
* mp04/Makefile.am: Reflect having moved automake/.
* mp04/node1/Makefile.am: Reflect having moved automake/.
* mp04/node2/Makefile.am: Reflect having moved automake/.
* mp05/Makefile.am: Reflect having moved automake/.
* mp05/node1/Makefile.am: Reflect having moved automake/.
* mp05/node2/Makefile.am: Reflect having moved automake/.
* mp06/Makefile.am: Reflect having moved automake/.
* mp06/node1/Makefile.am: Reflect having moved automake/.
* mp06/node2/Makefile.am: Reflect having moved automake/.
* mp07/Makefile.am: Reflect having moved automake/.
* mp07/node1/Makefile.am: Reflect having moved automake/.
* mp07/node2/Makefile.am: Reflect having moved automake/.
* mp08/Makefile.am: Reflect having moved automake/.
* mp08/node1/Makefile.am: Reflect having moved automake/.
* mp08/node2/Makefile.am: Reflect having moved automake/.
* mp09/Makefile.am: Reflect having moved automake/.
* mp09/node1/Makefile.am: Reflect having moved automake/.
* mp09/node2/Makefile.am: Reflect having moved automake/.
* mp10/Makefile.am: Reflect having moved automake/.
* mp10/node1/Makefile.am: Reflect having moved automake/.
* mp10/node2/Makefile.am: Reflect having moved automake/.
* mp11/Makefile.am: Reflect having moved automake/.
* mp11/node1/Makefile.am: Reflect having moved automake/.
* mp11/node2/Makefile.am: Reflect having moved automake/.
* mp12/Makefile.am: Reflect having moved automake/.
* mp12/node1/Makefile.am: Reflect having moved automake/.
* mp12/node2/Makefile.am: Reflect having moved automake/.
* mp13/Makefile.am: Reflect having moved automake/.
* mp13/node1/Makefile.am: Reflect having moved automake/.
* mp13/node2/Makefile.am: Reflect having moved automake/.
* mp14/Makefile.am: Reflect having moved automake/.
* mp14/node1/Makefile.am: Reflect having moved automake/.
* mp14/node2/Makefile.am: Reflect having moved automake/.
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove CC_CFLAGS_DEBUG_V.
CC_CFLAGS_DEFAULT (obsolete).
2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove CC_CFLAGS_PROFILE_V.
Remove CC_LDFLAGS_PROFILE_V.
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove AC_CONFIG_AUX_DIR.
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AC_PREREQ(2.57).
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Reformat.
Add autom4te*cache.
Remove autom4te.cache.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mp01/node1/Makefile.am: Use $(OBJEXT) instead of .o.
* mp01/node2/Makefile.am: Use $(OBJEXT) instead of .o.
* mp02/node1/Makefile.am: Use $(OBJEXT) instead of .o.
* mp02/node2/Makefile.am: Use $(OBJEXT) instead of .o.
* mp03/node1/Makefile.am: Use $(OBJEXT) instead of .o.
* mp03/node2/Makefile.am: Use $(OBJEXT) instead of .o.
* mp04/node1/Makefile.am: Use $(OBJEXT) instead of .o.
* mp04/node2/Makefile.am: Use $(OBJEXT) instead of .o.
* mp05/node1/Makefile.am: Use $(OBJEXT) instead of .o.
* mp05/node2/Makefile.am: Use $(OBJEXT) instead of .o.
* mp06/node1/Makefile.am: Use $(OBJEXT) instead of .o.
* mp06/node2/Makefile.am: Use $(OBJEXT) instead of .o.
* mp07/node1/Makefile.am: Use $(OBJEXT) instead of .o.
* mp07/node2/Makefile.am: Use $(OBJEXT) instead of .o.
* mp08/node1/Makefile.am: Use $(OBJEXT) instead of .o.
* mp08/node2/Makefile.am: Use $(OBJEXT) instead of .o.
* mp09/node1/Makefile.am: Use $(OBJEXT) instead of .o.
* mp09/node2/Makefile.am: Use $(OBJEXT) instead of .o.
* mp10/node1/Makefile.am: Use $(OBJEXT) instead of .o.
* mp10/node2/Makefile.am: Use $(OBJEXT) instead of .o.
* mp11/node1/Makefile.am: Use $(OBJEXT) instead of .o.
* mp11/node2/Makefile.am: Use $(OBJEXT) instead of .o.
* mp12/node1/Makefile.am: Use $(OBJEXT) instead of .o.
* mp12/node2/Makefile.am: Use $(OBJEXT) instead of .o.
* mp13/node1/Makefile.am: Use $(OBJEXT) instead of .o.
* mp13/node2/Makefile.am: Use $(OBJEXT) instead of .o.
* mp14/node1/Makefile.am: Use $(OBJEXT) instead of .o.
* mp14/node2/Makefile.am: Use $(OBJEXT) instead of .o.
2002-08-01 Joel Sherrill <joel@OARcorp.com>
* Per PR47 add support for buffered test output. This involved
adding defines to redirect output to a buffer and dump it when
full, at "test pause", and at exit. To avoid problems when redefining
exit(), all tests were modified to call rtems_test_exit().
Some tests, notable psxtests, had to be modified to include
the standard test macro .h file (pmacros.h or tmacros.h) to
enable this support.
* mp01/task1.c, mp02/task1.c, mp03/task1.c, mp04/task1.c, mp05/task1.c,
mp06/task1.c, mp07/task1.c, mp08/task1.c, mp09/task1.c, mp10/init.c,
mp11/init.c, mp12/init.c, mp13/init.c, mp13/task2.c: Modified.
2002-04-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove ENABLE_GCC28.
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac:
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
* mp01/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp01/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp02/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp02/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
* Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp03/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp03/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp04/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp04/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp05/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp05/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp06/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp06/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp07/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp07/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp08/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp08/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp09/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp09/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp10/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp10/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp10/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp11/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp11/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp12/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp12/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp13/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp13/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp14/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp14/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
2001-11-07 Joel Sherrill <joel@OARcorp.com>
Tracked as PR72 but related to the object id problem (PR36)
reported by Todor.Todorov@barco.com.
* mp03/delay.c: Dispatch disable level is actually 1 not 0.
* mp13/system.h: Configure enough tasks (CONFIGURE_MAXIMUM_TASKS=3).
* mp14/delay.c: Dispatch disable level may be arbitrarily > 0.
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
* configure.in: Remove.
* configure.ac: New file, generated from configure.in by autoupdate.
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
2001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mp02/node2/Makefile.am: include leaf.am instead of leaf.cfg.
* mp02/node1/Makefile.am: include leaf.am instead of leaf.cfg.
* mp04/node2/Makefile.am: include leaf.am instead of leaf.cfg.
* mp04/node1/Makefile.am: include leaf.am instead of leaf.cfg.
* mp14/node2/Makefile.am: include leaf.am instead of leaf.cfg.
* mp14/node1/Makefile.am: include leaf.am instead of leaf.cfg.
* mp06/node2/Makefile.am: include leaf.am instead of leaf.cfg.
* mp06/node1/Makefile.am: include leaf.am instead of leaf.cfg.
* mp08/node2/Makefile.am: include leaf.am instead of leaf.cfg.
* mp08/node1/Makefile.am: include leaf.am instead of leaf.cfg.
* mp03/node2/Makefile.am: include leaf.am instead of leaf.cfg.
* mp03/node1/Makefile.am: include leaf.am instead of leaf.cfg.
* mp10/node2/Makefile.am: include leaf.am instead of leaf.cfg.
* mp10/node1/Makefile.am: include leaf.am instead of leaf.cfg.
* mp05/node2/Makefile.am: include leaf.am instead of leaf.cfg.
* mp05/node1/Makefile.am: include leaf.am instead of leaf.cfg.
* mp13/node2/Makefile.am: include leaf.am instead of leaf.cfg.
* mp13/node1/Makefile.am: include leaf.am instead of leaf.cfg.
* mp01/node2/Makefile.am: include leaf.am instead of leaf.cfg.
* mp01/node1/Makefile.am: include leaf.am instead of leaf.cfg.
* mp07/node2/Makefile.am: include leaf.am instead of leaf.cfg.
* mp07/node1/Makefile.am: include leaf.am instead of leaf.cfg.
* mp11/node2/Makefile.am: include leaf.am instead of leaf.cfg.
* mp11/node1/Makefile.am: include leaf.am instead of leaf.cfg.
* mp12/node2/Makefile.am: include leaf.am instead of leaf.cfg.
* mp12/node1/Makefile.am: include leaf.am instead of leaf.cfg.
* mp09/node2/Makefile.am: include leaf.am instead of leaf.cfg.
* mp09/node1/Makefile.am: include leaf.am instead of leaf.cfg.
2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
Switch to GNU canonicalization.
* mptests.am: Remove DEFS.
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mp01/node1/Makefile.am, mp01/node2/Makefile.am,
mp02/node1/Makefile.am, mp02/node2/Makefile.am,
mp03/node1/Makefile.am, mp03/node2/Makefile.am,
mp04/node1/Makefile.am, mp04/node2/Makefile.am,
mp05/node1/Makefile.am, mp05/node2/Makefile.am,
mp06/node1/Makefile.am, mp06/node2/Makefile.am,
mp07/node1/Makefile.am, mp07/node2/Makefile.am,
mp08/node1/Makefile.am, mp08/node2/Makefile.am,
mp09/node1/Makefile.am, mp09/node2/Makefile.am,
mp10/node1/Makefile.am, mp10/node2/Makefile.am,
mp11/node1/Makefile.am, mp11/node2/Makefile.am,
mp12/node1/Makefile.am, mp12/node2/Makefile.am,
mp13/node1/Makefile.am, mp13/node2/Makefile.am,
mp14/node1/Makefile.am, mp14/node2/Makefile.am: Include compile.am
2000-08-10 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: New file.

File diff suppressed because it is too large Load Diff

View File

@@ -1,386 +0,0 @@
2011-03-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxtmmq01/init.c: Make benchmark_mq_open,
benchmark_mq_open_second, benchmark_mq_close,
benchmark_mq_close_second, benchmark_mq_unlink, benchmark_mq_notify,
benchmark_mq_send, benchmark_mq_receive, benchmark_mq_timedsend,
benchmark_mq_timedreceive static.
* psxtmmutex01/init.c: Make test_mutex_create, test_mutex_destroy
static.
* psxtmsem02/init.c: benchmark_sem_getvalue, benchmark_sem_wait,
benchmark_sem_post, benchmark_sem_trywait_available,
benchmark_sem_trywait_not_available static.
2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxtmbarrier01/init.c: Make benchmark_pthread_barrier_init,
benchmark_pthread_barrier_destroy static.
* psxtmkey01/init.c: Make benchmark_pthread_key_create,
benchmark_pthread_key_delete static.
* psxtmrwlock01/init.c: Make benchmark_pthread_rwlock_init,
benchmark_pthread_rwlock_rdlock, benchmark_pthread_rwlock_unlock,
benchmark_pthread_rwlock_tryrdlock,
benchmark_pthread_rwlock_timedrdlock,
benchmark_pthread_rwlock_wrlock,
benchmark_pthread_rwlock_trywrlock,
benchmark_pthread_rwlock_timedwrlock,
benchmark_pthread_rwlock_destroy static.
* psxtmsem01/init.c: Make benchmark_sem_init,
benchmark_sem_destroy, benchmark_sem_open, benchmark_sem_close,
benchmark_sem_unlink, benchmark_sem_open_second,
benchmark_sem_close_second static.
* psxtmthread01/init.c: Make benchmark_pthread_create static.
2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1589/build
* psxtmbarrier01/Makefile.am, psxtmbarrier02/Makefile.am,
psxtmbarrier03/Makefile.am, psxtmkey01/Makefile.am,
psxtmkey02/Makefile.am, psxtmmq01/Makefile.am,
psxtmmutex01/Makefile.am, psxtmmutex02/Makefile.am,
psxtmmutex03/Makefile.am, psxtmmutex04/Makefile.am,
psxtmmutex05/Makefile.am, psxtmmutex06/Makefile.am,
psxtmmutex07/Makefile.am, psxtmnanosleep01/Makefile.am,
psxtmnanosleep02/Makefile.am, psxtmrwlock01/Makefile.am,
psxtmrwlock02/Makefile.am, psxtmrwlock03/Makefile.am,
psxtmrwlock04/Makefile.am, psxtmrwlock05/Makefile.am,
psxtmrwlock06/Makefile.am, psxtmrwlock07/Makefile.am,
psxtmsem01/Makefile.am, psxtmsem02/Makefile.am,
psxtmsem03/Makefile.am, psxtmsem04/Makefile.am,
psxtmsem05/Makefile.am, psxtmsleep01/Makefile.am,
psxtmsleep02/Makefile.am, psxtmthread01/Makefile.am,
psxtmthread03/Makefile.am: Remove obsolete optional manager
capability.
2011-12-07 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxtmtests_plan.csv: Add more test cases.
2011-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxtmbarrier01/init.c, psxtmbarrier02/init.c, psxtmbarrier03/init.c,
psxtmkey01/init.c, psxtmkey02/init.c, psxtmmq01/init.c,
psxtmmutex01/init.c, psxtmmutex02/init.c, psxtmmutex03/init.c,
psxtmmutex04/init.c, psxtmmutex05/init.c, psxtmmutex06/init.c,
psxtmmutex07/init.c, psxtmnanosleep01/init.c, psxtmnanosleep02/init.c,
psxtmrwlock01/init.c, psxtmrwlock02/init.c, psxtmrwlock03/init.c,
psxtmrwlock04/init.c, psxtmrwlock05/init.c, psxtmrwlock06/init.c,
psxtmrwlock07/init.c, psxtmsem01/init.c, psxtmsem02/init.c,
psxtmsem03/init.c, psxtmsem04/init.c, psxtmsem05/init.c,
psxtmsleep01/init.c, psxtmsleep02/init.c, psxtmthread03/init.c:
Use benchmark_timer_t for benchmark_timer values (Avoid 64bit
arch issues).
2011-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxtmsem03/init.c: Add HAVE_CONFIG_H.
2011-08-24 Ricardo Aguirre <el.mastin@ymail.com>
PR 1903/testing
* Makefile.am, configure.ac, psxtmtests_plan.csv: Add test for message
queues which covers most open, close, unlink cases as well as
send/receive which do not involve task state changes.
* psxtmmq01/.cvsignore, psxtmmq01/Makefile.am, psxtmmq01/init.c,
psxtmmq01/psxtmmq01.doc: New files.
2011-08-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxtmtests_plan.csv: update.
2011-08-04 Ricardo Aguirre <el.mastin@ymail.com>
PR 1888/tests
* Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
pthread_rwlock_unlock - thread waiting, preempt.
* psxtmrwlock07/.cvsignore, psxtmrwlock07/Makefile.am,
psxtmrwlock07/init.c, psxtmrwlock07/psxtmrwlock07.doc: New files.
2011-08-04 Ricardo Aguirre <el.mastin@ymail.com>
PR 1887/tests
* Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
pthread_rwlock_unlock - thread waiting, no preempt.
* psxtmrwlock06/.cvsignore, psxtmrwlock06/Makefile.am,
psxtmrwlock06/init.c, psxtmrwlock06/psxtmrwlock06.doc: New files.
2011-08-04 Ricardo Aguirre <el.mastin@ymail.com>
* psxtmrwlock01/init.c, psxtmrwlock01/psxtmrwlock01.doc: Update.
2011-08-04 Ricardo Aguirre <el.mastin@ymail.com>
PR 1881/tests
* Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
pthread_rwlock_timedwrlock - not available, blocks.
* psxtmrwlock05/.cvsignore, psxtmrwlock05/Makefile.am,
psxtmrwlock05/init.c, psxtmrwlock05/psxtmrwlock05.doc: New files.
2011-08-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxtmrwlock03/init.c: Fix abstime issue. Time is now reasonable.
2011-08-02 Ricardo Aguirre <el.mastin@ymail.com>
PR 1880/tests
* Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
pthread_rwlock_timedwrlock - not available, blocks.
* psxtmrwlock04/.cvsignore, psxtmrwlock04/Makefile.am,
psxtmrwlock04/init.c, psxtmrwlock04/psxtmrwlock04.doc: New files.
2011-08-02 Ricardo Aguirre <el.mastin@ymail.com>
PR 1878/tests
* Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
pthread_rwlock_timedrdlock - not available, blocks.
* psxtmrwlock03/.cvsignore, psxtmrwlock03/Makefile.am,
psxtmrwlock03/init.c, psxtmrwlock03/psxtmrwlock03.doc: New files.
2011-08-02 Ricardo Aguirre <el.mastin@ymail.com>
PR 1875/tests
* Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
pthread_rwlock_rdlock - not available, blocks.
* psxtmrwlock02/.cvsignore, psxtmrwlock02/Makefile.am,
psxtmrwlock02/init.c, psxtmrwlock02/psxtmrwlock02.doc: New files.
2011-08-02 Ricardo Aguirre <el.mastin@ymail.com>
PR 1874/tests
* Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
multiple pthread_rwlock operations that can be done as single shot
times.
* psxtmrwlock01/.cvsignore, psxtmrwlock01/Makefile.am,
psxtmrwlock01/init.c, psxtmrwlock01/psxtmrwlock01.doc: New files.
2011-07-29 Ricardo Aguirre <el.mastin@ymail.com>
PR 1863/tests
* Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
pthread_barrier_wait - releasing, no preempt
* psxtmbarrier03/.cvsignore, psxtmbarrier03/Makefile.am,
psxtmbarrier03/init.c, psxtmbarrier03/psxtmbarrier03.doc: New files.
2011-07-29 Ricardo Aguirre <el.mastin@ymail.com>
PR 1859/tests
* Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
pthread_barrier_wait - blocking
* psxtmbarrier02/.cvsignore, psxtmbarrier02/Makefile.am,
psxtmbarrier02/init.c, psxtmbarrier02/psxtmbarrier02.doc: New files.
2011-07-28 Ricardo Aguirre <el.mastin@ymail.com>
PR 1859/tests
* Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
pthread_barrier_init and pthread_barrier_destroy.
* psxtmbarrier01/.cvsignore, psxtmbarrier01/Makefile.am,
psxtmbarrier01/init.c, psxtmbarrier01/psxtmbarrier01.doc: New files.
2011-07-26 Ricardo Aguirre <el.mastin@ymail.com>
PR 1852/tests
* Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
sem_wait - not available, block.
* psxtmsem03/.cvsignore, psxtmsem03/Makefile.am, psxtmsem03/init.c,
psxtmsem03/psxtmsem03.doc: New files.
2011-07-26 Ricardo Aguirre <el.mastin@ymail.com>
PR 1850/tests
* Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
sem_post - thread waiting, preempt.
* psxtmsem05/.cvsignore, psxtmsem05/Makefile.am, psxtmsem05/init.c,
psxtmsem05/psxtmsem05.doc: New files.
2011-07-26 Ricardo Aguirre <el.mastin@ymail.com>
PR 1849/tests
* Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
sem_post - thread waiting, no preempt.
* psxtmsem04/.cvsignore, psxtmsem04/Makefile.am, psxtmsem04/init.c,
psxtmsem04/psxtmsem04.doc: New files.
2011-07-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxtmthread03/psxtmthread03.doc: Fix.
2011-07-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxtmmutex02/psxtmmutex02.doc, psxtmsem01/psxtmsem01.doc,
psxtmsem02/psxtmsem02.doc, psxtmthread01/psxtmthread01.doc: Ensure
all are correct.
2011-07-22 Ricardo Aguirre <el.mastin@ymail.com>
PR 1847/tests
* Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
various non-blocking semaphore operations.
* psxtmsem02/.cvsignore, psxtmsem02/Makefile.am, psxtmsem02/init.c,
psxtmsem02/psxtmsem02.doc: New files.
2011-07-22 Ricardo Aguirre <el.mastin@ymail.com>
PR 1846/tests
* Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
various sem_open(), sem_close(), sem_unlink(), sem_init(), and
sem_destroy() cases.
* psxtmsem01/.cvsignore, psxtmsem01/Makefile.am, psxtmsem01/init.c,
psxtmsem01/psxtmsem01.doc: New files.
2011-07-21 Ricardo Aguirre <el.mastin@ymail.com>
PR 1835/tests
* Makefile.am, configure.ac: Add benchmark of pthread_mutex_timedlock -
not available, block.
* psxtmmutex04/.cvsignore, psxtmmutex04/Makefile.am,
psxtmmutex04/init.c, psxtmmutex04/psxtmmutex04.doc: New files.
2011-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxtmmutex02/init.c, psxtmmutex05/init.c, psxtmmutex06/init.c,
psxtmnanosleep02/init.c, psxtmsleep02/init.c, psxtmthread01/init.c,
psxtmthread03/init.c: Standardize start and end test messages.
2011-07-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
pthread_mutex_unlock where it is unblocking threads with preemption.
* psxtmmutex06/.cvsignore, psxtmmutex06/Makefile.am,
psxtmmutex06/init.c, psxtmmutex06/psxtmmutex06.doc: New files.
2011-07-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxtmmutex05/init.c: Fix test. Pattern was wrong.
2011-07-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac: Add benchmark of pthread_mutex_unlock
where it is unblocking threads without preemption.
* psxtmmutex05/.cvsignore, psxtmmutex05/Makefile.am,
psxtmmutex05/init.c, psxtmmutex05/psxtmmutex05.doc: New files.
2011-07-20 Ricardo Aguirre <el.mastin@ymail.com>
PR 1843/tests
* Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of key
create and delete.
* psxtmkey01/.cvsignore, psxtmkey01/Makefile.am, psxtmkey01/init.c,
psxtmkey01/psxtmkey01.doc: New files.
2011-07-19 Ricardo Aguirre <el.mastin@ymail.com>
PR 1840/tests
* Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of key
set and get.
* psxtmkey02/.cvsignore, psxtmkey02/Makefile.am, psxtmkey02/init.c,
psxtmkey02/psxtmkey02.doc: New files.
2011-07-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
* configure.ac: Remove psxtmmutex04 until PR 1836 is processed.
2011-07-15 Ricardo Aguirre <el.mastin@ymail.com>
PR 1835/tests
* Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
mutex set and get priority ceiling.
* psxtmmutex07/.cvsignore, psxtmmutex07/Makefile.am,
psxtmmutex07/init.c, psxtmmutex07/psxtmmutex07.doc: New files.
2011-07-13 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxtmtests_plan.csv: Update to reflect next activities.
2011-07-13 Ricardo Aguirre <el.mastin@ymail.com>
PR 1831/tests
* Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
mutex init and destroy.
* psxtmmutex01/.cvsignore, psxtmmutex01/Makefile.am,
psxtmmutex01/init.c, psxtmmutex01/psxtmmutex01.doc: New files.
2011-07-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxtmnanosleep01/init.c, psxtmsleep01/init.c: Do not divide by
OPERATION_COUNT on single shot times.
2011-07-12 Ricardo Aguirre <el.mastin@ymail.com>
* Makefile.am, configure.ac, psxtmtests_plan.csv: Add psxtmmutex03.
* psxtmmutex03/.cvsignore, psxtmmutex03/Makefile.am,
psxtmmutex03/init.c, psxtmmutex03/psxtmmutex03.doc: New files.
2011-06-29 Ricardo Aguirre <el.mastin@ymail.com>
* psxtmtests/Makefile.am, psxtmtests/configure.ac,
psxtmtests/psxtmtests_plan.csv: Added nanosleep tests.
* psxtmtests/psxtmnanosleep01/Makefile.am,
psxtmtests/psxtmnanosleep01/init.c,
psxtmtests/psxtmnanosleep01/psxtmnanosleep01.doc,
psxtmtests/psxtmnanosleep02/Makefile.am,
psxtmtests/psxtmnanosleep02/init.c,
psxtmtests/psxtmnanosleep02/psxtmnanosleep02.doc,
psxtmnanosleep01/.cvsignore, psxtmnanosleep02/.cvsignore: New files.
2011-06-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxtmtests_plan.csv: Complete plan for mutexes.
2011-06-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxtmtests_plan.csv: Update.
2011-06-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac: Add test case for sleep - blocking.
* psxtmsleep02/.cvsignore, psxtmsleep02/Makefile.am,
psxtmsleep02/init.c, psxtmsleep02/psxtmsleep02.doc: New files.
2011-06-13 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxtmsleep01/Makefile.in: Removed.
2011-06-13 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, psxtmtests_plan.csv: Add psxtmsleep01.
* psxtmsleep01/.cvsignore, psxtmsleep01/Makefile.am,
psxtmsleep01/Makefile.in, psxtmsleep01/init.c,
psxtmsleep01/psxtmsleep01.doc: New files.
2011-06-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxtmtests_plan.csv: Add sleep and nanosleep cases.
2011-04-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* README, psxtmtests_plan.csv: Add more possible test cases.
2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Add AC_CONFIG_HEADER(config.h).
2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxtmmutex02/init.c, psxtmthread01/init.c, psxtmthread03/init.c:
Add HAVE_CONFIG_H.
2011-02-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxtmmutex02/init.c, psxtmthread03/init.c: end_time is a uint32_t.
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-12-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* .cvsignore, ChangeLog, Makefile.am, README, configure.ac,
psxtmtests_plan.csv, psxtmmutex02/.cvsignore,
psxtmmutex02/Makefile.am, psxtmmutex02/init.c,
psxtmmutex02/psxtmmutex02.doc, psxtmthread01/.cvsignore,
psxtmthread01/Makefile.am, psxtmthread01/init.c,
psxtmthread01/psxtmthread01.doc, psxtmthread03/.cvsignore,
psxtmthread03/Makefile.am, psxtmthread03/init.c,
psxtmthread03/psxtmthread03.doc: New files.

File diff suppressed because it is too large Load Diff

View File

@@ -1,58 +0,0 @@
2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1589/build
* smp01/Makefile.am, smp02/Makefile.am, smp03/Makefile.am,
smp04/Makefile.am, smp05/Makefile.am, smp06/Makefile.am,
smp07/Makefile.am, smp08/Makefile.am, smp09/Makefile.am: Remove
obsolete optional manager capability.
2011-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* smp05/init.c, smp06/init.c, smp07/init.c, smp09/init.c:
Add HAVE_CONFIG_H.
2011-07-29 Jennifer Averett <Jennifer.Averett@OARcorp.com>
* smp03/init.c, smp03/system.h, smp03/tasks.c: Modified test to force a
task to run prior to starting the next task. This allows the last
task to always preempt, where if the tasks started in an odd order
the last task could run prior the the task it was supposed to
preempt.
2011-07-29 Jennifer Averett <Jennifer.Averett@OARcorp.com>
* smp01/init.c, smp02/init.c, smp02/tasks.c, smp03/init.c,
smp03/tasks.c, smp04/Makefile.am, smp04/init.c, smp05/init.c,
smp06/init.c, smp07/init.c, smp08/init.c: Cleaned up tests and fixed
some print statement problems.
* smp04/tasks.c: Removed.
2011-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>
* smp01/smp01.doc, smp02/smp02.doc, smp03/smp03.doc, smp04/smp04.doc,
smp05/smp05.doc, smp07/smp07.doc, smp08/smp08.doc, smp08/system.h,
smp08/tasks.c: Update copyright.
2011-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>
* .cvsignore: New file.
2011-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
* .configure.ac.swp, ChangeLog, Makefile.am, README, config.h.in,
configure.ac, smp01/.cvsignore, smp01/Makefile.am, smp01/init.c,
smp01/smp01.doc, smp01/smp01.scn, smp01/system.h, smp01/tasks.c,
smp02/.cvsignore, smp02/Makefile.am, smp02/init.c, smp02/smp02.doc,
smp02/smp02.scn, smp02/system.h, smp02/tasks.c, smp03/.cvsignore,
smp03/Makefile.am, smp03/init.c, smp03/smp03.doc, smp03/smp03.scn,
smp03/system.h, smp03/tasks.c, smp04/.cvsignore, smp04/Makefile.am,
smp04/init.c, smp04/smp04.doc, smp04/smp04.scn, smp04/system.h,
smp04/tasks.c, smp05/.cvsignore, smp05/Makefile.am, smp05/init.c,
smp05/smp05.doc, smp05/smp05.scn, smp06/.cvsignore,
smp06/Makefile.am, smp06/init.c, smp06/smp06.doc, smp06/smp06.scn,
smp07/.cvsignore, smp07/Makefile.am, smp07/init.c, smp07/smp07.doc,
smp07/smp07.scn, smp08/.cvsignore, smp08/Makefile.am, smp08/init.c,
smp08/smp08.doc, smp08/smp08.scn, smp08/system.h, smp08/tasks.c,
smp09/.cvsignore, smp09/Makefile.am, smp09/init.c, smp09/smp09.doc,
smp09/smp09.scn: New files.

File diff suppressed because it is too large Load Diff

View File

@@ -1,908 +0,0 @@
2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* tm30/init.c: Make benchmark_barrier_create,
benchmark_barrier_ident, benchmark_barrier_delete static.
2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1589/build
* tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
tm28/Makefile.am, tm29/Makefile.am, tm30/Makefile.am,
tmck/Makefile.am, tmoverhd/Makefile.am: Remove obsolete optional
manager capability.
2011-10-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* tm26/fptest.h: Use PRIu32 to print uint32_t.
2011-05-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* tm26/system.h, tm27/system.h: Ensure these tests use the correct
scheduler.
2011-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* tm01/task1.c, tm02/task1.c, tm03/task1.c, tm15/task1.c: Remove
warnings.
2011-03-16 Jennifer Averett <jennifer.averett@OARcorp.com>
PR 1743/cpu
* tm26/task1.c, tm27/task1.c: Add Simple Priority Scheduler as
complement to existing Deterministic Priority Scheduler. Modify these
tests to verify the scheduler they are designed to work with is the
default scheduler.
2011-03-16 Sebastian Huber <sebastian.huber@embedded-brains.de>
* tm26/task1.c: Update for API change.
2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Add AC_CONFIG_HEADER(config.h).
2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c,
tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c,
tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c,
tm16/task1.c, tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c,
tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c, tm25/task1.c,
tm26/task1.c, tm27/task1.c, tm28/task1.c, tm29/task1.c, tm30/init.c,
tmck/task1.c, tmoverhd/empty.c, tmoverhd/testtask.c: Add HAVE_CONFIG_H.
2011-02-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* tm26/task1.c, tm27/task1.c: Adjust for name changes.
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-12-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* README: Add initial small set of POSIX Timing Tests.
2010-11-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
* tm26/task1.c, tm27/task1.c: Update for API changes.
2010-11-24 Gedare Bloom <giddyup44@yahoo.com>
PR 1647/cpukit
* tm26/task1.c, tm27/task1.c: Update documentation to reflect
refactoring of SuperCore to add Scheduler Handler.
2010-10-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
* tm26/task1.c, tm27/task1.c: Do not violate chain API.
2010-07-30 Gedare Bloom <giddyup44@yahoo.com>
PR 1599/cpukit
* tm26/task1.c, tm27/task1.c: Rename _Context_Switch_necessary to
_Thread_Dispatch_necessary to more properly reflect the intent.
2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac: New test for barrier create, ident, and
delete.
* tm30/.cvsignore, tm30/Makefile.am, tm30/init.c, tm30/tm30.doc: New
files.
2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* tm20/task1.c: Use rtems_test_assert() consistently instead of system
assert(). rtems_test_assert() is designed to integrate into the RTEMS
test suite infrastructure.
2009-11-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* tmoverhd/testtask.c: Apply RTEMS_GCC_NOWARN_USED.
* tmoverhd/dumrtems.h: Rework undef/define cascade.
Add RTEMS_GCC_NOWARN_USED.
* tmoverhd/system.h: Add prototype for Empty_directive();
2009-11-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* tm26/task1.c: Use true/false instead of TRUE/FALSE for "bool"s.
* tm15/task1.c: Make time_set a "bool".
Eliminate TRUE/FALSE.
2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* tmck/task1.c: Use PRIu32 to print uint32_t's.
2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* tm05/task1.c, tm18/task1.c, tmoverhd/empty.c,
tmoverhd/system.h: Add missing prototypes.
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Don't add -ansi -fasm to CFLAGS.
2009-10-14 Joel Sherrill <joel.sherrill@OARcorp.com>
* tmck/task1.c: Ignore numbers that are too large but keep going -- do
not abort.
2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>
* tmck/task1.c: Remove support for "unix".
2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* tm08/task1.c: Convert calls to legacy routine rtems_clock_get(
RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
2009-04-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am:
tmoverhd/Makefile.am: Eliminate _exe_/.exe.
2009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/timesys.h: Array of task names should be of type rtems_name
not rtems_id.
2008-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c,
tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c,
tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm16/task1.c,
tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c, tm21/task1.c,
tm23/task1.c, tm24/task1.c, tm25/task1.c, tm26/task1.c, tm27/task1.c,
tm28/task1.c, tm29/task1.c, tmoverhd/testtask.c: Run all tests
successfully with maxixum number of priorities as 16 instead of 256.
This was done by temporarily modifying the score priority.h maximum.
This allowed testing of all API code to ensure that it worked
properly with a reduced number of priorities. Most modifications were
to switch from hard-coded maximum to using the API provided methods
to determine maximum number of priority levels.
2008-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* tm26/task1.c: Fix typo.
2008-10-28 Joel Sherrill <joel.sherrill@oarcorp.com>
* tm22/system.h, tm22/task1.c: Account for message buffers used.
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/timesys.h: Use inttypes.h.
* tmck/task1.c: Use uint32_t for count.
2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/timesys.h: Rename STACK_CHECKER_ON to more appropriate
CONFIGURE_STACK_CHECKER_ENABLED.
2008-09-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* tm09/system.h, tm09/task1.c: Account for message buffer memory.
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
* tm01/Makefile.am, tm01/task1.c, tm02/Makefile.am, tm02/task1.c,
tm03/Makefile.am, tm03/task1.c, tm04/Makefile.am, tm04/task1.c,
tm05/Makefile.am, tm05/task1.c, tm06/Makefile.am, tm06/task1.c,
tm07/Makefile.am, tm07/task1.c, tm08/Makefile.am, tm08/task1.c,
tm09/Makefile.am, tm09/task1.c, tm10/Makefile.am, tm10/task1.c,
tm11/Makefile.am, tm11/task1.c, tm12/Makefile.am, tm12/task1.c,
tm13/Makefile.am, tm13/task1.c, tm14/Makefile.am, tm14/task1.c,
tm15/Makefile.am, tm15/task1.c, tm16/Makefile.am, tm16/task1.c,
tm17/Makefile.am, tm17/task1.c, tm18/Makefile.am, tm18/task1.c,
tm19/Makefile.am, tm19/task1.c, tm20/Makefile.am, tm20/task1.c,
tm21/Makefile.am, tm21/task1.c, tm22/Makefile.am, tm22/task1.c,
tm23/Makefile.am, tm23/task1.c, tm24/Makefile.am, tm24/task1.c,
tm25/Makefile.am, tm25/task1.c, tm26/Makefile.am, tm26/task1.c,
tm27/Makefile.am, tm27/task1.c, tm28/Makefile.am, tm28/task1.c,
tm29/Makefile.am, tm29/task1.c, tmck/Makefile.am, tmck/task1.c,
tmoverhd/Makefile.am, tmoverhd/testtask.c: Eliminate empty function
from every benchmark timer driver. Fix spelling.
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
* tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c,
tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c,
tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c,
tm16/task1.c, tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c,
tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c, tm25/task1.c,
tm26/task1.c, tm27/task1.c, tm28/task1.c, tm29/task1.c, tmck/task1.c,
tmoverhd/testtask.c: Rename timer driver methods to follow RTEMS
programming conventions.
2008-06-05 Joel Sherrill <joel.sherrill@OARcorp.com>
* tm02/system.h, tm10/system.h: Make configurations more accurate.
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* tmoverhd/dumrtems.h: Refactored and renamed initialization routines
to rtems_initialize_data_structures, rtems_initialize_before_drivers,
rtems_initialize_device_drivers, and
rtems_initialize_start_multitasking. This opened the sequence up so
that bootcard() could provide a more robust and flexible framework
which is easier to explain and understand. This also lays the
groundwork for sharing the division of available memory between the
RTEMS workspace and heap and the C library initialization across all
BSPs.
2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>
* tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c,
tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c,
tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c,
tm16/task1.c, tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c,
tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c, tm25/task1.c,
tm26/task1.c, tm27/task1.c, tm28/task1.c, tm29/task1.c, tmck/task1.c,
tmoverhd/testtask.c: Change TEST_INIT to CONFIGURE_INIT. Make
tmacros.h available to all POSIX tests. Add a clock_settime case for
< 1988.
2007-12-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* tmoverhd/testtask.c: Spacing and remove call to obsolete
rtems_initialize_executive().
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
* tmoverhd/testtask.c: Move interrupt_stack_size field from CPU Table
to Configuration Table. Eliminate CPU Table from all ports. Delete
references to CPU Table in all forms.
2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* tm05/Makefile.am, tm06/Makefile.am, tm07/Makefile.am,
tm08/Makefile.am, tm09/Makefile.am, tm10/Makefile.am,
tm11/Makefile.am, tm12/Makefile.am, tm13/Makefile.am,
tm14/Makefile.am, tm15/Makefile.am, tm16/Makefile.am,
tm17/Makefile.am, tm18/Makefile.am, tm19/Makefile.am,
tm20/Makefile.am, tm22/Makefile.am, tm23/Makefile.am,
tm24/Makefile.am, tm25/Makefile.am, tm26/Makefile.am,
tm27/Makefile.am, tm28/Makefile.am, tm29/Makefile.am,
tmck/Makefile.am, tmoverhd/Makefile.am: Add optional managers to
Makefiles. Clean up test cases so last output line follows END OF
pattern. Make sure test case all run. All tests appeared ok on sis.
2007-02-06 Joel Sherrill <joel@OARcorp.com>
* tm09/task1.c, tm10/task1.c, tm11/task1.c, tm12/task1.c, tm13/task1.c,
tm14/task1.c, tm22/task1.c: Address size_t/uint32_t typing issues in
message queue tests.
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: New BUG-REPORT address.
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.60. Require automake-1.10.
2006-07-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
tmoverhd/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
instead.
2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Remove RTEMS_ENABLE_BARE,
BARE_CPU_CFLAGS, BARE_CPU_MODEL.
2005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>
* tm01/Makefile.am, tm02/Makefile.am,
tm03/Makefile.am, tm04/Makefile.am,
tm05/Makefile.am, tm06/Makefile.am,
tm07/Makefile.am, tm08/Makefile.am,
tm09/Makefile.am, tm10/Makefile.am,
tm11/Makefile.am, tm12/Makefile.am,
tm13/Makefile.am, tm14/Makefile.am,
tm15/Makefile.am, tm16/Makefile.am,
tm17/Makefile.am, tm18/Makefile.am,
tm19/Makefile.am, tm20/Makefile.am,
tm21/Makefile.am, tm22/Makefile.am,
tm23/Makefile.am, tm24/Makefile.am,
tm25/Makefile.am, tm26/Makefile.am,
tm27/Makefile.am, tm28/Makefile.am,
tm29/Makefile.am, tmck/Makefile.am,
tmoverhd/Makefile.am: Convert to using *_PROGRAMS.
2005-11-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* tm01/Makefile.am, tm02/Makefile.am,
tm03/Makefile.am, tm04/Makefile.am,
tm05/Makefile.am, tm06/Makefile.am,
tm07/Makefile.am, tm08/Makefile.am,
tm09/Makefile.am, tm10/Makefile.am,
tm11/Makefile.am, tm12/Makefile.am,
tm13/Makefile.am, tm14/Makefile.am,
tm15/Makefile.am, tm16/Makefile.am,
tm17/Makefile.am, tm18/Makefile.am,
tm19/Makefile.am, tm20/Makefile.am,
tm21/Makefile.am, tm22/Makefile.am,
tm23/Makefile.am, tm24/Makefile.am,
tm25/Makefile.am, tm26/Makefile.am,
tm27/Makefile.am, tm28/Makefile.am,
tm29/Makefile.am, tmck/Makefile.am,
tmoverhd/Makefile.am: Rework.
2005-11-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
tmoverhd/Makefile.am: Expand tmtests.am.
* tmtests.am: Remove.
2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>
* tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
tmoverhd/Makefile.am: AM_CPPFLAGS += -I..../support/include.
2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>
* tmtests.am: Set project_bspdir=$(PROJECT_ROOT)
2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Remove noinst_HEADERS.
* tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
tmoverhd/Makefile.am: Add ../include/systime.h.
2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* tmtests.am: Remove LIB_VARIANT.
2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
tmoverhd/Makefile.am: Remove SRC, PRINT_SRC.
2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Cleanup.
2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* tmtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
* tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
tmoverhd/Makefile.am:
Partial conversion to automake.
2004-09-24 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Require automake > 1.9.
2004-04-23 Ralf Corsepius <ralf.corsepius@rtems.org>
PR 610/bsps
* tm27/task1.c: Use _RTEMS_RMTEST27 instead of RTEMS_TM27.
Unconditionally include <tm27.h>.
2004-04-21 Joel Sherrill <joel@OARcorp.com>
PR 611/bsps
* tm27/task1.c: Follow conventions for tm27 and do not add another
macro definition.
2004-04-01 Ralf Corsepius <ralf.corsepius@rtems.org>
* tm01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm18/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm27/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm28/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm29/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tmck/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tmoverhd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2004-03-30 David Querbach <querbach@realtime.bc.ca>
PR 597/tests
* tm02/system.h, tm03/system.h, tm04/system.h, tm05/system.h,
tm06/system.h, tm07/system.h, tm08/system.h, tm10/system.h,
tm11/system.h, tm12/system.h, tm13/system.h, tm14/system.h,
tm15/system.h, tm16/system.h, tm17/system.h, tm18/system.h,
tm19/system.h, tm21/system.h, tm22/system.h, tm23/system.h,
tm24/system.h, tm25/system.h, tm26/system.h, tm27/system.h,
tm27/task1.c, tm29/system.h: The actual workspace needed by the
tmtests depends on OPERATION_COUNT, but the definitions of
CONFIGURE_MAXIMIM_xxx in the their system.h files do not reflect
this. This results in unnecessary memory exhaustion on small-memory
systems such as the SS555.
2004-03-28 Ralf Corsepius <ralf.corsepius@rtems.org>
* include/timesys.h, tm01/task1.c, tm02/task1.c, tm03/task1.c,
tm04/task1.c, tm05/task1.c, tm06/task1.c, tm07/task1.c,
tm08/task1.c, tm09/task1.c, tm10/task1.c, tm11/task1.c,
tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c,
tm16/task1.c, tm17/task1.c, tm18/task1.c, tm20/task1.c,
tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c,
tm25/task1.c, tm26/task1.c, tm27/task1.c, tm28/task1.c,
tm29/task1.c, tmck/task1.c, tmoverhd/testtask.c: Convert to using
c99 fixed size types.
2004-03-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add 2nd arg to RTEMS_TOP.
2004-02-26 Joel Sherrill <joel@OARcorp.com>
PR 583/tests
* tm26/task1.c, tm27/task1.c: Correctly reset
_Thread_Dispatch_disable_level so printing is safe.
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* tm01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
Add PRE/TMPINSTALL_FILES to CLEANFILES.
* tm02/Makefile.am: Ditto.
* tm03/Makefile.am: Ditto.
* tm04/Makefile.am: Ditto.
* tm05/Makefile.am: Ditto.
* tm06/Makefile.am: Ditto.
* tm07/Makefile.am: Ditto.
* tm08/Makefile.am: Ditto.
* tm09/Makefile.am: Ditto.
* tm10/Makefile.am: Ditto.
* tm11/Makefile.am: Ditto.
* tm12/Makefile.am: Ditto.
* tm13/Makefile.am: Ditto.
* tm14/Makefile.am: Ditto.
* tm15/Makefile.am: Ditto.
* tm16/Makefile.am: Ditto.
* tm17/Makefile.am: Ditto.
* tm18/Makefile.am: Ditto.
* tm19/Makefile.am: Ditto.
* tm20/Makefile.am: Ditto.
* tm21/Makefile.am: Ditto.
* tm22/Makefile.am: Ditto.
* tm23/Makefile.am: Ditto.
* tm24/Makefile.am: Ditto.
* tm25/Makefile.am: Ditto.
* tm26/Makefile.am: Ditto.
* tm27/Makefile.am: Ditto.
* tm28/Makefile.am: Ditto.
* tm29/Makefile.am: Ditto.
* tmck/Makefile.am: Ditto.
* tmoverhd/Makefile.am: Ditto.
2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* tmtests.am: Add dirstamp support.
2003-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* tmtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Reformat.
* tm01/Makefile.am: Remove all-local: $(ARCH).
* tm02/Makefile.am: Remove all-local: $(ARCH).
* tm03/Makefile.am: Remove all-local: $(ARCH).
* tm04/Makefile.am: Remove all-local: $(ARCH).
* tm05/Makefile.am: Remove all-local: $(ARCH).
* tm06/Makefile.am: Remove all-local: $(ARCH).
* tm07/Makefile.am: Remove all-local: $(ARCH).
* tm08/Makefile.am: Remove all-local: $(ARCH).
* tm09/Makefile.am: Remove all-local: $(ARCH).
* tm10/Makefile.am: Remove all-local: $(ARCH).
* tm11/Makefile.am: Remove all-local: $(ARCH).
* tm12/Makefile.am: Remove all-local: $(ARCH).
* tm13/Makefile.am: Remove all-local: $(ARCH).
* tm14/Makefile.am: Remove all-local: $(ARCH).
* tm15/Makefile.am: Remove all-local: $(ARCH).
* tm16/Makefile.am: Remove all-local: $(ARCH).
* tm17/Makefile.am: Remove all-local: $(ARCH).
* tm18/Makefile.am: Remove all-local: $(ARCH).
* tm19/Makefile.am: Remove all-local: $(ARCH).
* tm20/Makefile.am: Remove all-local: $(ARCH).
* tm21/Makefile.am: Remove all-local: $(ARCH).
* tm22/Makefile.am: Remove all-local: $(ARCH).
* tm23/Makefile.am: Remove all-local: $(ARCH).
* tm24/Makefile.am: Remove all-local: $(ARCH).
* tm25/Makefile.am: Remove all-local: $(ARCH).
* tm26/Makefile.am: Remove all-local: $(ARCH).
* tm27/Makefile.am: Remove all-local: $(ARCH).
* tm28/Makefile.am: Remove all-local: $(ARCH).
* tm29/Makefile.am: Remove all-local: $(ARCH).
* tmck/Makefile.am: Remove all-local: $(ARCH).
* tmoverhd/Makefile.am: Remove all-local: $(ARCH).
2003-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Reflect having moved to testsuites/.
2003-10-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_CANONICAL_HOST.
2003-10-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac:Remove RTEMS_CHECK_CPU.
2003-09-04 Joel Sherrill <joel@OARcorp.com>
* include/timesys.h, tm01/system.h, tm01/task1.c, tm01/tm01.doc,
tm02/system.h, tm02/task1.c, tm02/tm02.doc, tm03/system.h,
tm03/task1.c, tm03/tm03.doc, tm04/system.h, tm04/task1.c,
tm04/tm04.doc, tm05/system.h, tm05/task1.c, tm05/tm05.doc,
tm06/system.h, tm06/task1.c, tm06/tm06.doc, tm07/system.h,
tm07/task1.c, tm07/tm07.doc, tm08/system.h, tm08/task1.c,
tm08/tm08.doc, tm09/system.h, tm09/task1.c, tm09/tm09.doc,
tm10/system.h, tm10/task1.c, tm10/tm10.doc, tm11/system.h,
tm11/task1.c, tm11/tm11.doc, tm12/system.h, tm12/task1.c,
tm12/tm12.doc, tm13/system.h, tm13/task1.c, tm13/tm13.doc,
tm14/system.h, tm14/task1.c, tm14/tm14.doc, tm15/system.h,
tm15/task1.c, tm15/tm15.doc, tm16/system.h, tm16/task1.c,
tm16/tm16.doc, tm17/system.h, tm17/task1.c, tm17/tm17.doc,
tm18/system.h, tm18/task1.c, tm18/tm18.doc, tm19/system.h,
tm19/task1.c, tm19/tm19.doc, tm20/system.h, tm20/task1.c,
tm20/tm20.doc, tm21/system.h, tm21/task1.c, tm21/tm21.doc,
tm22/system.h, tm22/task1.c, tm22/tm22.doc, tm23/system.h,
tm23/task1.c, tm23/tm23.doc, tm24/system.h, tm24/task1.c,
tm24/tm24.doc, tm25/system.h, tm25/task1.c, tm25/tm25.doc,
tm26/fptest.h, tm26/system.h, tm26/task1.c, tm26/tm26.doc,
tm27/system.h, tm27/task1.c, tm27/tm27.doc, tm28/system.h,
tm28/task1.c, tm28/tm28.doc, tm29/system.h, tm29/task1.c,
tm29/tm29.doc, tmck/system.h, tmck/task1.c, tmck/tmck.doc,
tmoverhd/dumrtems.h, tmoverhd/empty.c, tmoverhd/system.h,
tmoverhd/testtask.c, tmoverhd/tmoverhd.doc: URL for license changed.
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reflect having moved aclocal/.
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reflect having moved automake/.
* include/Makefile.am: Reflect having moved automake/.
* tm01/Makefile.am: Reflect having moved automake/.
* tm02/Makefile.am: Reflect having moved automake/.
* tm03/Makefile.am: Reflect having moved automake/.
* tm04/Makefile.am: Reflect having moved automake/.
* tm05/Makefile.am: Reflect having moved automake/.
* tm06/Makefile.am: Reflect having moved automake/.
* tm07/Makefile.am: Reflect having moved automake/.
* tm08/Makefile.am: Reflect having moved automake/.
* tm09/Makefile.am: Reflect having moved automake/.
* tm10/Makefile.am: Reflect having moved automake/.
* tm11/Makefile.am: Reflect having moved automake/.
* tm12/Makefile.am: Reflect having moved automake/.
* tm13/Makefile.am: Reflect having moved automake/.
* tm14/Makefile.am: Reflect having moved automake/.
* tm15/Makefile.am: Reflect having moved automake/.
* tm16/Makefile.am: Reflect having moved automake/.
* tm17/Makefile.am: Reflect having moved automake/.
* tm18/Makefile.am: Reflect having moved automake/.
* tm19/Makefile.am: Reflect having moved automake/.
* tm20/Makefile.am: Reflect having moved automake/.
* tm21/Makefile.am: Reflect having moved automake/.
* tm22/Makefile.am: Reflect having moved automake/.
* tm23/Makefile.am: Reflect having moved automake/.
* tm24/Makefile.am: Reflect having moved automake/.
* tm25/Makefile.am: Reflect having moved automake/.
* tm26/Makefile.am: Reflect having moved automake/.
* tm27/Makefile.am: Reflect having moved automake/.
* tm28/Makefile.am: Reflect having moved automake/.
* tm29/Makefile.am: Reflect having moved automake/.
* tmck/Makefile.am: Reflect having moved automake/.
* tmoverhd/Makefile.am: Reflect having moved automake/.
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove CC_CFLAGS_DEBUG_V.
CC_CFLAGS_DEFAULT (obsolete).
2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove CC_CFLAGS_PROFILE_V.
Remove CC_LDFLAGS_PROFILE_V.
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove AC_CONFIG_AUX_DIR.
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AC_PREREQ(2.57).
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Reformat.
Add autom4te*cache.
Remove autom4te.cache.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* tm01/Makefile.am: Use $(OBJEXT) instead of .o.
* tm02/Makefile.am: Use $(OBJEXT) instead of .o.
* tm03/Makefile.am: Use $(OBJEXT) instead of .o.
* tm04/Makefile.am: Use $(OBJEXT) instead of .o.
* tm05/Makefile.am: Use $(OBJEXT) instead of .o.
* tm06/Makefile.am: Use $(OBJEXT) instead of .o.
* tm07/Makefile.am: Use $(OBJEXT) instead of .o.
* tm08/Makefile.am: Use $(OBJEXT) instead of .o.
* tm09/Makefile.am: Use $(OBJEXT) instead of .o.
* tm10/Makefile.am: Use $(OBJEXT) instead of .o.
* tm11/Makefile.am: Use $(OBJEXT) instead of .o.
* tm12/Makefile.am: Use $(OBJEXT) instead of .o.
* tm13/Makefile.am: Use $(OBJEXT) instead of .o.
* tm14/Makefile.am: Use $(OBJEXT) instead of .o.
* tm15/Makefile.am: Use $(OBJEXT) instead of .o.
* tm16/Makefile.am: Use $(OBJEXT) instead of .o.
* tm17/Makefile.am: Use $(OBJEXT) instead of .o.
* tm18/Makefile.am: Use $(OBJEXT) instead of .o.
* tm19/Makefile.am: Use $(OBJEXT) instead of .o.
* tm20/Makefile.am: Use $(OBJEXT) instead of .o.
* tm21/Makefile.am: Use $(OBJEXT) instead of .o.
* tm22/Makefile.am: Use $(OBJEXT) instead of .o.
* tm23/Makefile.am: Use $(OBJEXT) instead of .o.
* tm24/Makefile.am: Use $(OBJEXT) instead of .o.
* tm25/Makefile.am: Use $(OBJEXT) instead of .o.
* tm26/Makefile.am: Use $(OBJEXT) instead of .o.
* tm27/Makefile.am: Use $(OBJEXT) instead of .o.
* tm28/Makefile.am: Use $(OBJEXT) instead of .o.
* tm29/Makefile.am: Use $(OBJEXT) instead of .o.
* tmck/Makefile.am: Use $(OBJEXT) instead of .o.
* tmoverhd/Makefile.am: Use $(OBJEXT) instead of .o.
2002-08-01 Joel Sherrill <joel@OARcorp.com>
* Per PR47 add support for buffered test output. This involved
adding defines to redirect output to a buffer and dump it when
full, at "test pause", and at exit. To avoid problems when redefining
exit(), all tests were modified to call rtems_test_exit().
Some tests, notable psxtests, had to be modified to include
the standard test macro .h file (pmacros.h or tmacros.h) to
enable this support.
* include/timesys.h, tm01/task1.c, tm02/task1.c, tm03/task1.c,
tm04/task1.c, tm05/task1.c, tm06/task1.c, tm07/task1.c, tm08/task1.c,
tm09/task1.c, tm10/task1.c, tm11/task1.c, tm12/task1.c, tm13/task1.c,
tm14/task1.c, tm15/task1.c, tm16/task1.c, tm17/task1.c, tm18/task1.c,
tm19/task1.c, tm20/task1.c, tm21/task1.c, tm22/task1.c, tm23/task1.c,
tm24/task1.c, tm25/task1.c, tm26/task1.c, tm27/task1.c, tm28/task1.c,
tm29/task1.c, tmck/task1.c, tmoverhd/testtask.c: Modified.
2002-04-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove ENABLE_GCC28.
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac:
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
* Makefile.am: Remove AUTOMAKE_OPTIONS.
* tm01/Makefile.am: Remove AUTOMAKE_OPTIONS.
* tm02/Makefile.am: Remove AUTOMAKE_OPTIONS.
* tm03/Makefile.am: Remove AUTOMAKE_OPTIONS.
* tm04/Makefile.am: Remove AUTOMAKE_OPTIONS.
* tm05/Makefile.am: Remove AUTOMAKE_OPTIONS.
* tm06/Makefile.am: Remove AUTOMAKE_OPTIONS.
* tm07/Makefile.am: Remove AUTOMAKE_OPTIONS.
* tm08/Makefile.am: Remove AUTOMAKE_OPTIONS.
* tm09/Makefile.am: Remove AUTOMAKE_OPTIONS.
* tm10/Makefile.am: Remove AUTOMAKE_OPTIONS.
* tm11/Makefile.am: Remove AUTOMAKE_OPTIONS.
* tm12/Makefile.am: Remove AUTOMAKE_OPTIONS.
* tm13/Makefile.am: Remove AUTOMAKE_OPTIONS.
* tm14/Makefile.am: Remove AUTOMAKE_OPTIONS.
* tm15/Makefile.am: Remove AUTOMAKE_OPTIONS.
* tm16/Makefile.am: Remove AUTOMAKE_OPTIONS.
* tm17/Makefile.am: Remove AUTOMAKE_OPTIONS.
* tm18/Makefile.am: Remove AUTOMAKE_OPTIONS.
* tm19/Makefile.am: Remove AUTOMAKE_OPTIONS.
* tm20/Makefile.am: Remove AUTOMAKE_OPTIONS.
* tm21/Makefile.am: Remove AUTOMAKE_OPTIONS.
* tm22/Makefile.am: Remove AUTOMAKE_OPTIONS.
* tm23/Makefile.am: Remove AUTOMAKE_OPTIONS.
* tm24/Makefile.am: Remove AUTOMAKE_OPTIONS.
* tm25/Makefile.am: Remove AUTOMAKE_OPTIONS.
* tm26/Makefile.am: Remove AUTOMAKE_OPTIONS.
* tm27/Makefile.am: Remove AUTOMAKE_OPTIONS.
* tm28/Makefile.am: Remove AUTOMAKE_OPTIONS.
* tm29/Makefile.am: Remove AUTOMAKE_OPTIONS.
* tmck/Makefile.am: Remove AUTOMAKE_OPTIONS.
* tmoverhd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2001-11-08 Jiri Gaisler <jiri@gaisler.com>
This fix is response to test results reported by Jerry Needell
<jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
* tm27/task1.c: Account for overhead in starting and stopping
the timer.
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
* configure.in: Remove.
* configure.ac: New file, generated from configure.in by autoupdate.
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* tmtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
2001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* tm27/Makefile.am: include leaf.am instead of leaf.cfg.
* tm26/Makefile.am: include leaf.am instead of leaf.cfg.
* tm24/Makefile.am: include leaf.am instead of leaf.cfg.
* tm16/Makefile.am: include leaf.am instead of leaf.cfg.
* tm18/Makefile.am: include leaf.am instead of leaf.cfg.
* tm02/Makefile.am: include leaf.am instead of leaf.cfg.
* tm10/Makefile.am: include leaf.am instead of leaf.cfg.
* tm11/Makefile.am: include leaf.am instead of leaf.cfg.
* tm15/Makefile.am: include leaf.am instead of leaf.cfg.
* tm19/Makefile.am: include leaf.am instead of leaf.cfg.
* tm04/Makefile.am: include leaf.am instead of leaf.cfg.
* tm17/Makefile.am: include leaf.am instead of leaf.cfg.
* tm28/Makefile.am: include leaf.am instead of leaf.cfg.
* tmck/Makefile.am: include leaf.am instead of leaf.cfg.
* tm08/Makefile.am: include leaf.am instead of leaf.cfg.
* tm12/Makefile.am: include leaf.am instead of leaf.cfg.
* tm03/Makefile.am: include leaf.am instead of leaf.cfg.
* tm13/Makefile.am: include leaf.am instead of leaf.cfg.
* tm29/Makefile.am: include leaf.am instead of leaf.cfg.
* tmoverhd/Makefile.am: include leaf.am instead of leaf.cfg.
* tm20/Makefile.am: include leaf.am instead of leaf.cfg.
* tm09/Makefile.am: include leaf.am instead of leaf.cfg.
* tm01/Makefile.am: include leaf.am instead of leaf.cfg.
* tm21/Makefile.am: include leaf.am instead of leaf.cfg.
* tm07/Makefile.am: include leaf.am instead of leaf.cfg.
* tm25/Makefile.am: include leaf.am instead of leaf.cfg.
* tm22/Makefile.am: include leaf.am instead of leaf.cfg.
* tm06/Makefile.am: include leaf.am instead of leaf.cfg.
* tm05/Makefile.am: include leaf.am instead of leaf.cfg.
* tm14/Makefile.am: include leaf.am instead of leaf.cfg.
* tm23/Makefile.am: include leaf.am instead of leaf.cfg.
2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
2001-01-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* tm20/Makefile.am: Remove stubdir.rel
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
Switch to GNU canonicalization.
* tmtests.am: Remove DEFS.
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
tmoverhd/Makefile.am: Include compile.am
2000-08-10 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: New file.

View File

@@ -1,111 +0,0 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* generic/difftest.in: Remove more ITRON references.
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: New BUG-REPORT address.
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.60. Require automake-1.10.
2004-09-24 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Require automake > 1.9.
2004-09-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* * configure.ac: Remove RTEMS_CPU_SUBDIRS.
2004-03-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add 2nd arg to RTEMS_TOP.
2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Rework. Make package a host compiled package.
* Makefile.am: Ditto.
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
2003-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Reflect having moved to testsuites/.
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reflect having moved aclocal/.
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reflect having moved automake/.
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove AC_CONFIG_AUX_DIR.
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AC_PREREQ(2.57).
2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Reformat.
Add autom4te*cache.
Remove autom4te.cache.
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac:
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
* Makefile.am: Remove AUTOMAKE_OPTIONS.
2001-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Apply RTEMS_CPU_SUBDIRS for potential CPU-subdirs.
* Makefile.am: Require automake-1.5.
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
* configure.in: Remove.
* configure.ac: New file, generated from configure.in by autoupdate.
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
Switch to GNU canonicalization.
* configure.in: Replace AC_CONFIG_SUBDIRS with
RTEMS_CONFIG_BUILD_SUBDIRS.
2000-08-10 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: New file.

View File

@@ -1,105 +0,0 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: New BUG-REPORT address.
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.60. Require automake-1.10.
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Require automake > 1.9.
2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Rework. Make package a host compiled package.
* Makefile.am: Ditto.
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
Add PRE/TMPINSTALL_FILES to CLEANFILES.
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use bsptools_bin_SCRIPTS to install scripts.
2003-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Reflect having moved to testsuites/.
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reflect having moved aclocal/.
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reflect having moved automake/.
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove AC_CONFIG_AUX_DIR.
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AC_PREREQ(2.57).
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Reformat.
Add autom4te*cache.
Remove autom4te.cache.
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac:
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
* Makefile.am: Remove AUTOMAKE_OPTIONS.
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
* configure.in: Remove.
* configure.ac: New file, generated from configure.in by autoupdate.
2001-09-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use 'PREINSTALL_FILES ='.
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
Switch to GNU canonicalization.
2000-08-10 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: New file.