summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorGedare Bloom <gedare@rtems.org>2013-03-08 15:55:06 -0500
committerGedare Bloom <gedare@rtems.org>2013-03-08 15:55:06 -0500
commitfad2d38a9f1b9cd380c5bb891c5d1583af0b0a65 (patch)
tree53b406924f5c554a437e114f343988de699e5b99 /testsuites
parentlibchip: Fix prototypes (diff)
downloadrtems-fad2d38a9f1b9cd380c5bb891c5d1583af0b0a65.tar.bz2
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.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/ChangeLog867
-rw-r--r--testsuites/fstests/ChangeLog313
-rw-r--r--testsuites/libtests/ChangeLog1611
-rw-r--r--testsuites/mptests/ChangeLog856
-rw-r--r--testsuites/psxtests/ChangeLog2622
-rw-r--r--testsuites/psxtmtests/ChangeLog386
-rw-r--r--testsuites/samples/ChangeLog1119
-rw-r--r--testsuites/smptests/ChangeLog58
-rw-r--r--testsuites/sptests/ChangeLog3438
-rw-r--r--testsuites/tmtests/ChangeLog908
-rw-r--r--testsuites/tools/ChangeLog111
-rw-r--r--testsuites/tools/generic/ChangeLog105
12 files changed, 0 insertions, 12394 deletions
diff --git a/testsuites/ChangeLog b/testsuites/ChangeLog
deleted file mode 100644
index a952d888e6..0000000000
--- a/testsuites/ChangeLog
+++ /dev/null
@@ -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.
-
diff --git a/testsuites/fstests/ChangeLog b/testsuites/fstests/ChangeLog
deleted file mode 100644
index 04d296b050..0000000000
--- a/testsuites/fstests/ChangeLog
+++ /dev/null
@@ -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.
-
diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog
deleted file mode 100644
index 7d6c3c57ae..0000000000
--- a/testsuites/libtests/ChangeLog
+++ /dev/null
@@ -1,1611 +0,0 @@
-2011-12-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * termios01/init.c: Update due to API changes. Fixed integer types.
- Make functions static. Added const qualifier.
-
-2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * math/init.c, mathf/init.c, mathl/init.c: Move configuration section.
- * math/domath.c, mathf/domathf.c, mathl/domathl.c: Regenerate.
- * math/domath.in: Generate domath* prototype.
-
-2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * complex/init.c: Move configuration section.
- * complex/docomplex.c, complex/docomplexf.c, complex/docomplexl.c:
- Regenerate.
- * complex/docomplex.in: Generate docomplex* prototype.
-
-2011-12-09 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * ftp01/Makefile.am:
- Re-add ftpd01_LDADD (Fix breakage introduced by previous patch).
-
-2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- PR 1589/build
- * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
- block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
- block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
- block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
- devfs01/Makefile.am, devfs02/Makefile.am, devfs03/Makefile.am,
- devfs04/Makefile.am, deviceio01/Makefile.am,
- devnullfatal01/Makefile.am, dumpbuf01/Makefile.am, ftp01/Makefile.am,
- gxx01/Makefile.am, heapwalk/Makefile.am, malloc02/Makefile.am,
- malloc03/Makefile.am, malloc04/Makefile.am, malloc05/Makefile.am,
- malloctest/Makefile.am, monitor/Makefile.am, monitor02/Makefile.am,
- mouse01/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
- rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
- stringto01/Makefile.am, tar01/Makefile.am, tar02/Makefile.am,
- tar03/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
- termios02/Makefile.am, termios03/Makefile.am, termios04/Makefile.am,
- termios05/Makefile.am, termios06/Makefile.am, termios07/Makefile.am,
- termios08/Makefile.am, tztest/Makefile.am: Remove obsolete optional
- manager capability.
-
-2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * monitor02/init.c: Remove re-declaration of rtems_shell_main_monitor.
-
-2011-10-26 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * mouse01/init.c: Account for extra message buffer size.
-
-2011-10-26 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * ftp01/init.c: Account for extra FTP worker task stack sizes.
-
-2011-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * malloc04/init.c: Define p1, p2, p3, p4 extern (Avoid warnings).
-
-2011-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * mouse01/init.c, mouse01/msmouse.c, mouse01/serial_mouse_config.c:
- Add HAVE_CONFIG_H.
-
-2011-09-16 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
-
- * monitor/monitor.scn, termios/termios.scn: New files.
- * monitor/init.c, termios01/init.c: Use rtems_shell_wait_for_input().
-
-2011-09-02 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * stackchk/init.c, stackchk/system.h, stackchk/stackchk.scn: Print end
- of test message.
-
-2011-07-29 Pawel Zagorski <pzagor@agh.edu.pl>
-
- PR 1865/tests
- * stringto01/Makefile.am, stringto01/init.c, stringto01/stringto01.doc,
- stringto01/stringto01.scn, stringto01/stringto_test_template.h:
- Improve coverage of string conversion routines.
-
-2011-07-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * POSIX/iconv.c, POSIX/iconv_open.c, POSIX/iconv_close.c: New.
- * POSIX/Makefile.am: Add iconv, iconv_open, iconv_close.
-
-2011-07-12 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * malloc04/init.c, malloc04/malloc04.scn: Remove test cases which are
- obsolete.
-
-2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * devfs04/Makefile.am, deviceio01/Makefile.am,
- monitor02/Makefile.am, stackchk01/Makefile.am,
- stringto01/Makefile.am, tar01/Makefile.am,
- tar02/Makefile.am, termios01/Makefile.am,
- termios03/Makefile.am, termios04/Makefile.am
- tztest/Makefile.am: Add missing files.
-
-2011-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * mouse01/serial_mouse_config.c: Avoid output due to execution context.
-
-2011-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * termios08/init.c: Fixed parameter to avoid test failure.
-
-2011-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * rtems++/Init.cc, rtems++/Task1.cc, rtems++/Task2.cc,
- rtems++/Task3.cc: Added HAVE_CONFIG_H.
-
-2011-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * malloc04/init.c: Fix tests broken in warning pass.
-
-2011-05-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * ftp01/.cvsignore, ftp01/Makefile.am, ftp01/ftp01.doc,
- ftp01/ftp01.scn, ftp01/init.c: New files.
- * Makefile.am, configure.ac: Reflect changes above.
-
-2011-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * devnullfatal01/testcase.h, malloc02/init.c, malloc04/init.c,
- malloctest/init.c, termios03/termios_testdriver_polled.c,
- termios04/termios_testdriver_intr.c: Remove warnings.
-
-2011-04-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * tar01/init.c: Fixed integer types.
-
-2011-03-14 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: Add test for Mouse Parser Engine
- (Microsoft Mouse paths) and Serial Mouse Driver.
- * mouse01/.cvsignore, mouse01/Makefile.am, mouse01/init.c,
- mouse01/mouse01.doc, mouse01/mouse01.scn, mouse01/msmouse.c,
- mouse01/serial_mouse_config.c: New files.
-
-2011-03-10 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * heapwalk/init.c: Improve coverage.
- * heapwalk/heapwalk.scn: Update.
-
-2011-03-09 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * devfs04/devfs04.scn, devfs04/init.c: Increase configuration so this
- passes on sis.
-
-2011-03-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * malloctest/init.c: Improve coverage.
- * malloctest/malloctest.scn: Update.
-
-2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Add AC_CONFIG_HEADER(config.h).
-
-2010-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * POSIX/calloc.c, POSIX/clock_gettime.c, POSIX/close.c, POSIX/dup2.c,
- POSIX/fcntl.c, POSIX/flockfile.c, POSIX/fork.c, POSIX/free.c,
- POSIX/fstat.c, POSIX/ftrylockfile.c, POSIX/funlockfile.c,
- POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c, POSIX/getpwuid.c,
- POSIX/gettimeofday.c, POSIX/getuid.c, POSIX/htonl.c, POSIX/issetugid.c,
- POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c,
- POSIX/malloc.c, POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c,
- POSIX/posix_memalign.c, POSIX/read.c, POSIX/readv.c, POSIX/realloc.c,
- POSIX/setjmp.c, POSIX/sigaddset.c, POSIX/sigdelset.c,
- POSIX/sigemptyset.c, POSIX/sigfillset.c, POSIX/sigismember.c,
- POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c,
- POSIX/wait.c, POSIX/waitpid.c, POSIX/write.c, POSIX/writev.c,
- block01/init.c, block02/init.c, block03/init.c, block04/init.c,
- block05/init.c, block06/init.c, block07/init.c, block08/bdbuf_test1_1.c,
- block08/bdbuf_test1_2.c, block08/bdbuf_test1_3.c,
- block08/bdbuf_test1_4.c, block08/bdbuf_test1_5.c,
- block08/bdbuf_test2_1.c, block08/bdbuf_test2_2.c,
- block08/bdbuf_test3_1.c, block08/bdbuf_test3_2.c,
- block08/bdbuf_test3_3.c, block08/bdbuf_test4_1.c,
- block08/bdbuf_test4_2.c, block08/bdbuf_test4_3.c, block08/bdbuf_tests.c,
- block08/init.c, block09/init.c, block10/init.c, bspcmdline01/init.c,
- complex/docomplex.c, complex/docomplex.in, complex/docomplexf.c,
- complex/docomplexl.c, complex/init.c, cpuuse/init.c, cpuuse/task1.c,
- cpuuse/task2.c, cpuuse/task3.c, cpuuse/tswitch.c, devfs01/init.c,
- devfs02/init.c, devfs03/init.c, devfs04/init.c, deviceio01/init.c,
- dumpbuf01/init.c, gxx01/init.c, heapwalk/init.c, malloc02/init.c,
- malloc03/init.c, malloc04/init.c, malloc05/init.c, malloctest/init.c,
- malloctest/task1.c, math/domath.c, math/domath.in, math/init.c,
- mathf/domathf.c, mathf/init.c, mathl/domathl.c, mathl/init.c,
- monitor/init.c, monitor02/init.c, putenvtest/init.c, rtmonuse/getall.c,
- rtmonuse/init.c, rtmonuse/task1.c, stackchk/blow.c, stackchk/init.c,
- stackchk/task1.c, stackchk01/init.c, stringto01/init.c, tar01/init.c,
- tar02/init.c, tar03/init.c, termios/init.c, termios01/init.c,
- termios01/termios_testdriver.c, termios02/init.c, termios03/init.c,
- termios03/termios_testdriver_polled.c, termios04/init.c,
- termios04/termios_testdriver_intr.c, termios05/init.c,
- termios05/termios_testdriver_taskdriven.c, termios06/init.c,
- termios06/test_pppd.c, termios07/init.c, termios08/init.c,
- tztest/init.c: Add HAVE_CONFIG_H.
-
-2011-02-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * math/init.c, mathf/init.c, mathl/init.c: Now run.
-
-2011-02-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * complex/Makefile.am, complex/init.c: Test now runs.
-
-2011-02-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * monitor/Makefile.am, monitor02/Makefile.am: Switch to all managers
- since this is all of them.
-
-2010-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * stringto01/init.c: Redefine LONG_LONG_MAX and LONG_LONG_MIN
- for c99.
-
-2011-02-02 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * cpuuse/tswitch.c: Shrink memory requirements.
-
-2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Require autoconf-2.68, automake-1.11.1.
-
-2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * math/math.scn, mathf/mathf.scn, mathl/mathl.scn: Regenerate.
- * Makefile.am, configure.ac: Add mathf/, mathl/.
- * math/init.c, math/Makefile.am: Reflect having split-out
- mathl and mathf.
- * math/domathf.c, math/domathl.c: Remove.
- * mathf/Makefile.am, mathf/domathf.c, mathf/init.c,
- mathf/mathf.scn: New (Split out from math/).
- * mathl/Makefile.am, mathf/domathl.c, mathl/init.c,
- mathl/mathl.scn: New (Split out from math/).
-
-2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * math/init.c, complex/init.c:
- Use fprintf(stdout,..) instead of printf.
- Use CONFIGURE_APPLICATION_DISABLE_FILESYSTEM.
-
-2011-01-31 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * POSIX/clock_gettime.c, POSIX/gettimeofday.c: New.
- * POSIX/Makefile.am: Add clock_gettime, gettimeofday.c.
-
-2011-01-28 Bharath Suri <bharath.s.jois@gmail.com>
-
- PR 1661/testing
- * termios06/init.c: Extend the test to cover sections related to
- flow control in termios.c
- * termios06/termios06.doc: Updated test concept
- * termios06/termios06.scn: Updated test run log
-
-2011-01-10 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * math/domath.in: Fix typo in printf.
- * math/domath.c, math/domathf.c, math/domathl.c: Regenerate.
- * math/math.scn: Regenerate.
-
-2011-01-10 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Use ac_cv_header_complex_h.
-
-2010-12-16 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * math/Makefile.am, math/init.c: Init task has to be floating point and
- there is no point in using optional manager stubs since libio needs
- semaphores.
-
-2010-12-01 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Check for complex.h.
- Add AM_CONDITIONAL(HAS_COMPLEX) to allow building with outdated
- toolchains.
- * complex/Makefile.am: Apply HAS_COMPLEX.
-
-2010-11-30 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Add complex, math subdirs.
- * configure.ac: Add complex, math subdirs.
-
-2010-11-30 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * complex/Makefile.am, complex/init.c, complex/docomplex.c,
- complex/docomplexf.c, complex/complex.scn, complex/docomplex.in,
- complex/complex.doc, complex/docomplexl.c: New.
- * math/Makefile.am, math/init.c, math/domath.c,
- math/domathf.c, math/math.scn, math/domath.in,
- math/math.doc, math/domathl.c: New.
-
-2010-09-01 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * POSIX/Makefile.am: Add htonl.
- * POSIX/htonl.c: New.
-
-2010-08-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * malloctest/init.c: Update for heap API changes.
-
-2010-08-23 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * gxx01/gxx_wrappers.h, gxx02/.cvsignore, gxx02/Makefile.am,
- gxx02/gxx02.doc, gxx02/gxx02.scn, gxx02/init.c: Removed files.
- * Makefile.am, configure.ac: Reflect changes above.
- * gxx01/init.c: Removed fatal error test case.
-
-2010-08-10 Bharath Suri <bharath.s.jois@gmail.com>
-
- PR 1661/testing
- * termios01/init.c, termios01/termios01.scn: Added a test case to
- hit a case in rtems_termios_read.
-
-2010-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- PR 1664/testing
- * termios01/init.c: Use INT_MAX instead of hard-coded number for error
- case to avoid warning on 16-bit targets.
-
-2010-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- PR 1661/testing
- * malloc04/init.c: Add public methods to get/set malloc heap pointer so
- the tests do not have to peer behind the API.
-
-2010-08-09 Bharath Suri <bharath.s.jois@gmail.com>
-
- PR 1661/testing
- * termios01/init.c, termios01/termios_testdriver.c,
- termios01/termios01.scn: Changes to improve coverage of
- rtems_termios_open routine.
-
-2010-08-06 Bharath Suri <bharath.s.jois@gmail.com>
-
- PR 1654/testing
- * deviceio01/init.c, deviceio01/deviceio01.doc,
- deviceio01/deviceio01.scn, deviceio01/test_driver.c,
- deviceio01/test_driver.h, deviceio01/Makefile.am: New test added.
- * Makefile.am, configure.ac: Changes to added above test.
- * tar02/init.c, tar02/tar02.scn: New test case added: IMFS_dump().
-
-2010-08-02 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: Add test for rtems_print_buffer().
- * dumpbuf01/.cvsignore, dumpbuf01/Makefile.am, dumpbuf01/dumpbuf01.doc,
- dumpbuf01/dumpbuf01.scn, dumpbuf01/init.c: New files.
-
-2010-08-02 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add test cases to
- improve coverage.
-
-2010-07-31 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * tar01/Makefile.am, tar02/Makefile.am: Apply clean-local to remove
- intital_fs directory.
-
-2010-07-30 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * tar01/Makefile.am, tar02/Makefile.am: Apply TARTESTS.
-
-2010-07-30 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * tar01/Makefile.am:
- Apply $LN_S, $PAX. Use subshell for tarball creation.
- Don't add initial_fs to CLEANFILES.
- * tar02/Makefile.am:
- Apply $LN_S, $PAX. Use subshell for tarball creation.
-
-2010-07-30 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Add AC_PROG_LN_S.
- Add AC_PATH_PROG([PAX]).
- Add AM_CONDITIONAL(TARTESTS).
- * tar01/Makefile.am, tar02/Makefile.am:
- Eliminate stamp-filesystem.
-
-2010-07-30 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * tar01/Makefile.am, tar02/Makefile.am:
- Add BUILT_SOURCES.
-
-2010-07-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * tar01/Makefile.am, tar02/Makefile.am:
- Eliminate stamp-fs-tar. Reorder CLEANFILES.
- Apply BIN2C -C/-H.
-
-2010-07-29 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * tar01/Makefile.am, tar02/Makefile.am: Fix dependencies for parallel
- build.
-
-2010-07-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * tar01/Makefile.am, tar02/Makefile.am: Replace mkdir cascade
- with $(MKDIR_P).
-
-2010-07-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * tar01/Makefile.am, tar02/Makefile.am: Misc. fixes.
-
-2010-07-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * tar01/Makefile.am, tar03/Makefile.am: Remove MANAGERS.
-
-2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- PR 1532/testing
- * Makefile.am, configure.ac: Add initial tests for untar capabilities.
- * tar01/.cvsignore, tar01/Makefile.am, tar01/init.c, tar01/tar01.doc,
- tar01/tar01.scn, tar02/.cvsignore, tar02/Makefile.am, tar02/init.c,
- tar02/tar02.doc, tar02/tar02.scn: New files.
-
-2010-07-27 Bharath Suri <bharath.s.jois@gmail.com>
-
- PR 1631/testing
- * gxx02/init.c, gxx02/gxx02.scn, gxx02/gxx02.doc,
- gxx02/Makefile.am, gxx02/gxx_wrappers.h: New test added
- * Makefile.am, configure.ac: Changes to accommodate new tests
-
-2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- PR 1632/testing
- * Makefile.am, configure.ac: Make dedicated fatal error test for
- /dev/null already registered. Using code from Bharath in new test
- framework.
- * devnullfatal01/.cvsignore, devnullfatal01/Makefile.am,
- devnullfatal01/devnullfatal01.doc, devnullfatal01/devnullfatal01.scn,
- devnullfatal01/testcase.h: New files.
-
-2010-07-27 Bharath Suri <bharath.s.jois@gmail.com>
-
- PR 1632/testing
- * devfs04/init.c, devfs04/test_driver.c: Added cases to exercise
- null_initialize() and null_write().
-
-2010-07-25 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * gxx01/gxx01.scn, gxx01/init.c: Remove local _exit().
-
-2010-07-25 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * gxx01/gxx01.scn, gxx01/init.c: Add test f0r rtems_gxx_key_dtor().
-
-2010-07-25 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * gxx01/gxx01.scn, gxx01/init.c: Add more testcases.
-
-2010-07-22 Bharath Suri <bharath.s.jois@gmail.com>
-
- * devfs02/init.c, devfs02/devfs02.doc, devfs02/devfs02.scn,
- devfs02/Makefile.am: New tests added
- * devfs03/init.c, devfs03/devfs03.doc, devfs03/devfs03.scn,
- devfs03/Makefile.am: New tests added
- * devfs04/init.c, devfs04/devfs04.doc, devfs04/devfs04.scn,
- devfs04/Makefile.am: New tests added
- * Makefile.am, configure.ac: Changes to accommodate the above
- newly added tests.
-
-2010-07-19 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac, termios06/init.c: Add initial tests for
- XON/XOFF and VMIN/VMAX cases.
- * termios07/.cvsignore, termios07/Makefile.am, termios07/init.c,
- termios07/termios07.doc, termios07/termios07.scn,
- termios08/.cvsignore, termios08/Makefile.am, termios08/init.c,
- termios08/termios08.doc, termios08/termios08.scn: New files.
-
-2010-07-19 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: Add tar test for error cases.
- * tar03/.cvsignore, tar03/Makefile.am, tar03/init.c, tar03/tar03.doc,
- tar03/tar03.scn: New files.
-
-2010-07-19 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * stringto01/init.c, stringto01/stringto01.scn,
- stringto01/stringto_test_template.h: Attempt to pick up a few more
- error paths.
-
-2010-07-15 Bharath Suri <bharath.s.jois@gmail.com>
-
- PR 1617/testing
- * malloctest/init.c: Added new case to exercise _realloc_r.
-
-2010-07-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * malloctest/init.c: Added test for
- rtems_heap_allocate_aligned_with_boundary().
-
-2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: Add new test to exercise devFS_Show().
- * devfs01/.cvsignore, devfs01/Makefile.am, devfs01/devfs01.doc,
- devfs01/devfs01.scn, devfs01/init.c: New files.
-
-2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: Add new test to exercise
- malloc_get_statistics().
- * malloc05/.cvsignore, malloc05/Makefile.am, malloc05/init.c,
- malloc05/malloc05.doc, malloc05/malloc05.scn: New files.
-
-2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- PR 1535/tests
- * malloc04/init.c, malloc04/malloc04.scn: Address issues in test. A mix
- of work by Ralf and Joel.
-
-2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * termios01/init.c, termios01/termios01.scn: Fully exercise tcsetattr.
-
-2010-07-08 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: Add test for exercising sbrk() extension
- to Malloc Family.
- * malloc04/.cvsignore, malloc04/Makefile.am, malloc04/init.c,
- malloc04/malloc04.doc, malloc04/malloc04.scn: New files.
-
-2010-07-06 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * termios06/init.c, termios06/termios06.scn: Add a couple more PPPDISC
- cases. Coverage of these paths is near complete.
-
-2010-07-05 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * malloctest/system.h: Enable malloc statistics.
-
-2010-07-05 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: tar01 and tar02 not merged yet.
-
-2010-07-05 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac, malloc03/init.c: Add test for PPPDDISC.
- * termios06/.cvsignore, termios06/Makefile.am, termios06/init.c,
- termios06/termios06.doc, termios06/termios06.scn,
- termios06/test_pppd.c: New files.
-
-2010-07-01 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: Add test for GCC C++ library helpers.
- * gxx01/.cvsignore, gxx01/Makefile.am, gxx01/gxx01.doc,
- gxx01/gxx01.scn, gxx01/gxx_wrappers.h, gxx01/init.c: New files.
-
-2010-07-01 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * termios04/termios_testdriver_intr.c: Task driven IO now works.
-
-2010-07-01 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: Add test for task driven drivers.
- * termios05/.cvsignore, termios05/Makefile.am, termios05/init.c,
- termios05/termios05.doc, termios05/termios05.scn,
- termios05/termios_testdriver_taskdriven.c,
- termios05/termios_testdriver_taskdriven.h: New files.
-
-2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: Revert changes related to uncommitted test
- under development.
-
-2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac, malloctest/init.c, termios03/init.c,
- termios03/termios03.scn: Handle some of the VKILL and VERASE cases.
-
-2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: Add new test to exercise termios RX and TX
- interrupt driven IO support.
- * termios04/.cvsignore, termios04/Makefile.am, termios04/init.c,
- termios04/termios04.doc, termios04/termios04.scn,
- termios04/termios_testdriver_intr.c,
- termios04/termios_testdriver_intr.h: New files.
-
-2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * termios03/init.c, termios03/termios03.doc, termios03/termios03.scn,
- termios03/termios_testdriver_polled.c,
- termios03/termios_testdriver_polled.h: Add more test cases.
-
-2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * malloc02/Makefile.am, malloc03/Makefile.am: Tests do not need spin.c
-
-2010-06-25 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * termios03/.cvsignore, termios03/Makefile.am, termios03/init.c,
- termios03/termios03.doc, termios03/termios03.scn,
- termios03/termios_testdriver_polled.c,
- termios03/termios_testdriver_polled.h: New files.
- * Makefile.am, configure.ac: Add initial version of new test for polled
- IO support in termios.
-
-2010-06-23 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
- block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
- block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
- block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
- heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
- monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
- rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
- stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
- termios02/Makefile.am: Revert.
-
-2010-06-23 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * termios01/termios01.scn: Fix bug so existing test code for
- rtems_termios_baud_to_index() is executed.
-
-2010-06-23 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
- block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
- block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
- block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
- heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
- monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
- rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
- stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
- termios01/init.c, termios02/Makefile.am: Fix bug so existing test
- code for rtems_termios_baud_to_index() is executed.
-
-2010-06-22 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * stackchk/blow.c, stackchk/stackchk.scn: Print a stack check report
- before blowing stack.
-
-2010-06-22 Jennifer Averett <Jennifer.Averett@OARcorp.com>
-
- * Makefile.am, configure.ac: Added test that attempts to free stack
- memory. This causes a error to be printed from the free function.
- * malloc03/.cvsignore, malloc03/Makefile.am, malloc03/init.c,
- malloc03/malloc03.doc, malloc03/malloc03.scn: New files.
-
-2010-06-22 Jennifer Averett <Jennifer.Averett@OARcorp.com>
-
- * malloctest/init.c: Added error case with malloc of size 0.
-
-2010-06-22 Jennifer Averett <Jennifer.Averett@OARcorp.com>
-
- * malloctest/init.c: Added test to check failure branch on calloc.
-
-2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * malloc02/init.c, malloc02/malloc02.doc: Enable malloc dirty helper.
-
-2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: Add test for deferring free() from ISR and
- for deferred free() processing.
- * malloc02/.cvsignore, malloc02/Makefile.am, malloc02/init.c,
- malloc02/malloc02.doc, malloc02/malloc02.scn: New files.
-
-2010-06-07 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * termios01/init.c, termios01/termios01.scn, termios02/init.c,
- termios02/termios02.scn: Add tests for cfigetspeed(), cfogetspeed(),
- cfisetspeed(), cfosetspeed(), ctermid(), tcflow(), tcflush(),
- tcsendbreak(), tcsetpgrp(), and tcgetpgrp(). Some of these methods
- are minimal implementations so the tests will have to grow as the
- methods grow.
-
-2010-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * heapwalk/init.c, malloctest/init.c: Update for heap extend changes.
-
-2010-05-17 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- PR 1433/cpukit
- * block08/bdbuf_tests.c: Enabled tests 1.1, 1.2 and 1.3.
- * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c,
- block08/bdbuf_test1_3.c: Use RTEMS_IO_ERROR instead of
- RTEMS_NO_MEMORY.
-
-2010-05-03 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
-
- * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
- block05/init.c, block06/init.c, block07/init.c, block09/init.c,
- block10/init.c: Changed CONFIGURE_MAXIMUM_SEMAPHORES defines.
-
-2010-05-01 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Move POSIX in front of other tests.
-
-2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * bspcmdline01/init.c: Fix assert conditional.
-
-2010-04-11 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * POSIX/flockfile.c, POSIX/funlockfile.c, POSIX/ftrylockfile.c: New.
- * POSIX/Makefile.am: Add flockfile, funlockfile, ftrylockfile.
-
-2010-02-26 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * block10/.cvsignore: New file.
-
-2010-01-21 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
-
- * block05/block05.png, block10/block10.doc, block10/init.c,
- block10/.cvsignore, block10/block10.scn, block10/block10.png,
- block10/Makefile.am: New files.
- * configure.ac, Makefile.am: Update for new files.
- * block05/block05.doc: Update for new state transitions.
-
-2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * block08/.cvsignore, block09/.cvsignore: New files.
-
-2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * block08/init.c: Remove warning.
-
-2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * block08/block08.scn, block08/init.c: Add starting and ending messages
- so the scripts detect successful exit.
-
-2010-01-18 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
-
- * block09/block09.doc, block09/init.c, block09/.cvsignore,
- block09/block09.scn, block09/Makefile.am: New files.
- * configure.ac, Makefile.am: Update for new files.
- * block05/block05.doc: Update for new state transitions.
- * block05/init.c, block06/init.c: Update for block device API change.
-
-2010-01-18 Oleg Kravtsov <Oleg.Kravtsov@oktetlabs.ru>
-
- * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c,
- block08/bdbuf_test1_3.c, block08/bdbuf_test1_4.c,
- block08/bdbuf_test1_5.c, block08/bdbuf_test2_1.c,
- block08/bdbuf_test2_2.c, block08/bdbuf_test3_1.c,
- block08/bdbuf_test3_2.c, block08/bdbuf_test3_3.c,
- block08/bdbuf_test4_1.c, block08/bdbuf_test4_2.c,
- block08/bdbuf_test4_3.c, block08/bdbuf_tests.c, block08/bdbuf_tests.h,
- block08/block08.doc, block08/block08.scn, block08/.cvsignore,
- block08/init.c, block08/Makefile.am, block08/system.h,
- block08/test_disk.c: New files.
-
-2009-12-28 Aanjhan Ranganathan <aanjhan@gmail.com>
-
- * bspcmdline01/init.c, bspcmdline01/bspcmdline01.scn: Added test case
- to cover the bsp_cmdline_get_param() routine.
-
-2009-12-21 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
-
- * block06/init.c: Update for disk device API change. Changed EBADRQC
- to EINVAL.
-
-2009-12-10 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * termios01/init.c: Increase number of termios ports by 1.
-
-2009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * termios01/termios_testdriver.c:
- Reflect changes to rtems_termios_callbacks->write.
-
-2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
- block05/init.c, block07/init.c, bspcmdline01/init.c,
- stringto01/init.c, stringto01/stringto_test_template.h,
- termios01/init.c, termios01/termios_testdriver.c, termios02/init.c:
- Use rtems_test_assert() consistently instead of system assert().
- rtems_test_assert() is designed to integrate into the RTEMS test
- suite infrastructure.
-
-2009-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * POSIX/Makefile.am: Add readv, writev.
- * POSIX/writev.c, POSIX/readv.c: New.
-
-2009-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * POSIX/sigfillset.c: Let main() return "status".
- * POSIX/Makefile.am: Add sigaddset, sigdelset, sigemptyset,
- sigismember.
- * POSIX/sigaddset.c, POSIX/sigdelset.c, POSIX/sigemptyset.c,
- POSIX/sigismember.c: New.
-
-2009-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * POSIX/Makefile.am: Add wait.
- * POSIX/wait.c: New.
-
-2009-12-03 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * bspcmdline01/test.c: Removed.
-
-2009-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Add POSIX.
- * configure.ac: Add POSIX/.
- * POSIX/calloc.c, POSIX/close.c, POSIX/COPYING, POSIX/dup2.c,
- POSIX/fcntl.c, POSIX/fork.c, POSIX/free.c, POSIX/fstat.c,
- POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c,
- POSIX/getpwuid.c, POSIX/getuid.c, POSIX/issetugid.c,
- POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c,
- POSIX/Makefile.am, POSIX/Makefile.in, POSIX/malloc.c,
- POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c,
- POSIX/posix_memalign.c, POSIX/read.c, POSIX/README,
- POSIX/realloc.c, POSIX/setjmp.c, POSIX/sigfillset.c,
- POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c,
- POSIX/waitpid.c, POSIX/write.c: New.
-
-2009-12-02 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * stringto01/init.c: New file.
-
-2009-12-01 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac: Add string_to_xxx conversion test.
- * stringto01/.cvsignore, stringto01/Makefile.am,
- stringto01/stringto01.doc, stringto01/stringto01.scn,
- stringto01/stringto_test_template.h: New files.
-
-2009-11-30 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
-
- * block05/init.c: Check block size. Improved output.
- * block01/init.c: Free ramdisk before exit.
- * block01/block01.doc, block02/block02.doc, block03/block03.doc,
- block04/block04.doc, block05/block05.doc, block06/block06.doc,
- block07/block07.doc: New files.
- * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
- block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
- block07/Makefile.am: Add new files.
-
-2009-11-21 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * block02/.cvsignore, block03/.cvsignore, block04/.cvsignore,
- block05/.cvsignore, block06/.cvsignore, block07/.cvsignore: New files.
- * block02/Makefile.in, block03/Makefile.in, block04/Makefile.in,
- block05/Makefile.in, block06/Makefile.in, block07/Makefile.in: Removed.
-
-2009-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * rtems++/Task3.cc: Use %zu instead of %i to print size_t's.
- Remove bogus cast.
- * rtems++/Task1.cc: Use %zu instead of %i to print size_t's.
-
-2009-11-14 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * rtems++/Task1.cc: Eliminate more warnings.
-
-2009-11-14 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * rtems++/Task1.cc, rtems++/Task2.cc: Spray PRI* macros to eliminate
- several dozens of warnings.
-
-2009-11-13 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * block06/init.c: Add missing prototype.
-
-2009-11-10 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
-
- * block07/init.c: New test case.
-
-2009-11-09 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
-
- * block05/init.c, block05/block05.scn, block05/Makefile.am,
- block06/init.c, block06/block06.scn, block06/Makefile.am,
- block07/init.c, block07/block07.scn, block07/Makefile.am: New files.
- * Makefile.am, configure.ac: Added block05, block06 and block07.
-
-2009-11-01 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * termios/init.c: Remove sh2 hacks.
-
-2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * block01/init.c: Include <stdio.h>.
- * termios/init.c: Eliminate TRUE/FALSE, use bool instead of int.
- * block02/init.c: Remove unused var.
-
-2009-10-29 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
-
- * block02/init.c, block02/block02.scn, block02/Makefile.am,
- block03/init.c, block03/block03.scn, block03/Makefile.am,
- block04/init.c, block04/block04.scn, block04/Makefile.am: New files.
- * Makefile.am, configure.ac: Added block02, block03 and block04.
-
-2009-10-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * monitor02/init.c: Add local prototype for
- rtems_shell_main_monitor.
-
-2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * termios01/init.c: Fix parity_table_Entry type.
- Correct parity_table initialization.
- Add PRIdrtems_termios_baud_t.
- Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
-
-2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * rtmonuse/task1.c: Use PRIu32 to print uint32_t's.
- * malloctest/init.c: Use %zu instead of %d to print size_t's.
-
-2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * rtmonuse/init.c, rtmonuse/task1.c:
- Use PRIxrtems_id to print rtems_ids.
- * malloctest/init.c: Use %zu instead of %d to print size_t's.
-
-2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * malloctest/init.c: Fix _Heap_Resize_block args.
-
-2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * malloctest/init.c, termios01/init.c,
- termios01/termios_testdriver.c: Eliminate unused vars.
-
-2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * heapwalk/init.c: Comment out unused vars.
- * termios01/termios_testdriver.c: Include <rtems/termiostypes.h.
- * malloctest/init.c: Add local prototype for malloc_walk,
- malloc_info.
- * malloctest/task1.c: Add local prototype for malloc_walk.
- * monitor02/init.c: Remove unused vars.
- * stackchk01/init.c: Remove unused vars.
- * heapwalk/init.c, malloctest/init.c, stackchk/blow.c,
- termios/init.c: Add missing prototypes.
-
-2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Don't add -fasm to CFLAGS.
-
-2009-10-19 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * block01/.cvsignore: New file.
-
-2009-10-19 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
-
- * block01/init.c, block01/block01.scn, block01/Makefile.am: New files.
- * Makefile.am, configure.ac: Added block01.
-
-2009-10-12 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
-
-2009-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use
- CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use
- it.
- * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c,
- termios02/termios02.doc, termios02/termios02.scn: New files.
- termios02 is a test for tcdrain().
-
-2009-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * termios01/init.c, termios01/termios_testdriver.c:
- Reflect changes to termios.
-
-2009-09-26 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
-
-2009-09-24 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * stackchk01/stackchk01.doc: Add content.
-
-2009-09-21 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac: Add initial test for
- rtems_stack_checker_is_blown.
- * stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c,
- stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
-
-2009-09-09 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
-
- * heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test
- cases to get back to 100% object coverage.
-
-2009-09-09 Christian Mauderer <christian.mauderer@embedded-brains.de>
-
- * heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c,
- malloctest/malloctest.scn: New test cases.
- * stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
-
-2009-09-03 Christian Mauderer <christian.mauderer@embedded-brains.de>
-
- * malloctest/init.c: New test cases. Update for heap API changes.
- * stackchk/blow.c: Update for heap API changes.
-
-2009-08-19 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
-
- * heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
-
-2009-08-15 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * termios01/init.c, termios01/termios01.scn: Add a few error paths to
- complete coverage of termios_XXX_to_YYY() methods.
-
-2009-08-15 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: Add new test to exercise tcgetattr and
- tcsetattr. Does a variety of baud, parity, stop bits, and bits per
- character with the assistance of a special test driver which prints
- the requests.
- * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
- termios01/termios01.doc, termios01/termios01.scn,
- termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
-
-2009-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * malloctest/task1.c, stackchk/task1.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>
-
- * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
- rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
-
-2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
- stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
- RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
-
-2009-08-09 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * malloctest/init.c: Adjust allocation in test so it passes now that
- heap overhead constant has been increased.
-
-2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * bspcmdline01/init.c: Do not violate visibility.
-
-2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
- prefix to all routines.
-
-2009-08-05 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
- helper routines.
- * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
- bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
- bspcmdline01/init.c, bspcmdline01/test.c: New files.
-
-2009-07-09 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
- for shrinking a block enough to need to free the newly unused
- portion.
-
-2009-07-08 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
- _Protected_heap_Get_information().
-
-2009-06-10 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * heapwalk/init.c: Add test code for first free block pointer not
- aligned.
-
-2009-06-08 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * heapwalk/init.c: Add more cases.
-
-2009-06-06 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * heapwalk/init.c: Add more automated corruption capability.
-
-2009-06-05 Santosh G Vattam <vattam.santosh@gmail.com>
-
- * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
-
-2009-05-19 Chris Johns <chrisj@rtems.org>
-
- * cpuuse/tswitch.c: Lower sample count for small memory targets.
- * cpuuse/system.h: Smaller stack size for small memory targets.
- * monitor02/init.c: Cannot run on small memory targets.
-
-2009-05-17 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * rtmonuse/init.c: Do not use Task_name array before initialized.
-
-2009-05-09 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * malloctest/init.c: Fix warning.
-
-2009-05-07 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * malloctest/init.c: Fix typo.
-
-2009-05-07 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
- * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
- heapwalk/init.c, heapwalk/system.h: New files.
-
-2009-05-07 Santosh G Vattam <vattam.santosh@gmail.com>
-
- * malloctest/init.c: Add test case for heap resize block when the
- resize creates a free block large enough to free.
-
-2009-04-03 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * cpuuse/Makefile.am, malloctest/Makefile.am,
- monitor/Makefile.am, monitor02/Makefile.am,
- putenvtest/Makefile.am, rtems++/Makefile.am,
- rtmonuse/Makefile.am, stackchk/Makefile.am,
- termios/Makefile.am, tztest/Makefile.am:
- Eliminate _exe_/.exe.
-
-2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * stackchk/stackchk.scn: Correct screen to match output.
-
-2008-12-15 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * malloctest/init.c: Change sizes of heap/region and allocated objects
- in heap to intptr_t so they can be larger than a single allocatable
- object (e.g. size_t).
-
-2008-10-14 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * malloctest/init.c: Do not generate alignment factors larger that will
- not fit in a native integer.
-
-2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
- CONFIGURE_STACK_CHECKER_ENABLED.
-
-2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * malloctest/init.c: Convert to "bool".
-
-2008-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * rtems++/System.h: Account for extra task stacks properly.
-
-2008-02-27 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * malloctest/init.c: Fix return status check.
-
-2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
- putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/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-31 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * malloctest/init.c: Add more test cases to cover heap better.
-
-2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * malloctest/init.c: Add new test cases per Sergei. Make some of the
- stranger cases operate directly on a freshly initialized heap. This
- should make them more reproducible.
-
-2008-01-29 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * malloctest/init.c: Add more tests per suggestions from Sergei
- Organov.
-
-2008-01-24 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * malloctest/init.c: Add include to remove warning.
-
-2008-01-22 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * malloctest/init.c: Remove debug print.
-
-2008-01-09 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * monitor02/.cvsignore: New file.
-
-2008-01-09 Jennifer Averett <jennifer.averett@OARcorp.com>
-
- * Makefile.am, configure.ac: Added automatic test for monitor shell
- * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
- monitor02/system.h: New files.
-
-2007-12-20 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * malloctest/init.c: Add test cases suggested by Sergei Organov
- <s.organov@javad.com>.
-
-2007-12-19 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
-
-2007-12-14 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
- exericise another path in the period statistics code.
-
-2007-12-12 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * malloctest/init.c: Add some primitive testing of realloc() which also
- does some positive path testing on the SuperCore heap.
-
-2007-10-26 Glenn Humphrey <glenn.humphrey@OARcorp.com>
-
- * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
- cases for untested routines.
-
-2007-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
- the CPU Usage Report include it. If it is deleted, the CPU time it
- had consumed is not listed later in the report.
-
-2007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * tztest/init.c: Build when using buffered test IO.
-
-2007-05-17 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
- macro instead of fflush() directly.
-
-2007-05-15 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
- Statistics and Period Usage into Rate Monotonic Manager. Added the
- following directives: rtems_rate_monotonic_get_statistics,
- rtems_rate_monotonic_reset_statistics,
- rtems_rate_monotonic_reset_all_statistics,
- rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
- Obsoleted the rtems/rtmonuse.h file as a public interface.
-
-2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
- rtmonuse/Makefile.am, stackchk/Makefile.am, termios/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-03-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
-
-2007-03-13 Joel Sherrill <joel@OARcorp.com>
-
- * tztest/init.c: Call tzset() even though it may be called for us
- implicitly along the way.
-
-2007-03-13 Joel Sherrill <joel@OARcorp.com>
-
- * tztest/.cvsignore: New file.
-
-2007-03-13 Joel Sherrill <joel@OARcorp.com>
-
- * Makefile.am, configure.ac: Added timezone test.
- * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
- tztest/tztest.scn: New files.
-
-2007-03-05 Joel Sherrill <joel@OARcorp.com>
-
- * malloctest/init.c: Be explicit about need for default and floating
- point attributes. This is just a style change.
-
-2007-02-06 Joel Sherrill <joel@OARcorp.com>
-
- * rtems++/Task1.cc, rtems++/Task3.cc: 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>
-
- * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
- rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
- docdir. Use rtems_testsdir instead.
-
-2006-02-08 Joel Sherrill <joel@OARcorp.com>
-
- * rtems++/Task1.cc: Fix warnings.
-
-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>
-
- * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
- putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
- stackchk/Makefile.am, termios/Makefile.am:
- Convert to using *_PROGRAMS.
-
-2005-11-11 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * cpuuse/Makefile.am, malloctest/Makefile.am,
- monitor/Makefile.am, putenvtest/Makefile.am,
- rtems++/Makefile.am, rtmonuse/Makefile.am,
- stackchk/Makefile.am, termios/Makefile.am: Rework.
-
-2005-11-11 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
- putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
- stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
- * libtests.am: Remove.
-
-2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
- putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
- stackchk/Makefile.am, termios/Makefile.am:
- AM_CPPFLAGS += -I..../support/include.
-
-2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
- * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
-
-2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * libtests.am: Remove LIB_VARIANT.
-
-2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
- putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
- stackchk/Makefile.am, termios/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>
-
- * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
- * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
- putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
- stackchk/Makefile.am, termios/Makefile.am:
- Partial conversion to automake.
-
-2005-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * rtems++/Makefile.am: Remove LIB_VARIANT.
-
-2004-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * configure.ac: Remove -ansi to prevent folks from further damaging
- the code with broken prototypes.
- * putenvtest/init.c: Remove broken putenv prototype.
- * termios/init.c (print_c_cc): Don't loop over NCCS.
-
-2004-09-24 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * configure.ac: Require automake > 1.9.
-
-2004-04-01 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
-
-2004-03-30 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
- monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
- rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
- rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.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-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
- Add PRE/TMPINSTALL_FILES to CLEANFILES.
- * malloctest/Makefile.am: Ditto.
- * monitor/Makefile.am: Ditto.
- * putenvtest/Makefile.am: Ditto.
- * rtems++/Makefile.am: Ditto.
- * rtmonuse/Makefile.am: Ditto.
- * stackchk/Makefile.am: Ditto.
- * termios/Makefile.am: Ditto.
-
-2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * libtests.am: Add dirstamp support.
-
-2003-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
-
-2003-12-16 Joel Sherrill <joel@OARcorp.com>
-
- PR 544/tests
- * malloctest/system.h, rtmonuse/system.h: Various modifications to make
- tests account for resources and not print at inappropriate times.
-
-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>
-
- * cpuuse/Makefile.am: Remove all-local: $(ARCH).
- * malloctest/Makefile.am: Remove all-local: $(ARCH).
- * monitor/Makefile.am: Remove all-local: $(ARCH).
- * putenvtest/Makefile.am: Remove all-local: $(ARCH).
- * rtems++/Makefile.am: Remove all-local: $(ARCH).
- * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
- * stackchk/Makefile.am: Remove all-local: $(ARCH).
- * termios/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>
-
- * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
- cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
- malloctest/system.h, malloctest/task1.c, monitor/init.c,
- monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
- rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
- rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
- rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
- stackchk/blow.c, stackchk/init.c, stackchk/system.h,
- stackchk/task1.c: 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/.
- * cpuuse/Makefile.am: Reflect having moved automake/.
- * malloctest/Makefile.am: Reflect having moved automake/.
- * monitor/Makefile.am: Reflect having moved automake/.
- * putenvtest/Makefile.am: Reflect having moved automake/.
- * rtems++/Makefile.am: Reflect having moved automake/.
- * rtmonuse/Makefile.am: Reflect having moved automake/.
- * stackchk/Makefile.am: Reflect having moved automake/.
- * termios/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-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac: Unconditionally check for CXX.
- Require autoconf-2.57, automake-1.7.2.
- * rtems++: Eliminate CC_O_FILES.
-
-2002-12-02 Joel Sherrill <joel@OARcorp.com>
-
- * malloctest/init.c: Tasks should be floating point.
-
-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>
-
- * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
- * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
- * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
- * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
- * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
- * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
- * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
- * termios/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.
- * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
- rtmonuse/task1.c, termios/init.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]).
- * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * Makefile.am: Remove AUTOMAKE_OPTIONS.
- * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
-
-2001-11-01 Joel Sherrill <joel@OARcorp.com>
-
- * rtems++/Makefile.am: Make sure debug variant of librtems++
- is linked against. Reported by Jerry Needell <jerry.needell@unh.edu>
- and processed as PR78.
-
-2001-10-25 Joel Sherrill <joel@OARcorp.com>
-
- * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
-
-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>
-
- * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
- * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
-
-2001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
- * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
- * termios/Makefile.am: include leaf.am instead of leaf.cfg.
- * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
- * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
- make-cxx-exe.
- * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
- * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
- * cpuuse/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-11-01 Joel Sherrill <joel@OARcorp.com>
-
- * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
- libcsupport.h moved from libc to lib/include/rtems and now must
- be referenced as <rtems/XXX.h>.
-
-2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
- Switch to GNU canonicalization.
- * libtests.am: Remove DEFS.
-
-2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
- putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
- stackchk/Makefile.am, termios/Makefile.am: Include compile.am
-
-2000-08-10 Joel Sherrill <joel@OARcorp.com>
-
- * ChangeLog: New file.
diff --git a/testsuites/mptests/ChangeLog b/testsuites/mptests/ChangeLog
deleted file mode 100644
index c7a282dffe..0000000000
--- a/testsuites/mptests/ChangeLog
+++ /dev/null
@@ -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.
diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog
deleted file mode 100644
index 3cde243279..0000000000
--- a/testsuites/psxtests/ChangeLog
+++ /dev/null
@@ -1,2622 +0,0 @@
-2011-12-13 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * psxconfig01/init.c: Create floating point tasks.
-
-2011-12-13 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * psxmsgq04/init.c: Fixed allocation of second message queue.
-
-2011-12-13 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * psxconfig01/init.c: Create more objects.
-
-2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * psx07/init.c: Remove unused var "clock_allowed".
-
-2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Check for getrusage decl.
- * psxgetrusage01/init.c:
- Fix header file inclusion order.
- Move configuration section up.
- Apply HAVE_DECL_GETRUSAGE.
-
-2011-12-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * psxconfig01/init.c: Fix due to alignment issue.
-
-2011-12-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * psxconfig01/.cvsignore, psxconfig01/Makefile.am, psxconfig01/init.c,
- psxconfig01/psxconfig01.doc, psxconfig01/psxconfig01.scn: New files.
- * Makefile.am, configure.ac: Reflect changes above.
-
-2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- PR 1589/build
- * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
- psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
- psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
- psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
- psx13/Makefile.am, psx14/Makefile.am, psx15/Makefile.am,
- psx16/Makefile.am, psxaio01/Makefile.am, psxaio02/Makefile.am,
- psxaio03/Makefile.am, psxalarm01/Makefile.am,
- psxautoinit01/Makefile.am, psxautoinit02/Makefile.am,
- psxbarrier01/Makefile.am, psxcancel/Makefile.am,
- psxcancel01/Makefile.am, psxchroot01/Makefile.am,
- psxclassic01/Makefile.am, psxcleanup/Makefile.am,
- psxcleanup01/Makefile.am, psxclock/Makefile.am,
- psxcond01/Makefile.am, psxeintr_join/Makefile.am,
- psxenosys/Makefile.am, psxfatal01/Makefile.am,
- psxfatal02/Makefile.am, psxfchx01/Makefile.am, psxfile01/Makefile.am,
- psxfile02/Makefile.am, psxfilelock01/Makefile.am,
- psxgetrusage01/Makefile.am, psxid01/Makefile.am,
- psximfs01/Makefile.am, psximfs02/Makefile.am,
- psxintrcritical01/Makefile.am, psxitimer/Makefile.am,
- psxkey01/Makefile.am, psxkey02/Makefile.am, psxkey03/Makefile.am,
- psxmount/Makefile.am, psxmsgq01/Makefile.am, psxmsgq02/Makefile.am,
- psxmsgq03/Makefile.am, psxmsgq04/Makefile.am,
- psxmutexattr01/Makefile.am, psxobj01/Makefile.am,
- psxpasswd01/Makefile.am, psxpasswd02/Makefile.am,
- psxpipe01/Makefile.am, psxrdwrv/Makefile.am, psxreaddir/Makefile.am,
- psxrwlock01/Makefile.am, psxsem01/Makefile.am,
- psxsignal01/Makefile.am, psxsignal02/Makefile.am,
- psxsignal03/Makefile.am, psxsignal04/Makefile.am,
- psxsignal05/Makefile.am, psxsignal06/Makefile.am,
- psxspin01/Makefile.am, psxspin02/Makefile.am, psxstack01/Makefile.am,
- psxstack02/Makefile.am, psxstat/Makefile.am, psxsysconf/Makefile.am,
- psxtime/Makefile.am, psxtimer01/Makefile.am, psxtimer02/Makefile.am,
- psxtimes01/Makefile.am, psxualarm/Makefile.am, psxusleep/Makefile.am:
- Remove obsolete optional manager capability.
-
-2011-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- PR 1981/cpukit
- * configure.ac: Remove checks for pthread_attr_getcputime,
- pthread_attr_setcputime.
- * psx07/init.c: Remove references to pthread_attr_getcputime,
- pthread_attr_setcputime.
-
-2011-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * psxmsgq01/init.c: Introduce fatal_posix_mqd.
- Replace fatal_posix_service_pointer_minus_one with fatal_posix_mqd.
- * psxsem01/init.c: Introduce fatal_posix_sem.
- Replace fatal_posix_service_pointer_minus_one with fatal_posix_sem.
-
-2011-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * psxreaddir/test.c: Remove bogus casts.
- Fix fprintf format strings.
-
-2011-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * psxfile01/test.c: Remove local redeclaration of IMFS_dump.
-
-2011-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * psxhdrs/pthread01.c, psxhdrs/pthread02.c, psxhdrs/pthread03.c,
- psxhdrs/pthread04.c, psxhdrs/pthread05.c, psxhdrs/pthread06.c,
- psxhdrs/pthread07.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c,
- psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c,
- psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c,
- psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c,
- psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c,
- psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c,
- psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c,
- psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread34.c,
- psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/pthread37.c,
- psxhdrs/pthread38.c, psxhdrs/pthread39.c, psxhdrs/pthread40.c:
- Let test() return values (avoid warnings).
-
-2011-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * psxhdrs/cond01.c, psxhdrs/cond02.c, psxhdrs/cond03.c,
- psxhdrs/cond04.c, psxhdrs/cond05.c, psxhdrs/cond06.c,
- psxhdrs/cond07.c, psxhdrs/cond08.c, psxhdrs/cond09.c,
- psxhdrs/cond10.c: Let test() return values (avoid warnings).
-
-2011-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * psxhdrs/mutex01.c, psxhdrs/mutex02.c, psxhdrs/mutex03.c,
- psxhdrs/mutex04.c, psxhdrs/mutex05.c, psxhdrs/mutex06.c,
- psxhdrs/mutex07.c, psxhdrs/mutex08.c, psxhdrs/mutex09.c,
- psxhdrs/mutex10.c, psxhdrs/mutex11.c, psxhdrs/mutex12.c,
- psxhdrs/mutex13.c, psxhdrs/mutex14.c, psxhdrs/mutex15.c,
- psxhdrs/mutex16.c: Let test() return values (avoid warnings).
-
-2011-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c,
- psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c,
- psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c,
- psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c,
- psxhdrs/proc13.c, psxhdrs/proc14.c:
- Let test() return values (avoid warnings).
-
-2011-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * psxhdrs/sched01.c, psxhdrs/sched02.c, psxhdrs/sched03.c,
- psxhdrs/sched04.c, psxhdrs/sched05.c, psxhdrs/sched06.c,
- psxhdrs/sched07.c, psxhdrs/sched08.c:
- Let test() return values (avoid warnings).
-
-2011-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * psxhdrs/signal01.c, psxhdrs/signal02.c, psxhdrs/signal03.c,
- psxhdrs/signal04.c, psxhdrs/signal05.c, psxhdrs/signal06.c,
- psxhdrs/signal07.c, psxhdrs/signal08.c, psxhdrs/signal09.c,
- psxhdrs/signal10.c, psxhdrs/signal11.c, psxhdrs/signal12.c,
- psxhdrs/signal13.c, psxhdrs/signal14.c, psxhdrs/signal15.c,
- psxhdrs/signal16.c, psxhdrs/signal17.c, psxhdrs/signal18.c,
- psxhdrs/signal19.c, psxhdrs/signal20.c, psxhdrs/signal21.c,
- psxhdrs/signal22.c, psxhdrs/signal23.c:
- Let test() return values (avoid warnings).
-
-2011-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * psxhdrs/key01.c, psxhdrs/key02.c, psxhdrs/key03.c,
- psxhdrs/key04.c: Let test() return values (avoid warnings).
- * psxhdrs/clock01.c, psxhdrs/clock02.c, psxhdrs/clock03.c,
- psxhdrs/clock04.c, psxhdrs/clock05.c, psxhdrs/clock06.c:
- Let test() return values (avoid warnings).
-
-2011-10-13 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * psxhdrs/signal23.c: Add comment to denote test as obsolete.
- * configure.ac: Check for size of mode_t.
- * psxfile01/test.c, psxstat/test.c: Include "primode.h".
- Use PRIomode_t to print mode_t.
-
-2011-10-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * psxaio01/system.h, psxaio02/system.h, psxaio03/system.h: Do not use
- the stack checker.
-
-2011-10-12 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * psxhdrs/sync01.c, psxhdrs/sync02.c: Let test() return values
- (avoid warnings).
- * psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c,
- psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c,
- psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c,
- psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c,
- psxhdrs/time13.c: Let test() return values (avoid warnings).
- * psxhdrs/timer01.c, psxhdrs/timer02.c, psxhdrs/timer03.c,
- psxhdrs/timer04.c, psxhdrs/timer05.c, psxhdrs/timer06.c,
- psxhdrs/timer07.c: Let test() return values (avoid warnings).
-
-2011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * psx01/init.c, psx07/init.c, psx09/init.c, psx12/init.c,
- psxclock/init.c, psxtimer01/psxtimer.c: Include "pritime.h".
- Use PRIdtime_t to print time_t.
-
-2011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Check for size of time_t.
-
-2011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * psx16/init.c, psxclassic01/init.c, psxeintr_join/init.c:
- Add HAVE_CONFIG_H.
-
-2011-09-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * psxfatal01/psxfatal01.scn, psxfatal01/testcase.h,
- psxfatal02/psxfatal02.scn, psxfatal02/testcase.h,
- psxfatal_support/init.c: Print proper begin and end message.
-
-2011-08-21 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- PR 1890/cpukit
- * psxmsgq01/init.c: POSIX says msg_prio is allowed to be NULL.
-
-2011-08-18 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * psxfatal_support/init.c: Ensure that _Thread_BSP_context is
- initialized.
-
-2011-08-01 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psx16/Makefile.am: New file.
-
-2011-08-01 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * psx16/.cvsignore, psx16/init.c, psx16/psx16.doc, psx16/psx16.scn: New
- files. Accidentally missed in previous commit.
-
-2011-07-31 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- PR 1855/cpukit
- * Makefile.am, configure.ac: Correct signal processing during
- pthread_join. We are supposed to unblock the thread waiting on a
- pthread_join(), dispatch the signal handler, account for it
- potentially overwriting errno, and then have the thread return to
- blocking within pthread_join().
- * psxeintr_join/.cvsignore, psxeintr_join/Makefile.am,
- psxeintr_join/init.c, psxeintr_join/psxeintr_join.doc,
- psxeintr_join/psxeintr_join.scn: New files.
-
-2011-07-31 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- PR 1867/cpukit
- * Makefile.am, configure.ac, psx12/task.c, psxkey03/init.c,
- psxrwlock01/test.c: Correct implementation of pthread_exit() and
- pthread_join() to support the case where a thread is joinable but
- calls pthread_exit() before a thread has attempted to join.
-
-2011-07-22 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- PR 1839/filesystem
- * psxfchx01/init.c, psxfchx01/psxfchx01.scn, psxfile01/psxfile01.scn,
- psxfile01/test.c: Update test to reflect new status codes.
-
-2011-07-21 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * psxhdrs/Makefile.am: Remove -Wno-unused-but-set-variable
- (Non-portable).
-
-2011-07-19 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- PR 1838/filesystem
- * psxfchx01/init.c, psxfchx01/psxfchx01.scn: fchmod() does not need a
- writeable file descriptor.
-
-2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * psxautoinit01/Makefile.am, psxautoinit02/Makefile.am,
- psxbarrier01/Makefile.am, psxrwlock01/Makefile.am,
- psxspin01/Makefile.am, psxspin02/Makefile.am:
- Remove scndir.
-
-2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * psxautoinit01/Makefile.am, psxbarrier01/Makefile.am,
- psxclassic01/Makefile.am, psxcleanup01/Makefile.am,
- psxfchx01/Makefile.am, psxpasswd01/Makefile.am,
- psxpasswd02/Makefile.am, psxpipe01/Makefile.am,
- psxrwlock01/Makefile.am, psxspin01/Makefile.am,
- psxspin02/Makefile.am: Eliminate rtems_scn_DATA.
- Install *.doc to rtems_testsdir.
- * Makefile.am: Remove EXTRA_DIST.
- Remove DIST_SUBDIRS.
- Remove obsolete comments.
- * psxclassic01/psxclassic01.doc: Fix copyright date.
-
-2011-05-16 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
-
- * psxclock/init.c (Init):
- Use CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID.
- * psxclock/psxclock.scn: Regenerate.
-
-2011-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxfile01/test.c, psxmsgq01/init.c, psxreaddir/test.c: Fix tests
- broken in warning pass.
-
-2011-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psx04/task3.c, psxfile01/test.c, psxhdrs/Makefile.am,
- psxmsgq01/init.c, psxreaddir/test.c, psxsignal01/init.c,
- psxtimes01/init.c, psxualarm/init.c: Remove warnings.
-
-2011-04-15 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
-
- * psxstat/test.c: Fixed integer type. Check status codes.
-
-2011-03-09 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psx04/init.c, psx04/psx04.scn: Remove test case made obsolete by
- PR1759.
-
-2011-03-08 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- PR 1759/cpukit
- * Makefile.am, configure.ac: Add test to use some pthread calls with
- Classic Tasks.
- * psxclassic01/.cvsignore, psxclassic01/Makefile.am,
- psxclassic01/init.c, psxclassic01/psxclassic01.doc,
- psxclassic01/psxclassic01.scn: New files.
-
-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>
-
- * psx01/init.c, psx01/task.c, psx02/init.c, psx02/task.c, psx03/init.c,
- psx03/task.c, psx04/init.c, psx04/task1.c, psx04/task2.c, psx04/task3.c,
- psx05/init.c, psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
- psx06/task.c, psx06/task2.c, psx07/init.c, psx07/task.c, psx08/init.c,
- psx08/task1.c, psx08/task2.c, psx08/task3.c, psx09/init.c, psx10/init.c,
- psx10/task.c, psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/task.c,
- psx12/init.c, psx12/task.c, psx13/main.c, psx13/test.c, psx14/init.c,
- psx15/init.c, psxaio01/init.c, psxaio02/init.c, psxaio03/init.c,
- psxalarm01/init.c, psxautoinit01/init.c, psxautoinit02/init.c,
- psxbarrier01/main.c, psxbarrier01/test.c, psxcancel/init.c,
- psxcancel01/init.c, psxchroot01/main.c, psxchroot01/test.c,
- psxcleanup/psxcleanup.c, psxcleanup01/init.c, psxclock/init.c,
- psxcond01/init.c, psxenosys/init.c, psxfatal_support/init.c,
- psxfchx01/init.c, psxfile01/main.c, psxfile01/test.c,
- psxfile01/test_cat.c, psxfile01/test_extend.c, psxfile01/test_write.c,
- psxfile02/init.c, psxfilelock01/init.c, psxgetrusage01/init.c,
- psxhdrs/clock01.c, psxhdrs/clock02.c, psxhdrs/clock03.c,
- psxhdrs/clock04.c, psxhdrs/clock05.c, psxhdrs/clock06.c,
- psxhdrs/cond01.c, psxhdrs/cond02.c, psxhdrs/cond03.c, psxhdrs/cond04.c,
- psxhdrs/cond05.c, psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c,
- psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c,
- psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c, psxhdrs/mutex02.c,
- psxhdrs/mutex03.c, psxhdrs/mutex04.c, psxhdrs/mutex05.c,
- psxhdrs/mutex06.c, psxhdrs/mutex07.c, psxhdrs/mutex08.c,
- psxhdrs/mutex09.c, psxhdrs/mutex10.c, psxhdrs/mutex11.c,
- psxhdrs/mutex12.c, psxhdrs/mutex13.c, psxhdrs/mutex14.c,
- psxhdrs/mutex15.c, psxhdrs/mutex16.c, psxhdrs/proc01.c,
- psxhdrs/proc02.c, psxhdrs/proc03.c, psxhdrs/proc04.c, psxhdrs/proc05.c,
- psxhdrs/proc06.c, psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c,
- psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c, psxhdrs/proc13.c,
- psxhdrs/proc14.c, psxhdrs/pthread01.c, psxhdrs/pthread02.c,
- psxhdrs/pthread03.c, psxhdrs/pthread04.c, psxhdrs/pthread05.c,
- psxhdrs/pthread06.c, psxhdrs/pthread07.c, psxhdrs/pthread08.c,
- psxhdrs/pthread09.c, psxhdrs/pthread10.c, psxhdrs/pthread11.c,
- psxhdrs/pthread12.c, psxhdrs/pthread13.c, psxhdrs/pthread14.c,
- psxhdrs/pthread15.c, psxhdrs/pthread16.c, psxhdrs/pthread17.c,
- psxhdrs/pthread18.c, psxhdrs/pthread19.c, psxhdrs/pthread20.c,
- psxhdrs/pthread21.c, psxhdrs/pthread22.c, psxhdrs/pthread23.c,
- psxhdrs/pthread24.c, psxhdrs/pthread25.c, psxhdrs/pthread26.c,
- psxhdrs/pthread27.c, psxhdrs/pthread28.c, psxhdrs/pthread29.c,
- psxhdrs/pthread30.c, psxhdrs/pthread31.c, psxhdrs/pthread32.c,
- psxhdrs/pthread33.c, psxhdrs/pthread34.c, psxhdrs/pthread35.c,
- psxhdrs/pthread36.c, psxhdrs/pthread37.c, psxhdrs/pthread38.c,
- psxhdrs/pthread39.c, psxhdrs/pthread40.c, psxhdrs/sched01.c,
- psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c,
- psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c,
- psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c,
- psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c,
- psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c,
- psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c,
- psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c,
- psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c,
- psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c,
- psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c,
- psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c, psxhdrs/time01.c,
- psxhdrs/time02.c, psxhdrs/time03.c, psxhdrs/time04.c, psxhdrs/time05.c,
- psxhdrs/time06.c, psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c,
- psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c, psxhdrs/time13.c,
- psxhdrs/timer01.c, psxhdrs/timer02.c, psxhdrs/timer03.c,
- psxhdrs/timer04.c, psxhdrs/timer05.c, psxhdrs/timer06.c,
- psxhdrs/timer07.c, psxid01/init.c, psximfs01/init.c, psximfs02/init.c,
- psxintrcritical01/init.c, psxitimer/init.c, psxkey01/init.c,
- psxkey01/task.c, psxkey02/init.c, psxkey03/init.c, psxmount/main.c,
- psxmount/test.c, psxmsgq01/init.c, psxmsgq02/init.c, psxmsgq03/init.c,
- psxmsgq04/init.c, psxmutexattr01/init.c, psxobj01/init.c,
- psxpasswd01/init.c, psxpasswd02/init.c, psxpipe01/init.c,
- psxrdwrv/main.c, psxrdwrv/test.c, psxreaddir/main.c, psxreaddir/test.c,
- psxrwlock01/main.c, psxrwlock01/test.c, psxsem01/init.c,
- psxsignal01/init.c, psxsignal01/task1.c, psxsignal02/init.c,
- psxsignal03/init.c, psxsignal05/init.c, psxsignal06/init.c,
- psxspin01/main.c, psxspin01/test.c, psxspin02/main.c, psxspin02/test.c,
- psxstack01/init.c, psxstack02/init.c, psxstat/main.c, psxstat/test.c,
- psxsysconf/init.c, psxtime/main.c, psxtime/test.c,
- psxtimer01/psxtimer.c, psxtimer02/psxtimer.c, psxtimes01/init.c,
- psxualarm/init.c, psxusleep/init.c: Add HAVE_CONFIG_H.
-
-2011-02-14 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxaio03/init.c, psxaio03/psxaio03.scn: Run in a reasonable amount of
- time. Update screen.
-
-2011-02-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * psximfs02/init.c: Disable EPERM test which does not work when POSIX
- is disabled.
-
-2011-02-08 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * include/pmacros.h: Add PRIxblksize_t, PRIxblkcnt_t.
- * configure.ac: Add AC_CHECK_SIZEOF([blksize_t]),
- AC_CHECK_SIZEOF([blkcnt_t]).
-
-2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Require autoconf-2.68, automake-1.11.1.
-
-2011-01-17 Alin Rus <alin.codejunkie@gmail.com>
-
- * Makefile.am, configure.ac: Add psxaio03/.
- * psxaio03/Makefile.am, psxaio03/init.c, psxaio03/psxaio03.scn
- psxaio03/system.h: New.
-
-2011-01-08 Alin Rus <alin.codejunkie@gmail.com>
-
- * psxaio02/init.c: Improve aio_cancel() coverage.
-
-2011-01-02 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * psx05/init.c: Spacing.
-
-2010-11-01 Alin Rus <alin.codejunkie@gmail.com>
-
- * psxaio01/init.c, psxaio02/init.c: Improve coverage.
-
-2010-10-21 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psx05/init.c: Check for correct status returned.
- * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test code
- to exercise path when attempting to lock for reading but there
- is at least one writer blocked waiting for access.
-
-2010-10-21 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: New test to ensure pthread_cond_wait() and
- sleep() (e.g. interruptible blocking and sleeping) are interruptible
- by signal.
- * psxsignal06/.cvsignore, psxsignal06/Makefile.am, psxsignal06/init.c,
- psxsignal06/psxsignal06.doc, psxsignal06/psxsignal06.scn: New files.
-
-2010-10-21 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psx02/init.c, psx02/task.c, psx03/init.c, psx04/init.c,
- psx04/task1.c, psx04/task2.c, psx04/task3.c, psx05/init.c,
- psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
- psx06/task.c, psx06/task2.c, psx07/init.c, psx08/init.c,
- psx08/task2.c, psx08/task3.c, psx09/init.c, psx10/init.c,
- psx10/task.c, psx10/task2.c, psx10/task3.c, psx11/init.c,
- psx11/task.c, psx12/init.c, psxalarm01/init.c, psxbarrier01/test.c,
- psxcancel01/init.c, psxchroot01/test.c, psxitimer/init.c,
- psxkey01/task.c, psxkey02/init.c, psxkey03/init.c, psxmount/test.c,
- psxmsgq01/init.c, psxmsgq03/init.c, psxmsgq04/init.c,
- psxrwlock01/test.c, psxsem01/init.c, psxsignal01/init.c,
- psxsignal01/task1.c, psxsignal02/init.c, psxsignal03/init.c,
- psxsignal05/init.c, psxspin01/test.c, psxspin02/test.c,
- psxstack01/init.c, psxstack02/init.c, psxualarm/init.c: Eliminate
- double space after parenthesis on rtems_test_assert().
-
-2010-10-08 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * psx07/init.c: Add HAVE_DECL_PTHREAD_ATTR_SETGUARDSIZE guard around
- guardsize.
-
-2010-10-04 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxhdrs/pthread37.c, psxhdrs/pthread38.c, psxhdrs/pthread39.c,
- psxhdrs/pthread40.c: New files.
-
-2010-10-04 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac, psx07/init.c, psx07/psx07.scn,
- psxhdrs/Makefile.am, psxstack01/init.c: Add pthread_attr_getstack,
- pthread_attr_setstack, pthread_attr_getguardsize, and
- pthread_attr_setguardsize.
- * psxstack02/.cvsignore, psxstack02/Makefile.am, psxstack02/init.c,
- psxstack02/psxstack02.doc, psxstack02/psxstack02.scn: New files.
-
-2010-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Check for pthread_attr_{get,set}cputime instead of
- pthread_pthread_attr_{get,set}cputime (Typo).
-
-2010-09-28 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
-
- * psx15/.cvsignore, psx15/Makefile.am, psx15/init.c, psx15/psx15.scn:
- New files.
- * Makefile.am, configure.ac: Reflect changes above.
-
-2010-08-30 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: AC_CHECK_DECLS([seteuid]).
- * psximfs02/init.c: Provide decl for seteuid if not provided by
- libc.
-
-2010-08-30 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * psxenosys/init.c, psxenosys/psxenosys.doc,
- psxenosys/psxenosys.scn: Remove devctl.
-
-2010-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxenosys/init.c, psxenosys/psxenosys.scn: Update to reflect some of
- aio being implemented.
-
-2010-08-19 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * psxenosys/init.c, psxenosys/psxenosys.scn: Update to reflect AIO
- submission.
-
-2010-08-19 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * psxaio01/.cvsignore, psxaio02/.cvsignore: New files.
-
-2010-08-16 Alin Rus <alin.codejunkie@gmail.com>
-
- * Makefile.am, configure.ac: Add psxaio01/, psxaio02/.
- * psxaio01/Makefile.am, psxaio01/init.c, psxaio01/psxaio01.scn,
- psxaio01/system.h: New.
- * psxaio02/Makefile.am, psxaio02/init.c, psxaio02/psxaio02.scn,
- psxaio02/system.h: New.
-
-2010-08-10 Bharath Suri <bharath.s.jois@gmail.com>
-
- PR 1598/testing
- * psxpasswd02/init.c, psxpasswd02/psxpasswd02.scn: New test case
- added to improve coverage of getpwent.c.
-
-2010-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- PR 1665/testing
- * psximfs02/init.c: Fix uninitialized variable warning.
-
-2010-08-09 Bharath Suri <bharath.s.jois@gmail.com>
-
- PR 1661/testing
- * psximfs02/init.c: Changes to improve coverage of
- imfs_initsupp.c, by using a bad value for
- CONFIGURE_IMFS_MEMFILE_BYTES_PER_BLOCK
-
-2010-08-09 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- PR 1661/testing
- * psxchroot01/test.c, psximfs01/init.c, psximfs02/init.c,
- psxpipe01/init.c: Eliminate most references to RTEMS_Malloc_Heap.
-
-2010-08-09 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * psxpasswd02/init.c: Remove unused variable.
-
-2010-08-06 Bharath Suri <bharath.s.jois@gmail.com>
-
- PR 1654/testing
- * psx13/test.c, psx13/psx13.scn: Test case to improve testing of
- dup2 routine.
- * psxfile01/test.c, psxfile01/psxfile01.scn: New test to improve
- testing of fcntl routine.
- * psximfs01/init.c, psximfs01/psximfs01.scn: Improve testing of
- imfs routines.
- * psximfs02/init.c, psximfs02/psximfs02.scn: Improve coverage of
- imfs routines.
- * psxpasswd02/init.c, psxpasswd02/psxpasswd02.scn: New tests to
- improve coverage of getpwent.c.
-
-2010-08-06 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- PR 1652/GCC:
- * psxpipe01/init.c: Expand incomplete initializers triggering
- powerpc-gcc -msdata breakdown.
-
-2010-07-30 Bharath Suri <bharath.s.jois@gmail.com>
-
- PR 1642/testing
- * psximfs02/init.c, psximfs02/psximfs02.scn,
- psximfs02/psximfs02.doc: Added test cases to exercise chmod(),
- chown() and routines in imfs_debug.c.
-
-2010-07-29 Bharath Suri <bharath.s.jois@gmail.com>
-
- PR 1642/testing
- * psximfs02/init.c, psximfs02/psximfs02.scn,
- psximfs02/psximfs02.doc, psximfs02/Makefile.am: New test added.
- * configure.ac, Makefile.am: Changes to accommodate psximfs02
- test.
-
-2010-07-29 Bharath Suri <bharath.s.jois@gmail.com>
-
- PR 1633/testing
- * psximfs01/init.c, psximfs01/psximfs01.scn,
- psximfs01/psximfs01.doc: New cases to exercise
- IMFS_memfile_remove.
-
-2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxobj01/Makefile.am, psxobj01/init.c, psxobj01/psxobj01.scn: Add
- test for runnign out of workspace when setting object name as string.
-
-2010-07-27 Vinu Rajashekhar <vinutheraj@gmail.com>
-
- PR 1629/cpukit
- * psx04/init.c: sigsuspend() was not completely following the POSIX
- specification.
-
-2010-07-19 Bharath Suri <bharath.s.jois@gmail.com>
-
- PR 1623/testing
- * psx13/test.c, psx13/psx13.scn: New cases to improve coverage of
- utime() and fpathconf().
- * psxfile01/test.c, psxfile01/psxfile01.scn: New cases to improve
- coverage of rmdir(), unlink(), mknod(), link(), open(), read(),
- write().
- * psxstat/test.c, psxstat/psxstat.scn: New case to improve
- coverage of readlink().
-
-2010-07-17 Bharath Suri <bharath.s.jois@gmail.com>
-
- PR 1622/testing
- * psxchroot01/test.c, psxchroot01/psxchroot01.scn: Added two test
- cases to completely cover chroot().
-
-2010-07-16 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
-
- * psxfile01/test.c: Avoid NULL pointer access.
-
-2010-07-15 Bharath Suri <bharath.s.jois@gmail.com>
-
- PR 1617/testing
- * psxfile01/test.c, psxfile01/psxfile01.scn: Added new cases to
- exercise_link_r and _unlink_r
- * psxstat/test.c, psxstat/psxstat.scn: Added new cases to exercise
- _lstat_r and _stat_r.
- * psxtime/test.c, psxtime/psxtime.scn: Added new cases to exercise
- _gettimeofday.
-
-2010-07-16 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
-
- * psxstat/test.c: Avoid NULL pointer access.
-
-2010-07-12 Bharath Suri <bharath.s.jois@gmail.com>
-
- PR 1613/testing
- * psxfchx01/init.c, psxfchx01/Makefile.am, psxfchx01/.cvsignore,
- psxfchx01/psxfchx01.doc, psxfchx01/psxfchx01.scn: New
- tests. Improves coverage of fchdir, fchmod, fchown directives.
- * configure.ac, Makefile.am: Changes to accommodate new test.
- * psxstat/test.c, psxstat/psxstat.scn: Added new test case to test
- statvfs routine under libcsupport.
-
-2010-07-09 Bharath Suri <bharath.s.jois@gmail.com>
-
- PR 1610/testing
- * psx13/test.c, psx13/psx13.scn: Remove the test cases which
- exercise pipe. These are new a new test under psxpipe01/
- * psxpipe01/init.c, psxpipe01/Makefile.am,
- psxpipe01/psxpipe01.scn, psxpipe01/psxpipe01.doc: Added new test.
- * Makefile.am, configure.ac: Changes due to addition of new test:
- psxpipe01.
-
-2010-07-08 Bharath Suri <bharath.s.jois@gmail.com>
-
- PR 1608/testing
- * psxfile01/init.c: Add a simple test case: Open file as read-only
- and attemp to truncate. Improves coverage.
-
-2010-07-07 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- PR 1606/cpukit
- * psxfatal_support/init.c: Remove
- INTERNAL_ERROR_INVALID_WORKSPACE_ADDRESS since it is not generated.
-
-2010-07-07 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
-
- * psxfatal_support/init.c: Print end of test message in case of
- success. Stop multitasking in the fatal error extension.
- * psxfatal01/psxfatal01.scn, psxfatal02/psxfatal02.scn: Update.
-
-2010-07-06 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
-
- * psxtimes01/init.c: Added missing declaration.
-
-2010-07-05 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: Add test for various forms of times() and
- getrusage().
- * psxgetrusage01/.cvsignore, psxgetrusage01/Makefile.am,
- psxgetrusage01/init.c, psxgetrusage01/psxgetrusage01.doc,
- psxgetrusage01/psxgetrusage01.scn, psxtimes01/.cvsignore,
- psxtimes01/Makefile.am, psxtimes01/init.c, psxtimes01/psxtimes01.doc,
- psxtimes01/psxtimes01.scn: New files.
-
-2010-07-05 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxid01/init.c, psxid01/psxid01.scn: Actually match an entry in
- /etc/passwd and /etc/group.
-
-2010-07-05 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxid01/init.c, psxid01/psxid01.doc, psxid01/psxid01.scn: Add test
- cases.
-
-2010-07-02 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psx13/test.c: Fix warning.
-
-2010-07-02 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxfile01/test_cat.c: Does not need posix specific macros.
-
-2010-07-01 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * psxfile01/Makefile.am, psxfile01/psxfile01.scn, psxfile01/test.c:
- Remove tests which put NULL entries in file handlers.
-
-2010-07-01 Bharath Suri <bharath.s.jois@gmail.com>
-
- PR 1598/testing
- * Makefile.am, configure.ac, psxpasswd01/init.c,
- psxpasswd01/psxpasswd01.doc, psxpasswd01/psxpasswd01.scn: Add testing
- for POSIX user database (e.g. /etc/group and /etc/passwd) access
- routines which are implemented in libcsupport/src/getpwent.c.
- * psxpasswd02/.cvsignore, psxpasswd02/Makefile.am, psxpasswd02/init.c,
- psxpasswd02/psxpasswd02.doc, psxpasswd02/psxpasswd02.scn: New files.
-
-2010-07-01 Vinu Rajashekhar <vinutheraj@gmail.com>
-
- PR 1597/cpukit
- * psx13/psx13.scn, psx13/test.c, psxstat/psxstat.scn,
- psxstat/test.c: Add lchown() and utimes().
-
-2010-07-01 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: Add tests for file lock stubs as well as
- various POSIX methods that access UID, PID, and GID.
- * psxfilelock01/.cvsignore, psxfilelock01/Makefile.am,
- psxfilelock01/init.c, psxfilelock01/psxfilelock01.doc,
- psxfilelock01/psxfilelock01.scn, psxid01/.cvsignore,
- psxid01/Makefile.am, psxid01/init.c, psxid01/psxid01.doc,
- psxid01/psxid01.scn: New files.
-
-2010-06-30 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * psximfs01/init.c: Fix warning introduced.
-
-2010-06-30 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- PR 1595/tests
- * psximfs01/init.c: Fix warnings.
-
-2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxtime/psxtime.scn, psxtime/test.c: Add test for passing a null
- pointer.
-
-2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * configure.ac: Remove reference to RTEMS_OBJECT_FORMAT.
-
-2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: Add test to exercise IMFS behaviour with
- files of maximum sizes.
- * psximfs01/.cvsignore, psximfs01/Makefile.am, psximfs01/init.c,
- psximfs01/psximfs01.doc, psximfs01/psximfs01.scn: New files.
-
-2010-06-23 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * Makefile.am, configure.ac: Revert accidentally committed patch.
-
-2010-06-23 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
- psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
- psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
- psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
- psx13/Makefile.am, psx14/Makefile.am, psxalarm01/Makefile.am,
- psxautoinit01/Makefile.am, psxautoinit02/Makefile.am,
- psxbarrier01/Makefile.am, psxcancel/Makefile.am,
- psxcancel01/Makefile.am, psxchroot01/Makefile.am,
- psxcleanup/Makefile.am, psxcleanup01/Makefile.am,
- psxclock/Makefile.am, psxcond01/Makefile.am, psxenosys/Makefile.am,
- psxfatal01/Makefile.am, psxfatal02/Makefile.am,
- psxfile01/Makefile.am, psxintrcritical01/Makefile.am,
- psxitimer/Makefile.am, psxkey01/Makefile.am, psxkey02/Makefile.am,
- psxkey03/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
- psxmsgq02/Makefile.am, psxmsgq03/Makefile.am, psxmsgq04/Makefile.am,
- psxmutexattr01/Makefile.am, psxobj01/Makefile.am,
- psxpasswd01/Makefile.am, psxrdwrv/Makefile.am,
- psxreaddir/Makefile.am, psxrwlock01/Makefile.am,
- psxsem01/Makefile.am, psxsignal01/Makefile.am,
- psxsignal02/Makefile.am, psxsignal03/Makefile.am,
- psxsignal04/Makefile.am, psxsignal05/Makefile.am,
- psxspin01/Makefile.am, psxspin02/Makefile.am, psxstack01/Makefile.am,
- psxstat/Makefile.am, psxsysconf/Makefile.am, psxtime/Makefile.am,
- psxtimer01/Makefile.am, psxtimer02/Makefile.am,
- psxualarm/Makefile.am, psxusleep/Makefile.am: Revert accidentally
- committed patch.
-
-2010-06-23 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * Makefile.am, configure.ac, psx01/Makefile.am, psx02/Makefile.am,
- psx03/Makefile.am, psx04/Makefile.am, psx05/Makefile.am,
- psx06/Makefile.am, psx07/Makefile.am, psx08/Makefile.am,
- psx09/Makefile.am, psx10/Makefile.am, psx11/Makefile.am,
- psx12/Makefile.am, psx13/Makefile.am, psx14/Makefile.am,
- psxalarm01/Makefile.am, psxautoinit01/Makefile.am,
- psxautoinit02/Makefile.am, psxbarrier01/Makefile.am,
- psxcancel/Makefile.am, psxcancel01/Makefile.am,
- psxchroot01/Makefile.am, psxcleanup/Makefile.am,
- psxcleanup01/Makefile.am, psxclock/Makefile.am,
- psxcond01/Makefile.am, psxenosys/Makefile.am, psxfatal01/Makefile.am,
- psxfatal02/Makefile.am, psxfile01/Makefile.am, psxfile02/init.c,
- psxfile02/psxfile02.doc, psxfile02/psxfile02.scn,
- psxintrcritical01/Makefile.am, psxitimer/Makefile.am,
- psxkey01/Makefile.am, psxkey02/Makefile.am, psxkey03/Makefile.am,
- psxmount/Makefile.am, psxmsgq01/Makefile.am, psxmsgq02/Makefile.am,
- psxmsgq03/Makefile.am, psxmsgq04/Makefile.am,
- psxmutexattr01/Makefile.am, psxobj01/Makefile.am,
- psxpasswd01/Makefile.am, psxrdwrv/Makefile.am,
- psxreaddir/Makefile.am, psxrwlock01/Makefile.am,
- psxsem01/Makefile.am, psxsignal01/Makefile.am,
- psxsignal02/Makefile.am, psxsignal03/Makefile.am,
- psxsignal04/Makefile.am, psxsignal05/Makefile.am,
- psxspin01/Makefile.am, psxspin02/Makefile.am, psxstack01/Makefile.am,
- psxstat/Makefile.am, psxsysconf/Makefile.am, psxtime/Makefile.am,
- psxtimer01/Makefile.am, psxtimer02/Makefile.am,
- psxualarm/Makefile.am, psxusleep/Makefile.am: Add test for fd greater
- than number of file descriptors configured.
-
-2010-06-23 Jennifer Averett <Jennifer.Averett@OARcorp.com>
-
- * psxfile02/psxfile02.doc: Filled in documentation information.
-
-2010-06-23 Jennifer Averett <Jennifer Averett@OARcorp.com>
-
- * Makefile.am, configure.ac: Added test case for calls that check for
- an unopened file descriptor.
- * psxfile02/.cvsignore, psxfile02/Makefile.am, psxfile02/init.c,
- psxfile02/psxfile02.doc, psxfile02/psxfile02.scn: New files.
-
-2010-06-22 Jennifer Averett <Jennifer.Averett@OARcorp.com>
-
- * psxtime/psxtime.scn, psxtime/test.c: Add a normal case with second
- parameter to adjtime NULL.
-
-2010-06-19 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxfatal_support/init.c: Remove references to ITRON constants.
-
-2010-06-08 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
-
- * psxfile01/test.c: Update for IMFS API changes.
-
-2010-06-02 Chris Johns <chrisj@rtems.org>
-
- * psxfile01/test.c, psxmount/test.c, psxreaddir/test.c,
- psxstat/test.c: Update to the new mount API.
-
-2010-05-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Add AC_CHECK_SIZEOF(off_t).
- * include/pmacros.h: Add PRIdoff_t.
-
-2010-05-17 Bharath Suri <bharath.s.jois@gmail.com>
-
- * psxfile01/test.c, psxfile01/psxfile01.scn: This file now
- exercises the _rename_r in libcsupport. For now, it also
- provides two fsmount_me_h handlers to enable certain error
- checking paths
-
-2010-04-28 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxfile01/test.c: Add check for errno on chdir(NULL).
-
-2010-04-25 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxrdwrv/test.c: Use SIZE_MAX not SSIZE_MAX.
-
-2010-04-25 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psx07/init.c, psx07/task.c: Introduce enough of a delay so the Init()
- thread can reliably reach the pthread_join() call.
-
-2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * psxreaddir/psxreaddir.scn, psxreaddir/test.c: Do not test for
- rewinddir(NULL) since we are now using newlib's implementation and it
- does not check for NULL. This causes a fault on some targets.
-
-2010-04-03 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psx07/init.c, psx09/init.c, psx12/init.c, psxhdrs/pthread11.c,
- psxhdrs/pthread22.c, psxhdrs/sched01.c, psxhdrs/sched03.c:
- Reflect POSIX changes to sched_param.
-
-2010-04-02 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc07.c,
- psxhdrs/proc08.c, psxhdrs/proc09.c, psxhdrs/proc10.c,
- psxhdrs/proc11.c, psxhdrs/proc12.c, psxhdrs/proc13.c,
- psxhdrs/proc14.c, psxhdrs/signal20.c, psxhdrs/signal21.c:
- #include <unistd.h>.
-
-2009-12-28 Shrikant Gaikwad <n3oo3n@gmail.com>
-
- * psx13/test.c, psx13/psx13.scn Added new routine PipeTestNull()
- to cover the trivial NULL case for pipe function.
-
-2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxrwlock01/test.c, psxspin01/test.c, psxspin02/test.c: Fix spacing
- and compilation issues. Initial test build was accidentally without
- POSIX enabled.
-
-2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
- psx03/init.c, psx03/task.c, psx04/init.c, psx04/task1.c,
- psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/task.c,
- psx05/task2.c, psx05/task3.c, psx06/init.c, psx06/task.c,
- psx06/task2.c, psx07/init.c, psx08/init.c, psx08/task2.c,
- psx08/task3.c, psx09/init.c, psx10/init.c, psx10/task.c,
- psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/task.c,
- psx12/init.c, psxalarm01/init.c, psxbarrier01/test.c,
- psxcancel01/init.c, psxchroot01/test.c, psxclock/init.c,
- psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
- psxfile01/test_write.c, psxitimer/init.c, psxkey01/task.c,
- psxkey02/init.c, psxkey03/init.c, psxmount/test.c, psxmsgq01/init.c,
- psxmsgq03/init.c, psxmsgq04/init.c, psxreaddir/test.c,
- psxrwlock01/test.c, psxsem01/init.c, psxsignal01/init.c,
- psxsignal01/task1.c, psxsignal02/init.c, psxsignal03/init.c,
- psxsignal05/init.c, psxspin01/test.c, psxspin02/test.c,
- psxstack01/init.c, psxstat/test.c, psxtime/test.c, psxualarm/init.c:
- Use rtems_test_assert() consistently instead of system assert().
- rtems_test_assert() is designed to integrate into the RTEMS test
- suite infrastructure.
-
-2009-12-03 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: New test to exercise getgrnam and getpwnam
- families.
- * psxpasswd01/.cvsignore, psxpasswd01/Makefile.am, psxpasswd01/init.c,
- psxpasswd01/psxpasswd01.doc, psxpasswd01/psxpasswd01.scn: New files.
-
-2009-11-23 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- PR 1460/cpukit
- * psx14/init.c: Change return type on methods accessing portions of
- RTEMS Ids to int. This allows -1 to be return on error.
-
-2009-11-11 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- PR 1466/tests
- * Makefile.am, configure.ac, psxclock/init.c, psxclock/psxclock.doc,
- psxclock/psxclock.scn, psxkey03/init.c, psxsignal02/init.c,
- psxsignal03/init.c, psxstack01/init.c: Remove usleep() from tests.
- Add test specifically to test it since it is deprecated as of
- POSIX.1-2008.
- * psxusleep/.cvsignore, psxusleep/Makefile.am, psxusleep/init.c,
- psxusleep/psxusleep.doc, psxusleep/psxusleep.scn: New files.
-
-2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxcancel01/init.c: Initialize start time.
-
-2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxmsgq01/init.c, psxsem01/init.c: Add service to check status
- returned by POSIX methods which return a pointer which is -1 on
- error. This eliminated some casts.
-
-2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxenosys/Makefile.am: Add documentation file.
- * psxenosys/psxenosys.doc: New file.
-
-2009-01-02 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * psxsignal03/init.c:
- Print sigval.sival_ptr instead of "union sigval".
-
-2009-01-01 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * psxstat/test.c: Apply PRI* macros to print struct stat fields.
- * psxreaddir/test.c: Apply PRI* macros to print struct stat fields.
- * psxfile01/test.c: Remove obsure #ifdef's.
- Apply PRI* macros to print struct stat fields.
-
-2009-10-31 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * include/pmacros.h: Change TM_OCTOBER to 9, TM_NOVEMBER to 10,
- TM_DECEMBER to 11 (tm_mon months start with JAN = 0).
-
-2009-10-31 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * include/pmacros.h: November is the 11th month.
-
-2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * psxstat/test.c: Remove #ifdef's.
- * psxmount/test.c, psxreaddir/test.c: Remove __P (unused anachronism).
- * psxfatal02/testcase.h: Fall back to INT_MAX as posix stack size in
- if 12MB are too big for a target (16bit compliance).
- * psx04/init.c: Use INT_MAX instead of 0xffffffff in call to kill()
- for 16bit compliance.
- * psx14/init.c: Add local prototypes for
- rtems_object_api_minimum_class, rtems_object_api_maximum_class.
- Reflect the prototypes having been missing to printf's.
-
-2009-10-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * psxsysconf/init.c:
- Comment out sysconf(LONG_MAX) check (not useful).
- Change sysconf(0x12345678) check into sysconf(INT_MAX) for better
- 16bit compliance.
- * psx11/task.c: Use long for nsecs.
- * psx10/init.c: Pass 0x7FFF instead of 0xFFFFFF as invalid pshared
- attribute to pthread_condattr_setpshared for 16bit target compliance.
-
-2009-10-28 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * psxbarrier01/test.c: Include <tmacros.h>
-
-2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * psx01/init.c, psx01/task.c, psx02/init.c, psx03/init.c,
- psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
- psx08/init.c, psx09/init.c, psx10/task.c, psx10/task2.c,
- psx10/task3.c, psx11/init.c, psx12/init.c, psxalarm01/init.c,
- psxbarrier01/test.c, psxkey01/init.c, psxkey01/task.c,
- psxmsgq02/init.c, psxsignal01/init.c, psxualarm/init.c:
- Use PRIxpthread_t to print pthread_t's.
-
-2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * psxmsgq02/init.c:
- Remove cast in call to fatal_posix_service_status_errno.
- * psxenosys/init.c:
- Add missing args in calls to execl, execlp, execle.
- * psxhdrs/pthread36.c: Use HAVE_DECL_PTHREAD_ATTR_GETCPUTIME.
- * psxhdrs/pthread35.c: Use HAVE_DECL_PTHREAD_ATTR_SETCPUTIME.
- * psx07/init.c: Use HAVE_DECL_PTHREAD_ATTR_GETCPUTIME,
- HAVE_DECL_PTHREAD_ATTR_SETCPUTIME.
- * configure.ac:
- Add AC_CHECK_DECLS pthread_attr_getcputime, pthread_attr_setcputime.
-
-2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * psxtimer01/psxtimer.c: Use %ld to print *.tv_nsec.
- * psxsysconf/init.c: Use %ld to print *.tv_nsec.
- * psxclock/init.c: Use %ld to print *.tv_nsec.
- * psx06/init.c, psx06/system.h: Misc. warning fixes.
-
-2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * psxsignal03/init.c: Add missing argument to printf.
- * psxfile01/test.c: Use %zu instead of %d to print size_t's.
- * psxclock/init.c, psxtimer01/psxtimer.c:
- Use PRItime_t to print time_t's.
- * configure.ac: Add AC_CHECK_HEADERS sys/mman.h.
- Add AC_CHECK_DECLS pthread_atfork, adjtime, mprotect.
-
-2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * psxtime/test.c: Include <sys/time.h>.
- Conditionally add local prototype for adjtime()
- if sys/time.h doesn't supply it.
- * psx07/init.c: Include <sched.h>, <pthread.h>.
- * psx05/init.c: Include <sched.h>.
- * psx11/init.c, psx09/init.c: Include <sched.h>.
- * psx12/init.c: Include <sched.h>.
- * psxenosys/init.c: Include <pthread.h>.
- Conditionally add local prototype for pthread_atfork()
- if pthread.h doesn't supply it.
- * psxkey01/init.c: Include "test_support.h".
-
-2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Check for pthread_atfork in pthread.h.
- * psxrwlock01/test.c: Conditionally add local prototype for
- pthread_atfork() if pthread.h doesn't supply it.
- Include <pthread.h>.
-
-2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Check for sys/mman.h.
- Check for mprotect in sys/mman.h.
- * psxenosys/init.c: Conditionally add local prototype for
- mprotect() if sys/mman.h doesn't supply it.
-
-2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Check for pthread_rwlock_unlock in pthread.h.
- * psxrwlock01/test.c: Conditionally add local prototype for
- pthread_rwlock_unlock() if pthread.h doesn't supply it.
-
-2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * psx01/init.c, psxalarm01/init.c, psxbarrier01/test.c,
- psxclock/init.c, psxfatal01/testcase.h, psxfatal02/testcase.h,
- psxhdrs/signal12.c, psxkey01/init.c, psxkey03/init.c,
- psxmsgq01/init.c, psxmsgq02/init.c, psxmsgq03/init.c,
- psxreaddir/test.c, psxrwlock01/test.c, psxsignal01/init.c,
- psxsignal02/init.c, psxsignal03/init.c, psxspin01/test.c,
- psxspin02/test.c, psxstack01/init.c, psxstat/test.c,
- psxualarm/init.c: Remove unused vars.
- Add missing prototypes.
-
-2009-10-22 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am: Build file IO related tests even with POSIX threading is
- disabled.
-
-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>
-
- * psxtimer01/psxtimer.c: It is not necessarily an error for the time
- remaining to not equal the period.
-
-2009-10-11 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psx05/init.c, psx05/psx05.scn: Add test for bad mutex type.
-
-2009-10-11 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxcleanup/system.h: Fix typo.
- * Makefile.am, configure.ac: Add new test for exercising pushing
- and popping a clean up handler without actually executing it.
- * psxcleanup01/.cvsignore, psxcleanup01/Makefile.am,
- psxcleanup01/init.c, psxcleanup01/psxcleanup01.doc,
- psxcleanup01/psxcleanup01.scn: New files.
-
-2009-10-11 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac: Add new test to ensure that canceling an
- alarm works as defined.
- * psxalarm01/.cvsignore, psxalarm01/Makefile.am, psxalarm01/init.c,
- psxalarm01/psxalarm01.doc, psxalarm01/psxalarm01.scn: New files.
-
-2009-10-11 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * psxtimer01/psxtimer.c: Actually pass the pointer we initialized.
-
-2009-10-11 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxtimer01/psxtimer.c: Make sure we have null and not-null as return
- parameter to timer_settime().
-
-2009-10-10 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxtimer01/psxtimer.c: Modify so it passes in a NULL to
- timer_settime() for previous value. We are not using the
- value in this particular case and this path must be exercised.
- * psxtimer01/psxtimer01.scn: Update so it matches output on sis.
-
-2009-09-28 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * psxcancel/init.c, psxcancel/psxcancel.scn, psxcancel01/init.c,
- psxcancel01/psxcancel01.scn: Add missing pthread cancellation test
- cases.
-
-2009-09-28 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac: Add new test for calling pthread_cancel()
- from an ISR.
- * psxcancel01/.cvsignore, psxcancel01/Makefile.am, psxcancel01/init.c,
- psxcancel01/psxcancel01.doc, psxcancel01/psxcancel01.scn: New files.
-
-2009-09-26 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxfatal_support/init.c, psxfatal_support/system.h: Eliminate use of
- deprecated rtems_extension.
-
-2009-09-21 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxclock/init.c, psxclock/psxclock.scn: Add test case for negative
- nanoseconds.
-
-2009-09-20 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add test for
- getpagesize().
-
-2009-09-13 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxclock/init.c, psxclock/psxclock.scn, psxenosys/init.c,
- psxenosys/psxenosys.scn, psxsignal03/Makefile.am, psxsignal03/init.c,
- psxsignal04/Makefile.am: Move test cases which needed to be executed
- when POSIX is disabled to psxclock so they will be.
-
-2009-09-13 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac, psx01/init.c, psx01/psx01.scn: Add new
- test to exercise clock and delay services enabled when POSIX threads
- are disabled. This is split from psx01. POSIX test suite now enabled
- when POSIX threads are disabled so only enable tests which are
- appropriate.
- * psxclock/.cvsignore, psxclock/Makefile.am, psxclock/init.c,
- psxclock/psxclock.doc, psxclock/psxclock.scn: New files.
-
-2009-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * psx09/init.c, psx09/psx09.scn: Correct test following decision of
- when not to change ssporadic scheduler so it does not touch a task's
- priority when it is holding a mutex or its priority would be impacted
- adversely.
-
-2009-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * psxtime/main.c, psxtime/psxtime.scn, psxtime/test.c: Add test case
- for adjusting time (adjtime()) where the time is adjusted by enough
- microseconds that it crosses a second boundary.
-
-2009-08-19 Santosh G Vattam <vattam.santosh@gmail.com>
-
- * psx07/init.c, psx07/psx07.scn, psx07/system.h, psx07/task.c: Update
- test to catch more sporadic server cases.
-
-2009-08-18 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * psx01/init.c, psx01/psx01.scn: Add test case for nanosleep with NULL
- remaining pointer.
-
-2009-08-17
-
- * psx05/init.c, psx05/psx05.scn: Add test case for initializing
- a recursize mutex.
-
-2009-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxfile01/test.c, psxstat/test.c, psxtime/test.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>
-
- * psxsignal01/init.c: Convert calls to legacy routine rtems_clock_get(
- RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
-
-2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxstat/test.c, psxtime/test.c: Convert calls to legacy routine
- rtems_clock_get( RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
-
-2009-08-06 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac: Add test case for user providing their own
- stack to a POSIX thread.
- * psxstack01/.cvsignore, psxstack01/Makefile.am, psxstack01/init.c,
- psxstack01/psxstack01.doc, psxstack01/psxstack01.scn: New files.
-
-2009-08-06 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * psxmsgq04/init.c, psxmsgq04/psxmsgq04.scn: Tinker with test to ensure
- that it hits both failing to allocate memory for the message queue
- name and message buffers.
-
-2009-08-06 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * psxintrcritical01/init.c: Lower microseconds per tick so tests run
- quicker and more reliably hit the intended critical section.
-
-2009-08-05 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac: Add a test to exercise an odd case in
- _POSIX_signals_Clear_signals.
- * psxsignal05/.cvsignore, psxsignal05/Makefile.am, psxsignal05/init.c,
- psxsignal05/psxsignal05.doc, psxsignal05/psxsignal05.scn: New files.
-
-2009-08-05 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxmsgq04/init.c: Correct typo in configuration so test does as
- intended.
-
-2009-08-05 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn:
- Update to handle ENFILE case now that POSIX message queues and
- message queue file descriptors are configured separately and this
- error is possible.
-
-2009-08-05 Santosh G Vattam <vattam.santosh@gmail.com>
-
- * Makefile.am, psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc,
- psxmsgq04/psxmsgq04.scn: Exercise running out of memory while
- allocating the message buffers for a POSIX message queue.
-
-2009-08-02 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxsignal03/init.c, psxsignal03/psxsignal03.scn,
- psxsignal04/psxsignal04.scn: Correct test numbers in macros so output
- is right. Update both screens.
-
-2009-08-02 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac, psxsignal03/Makefile.am,
- psxsignal03/init.c, psxsignal03/psxsignal03.doc: Add new test
- variation which focused on real-time signals rather than user
- signals.
- * psxsignal04/.cvsignore, psxsignal04/Makefile.am,
- psxsignal04/psxsignal04.doc, psxsignal04/psxsignal04.scn: New files.
-
-2009-08-01 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psx07/init.c, psx07/psx07.scn, psx07/task.c: Add test for budget and
- replenish period of zero.
-
-2009-07-30 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac: Add new test to account for properly
- handling keys when a thread has non-NULL key value and key has NULL
- destructor and when a thread has NULL key value and key has
- destructor.
- * psxkey03/.cvsignore, psxkey03/Makefile.am, psxkey03/init.c,
- psxkey03/psxkey03.doc, psxkey03/psxkey03.scn: New files.
-
-2009-07-30 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac: Add new test for exercising running out of
- memory while allocating the key pointers.
- * psxkey02/.cvsignore, psxkey02/Makefile.am, psxkey02/init.c,
- psxkey02/psxkey02.doc, psxkey02/psxkey02.scn: New files.
-
-2009-07-29 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxmsgq04/init.c: Add call to mq_unlink.
-
-2009-07-29 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: Add shell of new test.
- * psxmsgq04/.cvsignore, psxmsgq04/Makefile.am, psxmsgq04/init.c,
- psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn: New files.
-
-2009-07-29 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac: Add test to address cases where a thread
- is waiting on a signal (sigwait) and we send it. Also address case
- where there are too many queued signals.
- * psxsignal03/.cvsignore, psxsignal03/Makefile.am, psxsignal03/init.c,
- psxsignal03/psxsignal03.doc, psxsignal03/psxsignal03.scn: New files.
-
-2009-07-29 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * psxsignal02/init.c: Fix spacing.
-
-2009-07-28 Santosh G Vattam <vattam.santosh@gmail.com>
-
- * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Add tests for various
- mq_timedreceive and mq_timedsend conditions. In particular test
- timeout in the past.
-
-2009-07-28 Santosh G Vattam <vattam.santosh@gmail.com>
-
- * psx05/init.c, psx05/psx05.scn: Add test for pthread_mutex_timedlock
- with timeout in the past.
-
-2009-07-24 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * psxsignal02/psxsignal02.scn: Fill in screen file.
-
-2009-07-24 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac: Add new test to exercise algorithm to
- dispatch process wide signals to individual threads.
- * psxsignal02/.cvsignore, psxsignal02/Makefile.am, psxsignal02/init.c,
- psxsignal02/psxsignal02.doc, psxsignal02/psxsignal02.scn: New files.
-
-2009-07-23 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac: Add test to exercise interrupt
- synchronization logic in _POSIX_Timer_Insert_helper that supports
- POSIX timers.
- * psxintrcritical01/.cvsignore, psxintrcritical01/Makefile.am,
- psxintrcritical01/init.c, psxintrcritical01/psxintrcritical01.doc,
- psxintrcritical01/psxintrcritical01.scn: New files.
-
-2009-07-23 Santosh G Vattam <vattam.santosh@gmail.com>
-
- * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn: Add
- multiple cases which complete coverage of thread cancellation.
- * psxcancel/psxcancel.doc: New file.
-
-2009-07-22 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxsem01/Makefile.am, psxsem01/init.c: Much clean up.
- * psxsem01/system.h: Removed.
-
-2009-07-22 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxsem01/init.c: Eliminate warning.
-
-2009-07-22 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxcancel/init.c: Clean up.
-
-2009-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxmutexattr01/init.c: Make test optional if tools do not support
- posix mutex type attribute.
-
-2009-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: Add new test to exercise error case for
- when a task is blocked on a condition variable with one mutex and
- another task attempts to block on the same condition variable with
- another mutex.
- * psxcond01/.cvsignore, psxcond01/Makefile.am, psxcond01/init.c,
- psxcond01/psxcond01.doc, psxcond01/psxcond01.scn: New files.
-
-2009-07-19 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: Add psxspin02 to exercise case where
- trylock is unable to obtain the spinlock and that attempting to
- unlock a spinlock from a thread which did not lock it works as
- expected.
- * psxspin02/.cvsignore, psxspin02/Makefile.am, psxspin02/main.c,
- psxspin02/psxspin02.doc, psxspin02/psxspin02.scn, psxspin02/test.c:
- New files.
-
-2009-07-19 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxspin01/test.c: Remove unnecessary defines.
-
-2009-07-19 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psx11/init.c: Use explicit scheduler.
-
-2009-07-17 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac: Add test to exercise
- pthread_mutexattr_gettype and pthread_mutexattr_settype now that the
- toolset enables the feature.
- * psxmutexattr01/.cvsignore, psxmutexattr01/Makefile.am,
- psxmutexattr01/init.c, psxmutexattr01/psxmutexattr01.doc,
- psxmutexattr01/psxmutexattr01.scn: New files.
-
-2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: Add test for auto initialization of
- message queues.
- * psxautoinit02/.cvsignore, psxautoinit02/Makefile.am,
- psxautoinit02/init.c, psxautoinit02/psxautoinit02.doc,
- psxautoinit02/psxautoinit02.scn: New files.
-
-2009-07-07 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac: Add test of pthread mutex auto
- intialization.
- * psxautoinit01/.cvsignore, psxautoinit01/Makefile.am,
- psxautoinit01/init.c, psxautoinit01/psxautoinit01.scn: New files.
-
-2009-07-06 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * psx05/init.c, psx05/psx05.scn: Add a couple of invalid Id cases.
-
-2009-07-06 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * psxsignal01/init.c: Tune code to really hit POSIX signal from ISR
- code.
-
-2009-07-06 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * psx07/init.c: Slight test fix to ensure state of sched_param
- structure.
-
-2009-07-04 Santosh G Vattam <vattam.santosh@gmail.com>
-
- * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
- obtaining an rwlock and then releasing it twice.
-
-2009-07-03 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * psxenosys/init.c, psxenosys/psxenosys.scn: Add test of vfork stub.
-
-2009-07-03 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * psx04/init.c, psx04/psx04.scn: Test error cases in sigwait() and
- sigtimedwait(). Update screen file.
-
-2009-07-01 Santosh G Vattam <vattam.santosh@gmail.com>
-
- * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
- obtaining rwlock for write with a timed lock operation when the
- abstime timeout is in the past.
-
-2009-06-30 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
- obtaining rwlock for read with a timed lock operation when the
- abstime timeout is in the past.
-
-2009-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psx05/init.c, psx05/psx05.scn: Add test case for process scope now
- that the assert has been removed in the source.
-
-2009-06-18 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * psxstat/psxstat.scn, psxstat/test.c: Disable test for error on wrong
- mode bits being set. This behavior was not POSIX compliant and has
- been corrected in the filesystem code.
-
-2009-06-18 Chris Johns <chrisj@rtems.org>
-
- * psx04/task3.c: Declare unions volatile to workaround the H8300
- gcc bug.
-
-2009-06-10 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: Add mq_send to full queue from ISR case.
- * psxmsgq03/.cvsignore, psxmsgq03/Makefile.am, psxmsgq03/init.c,
- psxmsgq03/psxmsgq03.doc, psxmsgq03/psxmsgq03.scn, psxmsgq03/system.h: New files.
-
-2009-05-17 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
- NULL attribute pointer on init.
-
-2009-05-17 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * psxsem01/Makefile.am, psxsem01/init.c, psxsem01/psxsem01.scn,
- psxtimer01/psxtimer.c, psxtimer01/system.h, psxtimer02/psxtimer.c:
- Improved so coverage is better.
-
-2009-05-17 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psx04/init.c: Correct errors introduced by using different variable
- for return type when correcting typing warnings.
-
-2009-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac: Add new test to provide coverage analysis
- of the current implementation of getitimer() and setitimer().
- * psxitimer/.cvsignore, psxitimer/Makefile.am, psxitimer/init.c,
- psxitimer/psxitimer.scn: New files.
-
-2009-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add missing error test
- case to improve coverage analysis.
-
-2009-05-10 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psx01/init.c, psx01/task.c, psx02/init.c, psx02/task.c, psx03/init.c,
- psx04/init.c, psx04/task1.c, psx04/task3.c, psx05/init.c,
- psx06/init.c, psx07/init.c, psx08/init.c, psx09/init.c, psx11/task.c,
- psx12/init.c, psx13/main.c, psx13/test.c, psxbarrier01/test.c,
- psxcancel/init.c, psxcleanup/psxcleanup.c, psxenosys/init.c,
- psxmsgq02/init.c, psxtime/main.c, psxtime/test.c,
- psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Fix warnings.
-
-2009-05-10 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxhdrs/clock01.c, psxhdrs/clock02.c, psxhdrs/clock03.c,
- psxhdrs/clock04.c, psxhdrs/clock05.c, psxhdrs/clock06.c,
- psxhdrs/cond01.c, psxhdrs/cond02.c, psxhdrs/cond03.c,
- psxhdrs/cond04.c, psxhdrs/cond05.c, psxhdrs/cond06.c,
- psxhdrs/cond07.c, psxhdrs/cond08.c, psxhdrs/cond09.c,
- psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c, psxhdrs/key03.c,
- psxhdrs/key04.c, psxhdrs/mutex01.c, psxhdrs/mutex02.c,
- psxhdrs/mutex03.c, psxhdrs/mutex04.c, psxhdrs/mutex05.c,
- psxhdrs/mutex06.c, psxhdrs/mutex07.c, psxhdrs/mutex08.c,
- psxhdrs/mutex09.c, psxhdrs/mutex10.c, psxhdrs/mutex11.c,
- psxhdrs/mutex12.c, psxhdrs/mutex13.c, psxhdrs/mutex14.c,
- psxhdrs/mutex15.c, psxhdrs/mutex16.c, psxhdrs/proc01.c,
- psxhdrs/proc02.c, psxhdrs/proc03.c, psxhdrs/proc04.c,
- psxhdrs/proc05.c, psxhdrs/proc06.c, psxhdrs/proc07.c,
- psxhdrs/proc08.c, psxhdrs/proc09.c, psxhdrs/proc10.c,
- psxhdrs/proc11.c, psxhdrs/proc12.c, psxhdrs/proc13.c,
- psxhdrs/proc14.c, psxhdrs/pthread01.c, psxhdrs/pthread02.c,
- psxhdrs/pthread03.c, psxhdrs/pthread04.c, psxhdrs/pthread05.c,
- psxhdrs/pthread06.c, psxhdrs/pthread07.c, psxhdrs/pthread08.c,
- psxhdrs/pthread09.c, psxhdrs/pthread10.c, psxhdrs/pthread11.c,
- psxhdrs/pthread12.c, psxhdrs/pthread13.c, psxhdrs/pthread14.c,
- psxhdrs/pthread15.c, psxhdrs/pthread16.c, psxhdrs/pthread17.c,
- psxhdrs/pthread18.c, psxhdrs/pthread19.c, psxhdrs/pthread20.c,
- psxhdrs/pthread21.c, psxhdrs/pthread22.c, psxhdrs/pthread23.c,
- psxhdrs/pthread24.c, psxhdrs/pthread25.c, psxhdrs/pthread26.c,
- psxhdrs/pthread27.c, psxhdrs/pthread28.c, psxhdrs/pthread29.c,
- psxhdrs/pthread30.c, psxhdrs/pthread31.c, psxhdrs/pthread32.c,
- psxhdrs/pthread33.c, psxhdrs/pthread34.c, psxhdrs/pthread35.c,
- psxhdrs/pthread36.c, psxhdrs/sched01.c, psxhdrs/sched02.c,
- psxhdrs/sched03.c, psxhdrs/sched04.c, psxhdrs/sched05.c,
- psxhdrs/sched06.c, psxhdrs/sched07.c, psxhdrs/sched08.c,
- psxhdrs/signal01.c, psxhdrs/signal02.c, psxhdrs/signal03.c,
- psxhdrs/signal04.c, psxhdrs/signal05.c, psxhdrs/signal06.c,
- psxhdrs/signal07.c, psxhdrs/signal08.c, psxhdrs/signal09.c,
- psxhdrs/signal10.c, psxhdrs/signal11.c, psxhdrs/signal12.c,
- psxhdrs/signal13.c, psxhdrs/signal14.c, psxhdrs/signal15.c,
- psxhdrs/signal16.c, psxhdrs/signal17.c, psxhdrs/signal18.c,
- psxhdrs/signal19.c, psxhdrs/signal20.c, psxhdrs/signal21.c,
- psxhdrs/signal22.c, psxhdrs/signal23.c, psxhdrs/sync01.c,
- psxhdrs/sync02.c, psxhdrs/sync03.c, psxhdrs/time01.c,
- psxhdrs/time02.c, psxhdrs/time03.c, psxhdrs/time04.c,
- psxhdrs/time05.c, psxhdrs/time06.c, psxhdrs/time07.c,
- psxhdrs/time08.c, psxhdrs/time09.c, psxhdrs/time10.c,
- psxhdrs/time11.c, psxhdrs/time12.c, psxhdrs/time13.c,
- psxhdrs/timer01.c, psxhdrs/timer02.c, psxhdrs/timer03.c,
- psxhdrs/timer04.c, psxhdrs/timer05.c, psxhdrs/timer06.c,
- psxhdrs/timer07.c: Fix warnings.
-
-2009-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxfile01/test.c: Change from int to size_t.
-
-2009-04-03 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
- psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
- psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
- psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
- psx13/Makefile.am, psx14/Makefile.am, psxbarrier01/Makefile.am,
- psxcancel/Makefile.am, psxchroot01/Makefile.am,
- psxcleanup/Makefile.am, psxenosys/Makefile.am,
- psxfatal01/Makefile.am, psxfatal02/Makefile.am,
- psxfile01/Makefile.am, psxkey01/Makefile.am,
- psxmount/Makefile.am, psxmsgq01/Makefile.am,
- psxmsgq02/Makefile.am, psxrdwrv/Makefile.am,
- psxreaddir/Makefile.am, psxrwlock01/Makefile.am,
- psxsem01/Makefile.am, psxsignal01/Makefile.am,
- psxspin01/Makefile.am, psxstat/Makefile.am, psxsysconf/Makefile.am,
- psxtime/Makefile.am, psxtimer01/Makefile.am, psxtimer02/Makefile.am,
- psxualarm/Makefile.am: Eliminate _exe_/.exe.
-
-2009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn: Open the message queue
- with create option so we are sure it will get a control block and
- proceed to allocate other memory. Clean up screen output.
-
-2008-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psx05/init.c: Add parameter to call to sched_get_priority_max().
-
-2008-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psx05/init.c, psx07/init.c, psx09/init.c, psx11/init.c, psx12/init.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>
-
- * psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Obtain TOD with
- clock_gettime() NOT by reaching into the SuperCore.
-
-2008-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psx01/psx01.scn: Bump version to 4.9.99.0
-
-2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * psxcleanup/psxcleanup.c, psxfatal_support/init.c,
- psxfatal_support/system.h: Convert to "bool".
-
-2008-08-19 Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
-
- PR 1296/cpukit.
- * psxtimer01/psxtimer.c, psxtimer01/psxtimer01.scn: POSIX timers use
- incorrect repeat interval. This patch fixes the following problems in
- the test.
- (1) Adds test for value of it_interval.tv_nsec.
- (2) Corrects test for absolute timer in past.
- (3) Modifies test to use different initial and repeat periods.
- (4) Updates psxtimer01.scn to match results.
-
-2008-08-15 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- PR 1297/cpukit
- * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Fix NULL attribute
- pointer handling.
-
-2008-08-04 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxsem01/init.c: Spacing.
-
-2008-08-04 Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
-
- PR 1293/tests
- * psx10/init.c: Make sure we do not let tv_nsec go to -1.
-
-2008-07-18 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- PR 1291/cpukit
- * psx05/init.c, psxmsgq01/init.c: As part of addressing timeouts and
- POSIX services taking relative instead of absolute time for timeouts,
- these tests were updated.
-
-2008-07-17 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxfile01/test.c: truncate on /dev/console now works.
-
-2008-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxrwlock01/main.c, psxspin01/main.c: Now accounts for extra stack
- requested for initialization task.
-
-2008-05-15 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxstat/psxstat.scn, psxstat/test.c: Eliminate patterns that look
- like CVS conflict markers.
-
-2008-04-17 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxchroot01/main.c, psxmount/main.c, psxreaddir/main.c: Use
- CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
-
-2008-02-22 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxmsgq02/init.c, psxsignal01/init.c: Corrent end of test messages.
-
-2008-02-06 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxkey01/task.c: Fix warnings.
-
-2008-02-05 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxkey01/.cvsignore, psxmsgq02/.cvsignore: New files.
-
-2008-02-04 Jennifer Averett <jennifer.averett@OARcorp.com>
-
- * Makefile.am, configure.ac, psxmsgq01/Makefile.am, psxmsgq01/init.c:
- Added tests for failure path coverages. Consolidated methods used in
- multiple places into support routines.
- * psxkey01/Makefile.am, psxkey01/init.c, psxkey01/psxkey01.scn,
- psxkey01/system.h, psxkey01/task.c, psxmsgq02/Makefile.am,
- psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn, psxmsgq02/system.h: New files.
-
-2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * include/pmacros.h, psx01/init.c, psx01/system.h, psx13/main.c,
- psxbarrier01/main.c, psxchroot01/main.c, psxfatal_support/init.c,
- psxfile01/main.c, psxfile01/test.c, psxmount/main.c, psxrdwrv/main.c,
- psxreaddir/main.c, psxrwlock01/main.c, psxspin01/main.c,
- psxstat/main.c, psxtime/main.c: 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>
-
- * Makefile.am, configure.ac: New tests.
- * psxfatal01/.cvsignore, psxfatal01/Makefile.am,
- psxfatal01/psxfatal01.scn, psxfatal01/testcase.h,
- psxfatal02/.cvsignore, psxfatal02/Makefile.am,
- psxfatal02/psxfatal02.scn, psxfatal02/testcase.h,
- psxfatal_support/init.c, psxfatal_support/system.h: New files.
-
-2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac: Add psx14 to exercise POSIX API specific
- portions of Object Services added to API.
- * psx14/.cvsignore, psx14/Makefile.am, psx14/init.c, psx14/psx14.scn,
- psx14/system.h: New files.
-
-2008-01-29 Jennifer Averett <jennifer.averett@OARcorp.com>
-
- * psx07/init.c, psx07/system.h: Test cleanup and added testing for
- pthread_attr_[get|set]clock.
-
-2008-01-23 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxenosys/init.c, psxenosys/psxenosys.scn: Add test for stub
- implementation mprotect().
-
-2008-01-22 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxcleanup/.cvsignore: New file.
-
-2008-01-18 Jennifer Averett <jennifer.averett@OARcorp.com>
-
- * psxcleanup/system.h: New file.
-
-2008-01-18 Jennifer Averett <jennifer.averett@OARcorp.com>
-
- * Makefile.am, configure.ac:
- * psxcleanup/Makefile.am, psxcleanup/psxcleanup.c,
- psxcleanup/psxcleanup.scn: New files.
-
-2008-01-18 Jennifer Averett <jennifer.averett@OARcorp.com>
-
- * psx01/init.c, psxmsgq01/init.c, psxtimer01/psxtimer.c,
- psxtimer01/psxtimer01.scn, psxtimer02/psxtimer.c:
-
-2007-12-20 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxsignal01/.cvsignore, psxualarm/.cvsignore: New files.
-
-2007-12-20 Jennifer Averett <jennifer.averett@OARcorp.com>
-
- * Makefile.am, configure.ac: Added test for ualarm
- * psxualarm/Makefile.am, psxualarm/init.c, psxualarm/psxualarm.scn,
- psxualarm/system.h: New files.
-
-2007-12-19 Jennifer Averett <jennifer.averett@OARcorp.com>
-
- * Makefile.am, configure.ac: Added posix signal test
- * psxsignal01/Makefile.am, psxsignal01/init.c,
- psxsignal01/psxsignal01.scn, psxsignal01/system.h,
- psxsignal01/task1.c: New files.
-
-2007-12-17 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac: Add test for sysconf().
- * psxsysconf/.cvsignore, psxsysconf/Makefile.am, psxsysconf/init.c,
- psxsysconf/psxsysconf.scn, psxsysconf/system.h: New files.
-
-2007-12-17 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * psx01/init.c, psx01/psx01.scn: Add more test cases for
- sched_rr_get_interval() and sched_get_priority_max().
-
-2007-12-17 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * psxenosys/init.c: Fix typo.
-
-2007-12-17 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac: Rename psxtimer to psxtimer01 to indicate
- addition of second POSIX Timer test. Add initial version of
- psxtimer02 to cover some conditions missed in psxtimer01. More cases
- left to add.
- * psxtimer01/.cvsignore, psxtimer01/Makefile.am, psxtimer01/psxtimer.c,
- psxtimer01/psxtimer01.scn, psxtimer01/system.h,
- psxtimer02/.cvsignore, psxtimer02/Makefile.am, psxtimer02/psxtimer.c,
- psxtimer02/psxtimer02.scn, psxtimer02/system.h: New files.
- * psxtimer/.cvsignore, psxtimer/Makefile.am, psxtimer/psxtimer.c,
- psxtimer/psxtimer.scn, psxtimer/system.h: Removed.
-
-2007-12-13 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * psx01/init.c, psx01/psx01.scn: Add usleep() test.
-
-2007-12-13 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac: New test to cover all RTEMS POSIX
- functions that return ENOSYS.
- * psxenosys/.cvsignore, psxenosys/Makefile.am, psxenosys/init.c,
- psxenosys/psxenosys.scn, psxenosys/system.h: New files.
-
-2007-12-13 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * psx13/test.c: Fix spelling error.
-
-2007-12-13 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * psxtime/test.c: Add tests for adjtime().
-
-2007-11-27 Glenn Humphrey <glenn.humphrey@OARcorp.com>
-
- * psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c,
- psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Added several test
- cases to improve test coverage.
-
-2007-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- PR 1262/filesystem
- * Makefile.am, configure.ac, include/pmacros.h: Add support for readv()
- and writev() including documentation and test case.
- * psxrdwrv/.cvsignore, psxrdwrv/Makefile.am, psxrdwrv/main.c,
- psxrdwrv/psxrdwrv.scn, psxrdwrv/test.c: New files.
-
-2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * psxsem01/init.c, psxsem01/psxsem01.scn, psxtimer/psxtimer.c,
- psxtimer/psxtimer.scn: 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-04-05 Joel Sherrill <joel@OARcorp.com>
-
- * psx01/init.c, psx01/psx01.scn: Adjust test to account for nanosleep()
- behavior more closely matching GNU/Linux.
-
-2006-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxrwlock01/main.c, psxrwlock01/test.c: Improve rwlock test to
- include normal blocking and unblocking on timeout.
-
-2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: New BUG-REPORT address.
-
-2006-11-17 Joel Sherrill <joel@OARcorp.com>
-
- * psxsem01/init.c: Account for change in POSIX semaphore time handling.
- Previously the timeout was not absolute time and checked BEFORE
- attempting to lock semaphore.
-
-2006-11-15 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxbarrier01/main.c: New file.
-
-2006-11-15 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * psxrwlock01/.cvsignore, psxrwlock01/Makefile.am, psxrwlock01/main.c,
- psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c,
- psxspin01/.cvsignore, psxspin01/Makefile.am, psxspin01/main.c,
- psxspin01/psxspin01.scn, psxspin01/test.c: New files.
-
-2006-11-15 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: Adding POSIX barriers, POSIX spinlocks,
- and partial implementation of POSIX rwlocks.
- * psxbarrier01/.cvsignore, psxbarrier01/Makefile.am,
- psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c: New files.
-
-2006-10-30 Joel Sherrill <joel@OARcorp.com>
-
- PR 841/rtems
- * psxsem01/init.c: Make sem_timedwait more conformant to Open Group
- specification.
-
-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>
-
- * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
- psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
- psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
- psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
- psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
- psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
- psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
- psxtime/Makefile.am, psxtimer/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>
-
- * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
- psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
- psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
- psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
- psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
- psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
- psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
- psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
- Convert to using *_PROGRAMS.
-
-2005-11-11 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * psx01/Makefile.am, psx02/Makefile.am,
- psx03/Makefile.am, psx04/Makefile.am,
- psx05/Makefile.am, psx06/Makefile.am,
- psx07/Makefile.am, psx08/Makefile.am,
- psx09/Makefile.am, psx10/Makefile.am,
- psx11/Makefile.am, psx12/Makefile.am,
- psx13/Makefile.am, psxcancel/Makefile.am,
- psxchroot01/Makefile.am, psxfile01/Makefile.am,
- psxmount/Makefile.am, psxmsgq01/Makefile.am,
- psxreaddir/Makefile.am, psxsem01/Makefile.am,
- psxstat/Makefile.am, psxtime/Makefile.am,
- psxtimer/Makefile.am: Rework.
-
-2005-11-11 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
- psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
- psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
- psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
- psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
- psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
- psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
- psxtime/Makefile.am, psxtimer/Makefile.am: Expand psxtests.am.
- * psxtests.am: Remove.
-
-2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
- psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
- psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
- psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
- psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
- psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
- psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
- psxtime/Makefile.am, psxtimer/Makefile.am:
- AM_CPPFLAGS += -I..../support/include.
-
-2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * psxtests.am: Set project_bspdir=$(PROJECT_ROOT)
-
-2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
- psxfile01/Makefile.am, psxmount/Makefile.am, psxreaddir/Makefile.am,
- psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
- psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
- psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
- psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
- psxmsgq01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am,
- psxstat/Makefile.am: Add ../include/pmacros.h
- * Makefile.am: Remove noinst_HEADERS. Remove POSIX_FILES_DIRS,
- POSIX_FILES_DIRS.
- * psxtests.am: Remove LIB_VARIANT.
-
-2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
- psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
- psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
- psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
- psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
- psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
- psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
- psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/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>
-
- * psxtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
- * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
- psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
- psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
- psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
- psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
- psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
- psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
- psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
- Partial conversion to automake.
-
-2005-09-01 Joel Sherrill <joel@OARcorp.com>
-
- PR 628/rtems
- * psx04/init.c, psx04/psx04.scn: Update tests to reflect a signal of 0
- being an error.
-
-2005-04-26 Joel Sherrill <joel@OARcorp.com>
-
- * psxreaddir/test.c: Eliminate warnings.
-
-2004-09-24 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * configure.ac: Require automake > 1.9.
-
-2004-04-01 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
-
-2004-04-01 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
- * psxmount/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
- * psxreaddir/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
- * psxstat/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
-
-2004-03-30 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * psx06/init.c, psx06/system.h, psx06/task.c, psx06/task2.c: Convert
- to using c99 fixed size types.
-
-2004-03-26 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Remove include from SUBDIRS.
-
-2004-03-26 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * include/Makefile.am: Remove.
- * Makefile.am: Merge-in include/Makefile.am.
- * configure.ac: Reflect changes above.
-
-2004-03-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac: Add 2nd arg to RTEMS_TOP.
-
-2004-03-05 Joel Sherrill <joel@OARcorp.com>
-
- * psxfile01/test.c, psxmsgq01/init.c, psxstat/test.c,
- psxtimer/psxtimer.c: Eliminate warnings and typos.
-
-2004-02-26 Sébastien Barré <sbarre@sdelcc.com>
-
- PR 582/core
- * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message
- queue test so more of it runs now.
-
-2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * psx01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
- Add PRE/TMPINSTALL_FILES to CLEANFILES.
- * psx02/Makefile.am: Ditto.
- * psx03/Makefile.am: Ditto.
- * psx04/Makefile.am: Ditto.
- * psx05/Makefile.am: Ditto.
- * psx06/Makefile.am: Ditto.
- * psx07/Makefile.am: Ditto.
- * psx08/Makefile.am: Ditto.
- * psx09/Makefile.am: Ditto.
- * psx10/Makefile.am: Ditto.
- * psx11/Makefile.am: Ditto.
- * psx12/Makefile.am: Ditto.
- * psx13/Makefile.am: Ditto.
- * psxcancel/Makefile.am: Ditto.
- * psxchroot01/Makefile.am: Ditto.
- * psxfile01/Makefile.am: Ditto.
- * psxmount/Makefile.am: Ditto.
- * psxmsgq01/Makefile.am: Ditto.
- * psxreaddir/Makefile.am: Ditto.
- * psxsem01/Makefile.am: Ditto.
- * psxstat/Makefile.am: Ditto.
- * psxtime/Makefile.am: Ditto.
- * psxtimer/Makefile.am: Ditto.
-
-2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * psxtests.am: Add dirstamp support.
-
-2003-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * psxtests.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-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * psxcancel/Makefile.am: Remove used H_FILES.
-
-2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * include/Makefile.am: Reformat.
- * psx01/Makefile.am: Remove all-local: $(ARCH).
- * psx02/Makefile.am: Remove all-local: $(ARCH).
- * psx03/Makefile.am: Remove all-local: $(ARCH).
- * psx04/Makefile.am: Remove all-local: $(ARCH).
- * psx05/Makefile.am: Remove all-local: $(ARCH).
- * psx06/Makefile.am: Remove all-local: $(ARCH).
- * psx07/Makefile.am: Remove all-local: $(ARCH).
- * psx08/Makefile.am: Remove all-local: $(ARCH).
- * psx09/Makefile.am: Remove all-local: $(ARCH).
- * psx10/Makefile.am: Remove all-local: $(ARCH).
- * psx11/Makefile.am: Remove all-local: $(ARCH).
- * psx12/Makefile.am: Remove all-local: $(ARCH).
- * psx13/Makefile.am: Remove all-local: $(ARCH).
- * psxcancel/Makefile.am: Remove all-local: $(ARCH).
- * psxchroot01/Makefile.am: Remove all-local: $(ARCH).
- * psxfile01/Makefile.am: Remove all-local: $(ARCH).
- * psxhdrs/Makefile.am: Remove all-local: $(ARCH).
- * psxmount/Makefile.am: Remove all-local: $(ARCH).
- * psxmsgq01/Makefile.am: Remove all-local: $(ARCH).
- * psxreaddir/Makefile.am: Remove all-local: $(ARCH).
- * psxsem01/Makefile.am: Remove all-local: $(ARCH).
- * psxstat/Makefile.am: Remove all-local: $(ARCH).
- * psxtime/Makefile.am: Remove all-local: $(ARCH).
- * psxtimer/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-15 Jennifer Averett <jennifer@OARcorp.com>
-
- * psxhdrs/sync01.c, psxhdrs/sync02.c: Correct fd creation
-
-2003-09-04 Joel Sherrill <joel@OARcorp.com>
-
- * psx01/init.c, psx01/system.h, psx01/task.c, psx02/init.c,
- psx02/system.h, psx02/task.c, psx03/init.c, psx03/system.h,
- psx03/task.c, psx04/init.c, psx04/system.h, psx04/task1.c,
- psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/system.h,
- psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
- psx06/system.h, psx06/task.c, psx06/task2.c, psx07/init.c,
- psx07/system.h, psx07/task.c, psx08/init.c, psx08/system.h,
- psx08/task1.c, psx08/task2.c, psx08/task3.c, psx09/init.c,
- psx09/system.h, psx10/init.c, psx10/system.h, psx10/task.c,
- psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/system.h,
- psx11/task.c, psx12/init.c, psx12/system.h, psx12/task.c,
- psx13/main.c, psx13/test.c, psxcancel/init.c, psxfile01/main.c,
- psxfile01/test.c, psxhdrs/clock01.c, psxhdrs/clock02.c,
- psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c,
- psxhdrs/clock06.c, psxhdrs/cond01.c, psxhdrs/cond02.c,
- psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c,
- psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c,
- psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c,
- psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c,
- psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c,
- psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c,
- psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c,
- psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c,
- psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c,
- psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c,
- psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c,
- psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c,
- psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c,
- psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/pthread01.c,
- psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c,
- psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c,
- psxhdrs/pthread08.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c,
- psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c,
- psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c,
- psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c,
- psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c,
- psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c,
- psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c,
- psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread31.c,
- psxhdrs/pthread32.c, psxhdrs/pthread33.c, psxhdrs/pthread34.c,
- psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/sched01.c,
- psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c,
- psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c,
- psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c,
- psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c,
- psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c,
- psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c,
- psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c,
- psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c,
- psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c,
- psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c,
- psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
- psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c,
- psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c,
- psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c,
- psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c,
- psxhdrs/time13.c, psxhdrs/timer01.c, psxhdrs/timer02.c,
- psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c,
- psxhdrs/timer06.c, psxhdrs/timer07.c, psxmsgq01/init.c,
- psxmsgq01/system.h, psxsem01/system.h, psxstat/main.c,
- psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c,
- psxtimer/system.h: URL for license changed.
-
-2003-09-04 Joel Sherrill <joel@OARcorp.com>
-
- PR 462/tests
- * psxhdrs/Makefile.am: Added ualarm.c
- * psxhdrs/signal23.c: New file.
-
-2003-09-03 Joel Sherrill <joel@OARcorp.com>
-
- PR 463/tests
- PR 465/tests
- * psxhdrs/Makefile.am: Add new test cases.
- * psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
- psxhdrs/timer07.c: New files.
-
-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/.
- * psx01/Makefile.am: Reflect having moved automake/.
- * psx02/Makefile.am: Reflect having moved automake/.
- * psx03/Makefile.am: Reflect having moved automake/.
- * psx04/Makefile.am: Reflect having moved automake/.
- * psx05/Makefile.am: Reflect having moved automake/.
- * psx06/Makefile.am: Reflect having moved automake/.
- * psx07/Makefile.am: Reflect having moved automake/.
- * psx08/Makefile.am: Reflect having moved automake/.
- * psx09/Makefile.am: Reflect having moved automake/.
- * psx10/Makefile.am: Reflect having moved automake/.
- * psx11/Makefile.am: Reflect having moved automake/.
- * psx12/Makefile.am: Reflect having moved automake/.
- * psx13/Makefile.am: Reflect having moved automake/.
- * psxcancel/Makefile.am: Reflect having moved automake/.
- * psxchroot01/Makefile.am: Reflect having moved automake/.
- * psxfile01/Makefile.am: Reflect having moved automake/.
- * psxhdrs/Makefile.am: Reflect having moved automake/.
- * psxmount/Makefile.am: Reflect having moved automake/.
- * psxmsgq01/Makefile.am: Reflect having moved automake/.
- * psxreaddir/Makefile.am: Reflect having moved automake/.
- * psxsem01/Makefile.am: Reflect having moved automake/.
- * psxstat/Makefile.am: Reflect having moved automake/.
- * psxtime/Makefile.am: Reflect having moved automake/.
- * psxtimer/Makefile.am: Reflect having moved automake/.
-
-2003-08-14 Joel Sherrill <joel@OARcorp.com>
-
- PR 408/filesystem
- * psx13/test.c: Added very rudimentary test of sync() service.
-
-2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
-
-2003-06-12 Joel Sherrill <joel@OARcorp.com>
-
- * psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
-
-2003-05-29 Joel Sherrill <joel@OARcorp.com>
-
- * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c,
- psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c,
- psxtimer/psxtimer.c: Removed warnings.
-
-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-11-14 Joel Sherrill <joel@OARcorp.com>
-
- * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
- psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
- psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
- Per PR239 update the IDs in the various screens.
-
-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>
-
- * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
- * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
- * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
- * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
- * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
- * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
- * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
- * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
- * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
- * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
- * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
- * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
- * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
- * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
- * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
- * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
- * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
- * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
- * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
- * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
- * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
- * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
- * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
- * psxtimer/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/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
- psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
- psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
- psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
- psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
- psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
- psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
- psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
- psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
- psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
- psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
- psxtime/test.c, psxtimer/psxtimer.c: Modified.
-
-2002-07-05 Joel Sherrill <joel@OARcorp.com>
-
- * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
- Updated as part of PR164 which reported problems with the RTEMS
- implementation of pthread_cancel.
-
-2001-04-26 Joel Sherrill <joel@OARcorp.com>
-
- * psxmsgq01/init.c: Reflect changes made to address PR81 that
- reworked POSIX message queues to add a descriptor separate from
- the underlying message queue. This allows non-blocking to follow
- the "open" not the underlying queue.
-
-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]).
- * Makefile.am: Remove AUTOMAKE_OPTIONS.
- * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
-
-2001-11-07 Jennifer Averett <jennifer@OARcorp.com>
-
- Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
- * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
- Since we check permissions before evaluating enough to see if it
- a regular file or directory, this hack is needed to make the regular
- file executable.
-
-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>
-
- * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
-
-2001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
- * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
- * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
- * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
- * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
- * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
- * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
- * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
- * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
- * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
- * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
- * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
- * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
- * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
- * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
- * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
- * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
- * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
- * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
- * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
- * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
- * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
- * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
- * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
-
-2001-08-09 Fernando-Ruiz Casas <correo@fernando-ruiz.com>
-
- * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
- psxchroot01/psxchroot01.scn, psxchroot01/test.c: Implemented the
- psxchroot01 test.
-
-2001-05-25 Joel Sherrill <joel@OARcorp.com>
-
- * Added once version of psxchroot01 test for user review.
- * psxchroot01: New directory.
- * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
- psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
- * configure.in, Makefile.am: Modified to reflect above.
-
-2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
-
-2001-04-24 Joel Sherrill <joel@OARcorp.com>
-
- * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
- open, write, reopen, append twice from Andrew Bythell
- <abythell@nortelnetworks.com> that tripped an initialization
- problem in the IMFS.
-
-2001-04-20 Joel Sherrill <joel@OARcorp.com>
-
- * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
- psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
- psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
- psxtime/psxtime.scn, psxtimer/psxtimer.scn:
- Various adjustments so test output matches screens more reliably.
-
-2001-01-25 Joel Sherrill <joel@OARcorp.com>
-
- * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
-
-2000-11-17 Jennifer Averett <jennifer@OARcorp.com>
-
- * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
- to remain consistant across platforms and bsps by forcing
- a mount point in front of all paths.
-
-2000-11-17 Jennifer Averret <jennifer@OARcorp.com>
-
- * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
- expected error condition in one case.
- * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
- readdir() of root of mounted filesystem. Also corrected the screen
- file for some mistakes noticed in this effort.
-
-2000-11-13 Joel Sherrill <joel@OARcorp.com>
-
- * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
-
-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.
- * psxtests.am: Remove DEFS.
-
-2000-10-24 Joel Sherrill <joel@OARcorp.com>
-
- * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
- It was formerly incorrectly prototyped in <libio.h>.
-
-2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
- psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
- psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
- psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
- psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
- psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
- psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
- psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
-
-2000-08-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
- psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
- psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
- psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
- psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
- psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
- Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
-
-2000-08-10 Joel Sherrill <joel@OARcorp.com>
-
- * ChangeLog: New file.
diff --git a/testsuites/psxtmtests/ChangeLog b/testsuites/psxtmtests/ChangeLog
deleted file mode 100644
index bf638284bb..0000000000
--- a/testsuites/psxtmtests/ChangeLog
+++ /dev/null
@@ -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.
-
diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog
deleted file mode 100644
index d18f7bda47..0000000000
--- a/testsuites/samples/ChangeLog
+++ /dev/null
@@ -1,1119 +0,0 @@
-2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * fileio/init.c: Comment out setup_nvdisk (Unused).
- Make shell_nvdisk_trace, shell_nvdisk_erase, shell_bdbuf_trace,
- disk_test_set_block_size, disk_test_write_blocks, disk_test_block_sizes,
- parse_size_arg, create_ramdisk, create_nvdisk static.
- * nsecs/init.c: Make my_ctime, subtract_em static.
-
-2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- PR 1589/build
- * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
- base_sp/Makefile.am, capture/Makefile.am, cdtest/Makefile.am,
- fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
- loopback/Makefile.am, minimum/Makefile.am, nsecs/Makefile.am,
- paranoia/Makefile.am, pppd/Makefile.am, ticker/Makefile.am,
- unlimited/Makefile.am: Remove obsolete optional manager capability.
-
-2011-10-18 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * fileio/init.c: Explictly cast consts in size_t initializers
- (avoid overflows on 16bit-int targets).
-
-2011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * capture/init.c: Declare notification only if being used.
-
-2011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * nsecs/init.c: Include "pritime.h".
- Use PRIdtime_t to print time_t.
-
-2011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Check for size of time_t.
-
-2011-09-16 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
-
- * fileio/fileio.scn: New file.
- * capture/init.c, fileio/init.c: Use rtems_shell_wait_for_input().
-
-2011-08-29 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * ticker/system.h: Remove unneeded include.
-
-2011-07-04 Chris Johns <chrisj@rtems.org>
-
- * fileio/init.c, fileio/system.h: Add commands to
- create ram disks from the shell prompt. Helps testing.
-
-2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * pppd/Makefile.am: Add ppp.conf, pppd.options to EXTRA_DIST.
- * pppd/Makefile-user: Remove.
-
-2011-06-11 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * fileio/init.c: Avoid use of deprecated rtems_clock_get() except in
- spclockget().
-
-2011-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * fileio/Makefile.am, ticker/Makefile.am: Missed part of previous
- patch.
-
-2011-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * base_sp/apptask.c, base_sp/init.c, fileio/init.c, fileio/system.h,
- nsecs/init.c, ticker/init.c, ticker/system.h, ticker/tasks.c: Remove
- warnings.
-
-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>
-
- * base_mp/apptask.c, base_mp/init.c, base_sp/apptask.c, base_sp/init.c,
- capture/init.c, capture/test1.c, cdtest/init.c, fileio/init.c,
- hello/init.c, loopback/init.c, minimum/init.c, nsecs/empty.c,
- nsecs/init.c, paranoia/init.c, paranoia/paranoia.c, pppd/init.c,
- pppd/pppdapp.c, ticker/init.c, ticker/tasks.c, unlimited/init.c,
- unlimited/test1.c, unlimited/test2.c, unlimited/test3.c: Add
- HAVE_CONFIG_H.
-
-2011-02-17 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * pppd/system.h: Use confdefs.h to generate device driver table.
-
-2011-02-17 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
-
- * pppd/system.h: Added missing include files.
-
-2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Require autoconf-2.68, automake-1.11.1.
-
-2010-12-08 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
-
- * loopback/init.c: Loop back interface will be initialized now during
- normal initialization via rtems_bsdnet_initialize_network().
-
-2010-08-16 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * fileio/Makefile.am: Remove AM_CONDITIONAL(LIBCHIP).
- * configure.ac: Remove AM_CONDITIONAL(LIBCHIP).
- Force autoconf-2.67, automake-1.11.1.
-
-2010-07-07 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
-
- * minimum/init.c: Use fatal error extension to prevent infinite
- runtime.
-
-2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * capture/capture.doc: Remove more ITRON references.
-
-2010-06-02 Chris Johns <chrisj@rtems.org>
-
- * iostream/init.cc: Remove the hack.
-
-2010-06-02 Chris Johns <chrisj@rtems.org>
-
- * fileio/init.c: Update to new mount API.
- * iostream/init.cc: Hack to work around confdefs.h in C++.
- * iostream/system.h: Add comment about base miniIMFS.
-
-2010-04-04 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * capture/init.c: Remove unused variable "out".
-
-2010-03-29 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
-
- * capture/init.c, capture/test1.c, paramoia/init.c,
- paranoia/paranoia.c: exclude tests for SMALL MEMORY targets
-
-2010-03-12 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
-
- * fileio/init.c: Remove deprecation warnings.
-
-2010-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * fileio/init.c: Fix warnings for ctype methods.
-
-2009-11-02 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * loopback/init.c: Adjust return-type of rtems_bsdnet_loopattach to
- int to match with rtems/rtems_bsdnet.h.
-
-2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * base_mp/apptask.c: Use PRIxrtems_id to print rtems_ids.
- Include "tmacros.h".
- * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
- Add -I$(top_srcdir)/../support/include.
-
-2009-10-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * pppd/netconfig.h: Add UL suffix to long constants to avoid
- implicit integer overflows on 16bit targets.
- * fileio/init.c: Use %zd to print ssize_t.
-
-2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * base_sp/apptask.c, unlimited/init.c:
- Use PRIdrtems_task_argument to print rtems_task_argument's.
-
-2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * base_sp/apptask.c, unlimited/init.c, unlimited/test1.c,
- unlimited/test2.c, unlimited/test3.c:
- Include "tmacros.h". Use PRIxrtems_id to print rtems_ids.
- * unlimited/Makefile.am, base_sp/Makefile.am:
- Add -I$(top_srcdir)/../support/include.
-
-2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * loopback/init.c : Add prototype for rtems_bsdnet_loopattach.
- Remove evil type-cast.
- * nsecs/rprintf.h: Remove (PRItime_t moved to tmacros.h).
- * nsecs/Makefile.am: Add -I$(top_srcdir)/../support/include.
- * nsecs/init.c: Include "tmacros.h" instead of "rprintf.h"
-
-2009-10-24 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * capture/init.c: Remove setup_tasks_to_watch.
- * capture/system.h: Remove test*().
- Add setup_tasks_to_watch().
- * capture/test1.c: Fix prototype.
- * fileio/init.c: Fix broken printfs.
- * minimum/init.c: Remove unused var.
- * nsecs/empty.c: Add missing prototype.
- * nsecs/rprintf.h: New.
- * nsecs/init.c: Printf fixes.
- * unlimited/system.h: Add missing prototypes.
- * unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
- unlimited/test3.c: Various warning fixes.
-
-2009-10-14 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * unlimited/test1.c: Spacing.
-
-2009-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * hello/init.c: Remove call to devFS_Show() which had accidentally
- gotten committed.
-
-2009-09-14 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * capture/test1.c: Use size_t for sizes.
-
-2009-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * hello/Makefile.am, hello/init.c: Simplify.
- * hello/system.h: Removed.
-
-2009-08-21 Xi Yang <hiyangxi@gmail.com>
-
- * unlimited/test2.c: Fix spacing.
-
-2009-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * cdtest/main.cc, fileio/init.c, fileio/system.h, pppd/pppdapp.c,
- ticker/system.h, ticker/tasks.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>
-
- * fileio/system.h, ticker/system.h, ticker/ticker.scn: Convert calls to
- legacy routine rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to
- rtems_clock_get_xxx().
-
-2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * ticker/tasks.c: Convert calls to legacy routine rtems_clock_get(
- RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
-
-2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * fileio/system.h: Switch to unified work area.
-
-2009-06-11 Roxana Leontie <roxana.leontie@gmail.com>
-
- * cdtest/system.h: modified the number of max semaphores - test was
- failing before
-
-2009-06-04 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * loopback/init.c: Add missing initializers.
-
-2009-04-28 Chris Johns <chrisj@rtems.org>
-
- * iostream/system.h: Remove the Init prototype. Provide in
- confdefs.h.
-
-2009-04-28 Chris Johns <chrisj@rtems.org>
-
- * fileio/init.c, fileio/system.h, iostream/init.cc,
- loopback/init.c, pppd/init.c, pppd/pppdapp.c: Do not build if
- BSP_SMALL_MEMORY is defined. Remove this code once a better way is
- supported by the build system.
-
-2009-04-14 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
-
- * fileio/init.c: Removed obsolete header include.
-
-2009-04-03 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
- base_sp/Makefile.am, capture/Makefile.am, cdtest/Makefile.am,
- fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
- loopback/Makefile.am, minimum/Makefile.am, nsecs/Makefile.am,
- paranoia/Makefile.am, pppd/Makefile.am, ticker/Makefile.am,
- unlimited/Makefile.am: Eliminate _exe_/.exe.
-
-2009-03-29 Joel Sherrill <joel.sherrill@gmail.com>
-
- * fileio/init.c: Change arguments to rtems_shell_init() to match
- new expectations.
-
-2009-03-02 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * cdtest/main.cc: Use printk() in global destructors since printf() no
- longer works.
-
-2009-02-27 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
-
- * fileio/init.c: Adapt to modified shell configuration
-
-2008-12-18 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * capture/test1.c: Add const to eliminate warning.
-
-2008-12-16 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * capture/test1.c: Eliminate all public use of TOD conversion routines.
-
-2008-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * unlimited/init.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-09 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * fileio/init.c: Add explicit creation of /etc/passwd and /etc/group so
- we have a test case for real password checking.
-
-2008-11-24 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * paranoia/paranoia.c: Add missing prototypes.
-
-2008-10-13 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * unlimited/system.h: Tighten configuration for stack space.
-
-2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * fileio/init.c: When USE_SHELL not defined, do not attempt to
- configure shell.
-
-2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * unlimited/system.h: 10000 task ids is too many for some targets.
-
-2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * unlimited/system.h: Support up to 10K tasks in loop. With 64MB on
- pc386 and configured for unified workspace, you can get close to
- this.
-
-2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * fileio/system.h: Rename STACK_CHECKER_ON to more appropriate
- CONFIGURE_STACK_CHECKER_ENABLED.
-
-2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * minimum/init.c, unlimited/system.h: Add support for optionally having
- a unified work area. In other words, the RTEMS Workspace and C
- Program Heap are the same pool of memory.
-
-2008-09-17 Miao Yan <yanmiaobest@gmail.com>
-
- * hello/system.h, minimum/Makefile.am, minimum/init.c: Merge GSOC
- project code to add simple device only filesystem (devfs), optionally
- completely drop out filesystem, and to clean up disabling newlib
- reentrancy support. This dropped 17K from the minimum.exe for
- sparc/sis and arm/rtl22xx_t now has a 15K code space.
-
-2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * capture/system.h, capture/test1.c, fileio/init.c,
- unlimited/init.c, unlimited/system.h, unlimited/test1.c:
- Convert to "bool".
-
-2008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Updating and
- fixing while running mptests on psim.
-
-2008-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * fileio/init.c: New argument sequence for rtems_shell_init(). Also
- split on multiple lines and document each parameter.
-
-2008-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * minimum/init.c: Disable confdefs.h debug.
-
-2008-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * iostream/system.h: Init task was close to blowing stack on PowerPC.
- * minimum/init.c: Disable Classic API Notepads.
-
-2008-06-13 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * minimum/init.c: Add CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION and
- CONFIGURE_MAXIMUM_PRIORITY. Workspace usage now reduces to 4696 bytes
- on psim.
-
-2008-06-13 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * minimum/init.c: Exerise new ability for application to configure
- minimum stack size. This test still runs the same with a 7.5K stack
- on the powerpc but reserves 15K less Workspace on the PowerPC.
-
-2008-06-05 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * minimum/Makefile.am: Link against all managers.
- * minimum/init.c: Use existing confdefs.h macros to turn off more
- this test does not use.
-
-2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * iostream/system.h: Update to include definition of
- CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER as appropriate.
-
-2008-04-17 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * fileio/init.c, hello/system.h, minimum/init.c, unlimited/system.h:
- Use CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
-
-2008-02-28 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * iostream/init.cc: Add include of stdlib.h for exit(). Needed by gcc
- 4.3.x.
-
-2008-01-29 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * fileio/system.h, ticker/system.h: Add new Object Services collection.
- This changed the name of a few previously public but undocumented
- services and added a some new services.
-
-2008-01-11 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * hello/init.c: Remove accidental commit.
-
-2008-01-11 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * fileio/init.c, fileio/system.h, hello/init.c: Enable malloc
- statistics so shell output can be interesting.
-
-2007-12-17 Chris Johns <chrisj@rtems.org>
-
- * testsuites/samples/fileio/init.c: Change shell_* to
- rtems_shell_*. Add the mount file-system type of msdos.
-
-2007-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * fileio/init.c, fileio/system.h: Increase stack requested for shell
- task. Turn on stack checking so the report is interesting.
-
-2007-12-11 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * fileio/init.c: Add RTEMS Shell configuration and static configuration
- of user commands.
-
-2007-11-29 Chris Johns <chrisj@rtems.org>
-
- * iostream/Makefile.am: Change the executable name so it does not
- create a file which is the same name as the standard header file.
- * iostream/system.h: Need to increase the number of semaphores for
- the libstdc++ runtime.
-
-2007-09-10 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * capture/Makefile.am: Use all managers.
-
-2007-08-31 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * capture/Makefile.am: Fix typo -- not unlimited.
-
-2007-08-21 Chris Johns <chrisj@rtems.org>
-
- * capture/init.c, capture/system.h, capture/test1.c: Removed CRs
- from files. Committed incorrectly.
-
-2007-08-17 Chris Johns <chrisj@rtems.org>
-
- * Makefile.am, README, configure.ac, capture/.cvsignore,
- capture/Makefile.am, capture/capture.doc, capture/capture.scn,
- capture/init.c, capture/system.h, capture/test1.c: Add a sample
- test for the capture engine.
-
-2007-07-24 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * nsecs/init.c: Add include of unistd.h for sleep() prototype.
-
-2007-07-17 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * nsecs/Makefile.am, nsecs/init.c: Move empty body to another file. The
- loop was being optimized out on the PowerPC.
- * nsecs/empty.c: New file.
-
-2007-07-06 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * nsecs/init.c: Change name to avoid any hint of the timer driver.
-
-2007-06-22 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * nsecs/init.c: Do not make this test depend on the benchmark timer
- driver.
-
-2007-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * nsecs/init.c, nsecs/nsecs.scn: Add set of loops so you can see the
- time varaying in proportion to the length of the loop measured.
-
-2007-05-16 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * nsecs/init.c: Remove stray "volatile int i".
-
-2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * base_sp/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
- loopback/Makefile.am, nsecs/Makefile.am,
- pppd/Makefile.am, ticker/Makefile.am, ticker/system.h,
- unlimited/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.
- * nsecs/init.c: Commit hack so test will compile when POSIX is
- disabled. Remove hack when clock_gettime() is present even when
- --disable-posix.
-
-2007-05-10 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * ticker/Makefile.am, ticker/init.c, ticker/system.h, ticker/tasks.c:
- Test needs clock manager. Should use rtems_test_exit() instead of
- exit().
-
-2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * minimum/Makefile.am, minimum/init.c: Switch back to using optional
- manager support. Also add use of CONFIGURE_DISABLE_NEWLIB_REENTRANCY
- to demonstrate that the newlib reentrancy support is optional.
-
-2007-04-13 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * nsecs/init.c: Remove private decl of _Timespec_Subtract use the
- version from rtems/score/timespec.h.
-
-2007-04-05 Joel Sherrill <joel@OARcorp.com>
-
- * nsecs/init.c: Provide timespec manipulation routines in the
- SuperCore. Use them everywhere possible. Perhaps they should be part
- of the public API so this test and others can use them without
- peeking into the bowels.
-
-2007-04-05 Joel Sherrill <joel@OARcorp.com>
-
- * loopback/init.c: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX
- configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
-
-2007-04-02 Joel Sherrill <joel@OARcorp.com>
-
- * Makefile.am, configure.ac: Convert from Classic API style TOD_Control
- as fundamental time structure to POSIX struct timespec. Add
- clock_get_uptime().
- * nsecs/.cvsignore, nsecs/Makefile.am, nsecs/init.c, nsecs/nsecs.doc,
- nsecs/nsecs.scn: New files.
-
-2007-03-26 Joel Sherrill <joel@OARcorp.com>
-
- * loopback/init.c: Add CVS Id.
-
-2007-03-26 Joel Sherrill <joel@OARcorp.com>
-
- PR 1230/tests
- * minimum/init.c: Minimum should not configure console driver.
-
-2007-02-21 Joel Sherrill <joel@OARcorp.com>
-
- * loopback/init.c: Fix exit paths in client thread and main test
- thread.
-
-2006-12-18 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
-
- * init.c: added stdout flushs after prompts
-
-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-09-08 Ken Peters <ken.peters@jpl.nasa.gov>
-
- PR 1162/rtems
- * unlimited/system.h: Reserve enough memory for the stacks wanted.
-
-2006-07-11 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
- base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
- hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
- minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
- unlimited/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
- instead.
-
-2006-02-08 Joel Sherrill <joel@OARcorp.com>
-
- * cdtest/main.cc: Fix warnings.
-
-2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * configure.ac: Remove RTEMS_ENABLE_BARE,
- BARE_CPU_CFLAGS, BARE_CPU_MODEL.
-
-2005-11-15 Eric Norum <norume@aps.anl.gov>
-
- * cdtest/Makefile.am: Remove extraneous make-exe.
-
-2005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
- base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
- hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
- minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
- ticker/Makefile.am, unlimited/Makefile.am:
- Convert to using *_PROGRAMS.
-
-2005-11-11 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * configure.ac: Remove AMPOLISH3.
- * base_mp/node1/Makefile.am,
- base_mp/node2/Makefile.am, base_sp/Makefile.am,
- cdtest/Makefile.am, fileio/Makefile.am,
- hello/Makefile.am, iostream/Makefile.am,
- loopback/Makefile.am, minimum/Makefile.am,
- paranoia/Makefile.am, pppd/Makefile.am,
- ticker/Makefile.am, unlimited/Makefile.am: Rework.
-
-2005-11-11 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
- base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
- hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
- minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
- ticker/Makefile.am, unlimited/Makefile.am: Expand sample.am.
- * sample.am: Remove.
-
-2005-11-10 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * base_mp/node1/base_mp.doc, base_mp/node1/base_mp.scn,
- base_mp/node2/base_mp.doc, base_mp/node2/base_mp.scn: Remove.
- * base_mp/node1/base_mp-node1.doc, base_mp/node1/base_mp-node1.scn,
- base_mp/node2/base_mp-node2.doc, base_mp/node2/base_mp-node2.scn:
- New (Renamed from base_mp.*).
- * sample.am, base_sp/Makefile.am, cdtest/Makefile.am,
- fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
- loopback/Makefile.am, minimum/Makefile.am, paranoia/Makefile.am,
- pppd/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am,
- base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
- s/SAMPLE/TEST/ for improved consistency with other tests.
-
-2005-11-10 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * configure.ac: Add ampolish3.
- * base_mp/Makefile.am: Remove redundant EXTRA_DIST.
-
-2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * cdtest/Makefile.am: AM_CPPFLAGS += -I..../support/include.
-
-2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
- * sample.am: Set project_bspdir=$(PROJECT_ROOT)
-
-2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * sample.am: Remove LIB_VARIANT.
-
-2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
- base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
- hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
- minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am
- ticker/Makefile.am, unlimited/Makefile.am:
- Remove SRCS, PRINT_SRCS.
-
-2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Cleanup.
-
-2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * sample.am: Add $(PGM): ${ARCH}/$(dirstamp).
- * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
- base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
- hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
- minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
- ticker/Makefile.am, unlimited/Makefile.am:
- Partial conversion to automake.
-
-2005-10-26 Eric Norum <norume@aps.anl.gov>
-
- PR 839/tests
- * pppd/system.h: Remove i386-specific conditional.
- This at least lets the sample compile. It's unlikely to actually
- work, though.
-
-2005-10-26 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * pppd/Makefile.am: Reflect libpppd having been split out.
- * pppd/init.c, pppd/pppdapp.c: include rtems/rtemspppd.h instead of
- rtemspppd.h.
-
-2005-05-10 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * loopback/init.c: socklen_t.
-
-2005-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
- Remove LIB_VARIANT.
-
-2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Remove DIST_SUBDIRS.
-
-2004-09-24 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * configure.ac: Require automake > 1.9.
-
-2004-05-10 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * configure.ac: Add CXX-checks. New conditionals CXXTESTS, MPTESTS,
- NETTESTS. Add iostream/.
- * Makefile.am, base_mp/node1/Makefile.am, base_mp/node2/Makefile.am
- cdtest/Makefile.am, loopback/Makefile.am, pppd/Makefile.am:
- Reflect changes above.
- * cdtest/main.cc: Adaptation to new C++ standards.
-
-2004-05-10 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc,
- iostream/iostream.scn, iostream/system.h:
- New (C++ variant of hello).
-
-2004-04-01 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
-
-2004-04-01 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
-
-2004-03-30 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * fileio/init.c, fileio/system.h, ticker/system.h, ticker/tasks.c,
- unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
- unlimited/test3.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-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac: Remove -Wall -ansi to work-around non-portability of
- with cdtest.
-
-2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
- Add PRE/TMPINSTALL_FILES to CLEANFILES.
- * base_mp/node2/Makefile.am: Ditto.
- * base_sp/Makefile.am: Ditto.
- * cdtest/Makefile.am: Ditto.
- * fileio/Makefile.am: Ditto.
- * hello/Makefile.am: Ditto.
- * loopback/Makefile.am: Ditto.
- * minimum/Makefile.am: Ditto.
- * paranoia/Makefile.am: Ditto.
- * pppd/Makefile.am: Ditto.
- * ticker/Makefile.am: Ditto.
- * unlimited/Makefile.am: Ditto.
-
-2003-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * samples.am: Fix yet another stupid typo in yesterday's patch.
-
-2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * samples.am: Add dirstamp support.
-
-2003-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
- Eliminate VPATH.
-
-2003-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * sample.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>
-
- * base_mp/Makefile.am: Reformat.
- * base_mp/node1/Makefile.am: Remove all-local: $(ARCH).
- * base_mp/node2/Makefile.am: Remove all-local: $(ARCH).
- * base_sp/Makefile.am: Remove all-local: $(ARCH).
- * cdtest/Makefile.am: Remove all-local: $(ARCH).
- * fileio/Makefile.am: Remove all-local: $(ARCH).
- * hello/Makefile.am: Remove all-local: $(ARCH).
- * loopback/Makefile.am: Remove all-local: $(ARCH).
- * minimum/Makefile.am: Remove all-local: $(ARCH).
- * paranoia/Makefile.am: Remove all-local: $(ARCH).
- * pppd/Makefile.am: Remove all-local: $(ARCH).
- * ticker/Makefile.am: Remove all-local: $(ARCH).
- * unlimited/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-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
- * fileio/Makefile.am: Only build if LIBCHIP is available.
-
-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-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * fileio/init.c: Unconditionally define MIN (We *do want* to see
- error messages if it conflicts).
-
-2003-09-04 Joel Sherrill <joel@OARcorp.com>
-
- * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
- base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc,
- base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c,
- base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h,
- fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc,
- hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc,
- paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h,
- ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc,
- unlimited/init.c, unlimited/system.h, unlimited/test1.c,
- unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.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/.
- * base_mp/Makefile.am: Reflect having moved automake/.
- * base_mp/node1/Makefile.am: Reflect having moved automake/.
- * base_mp/node2/Makefile.am: Reflect having moved automake/.
- * base_sp/Makefile.am: Reflect having moved automake/.
- * cdtest/Makefile.am: Reflect having moved automake/.
- * fileio/Makefile.am: Reflect having moved automake/.
- * hello/Makefile.am: Reflect having moved automake/.
- * loopback/Makefile.am: Reflect having moved automake/.
- * minimum/Makefile.am: Reflect having moved automake/.
- * paranoia/Makefile.am: Reflect having moved automake/.
- * pppd/Makefile.am: Reflect having moved automake/.
- * ticker/Makefile.am: Reflect having moved automake/.
- * unlimited/Makefile.am: Reflect having moved automake/.
-
-2003-08-13 Joel Sherrill <joel@OARcorp.com>
-
- * fileio/.cvsignore: New file.
-
-2003-08-13 Joel Sherrill <joel@OARcorp.com>
-
- PR 451/bsps
- * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
-
-2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
-
-2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
- * pppd/Makefile.am: Remove references to DOC* (Don't exist).
-
-2003-08-06 Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
-
- PR 369/filesystem
- * Makefile.am, configure.ac: sample application to show the use of the
- DOSFS functions
- * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
- fileio/system.h: New files.
-
-2003-06-04 Joel Sherrill <joel@OARcorp.com>
-
- * pppd/system.h: Hack from Ralf to compile on all targets.
-
-2003-04-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac: Add pppd.
- * Makefile.am: Add pppd.
-
-2003-04-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- Adding pppd:
- * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
- * pppd/README: New, copied over from libnetworking/pppd/example.
- * pppd/init.c: New, copied over from libnetworking/pppd/example.
- * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
- * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
- * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
- * pppd/system.h: New, copied over from libnetworking/pppd/example.
- * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
- * pppd/Makefile.am: New, converted to automake from Makefile-user.
- * pppd/.cvsignore: New.
-
-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).
-
-2003-01-27 Joel Sherrill <joel@OARcorp.com>
-
- * Makefile.am, configure.ac: Added new test loopback which shows how to
- use the loopback interface. Thank you Eric Norum for a portable
- target independent test which exercises the TCP/IP. This should
- prevent massive failures in the TCP/IP stack from reaching the
- street.
- * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
- loopback/init.c, loopback/loopback.scn: New files.
-
-2003-01-03 Joel Sherrill <joel@OARcorp.com>
-
- * unlimited/system.h, unlimited/test1.c: Backed off previous
- modification as it does not compile.
-
-2002-10-31 Chris Johns <ccj@acm.org>
-
- * unlimited/test1.c: PR296. Only fails if more tasks than allowed
- can be created.
- * unlimited/system.h: PR296. Reference the number of tasks in the
- configuration table rather than a hardcoded number.
-
-2002-11-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac: Unconditionally check for CXX (Hack to bug in
- autoconf > 2.54).
-
-2002-10-31 Joel Sherrill <joel@OARcorp.com>
-
- * base_mp/apptask.c: Removed warning.
-
-2002-10-28 Joel Sherrill <joel@OARcorp.com>
-
- * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
-
-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>
-
- * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
- * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
- * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
- * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
- * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
- * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
- * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
- * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
- * unlimited/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.
- * cdtest/init.c: Modified.
-
-2002-07-01 Joel Sherrill <joel@OARcorp.com>
-
- * unlimited/test1.c: Corrected use of _Objects_Information_table
- now that it is a two dimensional array based upon API and class.
-
-2002-04-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * base_sp/apptask.c: Include <stdlib.h>.
- * hello/init.c: Ditto.
- * paranoia/init.c: Ditto.
- * ticker/tasks.c: Ditto.
- * unlimited/init.c: Ditto.
- * unlimited/test1.c: Ditto.
- * unlimited/test2.c: Ditto.
- * unlimited/test3.c: Ditto.
-
-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]).
- * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * Makefile.am: Remove AUTOMAKE_OPTIONS.
- * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
-
-2001-11-26 Ralf Corsepius
-
- * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
-
-2001-10-25 Eric Norum <eric.norum@usask.ca>
-
- * cdtest/system.h: Configure 1 semaphore. This probably covers
- up not defining one for the GCC C++ Run-Time Libraries.
-
-2001-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
-
-2001-10-12 Joel Sherrill <joel@OARcorp.com>
-
- * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
- unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
- Fixed typo.
-
-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>
-
- * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
- * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
- * cdtest/Makefile.am: Remove LD_LIBS.
-
-2001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
- * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
- * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
- * hello/Makefile.am: include leaf.am instead of leaf.cfg.
- * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
- * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
- * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
- make-cxx-exe.
- * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
- * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
-
-2001-06-14 Joel Sherrill <joel@OARcorp.com>
-
- * cdtest/system.h: Removed configure of POSIX mutexes since
- there do not appear to be any used in this test.
-
-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-30 Joel Sherrill <joel@OARcorp.com>
-
- * POSIX include files merged into newlib. This resulted in
- some definitions moving to other files and thus some secondary
- effects in RTEMS source code.
- * paranoia/paranoia.c: Commented out incorrect and conflicting
- prototype of read().
-
-2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
- Switch to GNU canonicalization.
- * sample.am: Remove DEFS.
-
-2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
- base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
- minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
- unlimited/Makefile.am: Include compile.am
-
-2000-08-10 Joel Sherrill <joel@OARcorp.com>
-
- * ChangeLog: New file.
diff --git a/testsuites/smptests/ChangeLog b/testsuites/smptests/ChangeLog
deleted file mode 100644
index f6fcdcc3e8..0000000000
--- a/testsuites/smptests/ChangeLog
+++ /dev/null
@@ -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.
-
diff --git a/testsuites/sptests/ChangeLog b/testsuites/sptests/ChangeLog
deleted file mode 100644
index af4074d8b1..0000000000
--- a/testsuites/sptests/ChangeLog
+++ /dev/null
@@ -1,3438 +0,0 @@
-2011-12-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- PR 1924/cpukit
- * spstkalloc02/.cvsignore, spstkalloc02/Makefile.am,
- spstkalloc02/init.c, spstkalloc02/spstkalloc02.doc,
- spstkalloc02/spstkalloc02.scn: New files.
- * Makefile.am, configure.ac: Reflect changes above.
-
-2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * sp31/task1.c: Make Do_nothing static.
- * sprbtree01/init.c: Make test_compare_function, rb_assert static.
-
-2011-12-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * spwkspace/init.c: Test _Workspace_String_duplicate().
-
-2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- PR 1589/build
- * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
- sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
- sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
- sp10/Makefile.am, sp11/Makefile.am, sp12/Makefile.am,
- sp13/Makefile.am, sp14/Makefile.am, sp15/Makefile.am,
- sp16/Makefile.am, sp17/Makefile.am, sp18/Makefile.am,
- sp19/Makefile.am, sp20/Makefile.am, sp2038/Makefile.am,
- sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
- sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
- sp27/Makefile.am, sp27a/Makefile.am, sp28/Makefile.am,
- sp29/Makefile.am, sp30/Makefile.am, sp31/Makefile.am,
- sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am,
- sp35/Makefile.am, sp36/Makefile.am, sp37/Makefile.am,
- sp38/Makefile.am, sp39/Makefile.am, sp40/Makefile.am,
- sp41/Makefile.am, sp42/Makefile.am, sp43/Makefile.am,
- sp44/Makefile.am, sp45/Makefile.am, sp46/Makefile.am,
- sp47/Makefile.am, sp48/Makefile.am, sp49/Makefile.am,
- sp50/Makefile.am, sp51/Makefile.am, sp52/Makefile.am,
- sp53/Makefile.am, sp54/Makefile.am, sp55/Makefile.am,
- sp56/Makefile.am, sp57/Makefile.am, sp58/Makefile.am,
- sp59/Makefile.am, sp60/Makefile.am, sp62/Makefile.am,
- sp63/Makefile.am, sp64/Makefile.am, sp65/Makefile.am,
- sp66/Makefile.am, sp67/Makefile.am, sp68/Makefile.am,
- sp69/Makefile.am, sp70/Makefile.am, sp71/Makefile.am,
- sp72/Makefile.am, sp73/Makefile.am, sp74/Makefile.am,
- sp75/Makefile.am, sp76/Makefile.am, spassoc01/Makefile.am,
- spcbssched01/Makefile.am, spcbssched02/Makefile.am,
- spcbssched03/Makefile.am, spchain/Makefile.am,
- spclockget/Makefile.am, spcoverage/Makefile.am,
- spedfsched01/Makefile.am, spedfsched02/Makefile.am,
- spedfsched03/Makefile.am, sperror01/Makefile.am,
- sperror02/Makefile.am, sperror03/Makefile.am, spfatal01/Makefile.am,
- spfatal02/Makefile.am, spfatal03/Makefile.am, spfatal04/Makefile.am,
- spfatal05/Makefile.am, spfatal06/Makefile.am, spfatal07/Makefile.am,
- spfatal08/Makefile.am, spfatal09/Makefile.am, spfatal10/Makefile.am,
- spfatal11/Makefile.am, spfatal12/Makefile.am, spfatal13/Makefile.am,
- spfatal14/Makefile.am, spfatal15/Makefile.am, spfatal16/Makefile.am,
- spfatal17/Makefile.am, spfatal18/Makefile.am, spfatal19/Makefile.am,
- spfatal20/Makefile.am, spfatal21/Makefile.am, spfatal22/Makefile.am,
- spfatal23/Makefile.am, spfatal24/Makefile.am, spfatal25/Makefile.am,
- spfifo01/Makefile.am, spfifo02/Makefile.am, spfifo03/Makefile.am,
- spfifo04/Makefile.am, spfifo05/Makefile.am, spheapprot/Makefile.am,
- spintrcritical01/Makefile.am, spintrcritical02/Makefile.am,
- spintrcritical03/Makefile.am, spintrcritical04/Makefile.am,
- spintrcritical05/Makefile.am, spintrcritical06/Makefile.am,
- spintrcritical07/Makefile.am, spintrcritical08/Makefile.am,
- spintrcritical09/Makefile.am, spintrcritical10/Makefile.am,
- spintrcritical11/Makefile.am, spintrcritical12/Makefile.am,
- spintrcritical13/Makefile.am, spintrcritical14/Makefile.am,
- spintrcritical15/Makefile.am, spintrcritical16/Makefile.am,
- spintrcritical17/Makefile.am, spmkdir/Makefile.am,
- spmountmgr01/Makefile.am, spnotepad01/Makefile.am,
- spnsext01/Makefile.am, spobjgetnext/Makefile.am,
- spprintk/Makefile.am, spprivenv01/Makefile.am,
- sprbtree01/Makefile.am, spsimplesched01/Makefile.am,
- spsimplesched02/Makefile.am, spsimplesched03/Makefile.am,
- spsize/Makefile.am, spstkalloc/Makefile.am, spthreadq01/Makefile.am,
- spwatchdog/Makefile.am, spwkspace/Makefile.am: Remove obsolete
- optional manager capability.
-
-2011-12-06 Petr Benes <benesp16@fel.cvut.cz>
-
- PR 1980/testing
- * spedfsched02/task1.c, spedfsched02/init.c: Fixed initialization.
-
-2011-11-26 Gedare Bloom <gedare@rtems.org>
-
- PR 1964
- * spchain/init.c, spchain/spchain.scn: Add testcases for chain is first
- and last
-
-2011-11-10 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- PR 1924/cpukit
- * sptests/spfatal08/testcase.h, sptests/spfatal12/testcase.h: Update
- due to API changes.
-
-2011-10-06 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp2038/.cvsignore: New file.
-
-2011-10-04 Petr Benes <benesp16@fel.cvut.cz>
-
- PR 1922/testing
- * spcbssched02/system.h, spcbssched03/system.h, spedfsched02/system.h,
- spedfsched02/task1.c, spedfsched03/system.h: EDF and CBS scheduler:
- extern declarations fix.
-
-2011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * sp50/init.c, spclockget/init.c: Include "pritime.h".
- Use PRIdtime_t to print time_t.
-
-2011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Check for size of time_t.
-
-2011-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * sp75/init.c, spcbssched01/init.c, spcbssched01/task1.c
- spcbssched02/init.c, spcbssched02/task_periodic.c,
- spcbssched03/init.c, spcbssched03/tasks_aperiodic.c,
- spcbssched03/tasks_periodic.c, spedfsched01/init.c,
- spedfsched01/task1.c, spedfsched02/getall.c, spedfsched02/init.c,
- spedfsched02/task1.c, spedfsched03/init.c,
- spedfsched03/tasks_aperiodic.c, spedfsched03/tasks_periodic.c,
- sprbtree01/init.c: Add HAVE_CONFIG_H.
-
-2011-09-29 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * sp2038/init.c: More test cases.
-
-2011-09-28 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * sp2038/Makefile.am, sp2038/init.c, sp2038/sp2038.doc,
- sp2038/sp2038.scn: New files.
- * Makefile.am, configure.ac: Reflect changes above.
-
-2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * spfatal07/testcase.h: Print end of test if test is not applicable.
-
-2011-09-26 Petr Benes <benesp16@fel.cvut.cz>
-
- PR 1923/testing
- * spcbssched02/spcbssched02.scn, spcbssched02/system.h,
- spcbssched03/init.c, spcbssched03/system.h, spedfsched02/system.h,
- spedfsched03/system.h, sprbtree01/init.c: Improve coverage.
-
-2011-09-20 Petr Benes <benesp16@fel.cvut.cz>
-
- PR 1916/testing
- * spcbssched02/init.c, spcbssched02/spcbssched02.scn,
- spcbssched02/system.h, spcbssched02/task_periodic.c,
- spedfsched03/init.c, spedfsched03/system.h,
- spedfsched03/tasks_aperiodic.c: Improve coverage.
-
-2011-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * spcbssched01/Makefile.am, spcbssched02/Makefile.am,
- spcbssched03/Makefile.am: Formatting.
-
-2011-09-15 Petr Benes <benesp16@fel.cvut.cz>
-
- PR 1907/testing
- * Makefile.am, configure.ac: Add tests for the CBS (Constant Bandwidth
- Server) scheduler.
- * spcbssched01/.cvsignore, spcbssched01/Makefile.am,
- spcbssched01/init.c, spcbssched01/spcbssched01.doc,
- spcbssched01/spcbssched01.scn, spcbssched01/system.h,
- spcbssched01/task1.c, spcbssched02/.cvsignore,
- spcbssched02/Makefile.am, spcbssched02/init.c,
- spcbssched02/spcbssched02.doc, spcbssched02/spcbssched02.scn,
- spcbssched02/system.h, spcbssched02/task_periodic.c,
- spcbssched03/.cvsignore, spcbssched03/Makefile.am,
- spcbssched03/cbsparams.h, spcbssched03/init.c,
- spcbssched03/spcbssched03.doc, spcbssched03/spcbssched03.scn,
- spcbssched03/system.h, spcbssched03/tasks_aperiodic.c,
- spcbssched03/tasks_periodic.c: New files.
-
-2011-09-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * spnsext01/init.c: Use correct API.
-
-2011-09-11 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * spedfsched01/Makefile.am, spedfsched02/Makefile.am,
- spedfsched03/Makefile.am: Use all managers.
-
-2011-09-11 Petr Benes <benesp16@fel.cvut.cz>
-
- PR 1897/testing
- * Makefile.am, configure.ac: Add tests for Earliest Deadline First
- (EDF) Scheduling Algorithm implementation.
- * spedfsched01/.cvsignore, spedfsched01/Makefile.am,
- spedfsched01/init.c, spedfsched01/spedfsched01.doc,
- spedfsched01/spedfsched01.scn, spedfsched01/system.h,
- spedfsched01/task1.c, spedfsched02/.cvsignore,
- spedfsched02/Makefile.am, spedfsched02/getall.c, spedfsched02/init.c,
- spedfsched02/spedfsched02.doc, spedfsched02/spedfsched02.scn,
- spedfsched02/system.h, spedfsched02/task1.c, spedfsched03/.cvsignore,
- spedfsched03/Makefile.am, spedfsched03/edfparams.h,
- spedfsched03/init.c, spedfsched03/spedfsched03.doc,
- spedfsched03/spedfsched03.scn, spedfsched03/system.h,
- spedfsched03/tasks_aperiodic.c, spedfsched03/tasks_periodic.c: New
- files.
-
-2011-09-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * sp03/sp03.scn, sp05/sp05.scn, sp23/sp23.scn, sp27/sp27.scn,
- sp27a/sp27a.scn, sp39/sp39.scn: Update.
-
-2011-09-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * sptests/sp68/init.c: Avoid CPU_STRUCTURE_ALIGNMENT.
-
-2011-09-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * spfatal01/spfatal01.scn, spfatal02/spfatal02.scn,
- spfatal13/spfatal13.scn, spfatal14/spfatal14.scn,
- spfatal15/spfatal15.scn, spfatal16/spfatal16.scn,
- spfatal17/spfatal17.scn, spfatal18/spfatal18.scn,
- spfatal19/spfatal19.scn, spfatal20/spfatal20.scn,
- spfatal_support/init.c: Print proper begin message.
-
-2011-09-02 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * sp40/init.c: Avoid unsupported test cases.
-
-2011-08-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * spfatal13/testcase.h: Fixed test name.
- * spfatal05/testcase.h: Increased wait time for slow hardware.
- * spfatal_support/init.c: Print test name at end of test.
- * spfatal01/spfatal01.scn, spfatal02/spfatal02.scn,
- spfatal03/spfatal03.scn, spfatal04/spfatal04.scn,
- spfatal05/spfatal05.scn, spfatal06/spfatal06.scn,
- spfatal07/spfatal07.scn, spfatal08/spfatal08.scn,
- spfatal09/spfatal09.scn, spfatal10/spfatal10.scn,
- spfatal11/spfatal11.scn, spfatal12/spfatal12.scn,
- spfatal13/spfatal13.scn, spfatal14/spfatal14.scn,
- spfatal15/spfatal15.scn, spfatal16/spfatal16.scn,
- spfatal17/spfatal17.scn, spfatal18/spfatal18.scn,
- spfatal19/spfatal19.scn, spfatal20/spfatal20.scn,
- spfatal21/spfatal21.scn, spfatal22/spfatal22.scn,
- spfatal23/spfatal23.scn, spfatal24/spfatal24.scn,
- spfatal25/spfatal25.scn: Reflect changes from above.
-
-2011-08-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- PR 1899/testing
- * spfatal14/Makefile.am: Adjust number of semaphores to consume to
- trigger fatal error.
-
-2011-08-21 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- PR 1899/testing
- * spfatal14/Makefile.am, spfatal15/Makefile.am, spfatal16/Makefile.am:
- Adjust number of semaphores to consume to trigger fatal error.
-
-2011-08-21 Petr Benes <benesp16@fel.cvut.cz>
-
- PR 1886/cpukit
- * sprbtree01/init.c, sprbtree01/sprbtree01.scn: This patch enables
- inserting duplicate keys into rbtree. It is possible to turn on this
- feature when initializing the tree.
-
-2011-08-18 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * spfatal_support/init.c: Ensure that _Thread_BSP_context is
- initialized.
-
-2011-08-02 Petr Benes <benesp16@fel.cvut.cz>
-
- PR 1883/testing
- * sprbtree01/init.c: Attempt provide coverage on last two ranges.
-
-2011-08-02 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- PR 1877/cpukit
- * sprbtree01/init.c: Add comparison function for RBTrees.
-
-2011-08-02 Petr Benes <benesp16@fel.cvut.cz>
-
- PR 1862/testing
- * sprbtree01/init.c, sprbtree01/sprbtree01.scn: Improve test coverage.
-
-2011-08-01 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp75/init.c, sp75/sp75.doc, sp75/sp75.scn: Correct test and
- supporting documentation.
-
-2011-07-28 Pawel Zagorski <pzagor@agh.edu.pl>
-
- PR 1857/tests
- * Makefile.am, configure.ac: Add test where there is more than one
- thread at a priority with the executing thread being non-preemptive.
- * sp76/.cvsignore, sp76/Makefile.am, sp76/init.c, sp76/sp76.doc,
- sp76/sp76.scn: New files.
-
-2011-07-28 Petr Benes <benesp16@fel.cvut.cz>
-
- PR 1858/testing
- * sp74/sp74.doc: Fix after changes.
-
-2011-07-27 Petr Benes <benesp16@fel.cvut.cz>
-
- PR 1854/cpukit
- * sprbtree01/init.c, sprbtree01/sprbtree01.scn: Add test of the
- rtems_rbtree_extract() to improve test coverage.
-
-2011-07-26 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * Makefile.am, configure.ac: New test to get coverage of core mutex
- obtain while in ISR or other dispatch disabled critical section but
- no wait.
- * sp75/.cvsignore, sp75/Makefile.am, sp75/init.c, sp75/sp75.doc,
- sp75/sp75.scn: New files.
-
-2011-07-26 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * sp74/init.c, sp74/sp74.scn: Fix to get the case hit per coverage
- reports.
-
-2011-07-26 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp74/init.c: Does not need clock driver.
-
-2011-07-26 Pawel Zagorski <pzagor@agh.edu.pl>
-
- PR 1853/tests
- * Makefile.am, configure.ac: Add test for case where a thread is
- non-preemptive, multiple threads are ready at that priority, a higher
- priority thread is heir and the thread yields.
- * sp74/.cvsignore, sp74/Makefile.am, sp74/init.c, sp74/sp74.doc,
- sp74/sp74.scn: New files.
-
-2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp04/tswitch.c, sp07/task1.c, sp07/task2.c, sp09/screen07.c,
- sp11/task1.c, sp11/task2.c, sp12/pridrv.c, sp12/pritask.c,
- sp13/task1.c, sp14/asr.c, sp14/task1.c, sp19/first.c, sp19/fptask.c,
- sp19/inttest.h, sp19/task1.c, sp20/task1.c, sp25/task1.c,
- sp26/task1.c, sp28/init.c, sp29/init.c, sp31/task1.c, sp32/init.c,
- sp33/init.c, sp34/changepri.c, sp36/strict_order_mut.c, sp37/init.c,
- sp43/init.c, sp44/init.c, sp48/init.c, sp54/init.c, sp59/init.c,
- sp65/init.c, sp68/init.c, spchain/init.c, spclockget/init.c,
- spfatal03/testcase.h, spfatal07/testcase.h, spfatal_support/init.c:
- Do not line length exceed 80 columns.
-
-2011-07-08 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp09/screen07.c, sp09/sp09.scn: Add a case where the multiply of
- number of buffers times buffer size exceeds that representable by
- size_t.
-
-2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * sp66/init.c: Remove (unused).
- * spintrcritical01/Makefile.am, spintrcritical06/Makefile.am,
- spintrcritical08/Makefile.am, spintrcritical09/Makefile.am,
- spintrcritical10/Makefile.am, spintrcritical11/Makefile.am,
- spintrcritical13/Makefile.am, spintrcritical15/Makefile.am,
- spintrcritical16/Makefile.am, spintrcritical17/Makefile.am:
- Add ../spintrcritical_support/intrcritical.h to *_SOURCES.
- * sp43/Makefile.am: Add system.h to *_SOURCES.
- * Makefile.am: Remove DIST_SUBDIRS.
- Remove EXTRA_DIST.
- * sp33/Makefile.am: Eliminate scndir.
-
-2011-06-11 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
- sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
- sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
- sp03/system.h, sp03/task1.c, sp03/task2.c: Clean up. Update.
-
-2011-06-11 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp09/screen02.c, sp09/screen13.c, sp09/sp09.scn, sp29/init.c,
- sp30/sp30.scn, sp32/init.c, spclockget/init.c: Avoid use of
- deprecated rtems_clock_get() except in spclockget().
-
-2011-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * spintrcritical01/init.c: Fixed warning fix.
-
-2011-05-13 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * sp21/init.c, sp21/sp21.doc sp21/sp21.scn: New test cases.
-
-2011-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp39/init.c: Fix tests broken in warning pass.
-
-2011-05-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * spnsext01/.cvsignore, spnsext01/Makefile.am, spnsext01/init.c,
- spnsext01/spnsext01.doc, spnsext01/spnsext01.scn: New files.
- * Makefile.am, configure.ac: Reflect changes above.
-
-2011-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp09/screen12.c, sp09/sp09.scn, sp21/Makefile.am, sp35/priinv.c,
- sp39/init.c, sp50/init.c, sp57/init.c, sp72/init.c, sp73/init.c,
- spintrcritical01/init.c, spprivenv01/init.c, spsimplesched01/init.c,
- spsimplesched02/init.c: Remove warnings.
-
-2011-04-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * sp09/screen02.c: Use integer value that fits into one character.
-
-2011-04-04 Gedare Bloom <giddyup44@yahoo.com>
-
- PR 1641/cpukit
- * Makefile.am, configure.ac: Create testcase for red black tree.
- * sprbtree01/init.c, sprbtree01/Makefile.am, sprbtree01/sprbtree01.doc,
- sprbtree01/sprbtree01.scn: New files.
-
-2011-03-16 Jennifer Averett <jennifer.averett@OARcorp.com>
-
- PR 1729/cpukit
- * spsize/size.c: Add next step in SMP support. This adds an allocated
- array of the Per_CPU structures to support multiple cpus vs a single
- instance of the structure which is still used if SMP support is
- disabled. Configuration support is also added to explicitly enable or
- disable SMP. But SMP can only be enabled for the CPUs which will
- support it initially -- SPARC and i386. With the stub BSP support, a
- BSP can be run as a single core SMP system from an RTEMS data
- structure standpoint.
-
-2011-03-16 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * spfifo05/init.c: Console interrupts perturb test.
-
-2011-03-16 Jennifer Averett <jennifer.averett@OARcorp.com>
-
- PR 1743/cpu
- * Makefile.am, configure.ac, spsize/size.c: Add Simple Priority
- Scheduler as complement to existing Deterministic Priority Scheduler.
- This scheduler serves both as an example and as a lighter weight
- implementation for smaller systems.
- * spsimplesched01/.cvsignore, spsimplesched01/Makefile.am,
- spsimplesched01/init.c, spsimplesched01/spsimplesched01.doc,
- spsimplesched01/spsimplesched01.scn, spsimplesched02/.cvsignore,
- spsimplesched02/Makefile.am, spsimplesched02/init.c,
- spsimplesched02/spsimplesched02.doc,
- spsimplesched02/spsimplesched02.scn, spsimplesched03/.cvsignore,
- spsimplesched03/Makefile.am, spsimplesched03/init.c,
- spsimplesched03/spsimplesched03.doc,
- spsimplesched03/spsimplesched03.scn: New files.
-
-2011-03-11 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * sp58/init.c, sp58/sp58.scn: Account for case where left hand side
- seconds field is less than.
-
-2011-03-11 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * sp08/sp08.scn: Convert to UNIX CR/LF.
-
-2011-03-11 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * sp08/Makefile.am, sp08/init.c, sp08/sp08.scn, sp09/screen07.c,
- sp09/sp09.scn: Improve coverage. Change mode while system not up and
- broadcast a message that is too large.
- * sp08/system.h, sp08/task1.c: Removed.
-
-2011-03-11 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * Makefile.am, configure.ac: Add sp73. This is a new test designed
- to improve coverage of the thread yield logic.
- * sp73/.cvsignore, sp73/Makefile.am, sp73/init.c, sp73/sp73.doc,
- sp73/sp73.scn: New files.
-
-2011-03-10 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * sp07/init.c: Improve coverage.
-
-2011-03-09 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * spwkspace/init.c: Adjust test to account for recent heap change on
- NULL.
-
-2011-03-09 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp43/init.c, sp43/sp43.scn: Improve coverage of _Thread_Get.
-
-2011-03-08 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * spchain/init.c: Improve coverage testing.
-
-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>
-
- * sp01/init.c, sp01/task1.c, sp02/init.c, sp02/preempt.c, sp02/task1.c,
- sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/task1.c, sp03/task2.c,
- sp04/init.c, sp04/task1.c, sp04/task2.c, sp04/task3.c, sp04/tswitch.c,
- sp05/init.c, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
- sp06/task1.c, sp06/task2.c, sp06/task3.c, sp07/buffered_io.c,
- sp07/init.c, sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
- sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
- sp07/tstart.c, sp08/init.c, sp08/task1.c, sp09/delay.c, sp09/init.c,
- sp09/isr.c, sp09/screen01.c, sp09/screen02.c, sp09/screen03.c,
- sp09/screen04.c, sp09/screen05.c, sp09/screen06.c, sp09/screen07.c,
- sp09/screen08.c, sp09/screen09.c, sp09/screen10.c, sp09/screen11.c,
- sp09/screen12.c, sp09/screen13.c, sp09/screen14.c, sp09/task1.c,
- sp09/task2.c, sp09/task3.c, sp09/task4.c, sp10/init.c, sp11/init.c,
- sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c, sp12/pridrv.c,
- sp12/pritask.c, sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c,
- sp12/task5.c, sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c,
- sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c, sp14/init.c,
- sp14/task1.c, sp14/task2.c, sp15/init.c, sp15/task1.c, sp16/init.c,
- sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
- sp17/asr.c, sp17/init.c, sp17/task1.c, sp17/task2.c, sp18/init.c,
- sp19/first.c, sp19/fptask.c, sp19/init.c, sp19/task1.c, sp20/getall.c,
- sp20/init.c, sp20/task1.c, sp21/init.c, sp22/delay.c, sp22/init.c,
- sp22/prtime.c, sp22/task1.c, sp23/init.c, sp23/task1.c, sp24/init.c,
- sp24/resume.c, sp24/task1.c, sp25/init.c, sp25/task1.c, sp26/init.c,
- sp26/task1.c, sp27/init.c, sp28/init.c, sp29/init.c, sp30/init.c,
- sp30/resume.c, sp30/task1.c, sp31/delay.c, sp31/init.c, sp31/prtime.c,
- sp31/task1.c, sp32/init.c, sp33/init.c, sp34/changepri.c, sp35/priinv.c,
- sp36/strict_order_mut.c, sp37/init.c, sp38/init.c, sp39/init.c,
- sp40/init.c, sp41/init.c, sp42/init.c, sp43/init.c, sp44/init.c,
- sp45/init.c, sp46/init.c, sp47/init.c, sp48/init.c, sp49/init.c,
- sp50/init.c, sp51/init.c, sp52/init.c, sp54/init.c, sp55/init.c,
- sp56/init.c, sp57/init.c, sp58/init.c, sp59/init.c, sp60/init.c,
- sp62/init.c, sp63/init.c, sp64/init.c, sp65/init.c, sp66/init.c,
- sp67/init.c, sp68/init.c, sp69/init.c, sp70/init.c, sp71/init.c,
- sp72/init.c, spassoc01/init.c, spchain/init.c, spclockget/init.c,
- spcoverage/init.c, sperror01/init.c, sperror02/init.c, sperror03/init.c,
- spfatal_support/consume_sems.c, spfatal_support/init.c, spfifo01/init.c,
- spfifo02/init.c, spfifo03/init.c, spfifo04/init.c, spfifo05/init.c,
- spheapprot/init.c, spintrcritical01/init.c, spintrcritical06/init.c,
- spintrcritical08/init.c, spintrcritical09/init.c,
- spintrcritical10/init.c, spintrcritical11/init.c,
- spintrcritical13/init.c, spintrcritical15/init.c,
- spintrcritical16/init.c, spintrcritical17/init.c,
- spintrcritical_support/intrcritical.c, spmkdir/init.c,
- spmountmgr01/init.c, spnotepad01/init.c, spobjgetnext/init.c,
- spprintk/init.c, spprivenv01/init.c, spsize/getint.c, spsize/init.c,
- spsize/size.c, spstkalloc/init.c, spthreadq01/init.c,
- spwatchdog/delay.c, spwatchdog/init.c, spwatchdog/prtime.c,
- spwatchdog/task1.c, spwkspace/init.c: Add HAVE_CONFIG_H.
-
-2011-02-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * sp09/Makefile.am: Switch to all managers since this is all of them.
-
-2011-02-08 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * sp69/init.c: Use "ld" instead of PRId32 to print
- struct timespec->tv_nsec.
- * sp19/inttest.h: Use PRIx32 instead of "lx".
-
-2011-02-02 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * sp04/tswitch.c: Shrink memory requirements.
-
-2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Require autoconf-2.68, automake-1.11.1.
-
-2010-11-26 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * spchain/init.c: Added test case.
-
-2010-11-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * spchain/init.c, spchain/spchain.scn: More test cases.
-
-2010-11-24 Gedare Bloom <giddyup44@yahoo.com>
-
- PR 1647/cpukit
- * spsize/size.c: Update documentation to reflect refactoring of
- SuperCore to add Scheduler Handler.
-
-2010-11-16 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp70/init.c, sp70/sp70.scn: Fix bug in test which lead to random
- memory corruption.
-
-2010-10-25 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * spchain/init.c: Attempt to improve coverage.
-
-2010-10-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * spchain/init.c, spwatchdog/task1.c: Do not violate chain API.
-
-2010-10-04 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * spfifo03/spfifo03.scn: Replace file.
-
-2010-10-03 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * spsize/size.c: Fix typo.
-
-2010-08-26 Bharath Suri <bharath.s.jois@gmail.com>
-
- PR 1663/testing
- * spmkdir/init.c, spmkdir/spmkdir.scn: Added some test outputs to
- the test.
-
-2010-08-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * spheapprot/.cvsignore, spheapprot/Makefile.am,
- spheapprot/spheapprot.doc, spheapprot/spheapprot.scn: New files.
- * Makefile.am, configure.ac: Reflect changes above.
-
-2010-08-24 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * spchain/init.c, spchain/spchain.doc, spchain/spchain.scn: New test
- cases.
-
-2010-08-23 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * spfatal24/.cvsignore, spfatal24/Makefile.am,
- spfatal24/spfatal24.doc, spfatal24/spfatal24.scn,
- spfatal24/testcase.h, spfatal25/.cvsignore, spfatal25/Makefile.am,
- spfatal25/spfatal25.doc, spfatal25/spfatal25.scn,
- spfatal25/testcase.h: New files.
- * Makefile.am, configure.ac: Reflect changes above.
-
-2010-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- PR 1658/cpukit
- * Makefile.am, configure.ac: If the system is not up, consider it a
- fatal error. This eliminated sp61 and added spfatal23.
- * spfatal23/.cvsignore, spfatal23/Makefile.am, spfatal23/spfatal23.doc,
- spfatal23/spfatal23.scn, spfatal23/testcase.h: New files.
- * sp61/.cvsignore, sp61/Makefile.am, sp61/init.c, sp61/sp61.doc,
- sp61/sp61.scn: Removed.
-
-2010-08-10 Bharath Suri <bharath.s.jois@gmail.com>
-
- PR 1663/testing
- * spmkdir/init.c: New cases to get the error path in rtems_mkdir
- routine.
-
-2010-08-09 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- PR 1661/testing
- * spfifo02/init.c, spmountmgr01/init.c, spprivenv01/init.c: Eliminate
- most references to RTEMS_Malloc_Heap.
-
-2010-08-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * sp09/screen12.c: Update for rtems_region_create() changes.
- * sp09/sp09.scn: Update.
-
-2010-08-08 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- PR 1647/testing
- * spsize/size.c: Remove redundant initialize uninitialized to 0.
-
-2010-07-30 Gedare Bloom <giddyup44@yahoo.com>
-
- PR 1599/cpukit
- * spsize/size.c: Rename _Context_Switch_necessary to
- _Thread_Dispatch_necessary to more properly reflect the intent.
-
-2010-07-29 Bharath Suri <bharath.s.jois@gmail.com>
-
- PR 1621/testing
- * Makefile.am, configure.ac: Improve coverage of private environment.
- * spprivenv01/.cvsignore, spprivenv01/Makefile.am, spprivenv01/init.c,
- spprivenv01/spprivenv01.doc, spprivenv01/spprivenv01.scn: New files.
-
-2010-07-27 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * sp43/init.c, sp43/sp43.scn: Add code to exercise case where an API
- pointer is NULL when getting an object name.
-
-2010-07-27 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * sp11/sp11.scn, sp11/task1.c: Add test case for receiving all events
- no wait but the condition is only partially satisfied.
-
-2010-07-26 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: Add test to extract a task blocked with
- timeout on a priority ordered thread queue.
- * sp72/.cvsignore, sp72/Makefile.am, sp72/init.c, sp72/sp72.doc,
- sp72/sp72.scn: New files.
-
-2010-07-16 Bharath Suri <bharath.s.jois@gmail.com>
-
- PR 1617/testing
- * spmountmgr01/init.c, spmountmgr01/spmountmgr01.scn,
- spmountmgr01/spmountmgr01.doc: Added cases to exercise
- mount-mktgt.c.
-
-2010-07-15 Bharath Suri <bharath.s.jois@gmail.com>
-
- PR 1617/testing
- * spmountmgr01/init.c, spmountmgr01/Makefile.am,
- spmountmgr/.cvsignore, spmountmgr01/spmountmgr01.doc,
- spmountmgr01/spmountmgr01.scn: New test which improves coverage
- of mount-mgr.c under libcsupport.
- * Makefile.am, configure.ac: Changes to accommodate the new test.
-
-2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * spprintk/init.c, spprintk/spprintk.doc, spprintk/spprintk.scn: Clean
- up and add test of getchark().
-
-2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * spfatal21/Makefile.am: Fix typo.
-
-2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: Add tests for sbrk fatal error case and
- libio initialization fatal error case.
- * spfatal21/.cvsignore, spfatal21/Makefile.am, spfatal21/spfatal21.doc,
- spfatal21/spfatal21.scn, spfatal21/testcase.h, spfatal22/.cvsignore,
- spfatal22/Makefile.am, spfatal22/spfatal22.doc,
- spfatal22/spfatal22.scn, spfatal22/testcase.h: New files.
-
-2010-07-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * spintrcritical06/init.c: Switch semaphore obtain timeouts of
- variants. Cleanup.
- * spintrcritical05/spintrcritical05.scn,
- spintrcritical06/spintrcritical06.scn,
- spintrcritical07/spintrcritical07.scn,
- spintrcritical11/spintrcritical11.scn,
- spintrcritical12/spintrcritical12.scn,
- spintrcritical13/spintrcritical13.scn,
- spintrcritical14/spintrcritical14.scn: Update.
-
-2010-07-08 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: Readd spfatal09 as a malloc initialization
- fatal error.
- * spfatal09/.cvsignore, spfatal09/Makefile.am, spfatal09/spfatal09.doc,
- spfatal09/spfatal09.scn, spfatal09/testcase.h: New files.
-
-2010-07-07 Bharath Suri <bharath.s.jois@gmail.com>
-
- PR 1603/testing
- * spassoc01/init.c, spassoc01/Makefile.am,
- spassoc01/spassoc01.doc, spassoc01/spassoc01.scn: Added new test.
- * Makefile.am, configure.ac: Added new test spassoc01 for
- rtems_assoc routines.
-
-2010-07-07 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- PR 1606/cpukit
- * spfatal_support/init.c: Remove
- INTERNAL_ERROR_INVALID_WORKSPACE_ADDRESS since it is not generated.
-
-2010-07-08 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * spfatal09/.cvsignore, spfatal09/Makefile.am,
- spfatal09/spfatal09.doc, spfatal09/spfatal09.scn,
- spfatal09/testcase.h: Removed files.
- * Makefile.am, configure.ac: Reflect changes above.
- * spfatal_support/init.c: Print end of test message in case of
- success. Stop multitasking in the fatal error extension.
- * spfatal03/testcase.h, spfatal07/testcase.h: Use printk() instead of
- puts().
- * spfatal01/spfatal01.scn, spfatal02/spfatal02.scn,
- spfatal03/spfatal03.scn, spfatal04/spfatal04.scn,
- spfatal05/spfatal05.scn, spfatal06/spfatal06.scn,
- spfatal07/spfatal07.scn, spfatal08/spfatal08.scn,
- spfatal10/spfatal10.scn, spfatal11/spfatal11.scn,
- spfatal12/spfatal12.scn, spfatal13/spfatal13.scn,
- spfatal14/spfatal14.scn, spfatal15/spfatal15.scn,
- spfatal16/spfatal16.scn, spfatal17/spfatal17.scn,
- spfatal18/spfatal18.scn, spfatal19/spfatal19.scn,
- spfatal20/spfatal20.scn: Update.
-
-2010-07-06 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * sp21/init.c, sp21/sp21.scn: Tidy up with one last case to get 100%
- coverage of rtems_io_lookup_name().
-
-2010-07-06 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * sp21/Makefile.am, sp21/init.c, sp21/sp21.scn: Add
- rtems_io_lookup_name() and simplify test.
- * sp21/system.h, sp21/task1.c: Removed.
-
-2010-07-05 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: Add new fatal error test for termios
- initialize.
- * spfatal20/.cvsignore, spfatal20/Makefile.am, spfatal20/spfatal20.doc,
- spfatal20/spfatal20.scn, spfatal20/testcase.h: New files.
-
-2010-07-05 Bharath Suri <bharath.s.jois@gmail.com>
-
- PR 1600/testing
- * spfifo05/init.c, spfifo05/spfifo05.doc, spfifo05/spfifo05.scn,
- spfifo05/Makefile.am: New tests for pipe/fifo routines.
- * Makefile.am, configure.ac: Add new test.
-
-2010-07-02 Bharath Suri <bharath.s.jois@gmail.com>
-
- PR 1600/testing
- * spfifo04/init.c, spfifo04/spfifo04.doc, spfifo04/spfifo04.scn,
- spfifo04/Makefile.am: New files to improve coverage on fifo/pipe
- routines
- * Makefile.am, configure.ac: Add new test.
-
-2010-07-01 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp68/init.c: Add alignment to region_area. Fix spelling.
-
-2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- PR 1573/cpukit
- * spsize/size.c: Add a per cpu data structure which contains the
- information required by RTEMS for each CPU core. This encapsulates
- information such as thread executing, heir, idle and dispatch needed.
-
-2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp69/Makefile.am: Really needs spin.c
-
-2010-06-26 Bharath Suri <bharath.s.jois@gmail.com>
-
- PR 1592/testing
- * Makefile.am, configure.ac: Changes to incorporate sperror01,
- sperror02, sperror03
- * sperror01/init.c, sperror02/init.c: New tests to exercise
- rtems_error routine
- * sperror03/init.c: New test to exercise rtems_panic routine
-
-2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp69/Makefile.am, sp71/Makefile.am, spfifo02/Makefile.am: Tests do
- not need spin.c
-
-2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp70/Makefile.am: Tests do not need spin.c
-
-2010-06-24 Bharath Suri <bharath.s.jois@gmail.com>
-
- * Makefile.am, configure.ac: Removed some fifo tests.
- * spfifo01/Makefile.am, spfifo01/init.c: Minor changes to avoid
- excessive new lines in the output.
-
- spfifo02/Makefile.am, spfifo02/init.c, spfifo02/spfifo02.doc,
- spfifo02/spfifo02.scn, spfifo03/Makefile.am: Merge from spfifo08.
- Also added a few more cases, mostly from spfifo04/init.c.
- * spfifo03/init.c, spfifo03/spfifo03.doc, spfifo03/spfifo03.scn:
- Previously was spfifo06. Configure parameter for pipes is used now.
- * spfifo04/.cvsignore, spfifo04/Makefile.am, spfifo04/init.c,
- spfifo04/spfifo04.doc, spfifo04/spfifo04.scn, spfifo08/.cvsignore,
- spfifo08/Makefile.am, spfifo08/init.c, spfifo08/spfifo08.doc,
- spfifo08/spfifo08.scn: Removed.
-
-2010-06-22 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * Makefile.am, configure.ac: Add new test to exercise path where using
- unlimited object support you are about to allocate more objects than
- can be represented in the Id. This test will NOT pass on targets with
- insufficient RAM.
- * sp71/.cvsignore, sp71/Makefile.am, sp71/init.c, sp71/sp71.doc,
- sp71/sp71.scn: New files.
-
-2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: spfatal20 not ready.
-
-2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: Add new tests to generate fatal errors in
- rtems_termios_open().
- * spfatal16/.cvsignore, spfatal16/Makefile.am, spfatal16/spfatal16.doc,
- spfatal16/spfatal16.scn, spfatal16/testcase.h, spfatal17/.cvsignore,
- spfatal17/Makefile.am, spfatal17/spfatal17.doc,
- spfatal17/spfatal17.scn, spfatal17/testcase.h, spfatal18/.cvsignore,
- spfatal18/Makefile.am, spfatal18/spfatal18.doc,
- spfatal18/spfatal18.scn, spfatal18/testcase.h, spfatal19/.cvsignore,
- spfatal19/Makefile.am, spfatal19/spfatal19.doc,
- spfatal19/spfatal19.scn, spfatal19/testcase.h: New files.
-
-2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac, spfatal_support/init.c,
- spfatal_support/system.h: Add new tests to generate fatal errors in
- open_dev_console().
- * spfatal14/.cvsignore, spfatal14/Makefile.am, spfatal14/spfatal14.doc,
- spfatal14/spfatal14.scn, spfatal14/testcase.h, spfatal15/.cvsignore,
- spfatal15/Makefile.am, spfatal15/spfatal15.doc,
- spfatal15/spfatal15.scn, spfatal15/testcase.h,
- spfatal_support/consume_sems.c: New files.
-
-2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp43/init.c: Remove more ITRON references.
-
-2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp09/screen01.c: Fix warning.
-
-2010-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * spfifo08/init.c: Catch more cases but discussion on errors and proper
- behaviour remain.
-
-2010-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * spfifo02/init.c, spfifo03/init.c, spfifo04/init.c: Configure pipes
- used.
-
-2010-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: New test for error cases in FIFO creation.
- * spfifo08/.cvsignore, spfifo08/Makefile.am, spfifo08/init.c,
- spfifo08/spfifo08.doc, spfifo08/spfifo08.scn: New files.
-
-2010-06-19 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp09/screen01.c, sp09/sp09.scn, sp43/init.c, sp43/sp43.scn,
- spfatal_support/init.c: Remove references to ITRON constants.
-
-2010-06-19 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: Add sp70 to test slot
- reclamation and reuse for unlimited object configuration.
- * sp70/.cvsignore, sp70/Makefile.am, sp70/init.c, sp70/sp70.doc,
- sp70/sp70.scn: New files.
-
-2010-06-08 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * sp16/task1.c: Update for heap extend changes.
-
-2010-06-08 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
-
- * spfifo01/init.c, spfifo01/spfifo01.scn: Update for IMFS API changes.
-
-2010-06-08 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
-
- * spmkdir/.cvsignore, spmkdir/Makefile.am, spmkdir/init.c,
- spmkdir/spmkdir.doc, spmkdir/spmkdir.scn: New files.
- * Makefile.am, configure.ac: Reflect changes above.
-
-2010-06-07 Bharath Suri <bharath.s.jois@gmail.com>
-
- * spfifo01/main.c: New file.
-
-2010-06-07 Bharath Suri <bharath.s.jois@gmail.com>
-
- PR PR1542
- * Makefile.am, configure.ac: Coverage improvement: fifo_open.
- * spfifo01/spfifo01.doc, spfifo01/spfifo01.scn, spfifo01/test.c,
- spfifo02/Makefile.am, spfifo02/main.c, spfifo02/spfifo02.doc,
- spfifo02/spfifo02.scn, spfifo02/test.c, spfifo03/Makefile.am,
- spfifo03/main.c, spfifo03/spfifo03.doc, spfifo03/spfifo03.scn,
- spfifo03/test.c, spfifo04/Makefile.am, spfifo04/main.c,
- spfifo04/spfifo04.doc, spfifo04/spfifo04.scn, spfifo04/test.c: New
- files.
-
-2010-06-07 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
-
- * sp09/screen12.c: Update for heap extend changes.
-
-2010-04-03 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * sp62/init.c, sp65/init.c: #include <unistd.h>.
-
-2010-03-12 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp43/init.c: Readdress use of ctype methods per recommendation from
- D.J. Delorie on the newlib mailing list. We should pass an unsigned
- char into these methods.
-
-2010-03-10 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: Add new fatal error for configuring
- unlimited and maximum of 0.
- * spfatal13/.cvsignore, spfatal13/Makefile.am, spfatal13/spfatal13.doc,
- spfatal13/spfatal13.scn, spfatal13/testcase.h: New files.
-
-2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp43/init.c: Fix warning.
-
-2009-12-15 Glenn Humphrey <glenn.humphrey@OARcorp.com>
-
- * sp69/init.c: Fixed warnings.
-
-2009-12-10 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp14/sp14.doc, sp14/sp14.scn: doc file have scn contents. Fix and
- update.
-
-2009-12-10 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp69/init.c, sp69/sp69.doc, sp69/sp69.scn: Add test for statistics on
- expired periods. This detected the recently introduced PR1480.
-
-2009-12-10 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp69/.cvsignore: New file.
-
-2009-12-08 Glenn Humphrey <glenn.humphrey@OARcorp.com>
-
- * Makefile.am, configure.ac: Added a test for rate_monotonic_get_status
- to ensure that all paths are tested.
- * sp69/Makefile.am, sp69/init.c, sp69/sp69.doc, sp69/sp69.scn: New files.
-
-2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp31/task1.c: Fixed spacing.
-
-2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp18/init.c, sp31/task1.c, sp43/init.c, sp63/init.c, sp64/init.c,
- spfatal10/testcase.h, spfatal11/testcase.h, spobjgetnext/init.c,
- spwkspace/init.c: Use rtems_test_assert() consistently instead of
- system assert(). rtems_test_assert() is designed to integrate into
- the RTEMS test suite infrastructure.
-
-2009-12-04 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
-
- * sp31/sp31.scn, sp31/task1.c, spintrcritical17/init.c: New test
- cases. Updated copyright notice.
-
-2009-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * sp25/task1.c: Use PRIuPTR for segment_sizes.
-
-2009-11-30 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
-
- * sp68/Makefile.in, sp68/.cvsignore,
- * spintrcritical17/Makefile.in, spintrcritical17/.cvsignore:
- removed unneeded Makefile.in, added cvsignore
-
-2009-11-30 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
-
- * sp68/init.c, sp68/Makefile.am, sp68/sp68.doc, sp68/sp68.scn,
- spintrcritical17/init.c, spintrcritical17/Makefile.am,
- spintrcritical17/spintrcritical17.doc,
- spintrcritical17/spintrcritical17.scn: New files.
- * Makefile.am, configure.ac: Update for test sp68 and spintrcritical17.
- * sp31/task1.c, sp67/init.c: Changes for new timer server
- implementation.
- * sp52/init.c: The init task must be preemptible to let the timer
- server run.
-
-2009-11-23 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- PR 1460/cpukit
- * sp43/init.c: Change return type on methods accessing portions of
- RTEMS Ids to int. This allows -1 to be return on error.
-
-2009-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * spsize/Makefile.am: Fix broken install rule.
-
-2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * spprintk/spprintk.scn: Add end of line at end of file.
-
-2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp32/Makefile.am, sp33/Makefile.am, sp37/Makefile.am,
- sp38/Makefile.am, sp39/Makefile.am, sp43/Makefile.am,
- sp44/Makefile.am, spfatal01/Makefile.am, spfatal02/Makefile.am,
- spfatal03/Makefile.am, spfatal04/Makefile.am, spfatal05/Makefile.am,
- spfatal06/Makefile.am, spfatal07/Makefile.am, spfatal08/Makefile.am,
- spfatal09/Makefile.am, spobjgetnext/Makefile.am,
- spprintk/Makefile.am, spsize/Makefile.am, spwatchdog/Makefile.am,
- spwkspace/Makefile.am: Add documentation files for multiple tests.
- * sp32/sp32.doc, sp33/sp33.doc, sp37/sp37.doc, sp38/sp38.doc,
- sp39/sp39.doc, sp43/sp43.doc, sp44/sp44.doc, spfatal01/spfatal01.doc,
- spfatal02/spfatal02.doc, spfatal03/spfatal03.doc,
- spfatal04/spfatal04.doc, spfatal05/spfatal05.doc,
- spfatal06/spfatal06.doc, spfatal07/spfatal07.doc,
- spfatal08/spfatal08.doc, spfatal09/spfatal09.doc,
- spobjgetnext/spobjgetnext.doc, spprintk/spprintk.doc,
- spsize/spsize.doc, spwatchdog/spwatchdog.doc,
- spwkspace/spwkspace.doc: New files.
-
-2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * sp14/asr.c: Remove PRIxrtems_signal_set (moved to tmacros.h).
- Include "tmacros.h".
- * sp63/init.c: Pass UINTPTR_MAX instead of 0xffffffff to
- _Heap_Allocate for 16bit compliance.
- * sp44/init.c: Another printf format fix.
-
-2009-10-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * sp37/init.c: Add local prototypes for
- rtems_interrupt_disable, rtems_interrupt_enable,
- rtems_interrupt_flash, rtems_interrupt_is_in_progress.
- * sp43/init.c: Add local prototypes for
- rtems_object_api_minimum_class, rtems_object_api_maximum_class,
- rtems_build_id, rtems_build_name, rtems_object_id_api_maximum,
- rtems_object_id_api_minimum, rtems_object_id_get_api,
- rtems_object_id_get_class, rtems_object_id_get_index,
- rtems_object_id_get_node.
- Spray PRId32's into printf's for 16bit target complianance.
- * sp37/init.c: Add local prototype for
- rtems_interrupt_level_attribute.
-
-2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * sp29/init.c: Include "tmacros.h".
- Misc. changes related to rtems_intervals.
- * sp14/asr.c: Add PRIxrtems_signal_set.
- Use PRIxrtems_signal_set to print rtems_signal_set's.
- * sp13/task3.c: Use PRIu32 to print "count".
- * sp09/screen12.c: Segment sizes are uintptr_t's.
- * sp09/screen11.c: Use size_t for "size".
- * sp62/init.c: Segment sizes are uintptr_t's.
- * sp25/task1.c: Use PRIuPTR to print segment_size's.
- * sp21/task1.c: Add PRIurtems_device_major_number.
- * sp11/task1.c, sp11/task2.c:
- Use PRIxrtems_event_set to print rtems_event_set's.
- * sp09/screen13.c: Revert previous change.
- Remove broken extraneous line seemingly having crept into in
- 2009-08-10 patch.
- * sp27/init.c: Remove extraneous argument to print.
- * spsize/size.c: Use PRIu32 to print sys_req.
- * sp37/init.c: Add missing argument to printf.
- * sp44/init.c, sp35/priinv.c, sp33/init.c, sp28/init.c,
- sp12/pritask.c, sp34/changepri.c:
- Use PRIdrtems_task_argument to print rtems_task_argument's.
-
-2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * sp25/task1.c: segment_size is uintptr_t.
- * spfatal06/testcase.h: Add missing return.
- * sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c:
- Duplicate code from rtems_name_to_characters to convert rtems_name's
- into char arrays.
- * sp09/screen13.c: Comment out unused return status.
- * sp63/init.c: Use PRIu32 to print uint32_t's.
- * sp33/init.c: Use PRIu32 to print uint32_t's.
- * sp28/init.c: Use PRIu32 to print uint32_t's.
-
-2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * sp31/task1.c: Use PRIdWatchdog_Interval to print
- Watchdog_Interval's.
- * sp20/task1.c, sp32/init.c, spclockget/init.c: Use
- PRIdrtems_interval to print rtems_interval's.
-
-2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * sp13/task1.c: Misc. uint32_t fixes.
- * sp20/task1.c: Misc. uint32_t fixes.
- * sp47/init.c: Add PRIXModes_Control, PRIXrtems_mode.
- Use PRIXrtems_mode to print rtems_mode's.
- * sp08/system.h: Add PRIxModes_Control, PRIxrtems_mode.
- Use PRIxrtems_mode to print rtems_mode's.
- * sp19/first.c, sp19/fptask.c, sp19/fptest.h, sp19/inttest.h,
- sp19/task1.c: Add missing PRI*32's.
-
-2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * sp34/changepri.c, sp35/priinv.c:
- Use PRIdPriority_Control to print Priority_Control's.
-
-2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * sp34/changepri.c, sp59/init.c:
- Use PRIdrtems_task_priority to print rtems_task_priority's.
- * sp07/task1.c, sp07/task2.c, ssp12/pritask.c:
- Use PRIdrtems_task_priority to print rtems_task_priority's.
- * sp12/system.h:
- Change Priority_Test_driver to use rtems_task_priority argument.
- * sp12/pridrv.c:
- Change Priority_Test_driver to use rtems_task_priority argument.
- Use PRIdrtems_task_priority to print rtems_task_priority's.
-
-2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * sp02/task1.c, sp12/task1.c, sp13/task1.c, sp14/task1.c, sp15/task1.c,
- sp16/task1.c, sp20/task1.c, sp22/init.c, sp22/task1.c, sp23/task1.c,
- sp25/task1.c, sp31/init.c, sp31/task1.c, sp34/changepri.c,
- sp35/priinv.c, sp43/init.c, sp45/init.c, spwatchdog/init.c,
- spwatchdog/task1.c: Use PRIxrtems_id to print rtems_ids.
-
-2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * sp13/task1.c, sp48/init.c: Use %zu instead of %d to print size_t's.
- * sp50/init.c, spclockget/init.c: Use PRItime_t to print time_t's.
- * sp63/init.c: Fix _Heap_Resize_block args.
- * sp09/screen09.c: Eliminate unused var warning.
-
-2009-10-24 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * sp27/init.c, spsize/init.c: Fix prototypes.
- * spwatchdog/task1.c: Remove unused vars.
-
-2009-10-24 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * sp10/init.c, sp18/init.c, sp27/init.c, sp35/priinv.c
- sp63/init.c, sp65/init.c, sp67/init.c, spintrcritical11/init.c
- spobjgetnext/init.c, spprintk/init.c:
- Eliminate unused vars.
-
-2009-10-23 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
-
- * spintrcritical06/init.c, spintrcritical15/init.c, sp46/init.c: Fixed
- confdefs.h define typos.
-
-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>
-
- * sp32/init.c: Lengthen the clock tick and move configuration to the
- bottom of the file.
-
-2009-10-10 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: Add new test to exercise when the ticks
- since boot wraps around 0 and the timer server must deal with that
- condition.
- * sp67/.cvsignore, sp67/Makefile.am, sp67/init.c, sp67/sp67.doc,
- sp67/sp67.scn: New files.
-
-2009-10-09 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
-
- * sp40/init.c, sp40/sp40.doc, sp40/sp40.scn: New test cases.
-
-2009-10-04 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
-
- * spintrcritical09/init.c, spintrcritical10/init.c,
- spintrcritical11/init.c: Fixed potentially infinite loops.
- * sp20/system.h: Increased micro seconds per tick in order to be more
- independent of the console output speed.
-
-2009-10-04 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp07/init.c, sp07/sp07.scn, sp09/init.c, sp09/screen01.c,
- sp09/sp09.scn, sp28/init.c, sp62/init.c, sp62/sp62.scn, sp64/init.c,
- sp64/sp64.scn: Add more test cases highlighted on SPARC at -O2, x86
- at -Os and m68k at -Os. Fix typos.
-
-2009-10-02 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * sp54/init.c: Use rtems_build_id to make building Objects_Id
- RTEMS_USE_16_BIT_OBJECT clean.
-
-2009-09-28 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac: Add new test to exercise when notepads are
- not configured.
- * spnotepad01/.cvsignore, spnotepad01/Makefile.am, spnotepad01/init.c,
- spnotepad01/spnotepad01.doc, spnotepad01/spnotepad01.scn: New files.
-
-2009-09-28 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp09/screen01.c, sp09/screen02.c, sp09/screen03.c, sp09/screen05.c,
- sp09/screen09.c, sp09/screen14.c, sp09/sp09.scn, sp28/init.c,
- sp28/sp28.scn, sp43/init.c: Add more error cases uncovered by uC5282
- coverage runs.
-
-2009-09-28 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp09/screen02.c, sp09/screen04.c, sp09/screen07.c, sp09/screen09.c,
- sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/sp09.scn: Add
- some error cases uncovered by uC5282 coverage runs.
-
-2009-09-28 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp33/init.c, sp33/sp33.scn: Add some barrier error cases uncovered by
- uC5282 coverage runs.
-
-2009-09-27 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp59/init.c, spintrcritical15/init.c, spintrcritical16/init.c:
- Correct minor issues uncovered on uC5282.
-
-2009-09-26 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp04/tswitch.c, sp07/system.h, sp07/taskexit.c, sp07/tdelete.c,
- sp07/tstart.c, spfatal_support/init.c, spfatal_support/system.h:
- Eliminate use of deprecated rtems_extension.
-
-2009-09-25 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp14/asr.c, sp14/sp14.doc, sp14/task1.c, sp14/task2.c: Adjust test to
- run when IO speed varies.
-
-2009-09-14 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp43/init.c, sp43/sp43.scn: Minor correction to test case so it hits
- the intended code.
-
-2009-09-14 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * configure.ac: Revert accidentally committed lines.
-
-2009-09-14 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac, sp65/init.c: Add new test to exercise very
- simple priority ceiling case that was previously only tested via the
- POSIX API.
- * sp66/.cvsignore, sp66/Makefile.am, sp66/init.c, sp66/sp66.doc,
- sp66/sp66.scn: New files.
-
-2009-09-13 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp43/Makefile.am, sp43/init.c, sp43/sp43.scn, sp43/system.h: Add test
- for Id which is in range for the object class but not allocated yet.
-
-2009-09-09 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp46/init.c, sp46/sp46.scn: Fix numbering.
-
-2009-09-07 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
-
- * spintrcritical_support/intrcritical.c: Fixed timing rountines.
-
-2009-09-04 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * spfatal01/spfatal01.scn, spfatal01/testcase.h,
- spfatal02/spfatal02.scn, spfatal02/testcase.h,
- spfatal03/spfatal03.scn, spfatal03/testcase.h,
- spfatal04/spfatal04.scn, spfatal04/testcase.h,
- spfatal05/spfatal05.scn, spfatal05/testcase.h,
- spfatal06/spfatal06.scn, spfatal06/testcase.h,
- spfatal07/spfatal07.scn, spfatal07/testcase.h,
- spfatal08/spfatal08.scn, spfatal08/testcase.h,
- spfatal09/spfatal09.scn, spfatal09/testcase.h, spfatal10/Makefile.am,
- spfatal10/spfatal10.scn, spfatal11/Makefile.am,
- spfatal11/spfatal11.scn, spfatal12/Makefile.am,
- spfatal12/spfatal12.scn, spfatal_support/init.c: Make all fatal error
- tests use testcase.h and spfatal_support framework. Print test name
- herald in all cases.
- * spfatal10/testcase.h, spfatal11/testcase.h, spfatal12/testcase.h:
- New files.
- * spfatal10/init.c, spfatal11/init.c, spfatal12/init.c: Removed.
-
-2009-09-04 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * spfatal07/testcase.h: Indicate test is not applicable on some
- architectures.
-
-2009-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am: Fix spacing.
-
-2009-08-26 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
-
- * spstkalloc/init.c: Changed allocator signature. Functions are now
- static.
-
-2009-08-25 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
-
- * sp29/init.c: Fixed return value evaluation.
- * sp59/init.c, sp59/sp59.scn: Added status code assignment. Fixed typos.
- * sp63/init.c: Check return value of _Heap_Initialize().
-
-2009-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * spwatchdog/spwatchdog.scn, spwatchdog/task1.c: Add test for
- _Watchdog_Report() when name is not NULL. This case was covered at
- -Os on erc32 but at -O2 we had more code.
-
-2009-08-18 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp63/init.c, sp63/sp63.scn: Add case for math on size requested
- overflowing on _Heap_Allocate_aligned.
-
-2009-08-18 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * spobjgetnext/init.c, spobjgetnext/spobjgetnext.scn: Add error cases
- for various null parameters.
-
-2009-08-18 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp16/sp16.scn, sp16/task1.c: Fix typo.
-
-2009-08-17 Santosh G Vattam <vattam.santosh@gmail.com>
-
- * sp65/init.c: Remove stray print.
- * sp65/sp65.doc: Add information on second case.
-
-2009-08-13 Santosh G Vattam <vattam.santosh@gmail.com>
-
- * sp65/init.c, sp65/sp65.doc, sp65/sp65.scn: Add new test case to
- verify that obtaining a priority ceiling mutex when the calling
- task's priority is the same as the priority ceiling is handled
- correctly.
-
-2009-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp02/task1.c, sp02/task2.c, sp02/task3.c, sp03/task2.c, sp05/task1.c,
- sp05/task2.c, sp05/task3.c, sp06/task1.c, sp06/task2.c,
- sp09/screen02.c, sp09/screen04.c, sp09/screen06.c, sp09/screen07.c,
- sp09/screen10.c, sp09/screen12.c, sp09/screen13.c, sp09/screen14.c,
- sp11/task1.c, sp11/task2.c, sp12/pridrv.c, sp12/pritask.c,
- sp12/task1.c, sp13/task1.c, sp13/task2.c, sp14/task1.c, sp16/task1.c,
- sp16/task4.c, sp19/fptask.c, sp19/task1.c, sp22/task1.c,
- sp24/task1.c, sp26/task1.c, sp29/init.c, sp30/task1.c, sp31/task1.c,
- sp33/init.c, sp45/init.c, sp46/init.c, sp50/init.c,
- spintrcritical06/init.c, spwatchdog/task1.c: Eliminate test routines
- TICKS_PER_SECOND and get_ticks_per_second() in favor of new
- rtems_clock_get_ticks_per_second().
-
-2009-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp65/init.c: Add semi-colon to end of rtems_semaphore_create call.
- Change attributes to priority ceiling. Use directive_failed, not
- assert. Configure a semaphore not a region.
-
-2009-08-12 Santosh G Vattam <vattam.santosh@gmail.com>
-
- * ChangeLog, Makefile.am, configure.ac: Add new test for some core
- mutex cases.
- * sp65/.cvsignore, sp65/Makefile.am, sp65/init.c, sp65/sp65.doc,
- sp65/sp65.scn: New files.
-
-2009-08-12 Santosh G Vattam <vattam.santosh@gmail.com>
-
- * Makefile.am, configure.ac: Add new test for some core mutex cases.
- * sp65/.cvsignore, sp65/Makefile.am, sp65/init.c, sp65/sp65.doc,
- sp65/sp65.scn: New files.
-
-2009-08-11 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * spintrcritical01/init.c, spintrcritical06/init.c: Use 1 millisecond
- per tick.
-
-2009-08-11 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac, sp62/init.c, sp64/init.c: Add new test and
- adjust existing for alignment. New test ensures coverage begin and
- end marker methods are exercised so they do not get considered
- unexecuted.
- * spcoverage/.cvsignore, spcoverage/Makefile.am, spcoverage/init.c,
- spcoverage/spcoverage.doc, spcoverage/spcoverage.scn: New files.
-
-2009-08-10 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac: Add new test to exercise legacy
- rtems_clock_get().
- * spclockget/.cvsignore, spclockget/Makefile.am, spclockget/init.c,
- spclockget/spclockget.doc, spclockget/spclockget.scn: New files.
-
-2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp04/task1.c, sp09/screen02.c, sp09/screen04.c, sp09/sp09.scn,
- sp38/init.c: Convert calls to legacy routine rtems_clock_get(
- RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
-
-2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp01/sp01.scn, sp01/task1.c, sp03/task1.c, sp03/task2.c,
- sp04/task1.c, sp04/tswitch.c, sp09/screen02.c, sp09/screen13.c,
- sp09/screen14.c, sp09/sp09.scn, sp11/sp11.scn, sp11/task1.c,
- sp11/task2.c, sp19/fptask.c, sp19/sp19.scn, sp19/task1.c,
- sp22/prtime.c, sp22/sp22.scn, sp22/task1.c, sp24/sp24.scn,
- sp24/task1.c, sp30/task1.c, sp31/prtime.c, sp31/sp31.scn,
- sp31/task1.c, spwatchdog/prtime.c, spwatchdog/spwatchdog.scn,
- spwatchdog/task1.c: Convert calls to legacy routine rtems_clock_get(
- RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
-
-2009-08-07 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp28/init.c, sp28/sp28.scn: Update screen. Add a few missing error
- cases.
-
-2009-08-06 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp64/init.c, sp64/sp64.scn: Chris ensured that nothing is moved until
- all memory is successfully allocated. This means the test can
- validate the heap is unchanged on extend failure.
-
-2009-08-06 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * spintrcritical01/init.c, spintrcritical06/init.c,
- spintrcritical08/init.c, spintrcritical13/init.c: Lower microseconds
- per tick so tests run quicker and more reliably hit the intended
- critical section.
-
-2009-08-05 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac, sp63/init.c: Add new test for exercising
- when we are unable to allocate the memory needed for an object
- extend. Make sure all is handled properly.
- * sp64/.cvsignore, sp64/Makefile.am, sp64/init.c, sp64/sp64.doc,
- sp64/sp64.scn: New files.
-
-2009-08-01 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp63/init.c: Correct test case two.
-
-2009-08-01 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp63/init.c, sp63/sp63.scn: Move into subroutines and add a second
- test case to exercise another odd branch not taken.
-
-2009-07-31 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac, sp62/init.c: Add new test to ensure a
- particular path is taken through the _Heap_Resize_block code.
- * sp63/.cvsignore, sp63/Makefile.am, sp63/init.c, sp63/sp63.doc,
- sp63/sp63.scn: New files.
-
-2009-07-30 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp42/Makefile.am, sp42/init.c, sp42/sp42.scn: Test was testing the
- wrong thing in a cpp macro. Added contents to screen file and add
- documentation file.
- * sp42/sp42.doc: New file.
-
-2009-07-30 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * spintrcritical16/spintrcritical16.doc: Remove junk and typos.
-
-2009-07-30 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * spintrcritical16/init.c: Tinker with test to make it hit the case
- more reliably.
-
-2009-07-29 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: Add new test to exercise as many cases as
- possible of not being able to allocate memory from the workspace
- during thread creation.
- * sp18/.cvsignore, sp18/Makefile.am, sp18/init.c, sp18/sp18.doc,
- sp18/sp18.scn: New files.
-
-2009-07-28 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac: Add new test to handle the case where
- a region resize frees enough memory to unblock a task.
- * sp62/.cvsignore, sp62/Makefile.am, sp62/init.c, sp62/sp62.doc,
- sp62/sp62.scn: New files.
- * sp61/init.c: Test does not need regions.
-
-2009-07-28 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac: Add test case for processing a timeout
- on a thread (that is the thread executing) that has also had its
- request satisfied while it is being enqueued.
- * spintrcritical16/.cvsignore, spintrcritical16/Makefile.am,
- spintrcritical16/init.c, spintrcritical16/spintrcritical16.doc,
- spintrcritical16/spintrcritical16.scn: New files.
- * spintrcritical15/init.c: Remove unused TSR>
-
-2009-07-27 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac: Add test case for a thread timing out on a
- thread queue while another thread is in the process of blocking on
- the same thread queue.
- * spintrcritical15/.cvsignore, spintrcritical15/Makefile.am,
- spintrcritical15/init.c, spintrcritical15/spintrcritical15.doc,
- spintrcritical15/spintrcritical15.scn: New files.
-
-2009-07-25 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: spintrcritical15 not ready yet.
-
-2009-07-24 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac, sp40/Makefile.am, sp40/init.c,
- sp40/sp40.scn: Now verified to hit coverage cases.
- * sp40/sp40.doc: New file.
-
-2009-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp40/Makefile.am, sp40/init.c, sp40/sp40.scn: Attempt to write test
- to catch two remaining uncovered cases in rtems_io_register_driver.
- * sp40/system.h: Removed.
-
-2009-07-24 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac: Add new test to exercise odd case in
- rtems_iterate_over_all_threads.
- * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.doc,
- sp41/sp41.scn: New files.
-
-2009-07-23 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp36/strict_order_mut.c: Simple binary semaphores cannot have an
- inheritance protocol since there is no holder associated with them.
-
-2009-07-23 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac: Add new tests to exercise cases where a
- timer is scheduled from an ISR while it is being scheduled at the
- task level.
- * spintrcritical13/.cvsignore, spintrcritical13/Makefile.am,
- spintrcritical13/init.c, spintrcritical13/spintrcritical13.doc,
- spintrcritical13/spintrcritical13.scn, spintrcritical14/.cvsignore,
- spintrcritical14/Makefile.am, spintrcritical14/spintrcritical14.doc,
- spintrcritical14/spintrcritical14.scn: New files.
-
-2009-07-23 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * spintrcritical01/init.c, spintrcritical06/init.c,
- spintrcritical08/init.c, spintrcritical09/init.c: Perform some
- cleanup and make the tests more similar.
-
-2009-07-23 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * spintrcritical06/init.c: Test now hits forward and reverse cases.
-
-2009-07-22 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * spintrcritical09/init.c, spintrcritical09/spintrcritical09.scn: Make
- test work for case that it is documented to handle.
-
-2009-07-21 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * spintrcritical10/.cvsignore, spintrcritical10/Makefile.am,
- spintrcritical10/init.c, spintrcritical10/spintrcritical10.doc,
- spintrcritical10/spintrcritical10.scn: New files.
-
-2009-07-21 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac, sp39/init.c, sp39/sp39.scn: Move
- unreliable third case in sp39 to spintrcritical10. New tests to hit
- other event synchronization critical sections.
- * spintrcritical11/.cvsignore, spintrcritical11/Makefile.am,
- spintrcritical11/init.c, spintrcritical11/spintrcritical11.doc,
- spintrcritical11/spintrcritical11.scn, spintrcritical12/.cvsignore,
- spintrcritical12/Makefile.am, spintrcritical12/spintrcritical12.doc,
- spintrcritical12/spintrcritical12.scn: New files.
-
-2009-07-21 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac: Add new test to exercise Debug Manager.
- * sp10/.cvsignore, sp10/Makefile.am, sp10/init.c, sp10/sp10.doc,
- sp10/sp10.scn: New files.
-
-2009-07-21 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * spintrcritical06/init.c: Clean up.
- * spintrcritical09/init.c: Adjust clock tick so it works on erc32.
- * spintrcritical09/spintrcritical09.scn: Fill in.
-
-2009-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * spintrcritical06/init.c: Add comment to indicate test is not finished
- and known to not hit the case.
- * Makefile.am, configure.ac: Add a couple more interrupt critical
- section tests.
- * spintrcritical08/.cvsignore, spintrcritical08/Makefile.am,
- spintrcritical08/init.c, spintrcritical08/spintrcritical08.doc,
- spintrcritical08/spintrcritical08.scn, spintrcritical09/.cvsignore,
- spintrcritical09/Makefile.am, spintrcritical09/init.c,
- spintrcritical09/spintrcritical09.doc,
- spintrcritical09/spintrcritical09.scn: New files.
-
-2009-07-20 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac, spintrcritical06/init.c: Add first attempt
- at hitting interrupt synchronization critical section in thread queue
- enqueue priority for reverse insertions.
- * spintrcritical07/.cvsignore, spintrcritical07/Makefile.am,
- spintrcritical07/spintrcritical07.doc,
- spintrcritical07/spintrcritical07.scn: New files.
-
-2009-07-20 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac: Add test case for the
- _Thread_queue_Enqueue_priority interrupt critical section where the
- TCB we are using as a current pointer is removed from the thread
- queue when we flash interrupts while searching forward.
- * spintrcritical06/.cvsignore, spintrcritical06/Makefile.am,
- spintrcritical06/init.c, spintrcritical06/spintrcritical06.doc,
- spintrcritical06/spintrcritical06.scn: New files.
-
-2009-07-20 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * spintrcritical_support/intrcritical.c,
- spintrcritical_support/intrcritical.h: Change prototype of delay
- method to indicate when counter is reset. This can be used to count
- how many iterations we are doing.
-
-2009-07-19 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: Add sp60 to exercise case where a task is
- blocked on one period while another expires. Add sp61 which exercises
- the case where a call is made to rtems_shutdown_executive when the
- system is not up.
- * sp60/.cvsignore, sp60/Makefile.am, sp60/init.c, sp60/sp60.doc,
- sp60/sp60.scn, sp61/.cvsignore, sp61/Makefile.am, sp61/init.c,
- sp61/sp61.doc, sp61/sp61.scn: New files.
-
-2009-07-19 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp04/init.c: To be timesliced, tasks must also me preemptible.
-
-2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * spfatal03/spfatal03.scn, spfatal03/testcase.h: Fix spfatal03 to do
- what it was intended to do.
-
-2009-07-10 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * spintrcritical_support/intrcritical.c,
- spintrcritical_support/intrcritical.h: New files.
-
-2009-07-10 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac: Add new infrastructure which is more
- reliable about generating cases which hit interrupt critical
- sections. Remove sp41 since it used its own mechanism.
- * spintrcritical01/.cvsignore, spintrcritical01/Makefile.am,
- spintrcritical01/init.c, spintrcritical01/spintrcritical01.doc,
- spintrcritical01/spintrcritical01.scn, spintrcritical02/.cvsignore,
- spintrcritical02/Makefile.am, spintrcritical02/spintrcritical02.doc,
- spintrcritical02/spintrcritical02.scn, spintrcritical03/.cvsignore,
- spintrcritical03/Makefile.am, spintrcritical03/spintrcritical03.doc,
- spintrcritical03/spintrcritical03.scn, spintrcritical04/.cvsignore,
- spintrcritical04/Makefile.am, spintrcritical04/spintrcritical04.doc,
- spintrcritical04/spintrcritical04.scn, spintrcritical05/.cvsignore,
- spintrcritical05/Makefile.am, spintrcritical05/spintrcritical05.doc,
- spintrcritical05/spintrcritical05.scn: New files.
- * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn,
- sp41/system.h: Removed.
-
-2009-07-10 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp41/init.c: Remove incorrect comment.
-
-2009-07-09 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp29/init.c: Simple binary semaphores can not be inherit priority.
-
-2009-07-09 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp25/init.c: Spacing.
-
-2009-07-09 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac: Add sp59 to test path through
- _Thread_queue_First_priority where the task's priority was in the
- bottom 1/4 of the range.
- * sp59/.cvsignore, sp59/Makefile.am, sp59/init.c, sp59/sp59.doc,
- sp59/sp59.scn: New files.
-
-2009-07-09 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac: Add test for Thread Queue extract a thread
- not blocked on a thread queue.
- * spthreadq01/.cvsignore, spthreadq01/Makefile.am, spthreadq01/init.c,
- spthreadq01/spthreadq01.doc, spthreadq01/spthreadq01.scn: New files.
-
-2009-07-09 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac: Add test for timespec divide by zero.
- * sp58/.cvsignore, sp58/Makefile.am, sp58/init.c, sp58/sp58.doc,
- sp58/sp58.scn: New files.
-
-2009-07-09 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp43/init.c, sp43/sp43.scn: Add test of having the object class
- pointer being null. This does not happen naturally at this time so
- force the point.
-
-2009-07-08 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp12/sp12.scn: Update screen to reflect priority changes from long
- ago.
-
-2009-07-08 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac, sp27/Makefile.am, sp27/init.c,
- sp27/sp27.doc, sp27/sp27.scn: Rework sp27 so it can be reinstantiated
- as sp27a and test flushing both counting and binary semaphores.
- Reformatted.
- * sp27a/.cvsignore, sp27a/Makefile.am, sp27a/sp27a.doc,
- sp27a/sp27a.scn: New files.
-
-2009-07-08 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * spstkalloc/Makefile.am: Remove unneeded USE_TIMER_SERVER which was
- copied fomr other Makefile.am's.
-
-2009-07-08 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp51/init.c, sp54/Makefile.am, sp55/Makefile.am, sp56/Makefile.am,
- sp57/Makefile.am, spchain/Makefile.am, spfatal10/Makefile.am,
- spfatal11/Makefile.am, spfatal12/Makefile.am: Remove unneeded
- USE_TIMER_SERVER which was copied fomr other Makefile.am's.
-
-2009-07-08 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp57/sp57.doc: Correct.
-
-2009-07-08 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac: Add test of restarting a task which is in
- the middle of a sleep or wake after.
- * sp57/.cvsignore, sp57/Makefile.am, sp57/init.c, sp57/sp57.doc,
- sp57/sp57.scn: New files.
-
-2009-07-08 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp43/init.c, sp43/sp43.scn: Add more cases for
- rtems_object_get_class_information() to improve coverage.
-
-2009-07-07 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac: Add new test to verify that when a user
- extension create hook fails, that the error is properly propagated.
- * sp56/.cvsignore, sp56/Makefile.am, sp56/init.c, sp56/sp56.doc,
- sp56/sp56.scn: New files.
-
-2009-07-07 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp04/sp04.doc, sp04/sp04.scn, sp04/task1.c: Add test of
- rtems_extension_delete.
-
-2009-07-07 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp09/screen01.c, sp09/sp09.scn: Add test for
- rtems_object_get_classic_name with invalid id.
-
-2009-07-07 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp02/task1.c: Minor spacing.
-
-2009-07-06 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * spfatal12/init.c: Address to heap initialize must be aligned but size
- must be too small.
-
-2009-07-06 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac: Add new test to exercise case when
- broadcasting to a message queue with a pending message.
- * sp55/.cvsignore, sp55/Makefile.am, sp55/init.c, sp55/sp55.doc,
- sp55/sp55.scn: New files.
-
-2009-07-06 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: Remove obsolete test now that the numbered
- spfatal tests appear to cover all fatal error cases.
- * spfatal/.cvsignore, spfatal/Makefile.am, spfatal/README,
- spfatal/fatal.c, spfatal/init.c, spfatal/puterr.c,
- spfatal/spfatal.doc, spfatal/spfatal.scn, spfatal/system.h,
- spfatal/task1.c: Removed.
-
-2009-07-06 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac, spfatal11/init.c: Add test of cannot
- initialize workspace heap during initialize. Can be caused by
- unaligned address or not enough memory to initialize heap required
- overhead.
- * spfatal12/.cvsignore, spfatal12/Makefile.am, spfatal12/init.c,
- spfatal12/spfatal12.doc, spfatal12/spfatal12.scn: New files.
-
-2009-07-03 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp54/init.c, sp54/sp54.doc: Add test for Workspace zeroed.
-
-2009-07-03 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp54/init.c, sp54/sp54.doc: Fix typos and comments.
-
-2009-07-02 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * spstkalloc/spstkalloc.scn: Update screen.
-
-2009-07-02 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac: Add new test for user configured stack
- allocator/deallocator. Test both pass and fail cases.
- * spstkalloc/.cvsignore, spstkalloc/Makefile.am, spstkalloc/init.c,
- spstkalloc/spstkalloc.doc, spstkalloc/spstkalloc.scn: New files.
-
-2009-07-02 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * spchain/init.c, spchain/spchain.scn: Clean up test.
-
-2009-07-01 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac: Add new test to cover bodies of some chain
- routines whose bodies are not used by RTEMS itself.
- * spchain/.cvsignore, spchain/Makefile.am, spchain/init.c,
- spchain/spchain.doc, spchain/spchain.scn: New files.
-
-2009-07-01 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * spwatchdog/init.c, spwatchdog/spwatchdog.scn: Add test case of empty
- chain for coverage.
-
-2009-07-01 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp01/sp01.doc, sp01/task1.c, sp16/sp16.doc, sp16/task5.c: Bypass
- RTEMS_MILLISECONDS_TO_TICKS and RTEMS_MICROSECONDS_TO_TICKS to
- improve coverage.
-
-2009-07-01 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp01/task1.c: Use RTEMS_MILLISECONDS_TO_TICKS to improve coverage.
-
-2009-06-24 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * spfatal10/.cvsignore, spfatal10/Makefile.am, spfatal10/init.c,
- spfatal10/spfatal10.doc, spfatal10/spfatal10.scn: New files.
-
-2009-06-24 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac, spprintk/init.c, spprintk/spprintk.scn:
- Enhance spprintk. Add two new fatal error tests to cover
- __assert_func.
- * spfatal11/.cvsignore, spfatal11/Makefile.am, spfatal11/init.c,
- spfatal11/spfatal11.doc, spfatal11/spfatal11.scn: New files.
-
-2009-06-18 Chris Johns <chrisj@rtems.org>
-
- * sp35/priinv.c, sp35/priinv.c: Declare unions volatile to
- workaround the H8300 gcc bug.
-
-2009-06-12 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp54/init.c: Fix spacing.
-
-2009-06-12 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp02/sp02.doc, sp02/system.h: Update copyright year.
-
-2009-06-12 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp02/sp02.doc, sp02/system.h: Add test case for configuring the IDLE
-
-2009-06-10 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: Add new test.
- * sp54/.cvsignore, sp54/Makefile.am, sp54/init.c, sp54/sp54.doc,
- sp54/sp54.scn: New files.
-
-2009-06-08 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: Add sp52 and sp53 based upon bug report
- from Sergio Faustino <sergio.faustino@edisoft.pt> regarding moving
- the time of day forward not making server based timers fire.
- * sp52/.cvsignore, sp52/Makefile.am, sp52/init.c, sp52/sp52.doc,
- sp52/sp52.scn, sp53/.cvsignore, sp53/Makefile.am, sp53/sp53.doc,
- sp53/sp53.scn: New files.
-
-2009-05-22 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp51/init.c, sp51/sp51.scn: Add more priority ceiling test cases.
-
-2009-05-21 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- PR 1415/cpukit
- * Makefile.am, configure.ac: Add test for very simple priority ceiling
- violation.
- * sp51/.cvsignore, sp51/Makefile.am, sp51/init.c, sp51/sp51.doc,
- sp51/sp51.scn: New files.
-
-2009-05-21 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- PR 1413/cpukit
- * Makefile.am, configure.ac: Add test for case where server based
- timers which reinitiated themselves did not get reinserted onto timer
- chain.
- * sp50/.cvsignore, sp50/Makefile.am, sp50/init.c, sp50/sp50.doc,
- sp50/sp50.scn: New files.
-
-2009-05-21 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- PR 1414/cpukit
- * Makefile.am, configure.ac: Tighten math on extraction of index so it
- is harder to trick by passing in a valid id of an incorrect object
- class.
- * sp49/.cvsignore, sp49/Makefile.am, sp49/init.c, sp49/sp49.doc,
- sp49/sp49.scn: New files.
-
-2009-05-19 Chris Johns <chrisj@rtems.org>
-
- * sp04/tswitch.c: Lower sample count for small memory targets.
-
-2009-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * spprintk/init.c: printk() now 100% covered.
-
-2009-05-14 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * spprintk/init.c: More test cases.
-
-2009-05-14 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp09/screen11.c, sp09/sp09.scn: Add case where buffer size is not
- large enough for buffer node overhead.
-
-2009-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac, spwatchdog/system.h,
- spwkspace/Makefile.am, spwkspace/init.c: Add shell of test for
- printk. These will help coverage. Simplify spwkspace.
- * spprintk/.cvsignore, spprintk/Makefile.am, spprintk/init.c,
- spprintk/spprintk.scn: New files.
- * spwkspace/system.h: Removed.
-
-2009-05-13 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac: New test to exercise rtems_workspace_XXX
- methods.
- * spwkspace/.cvsignore, spwkspace/Makefile.am, spwkspace/init.c,
- spwkspace/spwkspace.scn, spwkspace/system.h: New files.
-
-2009-05-10 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp04/system.h, sp04/task1.c, sp04/tswitch.c, sp07/init.c,
- sp12/init.c, sp13/putbuff.c, sp13/system.h, sp13/task1.c,
- sp15/init.c, sp16/system.h, sp19/fptask.c, sp25/system.h,
- sp26/task1.c, sp27/init.c, sp28/init.c, sp29/init.c, sp31/task1.c,
- sp33/init.c, sp34/changepri.c, sp35/priinv.c, sp37/init.c,
- sp38/init.c, sp39/init.c, sp41/init.c, sp42/init.c, sp43/init.c,
- sp44/init.c, sp45/init.c, sp46/init.c, sp47/init.c, sp48/init.c,
- spfatal03/testcase.h, spfatal05/testcase.h, spfatal06/testcase.h,
- spfatal_support/system.h, spobjgetnext/init.c, spsize/getint.c,
- spsize/size.c: Fix warnings.
-
-2009-05-07 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: Add initial test of _Objects_Get_next.
- * spobjgetnext/.cvsignore, spobjgetnext/Makefile.am,
- spobjgetnext/init.c, spobjgetnext/spobjgetnext.scn,
- spobjgetnext/system.h: New files.
-
-2009-05-04 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp25/init.c, sp25/system.h, sp25/task1.c: Reduce size of array from
- 64k to 20k. No impact on test behavior.
-
-2009-05-04 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp09/screen12.c, sp25/task1.c: Remove warnigns for wrong types.
-
-2009-04-20 Santosh G Vattam <vattam.santosh@gmail.com>
-
- * sp37/init.c, sp37/sp37.scn: Add test case for
- rtems_interrupt_level_attribute body.
-
-2009-04-03 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
- sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
- sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
- sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
- sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
- sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
- sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
- sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
- sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
- sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
- sp33/Makefile.am, sp34/Makefile.am, sp35/Makefile.am,
- sp36/Makefile.am, sp37/Makefile.am, sp38/Makefile.am,
- sp39/Makefile.am, sp40/Makefile.am, sp41/Makefile.am,
- sp42/Makefile.am, sp43/Makefile.am, sp44/Makefile.am,
- sp45/Makefile.am, sp46/Makefile.am, sp47/Makefile.am,
- sp48/Makefile.am, spfatal/Makefile.am,
- spfatal01/Makefile.am, spfatal02/Makefile.am,
- spfatal03/Makefile.am, spfatal04/Makefile.am,
- spfatal05/Makefile.am, spfatal06/Makefile.am,
- spfatal07/Makefile.am, spfatal08/Makefile.am,
- spfatal09/Makefile.am, spsize/Makefile.am,
- spwatchdog/Makefile.am:
- Eliminate _exe_/.exe.
-
-2009-03-02 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- PR 1388/cpukit
- * sp09/screen05.c, sp09/screen09.c, sp09/sp09.scn: Classic Semaphores
- allow both priority inherit and ceiling attributes to be set on
- semaphore create. These attributes are mutually exclusive and this
- should be an error.
-
-2009-01-30 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: Add sp48 which tests that configuring for
- unlimited objects when configured for a unified workspace works as
- expected.
- * sp48/.cvsignore, sp48/Makefile.am, sp48/init.c, sp48/sp48.doc,
- sp48/sp48.scn: New files.
-
-2009-01-21 Nickolay Kolchin <nbkolchin@gmail.com>
- Joel Sherrill <joel.sherrill@oarcorp.com>
-
- PR 1357/cpukit
- * Makefile.am, configure.ac: Ensure creating a task with no ASR is
- honored.
- * sp47/.cvsignore, sp47/Makefile.am, sp47/init.c, sp47/sp47.doc,
- sp47/sp47.scn: New files.
-
-2009-01-16 Jennifer Averett <jennifer.averett@OARcorp.com>
-
- * Makefile.am, configure.ac: Add new test to test Watchdog display
- helper routines. These reach into the SuperCore.
- * spwatchdog/.cvsignore, spwatchdog/Makefile.am, spwatchdog/delay.c,
- spwatchdog/init.c, spwatchdog/prtime.c, spwatchdog/spwatchdog.scn,
- spwatchdog/system.h, spwatchdog/task1.c: New files.
-
-2009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp30/task1.c: Cast pointer to id as "void *" rather than task Id.
-
-2009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp09/screen05.c, sp09/screen07.c, sp09/screen10.c, sp09/screen11.c,
- sp09/screen12.c, sp09/screen14.c: Use rtems_build_id rather than
- hard-coded hex numbers for bad object Ids.
-
-2009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp15/system.h, sp19/system.h: Array of task names should be of type
- rtems_name not rtems_id. Similarly array of task ids should be
- rtems_id not rtems_name.
-
-2008-12-16 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * spsize/size.c: Eliminate _TOD_Microseconds_per_tick.
-
-2008-12-15 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac, spfatal06/testcase.h,
- spfatal07/testcase.h, spfatal08/testcase.h, spfatal09/testcase.h,
- spsize/size.c: Eliminate pointers to API configuration tables in the
- main configuration table. Reference the main configuration table and
- the API configuration tables directly using the confdefs.h version
- rather than obtaining a pointer to it. This eliminated some
- variables, a potential fatal error, some unnecessary default
- configuration structures. Overall, about a 4.5% reduction in the code
- size for minimum and hello on the SPARC.
- * spfatal10/.cvsignore, spfatal10/Makefile.am, spfatal10/spfatal10.scn,
- spfatal10/testcase.h: Removed.
-
-2008-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp07/init.c, sp12/init.c, sp12/pridrv.c, sp12/pritask.c,
- sp12/system.h, sp16/system.h, sp25/system.h, sp26/task1.c,
- sp28/init.c, sp29/init.c, sp35/priinv.c, sp42/init.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-04 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp46/sp46.scn: Add screen missed earlier.
-
-2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- PR 1348/cpukit
- * Makefile.am, configure.ac: Add test of special case of resetting cpu
- usage information while a period is running.
- * sp46/.cvsignore, sp46/Makefile.am, sp46/init.c, sp46/sp46.doc,
- sp46/sp46.scn: New files.
-
-2008-12-03 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp45/init.c: New file.
-
-2008-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- PR 1347/cpukit
- * Makefile.am, configure.ac, sp30/resume.c, sp30/task1.c, sp31/delay.c:
- Rework Timer Server to ensure that the context allows for blocking,
- allocating memory, and acquiring semaphores and mutexes.
- * sp45/.cvsignore, sp45/Makefile.am, sp45/sp45.doc, sp45/sp45.scn:
- New files.
-
-2008-11-25 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp25/system.h: Add warning and temporary m32c conditional until size
- type addressed.
-
-2008-10-14 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp09/screen07.c: Use INT_MAX as number of messages so always
- properly sized and no overflow on constant.
- * sp09/screen10.c: Delay so on targets with simulator idle clock
- tick driver this will work.
- * sp09/screen11.c, sp09/system.h: Move badly aligned objects to odd
- byte boundaries rather than two byte boundaries.
- * sp09/screen03.c, sp09/screen14.c: Skip tests which try to
- allocate more memory than size_t holds on m32c.
-
-2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp09/screen01.c, sp09/screen12.c, sp25/system.h, sp25/task1.c,
- sp28/init.c, sp39/init.c, sp41/init.c, spfatal01/testcase.h,
- spfatal08/testcase.h: Change size_t to ssize_t on all Heap, Workspace
- and Region calls. On 16-bit architectures, size_t can be 16-bits
- which would limit sizes to 64K. Also address constants which
- overflowed on 16-bit integer targets.
-
-2008-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp43/sp43.scn: Bump version to 4.9.99.0
-
-2008-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * sp19/system.h: Use "double" instead of "rtems_double".
-
-2008-09-08 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp34/sp34.scn, sp35/sp35.scn: Convert to UNIX CR/LF style.
-
-2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * sp35/priinv.c, sp37/init.c, sp38/init.c, sp39/init.c, sp41/init.c,
- sp42/init.c, sp43/init.c, spfatal/fatal.c, spfatal/system.h,
- spfatal_support/init.c, spfatal_support/system.h:
- Convert to "bool".
-
-2008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * spsize/size.c: Must extern _MPCI_Semaphore because it is no longer
- declared in a public place.
-
-2008-09-03 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp07/system.h, sp07/tcreate.c: Convert to bool type.
-
-2008-08-15 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp43/init.c: Fix derefence of uninitialized pointer.
-
-2008-08-07 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * spsize/size.c: Make _System_state_Is_multiprocessing unused when
- multiprocessing is not enabled. Saves one more variable from single
- processor configuration.
-
-2008-08-05 Xudong Guan <xudong.guan@criticalsoftware.com>
-
- PR 1212/cpukit
- * Makefile.am, configure.ac: Time slicing will not happen if the task
- mode is changed from a non-timeslicing mode to timeslicing mode if it
- is done by the executing thread (e.g. in its task body). This change
- includes sp44 to demonstrate the problem and verify the correction.
- * sp44/.cvsignore, sp44/Makefile.am, sp44/init.c, sp44/sp44.scn: New files.
-
-2008-07-17 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp09/screen09.c: Do not use Simple Vectored Interrupt calls on
- architectures they are not supported on.
-
-2008-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp43/init.c, sp43/sp43.scn: Add call to rtems_get_version_string().
-
-2008-06-30 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * sp36/strict_order_mut.c: Reflect __STRICT_ORDER_MUTEX__ having
- been renamed into __RTEMS_STRICT_ORDER_MUTEX__.
-
-2008-06-05 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp28/init.c: Corrections to configuration.
- * sp37/init.c: Correctly invoke rtems_interrupt_disable() body.
- * spsize/size.c: _ISR_Vector_table only exists on architectures
- which use the Simple Vectored Interrupt Model.
-
-2008-06-02 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * spsize/size.c: Convention calls for leading underscore on private
- RTEMS variables.
-
-2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * spfatal/fatal.c, spfatal06/testcase.h, spfatal07/testcase.h,
- spfatal08/testcase.h, spfatal09/testcase.h, spfatal10/testcase.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-05-07 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp32/init.c: Formatting.
-
-2008-02-22 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp09/screen01.c: Correct test.
- * sp09/screen14.c: Update copyright.
- * sp28/init.c: Correct end of test messages.
-
-2008-02-04 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp43/init.c, sp43/sp43.scn: Exercise passing as object Id of SELF.
-
-2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp01/init.c, sp02/init.c, sp03/init.c, sp04/init.c, sp05/init.c,
- sp06/init.c, sp07/init.c, sp08/init.c, sp09/init.c, sp11/init.c,
- sp12/init.c, sp13/init.c, sp14/init.c, sp15/init.c, sp16/init.c,
- sp17/init.c, sp19/init.c, sp20/init.c, sp21/init.c, sp22/init.c,
- sp23/init.c, sp24/init.c, sp25/init.c, sp26/init.c, sp28/init.c,
- sp30/init.c, sp31/init.c, sp32/init.c, sp33/init.c, sp37/init.c,
- sp38/init.c, sp39/init.c, sp40/init.c, sp41/init.c, sp43/init.c,
- spfatal/init.c, spfatal_support/init.c, spsize/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-31 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp43/init.c, sp43/sp43.scn: Add test case for unprintable names.
-
-2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp09/screen01.c, sp09/sp09.scn: Add more bad thread Id cases.
- * sp40/init.c, sp40/sp40.scn: Add message to say test is TBD.
- * sp41/sp41.scn: Now has content.
- * sp43/init.c, sp43/sp43.scn: Enhanced to increase coverage of
- Object Services recently added to API.
-
-2008-01-29 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac, sp02/task1.c, sp24/resume.c,
- sp30/resume.c, sp41/init.c, sp42/init.c: Add new Object Services
- collection. This changed the name of a few previously public but
- undocumented services and added a some new services.
- * sp43/.cvsignore, sp43/Makefile.am, sp43/init.c, sp43/sp43.scn,
- sp43/system.h: New files.
-
-2008-01-29 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * spfatal10/.cvsignore: New file.
-
-2008-01-29 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * spfatal01/.cvsignore, spfatal02/.cvsignore, spfatal03/.cvsignore,
- spfatal04/.cvsignore, spfatal05/.cvsignore, spfatal06/.cvsignore,
- spfatal07/.cvsignore, spfatal08/.cvsignore, spfatal09/.cvsignore:
- New files.
-
-2008-01-28 Jennifer Averett <jennifer.averett@OARcorp.com>
-
- * Makefile.am, configure.ac: Added fatal error tests
- * spfatal01/Makefile.am, spfatal01/spfatal01.scn, spfatal01/testcase.h,
- spfatal02/Makefile.am, spfatal02/spfatal02.scn, spfatal02/testcase.h,
- spfatal03/Makefile.am, spfatal03/spfatal03.scn, spfatal03/testcase.h,
- spfatal04/Makefile.am, spfatal04/spfatal04.scn, spfatal04/testcase.h,
- spfatal05/Makefile.am, spfatal05/spfatal05.scn, spfatal05/testcase.h,
- spfatal06/Makefile.am, spfatal06/spfatal06.scn, spfatal06/testcase.h,
- spfatal07/Makefile.am, spfatal07/spfatal07.scn, spfatal07/testcase.h,
- spfatal08/Makefile.am, spfatal08/spfatal08.scn, spfatal08/testcase.h,
- spfatal09/Makefile.am, spfatal09/spfatal09.scn, spfatal09/testcase.h,
- spfatal10/Makefile.am, spfatal10/spfatal10.scn, spfatal10/testcase.h,
- spfatal_support/init.c, spfatal_support/system.h: New files.
-
-2008-01-24 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp28/init.c, sp28/sp28.scn, sp29/init.c, sp29/sp29.scn, sp32/init.c,
- sp32/sp32.scn, sp33/init.c, sp33/sp33.scn, sp42/init.c: Fix end of
- test messages.
-
-2008-01-23 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp34/changepri.c, sp35/priinv.c: Convert the Objects_Name type from a
- simple type to a union of an unsigned 32 bit integer and a pointer.
- This should help eliminate weird casts between u32 and pointers in
- various places. The APIs now have to explicitly call _u32 or _string
- versions of helper routines. This should also simplify things and
- eliminate the need for ugly casts in some cases.
-
-2008-01-23 Jennifer Averett <jennifer.averett@OARcorp.com>
-
- * sp42/Makefile.am: New file.
-
-2008-01-23 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- Add sp42 to exercise thread queue with knowledge of the implementation
- so we can exercise all of the normal paths possible.
- * Makefile.am, configure.ac: Add sp42.
- * sp42/.cvsignore, sp42/init.c, sp42/sp42.scn: New files.
-
-2008-01-23 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp39/init.c: Add case for long timeout on blocking operation.
- * Makefile.am, configure.ac: Add new test to exercise thread
- queue blokcing synchronization. sp39 and sp41 are very similar.
- * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn,
- sp41/system.h: New files.
-
-2008-01-22 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp39/init.c: Clean up.
-
-2008-01-22 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp39/init.c: Modify to improve coverage.
-
-2008-01-18 Jennifer Averett <jennifer.averett@OARcorp.com>
-
- * sp36/strict_order_mut.c:
-
-2008-01-08 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac: Add sp40 to test some cases of dynamic
- driver registration.
- * sp40/.cvsignore, sp40/Makefile.am, sp40/init.c, sp40/sp40.scn,
- sp40/system.h: New files.
-
-2008-01-07 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp09/screen07.c, sp09/screen12.c, sp09/screen14.c, sp09/sp09.scn
- Add test cases for:
- + message queue create requesting too many message buffers
- for the available memory
- + region extend with address inside existing heap
- + timer server initiate too large a stack, create error
- * sp12/pritask.c, sp12/sp12.scn: Add test cases for:
- + task set priority while holding resource
-
-2008-01-07 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: Added sp38 and sp39.
- * sp38/.cvsignore, sp38/Makefile.am, sp38/init.c, sp38/sp38.scn,
- sp38/system.h, sp39/.cvsignore, sp39/Makefile.am, sp39/init.c,
- sp39/sp39.scn, sp39/system.h: New files.
-
-2007-12-21 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp36/strict_order_mut.c: New file.
-
-2007-12-21 Xi Yang <hiyangxi@gmail.com>
-
- * Makefile.am, configure.ac: Add support for proper stacking of
- priority inheritance on mutexes as well as enforce proper order of
- release.
- * sp36/.cvsignore, sp36/Makefile.am, sp36/sp36.doc,
- sp36/sp36.scn: New files.
-
-2007-12-20 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp07/task1.c, sp34/changepri.c, sp35/priinv.c: Add rtems_task_self()
- directive instead of violating RTEMS internals.
-
-2007-12-19 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp07/init.c, sp07/system.h, sp07/tdelete.c, sp07/sp07.scn:
- Add test cases for User Extension Manager to improve code coverage.
- * sp21/task1.c: Fix spelling error.
-
-2007-12-19 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * spsize/size.c: Account for previous changes in calculation of MPCI
- receive server stack.
-
-2007-12-14 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp09/screen07.c, sp09/sp09.scn: Add test for
- rtems_message_queue_broadcast for bad buffer and count pointers.
- * sp30/init.c, sp30/sp30.scn: Add test for initiating timer server
- with bad priority or initiating twice.
- * sp37/sp37.scn, sp37/system.h: Add test for rtems_clock_tick when
- it forces a dispatch.
- * sp37/init.c: New file.
-
-2007-12-13 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac: Add new tests for interrupt disable,
- enable, flash, and is in progress. These are normally inlines but
- also have bodies for non-C code. This test also exercises the odd
- case of calling clock tick from outside an ISR.
- * sp37/.cvsignore, sp37/Makefile.am, sp37/sp37.scn, sp37/system.h: New files.
-
-2007-12-13 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp07/init.c, sp07/sp07.scn, sp07/task1.c: Add tests for
- using notepad with the current task's ID or SELF
- * sp09/screen02.c, sp09/screen04.c, sp09/sp09.scn: Add
- test missing test cases for clock_get.
-
-2007-12-12 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp28/init.c: Add test code for task variables to improve coverage.
-
-2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp21/task1.c: Eliminate copies of the Configuration Table. Use the
- RTEMS provided accessor macros to obtain configuration fields.
-
-2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * spsize/size.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-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp09/screen03.c, spsize/size.c: Builds again after CPU Table changes.
-
-2007-11-27 Glenn Humphrey <glenn.humphrey@OARcorp.com>
-
- * sp07/sp07.scn, sp07/task1.c, sp09/screen01.c, sp09/screen05.c,
- sp09/screen07.c, sp09/screen10.c, sp09/screen12.c, sp09/screen14.c,
- sp09/sp09.scn, sp25/sp25.scn, sp25/task1.c: Added several test cases
- to improve test coverage.
-
-2007-11-27 Glenn Humphrey <glenn.humphrey@OARcorp.com>
-
- * sp33/init.c, sp33/sp33.scn: Added several test cases to improve test
- coverage.
-
-2007-11-06 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp13/system.h: We need 32K of message buffer memory not 32 bytes.
-
-2007-10-18 Glenn Humphrey <glenn.humphrey@OARcorp.com>
-
- * sp09/screen06.c, sp09/screen14.c, sp13/sp13.scn, sp13/task1.c,
- sp16/sp16.scn: Corrected some minor mistakes and regenerated some
- .scn files.
-
-2007-10-10 Glenn Humphrey <glenn.humphrey@OARcorp.com>
-
- * sp09/init.c, sp09/sp09.scn: Removed an obsolete test that was
- commented out and updated the .scn file.
-
-2007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using
- buffered test IO.
-
-2007-05-29 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp21/sp21.scn, sp21/task1.c: rtems_io_register_driver and
- rtems_io_unregister_driver did not have any test code.
-
-2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * spsize/size.c: Eliminate maximum_drivers configuration parameter
- since it was used to configure a no longer used feature. Device names
- are now part of the filesystem not in a table. This also eliminated
- the variables _IO_Number_of_devices and _IO_Driver_name_table from
- RTEMS as well as the memory allocation used to populate
- _IO_Driver_name_table.
-
-2007-05-23 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp13/system.h, sp34/changepri.c, sp35/priinv.c: Avoid using
- CONFIGURE_MEMORY_OVERHEAD and try to really account for the memory
- properly.
-
-2007-05-21 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * spsize/size.c: Eliminated the variables
- _RTEMS_tasks_User_initialization_tasks and
- _RTEMS_tasks_Number_of_initialization_tasks because they were only
- used in one place after initialized. It was a waste of space.
-
-2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
- sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
- sp07/Makefile.am, sp07/tdelete.c, sp08/Makefile.am, sp09/Makefile.am,
- sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
- sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
- sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
- sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
- sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
- sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am,
- sp35/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am,
- spsize/size.c: 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-04-05 Joel Sherrill <joel@OARcorp.com>
-
- * spsize/size.c: _TOD_Seconds_since_epoch eliminated as a variable.
-
-2007-04-05 Joel Sherrill <joel@OARcorp.com>
-
- * sp34/changepri.c, sp35/priinv.c: Change all obsoleted
- CONFIGURE_TEST_NEEDS_XXX configuration constants to
- CONFIGURE_APPLICATION_NEEDS_XXX.
-
-2007-04-02 Joel Sherrill <joel@OARcorp.com>
-
- * spsize/size.c: Eliminate TOD_Ticks_per_second variable.
-
-2007-04-02 Joel Sherrill <joel@OARcorp.com>
-
- * spsize/size.c: Convert from Classic API style TOD_Control as
- fundamental time structure to POSIX struct timespec. Add
- clock_get_uptime().
-
-2007-03-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * sp06/task1.c, sp20/task1.c: Use rtems_task_argument.
-
-2007-03-26 Joel Sherrill <joel@OARcorp.com>
-
- * sp35/priinv.c: Remove warning.
-
-2007-03-10 Joel Sherrill <joel@OARcorp.com>
-
- * sp26/system.h: Remove incorrect and duplicate
- CONFIGURE_EXTRA_TASK_STACKS.
-
-2007-03-05 Joel Sherrill <joel@OARcorp.com>
-
- PR 1222/cpukit
- * Makefile.am, configure.ac: Enhance so that when the prioirity of a
- thread that is blocked on a priority based thread queue is changed,
- that its placement in the queue is reevaluated based upon the new
- priority. This enhancement includes modifications to the SuperCore as
- well as new test cases.
- * sp34/.cvsignore, sp34/Makefile.am, sp34/changepri.c, sp34/sp34.doc,
- sp34/sp34.scn, sp35/.cvsignore, sp35/Makefile.am, sp35/priinv.c,
- sp35/sp35.doc, sp35/sp35.scn: New files.
-
-2007-03-05 Joel Sherrill <joel@OARcorp.com>
-
- * sp26/system.h: Correct memory required for stack sizes.
-
-2007-02-06 Joel Sherrill <joel@OARcorp.com>
-
- * sp09/screen07.c, sp09/task3.c, sp13/task1.c, sp13/task2.c,
- sp13/task3.c: Address size_t/uint32_t typing issues in message queue
- tests.
-
-2006-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * sp33/init.c: Improve barrier test to include normal blocking with
- manual release and unblocking in barrier deletion.
-
-2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: New BUG-REPORT address.
-
-2006-11-20 Joel Sherrill <joel@OARcorp.com>
-
- * sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores
- and make output more compliant with other tests.
-
-2006-11-17 Joel Sherrill <joel@OARcorp.com>
-
- * sp09/screen12.c, sp16/task2.c, sp16/task3.c: Ensure tests generate
- cases intended on all targets possible with new heap algorithm.
-
-2006-11-15 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: Adding Classic API Barriers.
- * sp33/.cvsignore, sp33/Makefile.am, sp33/init.c, sp33/sp33.scn:
- New files.
-
-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>
-
- * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
- sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
- sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
- sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
- sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
- sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
- sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
- sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
- sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
- sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
- spfatal/Makefile.am, spsize/Makefile.am: Eliminate scndir, docdir.
- Use rtems_testsdir instead.
-
-2006-04-05 Joel Sherrill <joel@OARcorp.com>
- Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>
-
- * spsize/size.c: Victor spotted the problem that
- _MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate
- variables and needed to be set to the same value. I took that
- idea and just removed _Thread_MP_Receive. All uses are now
- _MPCI_Receive_server_tcb.
-
-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>
-
- * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
- sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
- sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
- sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
- sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
- sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
- sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
- sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
- sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
- sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
- spfatal/Makefile.am, spsize/Makefile.am:
- Convert to use *_PROGRAMS.
-
-2005-11-11 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * sp01/Makefile.am, sp02/Makefile.am,
- sp03/Makefile.am, sp04/Makefile.am,
- sp05/Makefile.am, sp06/Makefile.am,
- sp07/Makefile.am, sp08/Makefile.am,
- sp09/Makefile.am, sp11/Makefile.am,
- sp12/Makefile.am, sp13/Makefile.am,
- sp14/Makefile.am, sp15/Makefile.am,
- sp16/Makefile.am, sp17/Makefile.am,
- sp19/Makefile.am, sp20/Makefile.am,
- sp21/Makefile.am, sp22/Makefile.am,
- sp23/Makefile.am, sp24/Makefile.am,
- sp25/Makefile.am, sp26/Makefile.am,
- sp27/Makefile.am, sp28/Makefile.am,
- sp29/Makefile.am, sp30/Makefile.am,
- sp31/Makefile.am, sp32/Makefile.am,
- spfatal/Makefile.am, spsize/Makefile.am: Rework.
-
-2005-11-11 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
- sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
- sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
- sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
- sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
- sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
- sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
- sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
- sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
- sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
- spfatal/Makefile.am, spsize/Makefile.am: Expand sptests.am.
- * sptests.am: Remove.
-
-2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
- sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
- sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
- sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
- sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
- sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
- sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
- sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
- sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am,
- sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am,
- spsize/Makefile.am: AM_CPPFLAGS += -I..../support/include.
-
-2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * sptests.am: Set project_bspdir=$(PROJECT_ROOT)
-
-2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * spsize/Makefile.am: Rename TEST to spsize.
- * spsize/size.scn: Remove.
- * spsize/spsize.scn: New (renamed from size.scn).
-
-2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * configure.ac: Add spfatal/Makefile.
- * Makefile.am: Add spfatal to DIST_SUBDIRS.
- * sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
- sp30/Makefile.am, sp31/Makefile.am: Misc. bugfixes.
- * sptests.am: Remove LIB_VARIANT.
-
-2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
- sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
- sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
- sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
- sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
- sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
- sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
- sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
- sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
- sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
- spfatal/Makefile.am, spsize/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>
-
- * sptests.am: Add $(PGM): ${ARCH}/$(dirstamp).
- * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
- sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
- sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
- sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
- sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
- sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
- sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
- sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
- sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
- sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
- spfatal/Makefile.am, spsize/Makefile.am:
- Partial conversion to automake.
-
-2005-03-07 Joel Sherrill <joel@OARcorp.com>
-
- * sp13/task1.c: Removed warnings.
-
-2004-09-29 Joel Sherrill <joel@OARcorp.com>
-
- * spsize/size.c: i960 obsoleted and all references removed.
-
-2004-09-24 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * configure.ac: Require automake > 1.9.
-
-2004-04-01 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * sp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
-
-2004-04-01 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
-
-2004-03-30 David Querbach <querbach@realtime.bc.ca>
-
- PR 595/tests
- * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
- sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
- supplied buffer due to confusion in the definition of MESSAGE_SIZE.
- Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
- others treat it as a count of longs.
-
-2004-03-30 David Querbach <querbach@realtime.bc.ca>
-
- PR 596/tests
- * sp32/init.c: A missing definition of TEST_INIT before including
- <tmacros.h> means that buffered output will not work even if selected
- in buffer_test_io.h.
-
-2004-03-30 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c,
- sp05/task1.c, sp06/task1.c, sp09/screen01.c, sp09/screen07.c,
- sp09/screen12.c, sp09/system.h, sp09/task3.c, sp11/task1.c,
- sp12/pridrv.c, sp12/pritask.c, sp12/system.h, sp13/task1.c,
- sp13/task2.c, sp13/task3.c, sp14/system.h, sp15/system.h,
- sp16/system.h, sp17/system.h, sp19/first.c, sp19/fptask.c,
- sp19/inttest.h, sp19/system.h, sp19/task1.c, sp20/init.c,
- sp20/system.h, sp20/task1.c, sp23/system.h, sp24/init.c,
- sp25/system.h, sp30/init.c, spfatal/fatal.c, spfatal/puterr.c,
- spfatal/system.h, spsize/size.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-03-05 Joel Sherrill <joel@OARcorp.com>
-
- * sp07/buffered_io.c: Remove warning.
-
-2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
- Add PRE/TMPINSTALL_FILES to CLEANFILES.
- * sp02/Makefile.am: Ditto.
- * sp03/Makefile.am: Ditto.
- * sp04/Makefile.am: Ditto.
- * sp05/Makefile.am: Ditto.
- * sp06/Makefile.am: Ditto.
- * sp07/Makefile.am: Ditto.
- * sp08/Makefile.am: Ditto.
- * sp09/Makefile.am: Ditto.
- * sp11/Makefile.am: Ditto.
- * sp12/Makefile.am: Ditto.
- * sp13/Makefile.am: Ditto.
- * sp14/Makefile.am: Ditto.
- * sp15/Makefile.am: Ditto.
- * sp16/Makefile.am: Ditto.
- * sp17/Makefile.am: Ditto.
- * sp19/Makefile.am: Ditto.
- * sp20/Makefile.am: Ditto.
- * sp21/Makefile.am: Ditto.
- * sp22/Makefile.am: Ditto.
- * sp23/Makefile.am: Ditto.
- * sp24/Makefile.am: Ditto.
- * sp25/Makefile.am: Ditto.
- * sp26/Makefile.am: Ditto.
- * sp27/Makefile.am: Ditto.
- * sp28/Makefile.am: Ditto.
- * sp29/Makefile.am: Ditto.
- * sp30/Makefile.am: Ditto.
- * sp31/Makefile.am: Ditto.
- * sp32/Makefile.am: Ditto.
- * spfatal/Makefile.am: Ditto.
- * spsize/Makefile.am: Ditto.
-
-2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * sptests.am: Add dirstamp support.
-
-2003-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
-
-2003-12-16 Joel Sherrill <joel@OARcorp.com>
-
- PR 544/tests
- * sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c,
- sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c,
- sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to
- make tests account for resources and not print at inappropriate
- times.
- * sp07/buffered_io.c: New file.
-
-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>
-
- * sp01/Makefile.am: Remove all-local: $(ARCH).
- * sp02/Makefile.am: Remove all-local: $(ARCH).
- * sp03/Makefile.am: Remove all-local: $(ARCH).
- * sp04/Makefile.am: Remove all-local: $(ARCH).
- * sp05/Makefile.am: Remove all-local: $(ARCH).
- * sp06/Makefile.am: Remove all-local: $(ARCH).
- * sp07/Makefile.am: Remove all-local: $(ARCH).
- * sp08/Makefile.am: Remove all-local: $(ARCH).
- * sp09/Makefile.am: Remove all-local: $(ARCH).
- * sp11/Makefile.am: Remove all-local: $(ARCH).
- * sp12/Makefile.am: Remove all-local: $(ARCH).
- * sp13/Makefile.am: Remove all-local: $(ARCH).
- * sp14/Makefile.am: Remove all-local: $(ARCH).
- * sp15/Makefile.am: Remove all-local: $(ARCH).
- * sp16/Makefile.am: Remove all-local: $(ARCH).
- * sp17/Makefile.am: Remove all-local: $(ARCH).
- * sp19/Makefile.am: Remove all-local: $(ARCH).
- * sp20/Makefile.am: Remove all-local: $(ARCH).
- * sp21/Makefile.am: Remove all-local: $(ARCH).
- * sp22/Makefile.am: Remove all-local: $(ARCH).
- * sp23/Makefile.am: Remove all-local: $(ARCH).
- * sp24/Makefile.am: Remove all-local: $(ARCH).
- * sp25/Makefile.am: Remove all-local: $(ARCH).
- * sp26/Makefile.am: Remove all-local: $(ARCH).
- * sp27/Makefile.am: Remove all-local: $(ARCH).
- * sp28/Makefile.am: Remove all-local: $(ARCH).
- * sp29/Makefile.am: Remove all-local: $(ARCH).
- * sp30/Makefile.am: Remove all-local: $(ARCH).
- * sp31/Makefile.am: Remove all-local: $(ARCH).
- * sp32/Makefile.am: Remove all-local: $(ARCH).
- * spfatal/Makefile.am: Remove all-local: $(ARCH).
- * spsize/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>
-
- * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
- sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
- sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
- sp03/system.h, sp03/task1.c, sp03/task2.c, sp04/init.c,
- sp04/sp04.doc, sp04/system.h, sp04/task1.c, sp04/task2.c,
- sp04/task3.c, sp04/tswitch.c, sp05/init.c, sp05/sp05.doc,
- sp05/system.h, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
- sp06/sp06.doc, sp06/system.h, sp06/task1.c, sp06/task2.c,
- sp06/task3.c, sp07/init.c, sp07/sp07.doc, sp07/system.h,
- sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
- sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
- sp07/tstart.c, sp08/init.c, sp08/sp08.doc, sp08/system.h,
- sp08/task1.c, sp09/delay.c, sp09/init.c, sp09/isr.c, sp09/screen01.c,
- sp09/screen02.c, sp09/screen03.c, sp09/screen04.c, sp09/screen05.c,
- sp09/screen06.c, sp09/screen07.c, sp09/screen08.c, sp09/screen09.c,
- sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen13.c,
- sp09/screen14.c, sp09/sp09.doc, sp09/system.h, sp09/task1.c,
- sp09/task2.c, sp09/task3.c, sp09/task4.c, sp11/init.c, sp11/sp11.doc,
- sp11/system.h, sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c,
- sp12/pridrv.c, sp12/pritask.c, sp12/sp12.doc, sp12/system.h,
- sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c, sp12/task5.c,
- sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/sp13.doc,
- sp13/system.h, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c,
- sp14/init.c, sp14/sp14.doc, sp14/system.h, sp14/task1.c,
- sp14/task2.c, sp15/init.c, sp15/sp15.doc, sp15/system.h,
- sp15/task1.c, sp16/init.c, sp16/sp16.doc, sp16/system.h,
- sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
- sp17/asr.c, sp17/init.c, sp17/sp17.doc, sp17/system.h, sp17/task1.c,
- sp17/task2.c, sp19/first.c, sp19/fptask.c, sp19/fptest.h,
- sp19/init.c, sp19/inttest.h, sp19/sp19.doc, sp19/system.h,
- sp19/task1.c, sp20/getall.c, sp20/init.c, sp20/sp20.doc,
- sp20/system.h, sp20/task1.c, sp21/init.c, sp21/sp21.doc,
- sp21/system.h, sp21/task1.c, sp22/delay.c, sp22/init.c,
- sp22/prtime.c, sp22/sp22.doc, sp22/system.h, sp22/task1.c,
- sp23/init.c, sp23/sp23.doc, sp23/system.h, sp23/task1.c, sp24/init.c,
- sp24/resume.c, sp24/sp24.doc, sp24/system.h, sp24/task1.c,
- sp25/init.c, sp25/sp25.doc, sp25/system.h, sp25/task1.c, sp26/init.c,
- sp26/sp26.doc, sp26/system.h, sp26/task1.c, sp30/init.c,
- sp30/resume.c, sp30/sp30.doc, sp30/system.h, sp30/task1.c,
- sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc,
- sp31/system.h, sp31/task1.c, sp32/init.c, spfatal/fatal.c,
- spfatal/init.c, spfatal/puterr.c, spfatal/spfatal.doc,
- spfatal/system.h, spfatal/task1.c, spsize/getint.c, spsize/init.c,
- spsize/size.c, spsize/system.h: URL for license changed.
-
-2003-08-18 Eiichiro Kawaguchi <e-kawaguchi@ct.jp.nec.com>
-
- PR 458/tests
- * sp30/task1.c: Correct indexing problem.
-
-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/.
- * sp01/Makefile.am: Reflect having moved automake/.
- * sp02/Makefile.am: Reflect having moved automake/.
- * sp03/Makefile.am: Reflect having moved automake/.
- * sp04/Makefile.am: Reflect having moved automake/.
- * sp05/Makefile.am: Reflect having moved automake/.
- * sp06/Makefile.am: Reflect having moved automake/.
- * sp07/Makefile.am: Reflect having moved automake/.
- * sp08/Makefile.am: Reflect having moved automake/.
- * sp09/Makefile.am: Reflect having moved automake/.
- * sp11/Makefile.am: Reflect having moved automake/.
- * sp12/Makefile.am: Reflect having moved automake/.
- * sp13/Makefile.am: Reflect having moved automake/.
- * sp14/Makefile.am: Reflect having moved automake/.
- * sp15/Makefile.am: Reflect having moved automake/.
- * sp16/Makefile.am: Reflect having moved automake/.
- * sp17/Makefile.am: Reflect having moved automake/.
- * sp19/Makefile.am: Reflect having moved automake/.
- * sp20/Makefile.am: Reflect having moved automake/.
- * sp21/Makefile.am: Reflect having moved automake/.
- * sp22/Makefile.am: Reflect having moved automake/.
- * sp23/Makefile.am: Reflect having moved automake/.
- * sp24/Makefile.am: Reflect having moved automake/.
- * sp25/Makefile.am: Reflect having moved automake/.
- * sp26/Makefile.am: Reflect having moved automake/.
- * sp27/Makefile.am: Reflect having moved automake/.
- * sp28/Makefile.am: Reflect having moved automake/.
- * sp29/Makefile.am: Reflect having moved automake/.
- * sp30/Makefile.am: Reflect having moved automake/.
- * sp31/Makefile.am: Reflect having moved automake/.
- * sp32/Makefile.am: Reflect having moved automake/.
- * spfatal/Makefile.am: Reflect having moved automake/.
- * spsize/Makefile.am: Reflect having moved automake/.
-
-2003-08-14 Joel Sherrill <joel@OARcorp.com>
-
- * sp02/task1.c: Added ID to name lookup service and changed name of
- id/name translation status code. This propagated to multiple
- functions. The user API service added was rtems_object_id_to_name()
-
-2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
-
-2003-05-29 Joel Sherrill <joel@OARcorp.com>
-
- * sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
-
-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-11-14 Joel Sherrill <joel@OARcorp.com>
-
- * sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
- sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
- update the IDs in the screens.
-
-2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * .cvsignore: Reformat.
- Add autom4te*cache.
- Remove autom4te.cache.
-
-2002-09-14 Joel Sherrill <joel@OARcorp.com>
-
- * sp32/.cvsignore: New file.
-
-2002-09-14 Aaron J. Grier <aaron@frye.com>
-
- * PR271 was not applicable against the current source but included
- a nice test that Joel decided to add to the tree as sp32.
- * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
- * Makefile.am, configure.ac: Modified to reflect addition.
-
-2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * sp01/Makefile.am: Use $(OBJEXT) instead of .o.
- * sp02/Makefile.am: Use $(OBJEXT) instead of .o.
- * sp03/Makefile.am: Use $(OBJEXT) instead of .o.
- * sp04/Makefile.am: Use $(OBJEXT) instead of .o.
- * sp05/Makefile.am: Use $(OBJEXT) instead of .o.
- * sp06/Makefile.am: Use $(OBJEXT) instead of .o.
- * sp07/Makefile.am: Use $(OBJEXT) instead of .o.
- * sp08/Makefile.am: Use $(OBJEXT) instead of .o.
- * sp09/Makefile.am: Use $(OBJEXT) instead of .o.
- * sp11/Makefile.am: Use $(OBJEXT) instead of .o.
- * sp12/Makefile.am: Use $(OBJEXT) instead of .o.
- * sp13/Makefile.am: Use $(OBJEXT) instead of .o.
- * sp14/Makefile.am: Use $(OBJEXT) instead of .o.
- * sp15/Makefile.am: Use $(OBJEXT) instead of .o.
- * sp16/Makefile.am: Use $(OBJEXT) instead of .o.
- * sp17/Makefile.am: Use $(OBJEXT) instead of .o.
- * sp19/Makefile.am: Use $(OBJEXT) instead of .o.
- * sp20/Makefile.am: Use $(OBJEXT) instead of .o.
- * sp21/Makefile.am: Use $(OBJEXT) instead of .o.
- * sp22/Makefile.am: Use $(OBJEXT) instead of .o.
- * sp23/Makefile.am: Use $(OBJEXT) instead of .o.
- * sp24/Makefile.am: Use $(OBJEXT) instead of .o.
- * sp25/Makefile.am: Use $(OBJEXT) instead of .o.
- * sp26/Makefile.am: Use $(OBJEXT) instead of .o.
- * sp27/Makefile.am: Use $(OBJEXT) instead of .o.
- * sp28/Makefile.am: Use $(OBJEXT) instead of .o.
- * sp29/Makefile.am: Use $(OBJEXT) instead of .o.
- * sp30/Makefile.am: Use $(OBJEXT) instead of .o.
- * sp31/Makefile.am: Use $(OBJEXT) instead of .o.
- * spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
- * spsize/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.
- * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
- sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
- sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
- sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
- sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
- sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
- sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
-
-2002-07-30 Joel Sherrill <joel@OARcorp.com>
-
- * spsize/size.c: Don't reference the RTEMS allocated interrupt
- stack if the port doesn't configure using it.
-
-2002-07-04 Joel Sherrill <joel@OARcorp.com>
-
- * Jump table for single entry point removed.
- * spsize/size.c: Modified to reflect above.
-
-2002-07-01 Joel Sherrill <joel@OARcorp.com>
-
- * sp29/init.c: Corrected definitions for task stack usage.
-
-2002-07-01 Joel Sherrill <joel@OARcorp.com>
-
- * spsize/size.c: _Thread_queue_Extract_table removed.
-
-2001-05-17 Joel Sherrill <joel@OARcorp.com>
-
- * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
- number of staticly configured device drivers.
-
-2001-05-14 Joel Sherrill <joel@OARcorp.com>
-
- * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
- than the configured number of drivers.
-
-2002-04-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac: Remove ENABLE_GCC28.
-
-2001-04-04 Joel Sherrill <joel@OARcorp.com>
-
- * spsize/size.c: Reflect SPARC modifcation to get rid of
- NO_TABLE_MOVE and references to _CPU_Trap_Table_area.
-
-2001-03-29 Joel Sherrill <joel@OARcorp.com>
-
- * Per PR147 addressed problems when reseting and inserting a timer
- into a timer chain that did not honor time passage since the last
- time the timer server was scheduled and the new insertion.
- * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
-
-2001-03-28 Joel Sherrill <joel@OARcorp.com>
-
- * Side-effect of PR132.
- * sp21/system.h: Now must explicitly request NULL driver.
-
-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]).
- * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * Makefile.am: Remove AUTOMAKE_OPTIONS.
- * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
-
-2002-03-20 Chris Johns <ccj@acm.org>
-
- * PR145.
- * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
- in system (e.g. driver tasks). Also exit on minimum number of
- switches not precise number.
-
-2001-01-29 Joel Sherrill <joel@OARcorp.com>
-
- * Fixed bug where resetting a timer that was not at the head
- of one of the task timer chains resulted in the Timer Server
- task waking up too far in the future.
- * Added rtems_timer_get_information() directive to support testing.
- * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
- above condition.
-
-2001-01-22 Joel Sherrill <joel@OARcorp.com>
-
- * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
- because priority added as argument to rtems_timer_initiate_server().
-
-2001-01-16 Joel Sherrill <joel@OARcorp.com>
-
- * Added tests for task-based timers. This included the new tests
- sp30 and sp31.
- * Makefile.am, configure.ac: Modified to reflect new tests and files.
- * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
- for task-based timer services.
- * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
- sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
- sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
- sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
- sp31/task1.c: New files.
-
-2001-11-01 Joel Sherrill <joel@OARcorp.com>
-
- * sp26/system.h: Properly account for stack memory used by
- this test. Reported by Jerry Needell <jerry.needell@unh.edu>
- and processed as PR78.
-
-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>
-
- * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
-
-2001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
- * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
- * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
- * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
- * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
- * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
- * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
- * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
- * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
- * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
- * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
- * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
- * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
- * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
- * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
- * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
- * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
- * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
- * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
- * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
- * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
- * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
- * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
- * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
- * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
- * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
- * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
- * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
- * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
-
-2001-08-16 Joel Sherrill <joel@OARcorp.com>
-
- * sp20/system.h: Account for extra task stacks properly.
-
-2001-08-16 Joel Sherrill <joel@OARcorp.com>
-
- * sp13/sp13.scn: Id in screen had wrong class field value.
- * sp13/system.h: Account for message buffer memory.
- * sp13/task2.c: Remove unnecessary check for failure.
-
-2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
-
-2001-04-20 Joel Sherrill <joel@OARcorp.com>
-
- * sp298/sp28.scn: Minor adjustment so test output matches the screen
- file.
-
-2001-02-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * spsize/size.c: Use #if !defined(RTEMS_UNIX).
-
-2001-01-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * sp21/Makefile.am: Remove libtest.
-
-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.
- * sptests.am: Remove DEFS.
-
-2000-09-29 Joel Sherrill <joel@OARcorp.com>
-
- * sp20/sp20.scn: Corrected to reflect new addition.
- * sp20/system.h: Removed comment reflecting history.
-
-2000-09-29 Stephan Merker <merker@decrc.abb.de>
-
- * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
- Added new task to test sequence of altering a period's length
- while it is still active.
-
-2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
- sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
- sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
- sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
- sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
- sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
- sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
- sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
- sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
- spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
-
-2000-08-10 Joel Sherrill <joel@OARcorp.com>
-
- * ChangeLog: New file.
diff --git a/testsuites/tmtests/ChangeLog b/testsuites/tmtests/ChangeLog
deleted file mode 100644
index 7165c94652..0000000000
--- a/testsuites/tmtests/ChangeLog
+++ /dev/null
@@ -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.
diff --git a/testsuites/tools/ChangeLog b/testsuites/tools/ChangeLog
deleted file mode 100644
index f2e9c49c48..0000000000
--- a/testsuites/tools/ChangeLog
+++ /dev/null
@@ -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.
diff --git a/testsuites/tools/generic/ChangeLog b/testsuites/tools/generic/ChangeLog
deleted file mode 100644
index afd282d5e4..0000000000
--- a/testsuites/tools/generic/ChangeLog
+++ /dev/null
@@ -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.