summaryrefslogtreecommitdiffstats
path: root/testsuites/samples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2008-01-29 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-01-293-6/+14
| | | | | | * 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>Joel Sherrill2008-01-112-2/+4
| | | | * hello/init.c: Remove accidental commit.
* 2008-01-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-01-114-2/+11
| | | | | * 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>Chris Johns2007-12-172-5/+10
| | | | | * 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>Joel Sherrill2007-12-143-2/+8
| | | | | * 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>Joel Sherrill2007-12-112-0/+41
| | | | | * fileio/init.c: Add RTEMS Shell configuration and static configuration of user commands.
* 2007-11-29 Chris Johns <chrisj@rtems.org>Chris Johns2007-12-031-0/+7
| | | | | | | * 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-11-29 Chris Johns <chrisj@rtems.org>Chris Johns2007-11-292-7/+9
| | | | | | | * 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>Joel Sherrill2007-09-102-1/+5
| | | | * capture/Makefile.am: Use all managers.
* 2007-08-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-08-312-1/+5
| | | | * capture/Makefile.am: Fix typo -- not unlimited.
* 2007-08-21 Chris Johns <chrisj@rtems.org>Chris Johns2007-08-214-435/+440
| | | | | * capture/init.c, capture/system.h, capture/test1.c: Removed CRs from files. Committed incorrectly.
* 2007-08-17 Chris Johns <chrisj@rtems.org>Chris Johns2007-08-1711-1/+1128
| | | | | | | * 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>Joel Sherrill2007-07-242-0/+5
| | | | * nsecs/init.c: Add include of unistd.h for sleep() prototype.
* 2007-07-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-07-174-3/+20
| | | | | | * 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>Joel Sherrill2007-07-062-3/+7
| | | | * nsecs/init.c: Change name to avoid any hint of the timer driver.
* 2007-06-22 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-222-0/+11
| | | | | * nsecs/init.c: Do not make this test depend on the benchmark timer driver.
* 2007-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-06-213-0/+41
| | | | | * 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>Ralf Corsepius2007-05-162-1/+4
| | | | * nsecs/init.c: Remove stray "volatile int i".
* 2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-1111-18/+27
| | | | | | | | | | | | * 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>Joel Sherrill2007-05-105-7/+13
| | | | | | * 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>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
|