summaryrefslogtreecommitdiffstats
path: root/testsuites/samples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-093-2/+20
| | | | | | * 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>Ralf Corsepius2007-04-132-6/+6
| | | | | * 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>Joel Sherrill2007-04-052-6/+14
| | | | | | | * 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>Joel Sherrill2007-04-052-2/+7
| | | | | * 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>Joel Sherrill2007-04-028-0/+210
| | | | | | | | * 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>Joel Sherrill2007-03-262-0/+9
| | | | * loopback/init.c: Add CVS Id.
* 2007-03-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-262-12/+8
| | | | | PR 1230/tests * minimum/init.c: Minimum should not configure console driver.
* 2007-02-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-02-212-1/+9
| | | | | * loopback/init.c: Fix exit paths in client thread and main test thread.
* mproved gen5200 MSCAN driverThomas Doerfler2007-01-212-0/+12
| | | | fixed synchronization bug between ata.c and bdbuf.c
* 2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-022-1/+5
| | | | * configure.ac: New BUG-REPORT address.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-172-2/+6
| | | | * configure.ac: Require autoconf-2.60. Require automake-1.10.
* 2006-09-08 Ken Peters <ken.peters@jpl.nasa.gov>Joel Sherrill2006-09-082-1/+6
| | | | | PR 1162/rtems * unlimited/system.h: Reserve enough memory for the stacks wanted.
* fixed system.h: only include ATA/IDE driver, when BSP supports an ide interfaceThomas Doerfler2006-07-111-0/+4
|
* Eliminate scndir, docdir. Use rtems_testsdir instead.Ralf Corsepius2006-07-1112-40/+20
|
* 2006-07-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-07-111-0/+9
| | | | | | | | | * 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.
* applied patches for PR1117/1118/1119/1120Thomas Doerfler2006-07-091-23/+2
|
* Fix formatting.Joel Sherrill2006-02-081-1/+1
|
* 2006-02-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-02-082-2/+6
| | | | * cdtest/main.cc: Fix warnings.
* 2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-222-1/+5
| | | | | * configure.ac: Remove RTEMS_ENABLE_BARE, BARE_CPU_CFLAGS, BARE_CPU_MODEL.
* Remove extraneous make-exe.Eric Norum2005-11-161-0/+4
|
* Remove erroneous make-exe.Eric Norum2005-11-161-1/+0
|
* Remove offending make-exe.Eric Norum2005-11-151-1/+0
|
* Fix my email addressRalf Corsepius2005-11-131-6/+6
|
* Convert to using *_PROGRAMS.Ralf Corsepius2005-11-1313-154/+115
|
* 2005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-131-0/+9
| | | | | | | | | * 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>Ralf Corsepius2005-11-111-8/+9
| | | | * configure.ac: Remove AMPOLISH3.
* Remove AMPOLISH3Ralf Corsepius2005-11-111-4/+0
|
* Rework.Ralf Corsepius2005-11-112-54/+14
|
* * base_mp/node1/Makefile.am: Rework.Ralf Corsepius2005-11-111-0/+10
| | | | | | | | | | | | | | | * base_mp/node2/Makefile.am: Rework. * base_sp/Makefile.am: Rework. * cdtest/Makefile.am: Rework. * fileio/Makefile.am: Rework. * hello/Makefile.am: Rework. * iostream/Makefile.am: Rework. * loopback/Makefile.am: Rework. * minimum/Makefile.am: Rework. * paranoia/Makefile.am: Rework. * pppd/Makefile.am: Rework. * ticker/Makefile.am: Rework. * unlimited/Makefile.am: Rework.
* Rework.Ralf Corsepius2005-11-1111-294/+71
|
* Cosmetics.Ralf Corsepius2005-11-1113-40/+0
|
* Hard-code node number.Ralf Corsepius2005-11-112-16/+14
|
* Eliminate TEST.Ralf Corsepius2005-11-1113-90/+77
|
* Remove.Ralf Corsepius2005-11-111-22/+0
|
* Expand sample.am.Ralf Corsepius2005-11-1113-13/+260
|
* 2005-11-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-111-0/+9
| | | | | | | | | * 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.
* Eliminate DOCTYPES.Ralf Corsepius2005-11-1010-20/+10
|
* 2005-11-10 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-101-1/+7
| | | | | | | | * 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.*).
* New.Ralf Corsepius2005-11-104-0/+34
|
* Remove.Ralf Corsepius2005-11-104-34/+0
|
* s/SAMPLE/TEST/ for improved consistency with other tests.Ralf Corsepius2005-11-102-6/+4
|
* s/SAMPLE/TEST/ for improved consistency with other tests.Ralf Corsepius2005-11-102-2/+2
|
* 2005-11-10 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-101-0/+8
| | | | | | | | * 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: s/SAMPLE/TEST/ for improved consistency with other tests.
* s/SAMPLE/TEST/ for improved consistency with other tests.Ralf Corsepius2005-11-1012-36/+36
|
* Build lib.a conditionally.Ralf Corsepius2005-11-101-3/+3
|
* 2005-11-10 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-101-0/+5
| | | | | * configure.ac: Add ampolish3. * base_mp/Makefile.am: Remove redundant EXTRA_DIST.
* Remove redundant EXTRA_DIST.Ralf Corsepius2005-11-101-2/+1
|
* Add ampolish3.Ralf Corsepius2005-11-101-0/+4
|
* AM_CPPFLAGS += -I..../support/include.Ralf Corsepius2005-11-091-0/+2
|
* 2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-091-0/+4
| | | | * cdtest/Makefile.am: AM_CPPFLAGS += -I..../support/include.