Commit Graph
115 Commits
Author SHA1 Message Date
Joel Sherrill 4c081a041f 2007-12-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* fileio/init.c: Add RTEMS Shell configuration and static configuration
	of user commands.
2007-12-11 21:33:31 +00:00
Chris Johns 7b57da65ad 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-12-03 02:11:16 +00:00
Joel Sherrill c040e6ec41 2007-09-10 Joel Sherrill <joel.sherrill@OARcorp.com>
* capture/Makefile.am: Use all managers.
2007-09-10 13:33:51 +00:00
Joel Sherrill de35b5116f 2007-08-31 Joel Sherrill <joel.sherrill@OARcorp.com>
* capture/Makefile.am: Fix typo -- not unlimited.
2007-08-31 19:44:34 +00:00
Chris Johns a23427e7b7 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-21 10:49:31 +00:00
Chris Johns 8db468ffde 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-08-17 01:07:10 +00:00
Joel Sherrill 68e6f0cc31 2007-07-24 Joel Sherrill <joel.sherrill@OARcorp.com>
* nsecs/init.c: Add include of unistd.h for sleep() prototype.
2007-07-24 15:45:42 +00:00
Joel Sherrill 40cfd3e9f3 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-17 22:32:12 +00:00
Joel Sherrill 2c0f748a4e 2007-07-06 Joel Sherrill <joel.sherrill@OARcorp.com>
* nsecs/init.c: Change name to avoid any hint of the timer driver.
2007-07-06 21:30:04 +00:00
Joel Sherrill 8bfffd9baf 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-22 19:27:35 +00:00
Joel Sherrill d3b057906a 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-06-21 22:44:21 +00:00
Ralf Corsepius f14276370b 2007-05-16 Ralf Corsepius <ralf.corsepius@rtems.org>
* nsecs/init.c: Remove stray "volatile int i".
2007-05-16 06:50:03 +00:00
Joel Sherrill dd61160701 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-11 19:45:50 +00:00
Joel Sherrill dfc6f3dc11 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-10 19:31:36 +00:00
Joel Sherrill 6b6c06be2c 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-05-09 18:55:12 +00:00
Ralf Corsepius 587da8b8e2 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-13 05:12:34 +00:00
Joel Sherrill 8ff5e59dd4 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 21:15:40 +00:00
Joel Sherrill b9bea9f74d 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-05 15:22:58 +00:00
Joel Sherrill 23a0105a78 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-04-02 18:24:10 +00:00
Joel Sherrill 4116e57e75 2007-03-26 Joel Sherrill <joel@OARcorp.com>
* loopback/init.c: Add CVS Id.
2007-03-26 22:22:37 +00:00
Joel Sherrill 2dae3244c7 2007-03-26 Joel Sherrill <joel@OARcorp.com>
PR 1230/tests
	* minimum/init.c: Minimum should not configure console driver.
2007-03-26 22:19:59 +00:00
Joel Sherrill b767f96678 2007-02-21 Joel Sherrill <joel@OARcorp.com>
* loopback/init.c: Fix exit paths in client thread and main test
	thread.
2007-02-21 23:44:03 +00:00
Thomas Doerfler 3d14a451e9 mproved gen5200 MSCAN driver
fixed synchronization bug between ata.c and bdbuf.c
2007-01-21 18:25:31 +00:00
Ralf Corsepius fcb0cd462c 2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: New BUG-REPORT address.
2006-12-02 06:06:55 +00:00
Ralf Corsepius ba2c04fa2c 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.60. Require automake-1.10.
2006-10-17 07:38:02 +00:00
Joel Sherrill c5083aab1a 2006-09-08 Ken Peters <ken.peters@jpl.nasa.gov>
PR 1162/rtems
	* unlimited/system.h: Reserve enough memory for the stacks wanted.
2006-09-08 20:41:02 +00:00
Ralf Corsepius 122e300fa5 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-07-11 04:53:58 +00:00
Joel Sherrill 26ea8641d8 Fix formatting. 2006-02-08 22:29:26 +00:00
Joel Sherrill 8b474b1352 2006-02-08 Joel Sherrill <joel@OARcorp.com>
* cdtest/main.cc: Fix warnings.
2006-02-08 22:27:59 +00:00
Ralf Corsepius 1fd159523f 2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Remove RTEMS_ENABLE_BARE,
	BARE_CPU_CFLAGS, BARE_CPU_MODEL.
2005-11-22 15:30:31 +00:00
Eric Norum 1988691add Remove extraneous make-exe. 2005-11-16 22:06:45 +00:00
Ralf Corsepius 6f2593f79f Fix my email address 2005-11-13 06:52:39 +00:00
Ralf Corsepius ff33653a5b 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-13 06:34:29 +00:00
Ralf Corsepius 0ff20fe5aa 2005-11-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Remove AMPOLISH3.
2005-11-11 15:07:13 +00:00
Ralf Corsepius 6c67765e8b * base_mp/node1/Makefile.am: Rework.
* 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.
2005-11-11 14:40:27 +00:00
Ralf Corsepius 72109bbd3b 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-11 07:36:26 +00:00
Ralf Corsepius 19baaf83f3 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.*).
2005-11-10 16:20:52 +00:00
Ralf Corsepius 9b34a1d4bc 2005-11-10 Ralf Corsepius <ralf.corsepius@rtems.org>
* 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.
2005-11-10 14:52:50 +00:00
Ralf Corsepius df36926805 2005-11-10 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Add ampolish3.
	* base_mp/Makefile.am: Remove redundant EXTRA_DIST.
2005-11-10 09:49:17 +00:00
Ralf Corsepius 64350b5414 2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>
* cdtest/Makefile.am: AM_CPPFLAGS += -I..../support/include.
2005-11-09 12:23:29 +00:00
Ralf Corsepius 44502ae9c1 2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Apply RTEMS_CHECK_CPUOPTS.
2005-11-09 09:42:41 +00:00
Ralf Corsepius 783ba518b2 2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>
* sample.am: Set project_bspdir=$(PROJECT_ROOT)
2005-11-09 09:26:17 +00:00
Ralf Corsepius d08e8b9a03 2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* sample.am: Remove LIB_VARIANT.
2005-11-07 12:42:07 +00:00
Ralf Corsepius 29676876aa 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 09:28:06 +00:00
Ralf Corsepius 9a5a4647e3 2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Cleanup.
2005-11-07 08:40:49 +00:00
Ralf Corsepius bb202459ee 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-11-07 07:31:03 +00:00
Joel Sherrill 133f5f668e Formatting fix. 2005-10-26 17:40:17 +00:00
Eric Norum e1d3513753 Remove i386 conditional. 2005-10-26 17:30:34 +00:00
Ralf Corsepius 581dfa81ec 2005-10-26 Ralf Corsepius <ralf.corsepius@rtems.org>
* pppd/init.c, pppd/pppdapp.c: include rtems/rtemspppd.h instead of
	rtemspppd.h.
2005-10-26 03:25:15 +00:00
Ralf Corsepius 91435e6bd0 2005-05-10 Ralf Corsepius <ralf.corsepius@rtems.org>
* loopback/init.c: socklen_t.
2005-05-10 08:45:23 +00:00