summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/capture (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix prototype.Ralf Corsepius2009-10-241-1/+1
|
* Remove test*().Ralf Corsepius2009-10-241-3/+1
| | | | Add setup_tasks_to_watch().
* Remove setup_tasks_to_watch.Ralf Corsepius2009-10-241-2/+0
|
* 2009-09-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-09-141-1/+1
| | | | * capture/test1.c: Use size_t for sizes.
* Eliminate _exe_/.exe.Ralf Corsepius2009-04-031-7/+7
|
* 2008-12-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-181-4/+4
| | | | * capture/test1.c: Add const to eliminate warning.
* 2008-12-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-161-1/+1
| | | | * capture/test1.c: Eliminate all public use of TOD conversion routines.
* Convert to "bool".Ralf Corsepius2008-09-062-2/+2
|
* 2007-09-10 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-09-101-1/+1
| | | | * capture/Makefile.am: Use all managers.
* 2007-08-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-08-311-1/+1
| | | | * capture/Makefile.am: Fix typo -- not unlimited.
* 2007-08-21 Chris Johns <chrisj@rtems.org>Chris Johns2007-08-213-435/+435
| | | | | * 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-177-0/+1108
* 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.