summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add config.h.inRalf Corsepius2011-03-011-0/+1
|
* 2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-222-1/+6
| | | | * configure.ac: Add AC_CONFIG_HEADER(config.h).
* 2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-221-0/+12
| | | | | | | | | | | | * 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.
* Add HAVE_CONFIG_H.Ralf Corsepius2011-02-2239-0/+156
|
* 2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-022-2/+6
| | | | * configure.ac: Require autoconf-2.68, automake-1.11.1.
* 2009-10-30 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-304-7/+13
| | | | | | * 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>Ralf Corsepius2009-10-301-0/+5
| | | | | | | | * 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.
* Use PRI*32 to print uint32_ts.Ralf Corsepius2009-10-3016-18/+18
|
* 2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-301-0/+3
| | | | | | * mp04/task1.c: Include "tmacros.h". Use PRIxrtems_task_priority to print rtems_task_prioritys. Use PRI*32 to print uint32_ts.
* Include "tmacros.h".Ralf Corsepius2009-10-301-1/+2
| | | | | Use PRIxrtems_task_priority to print rtems_task_prioritys. Use PRI*32 to print uint32_ts.
* 2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-301-0/+5
| | | | | * mp05/asr.c: Include "tmacros.h". Use PRIxrtems_signal_set to print rtems_signal_set's.
* Include "tmacros.h".Ralf Corsepius2009-10-301-1/+2
| | | | Use PRIxrtems_signal_set to print rtems_signal_sets.
* 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-202-1/+5
| | | | * configure.ac: Don't add -ansi -fasm to CFLAGS.
* 2009-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-1218-46/+55
| | | | | | | | | * 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>Joel Sherrill2009-08-104-18/+24
| | | | | | * 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>Ralf Corsepius2009-04-031-0/+18
| | | | | | | | | | | | | | | | | | * 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.
* Eliminate _exe_/.exe.Ralf Corsepius2009-04-0328-196/+196
|
* 2008-09-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-086-15/+20
| | | | | * 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>Joel Sherrill2008-09-054-12/+20
| | | | | | * 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>Joel Sherrill2008-09-055-4/+20
| | | | | * 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>Joel Sherrill2008-09-0314-33/+40
| | | | | | | * 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>Joel Sherrill2008-02-0115-14/+22
| | | | | | | | * 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>Joel Sherrill2008-01-3029-28/+45
| | | | | | | | | | | | | | | | | * 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>Joel Sherrill2008-01-293-18/+18
| | | | | | * 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>Joel Sherrill2007-03-282-1/+6
| | | | | * mp12/node2/mp12-node2.scn: Redo screen to not have cvs conflict marker.
* 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.
* Eliminate scndir, docdir. Use rtems_testsdir instead.Ralf Corsepius2006-07-1128-112/+56
|
* 2006-07-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-07-111-0/+18
| | | | | | | | | | | | | | | | | | * 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>Ralf Corsepius2005-11-222-3/+5
| | | | | * configure.ac: Remove RTEMS_ENABLE_BARE, BARE_CPU_CFLAGS, BARE_CPU_MODEL.
* Fix my email addressRalf Corsepius2005-11-131-4/+4
|
* Convert to using *_PROGRAMS.Ralf Corsepius2005-11-1328-336/+252
|
* 2005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-131-0/+18
| | | | | | | | | | | | | | | | | | * 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.
* Fix typos.Ralf Corsepius2005-11-111-42/+42
|
* Rework.Ralf Corsepius2005-11-1128-955/+226
|
* * mp01/node1/Makefile.am: Rework.Ralf Corsepius2005-11-111-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * mp01/node2/Makefile.am: Rework. * mp02/node1/Makefile.am: Rework. * mp02/node2/Makefile.am: Rework. * mp03/node1/Makefile.am: Rework. * mp03/node2/Makefile.am: Rework. * mp04/node1/Makefile.am: Rework. * mp04/node2/Makefile.am: Rework. * mp05/node1/Makefile.am: Rework. * mp05/node2/Makefile.am: Rework. * mp06/node1/Makefile.am: Rework. * mp06/node2/Makefile.am: Rework. * mp07/node1/Makefile.am: Rework. * mp07/node2/Makefile.am: Rework. * mp08/node1/Makefile.am: Rework. * mp08/node2/Makefile.am: Rework. * mp09/node1/Makefile.am: Rework. * mp09/node2/Makefile.am: Rework. * mp10/node1/Makefile.am: Rework. * mp10/node2/Makefile.am: Rework. * mp11/node1/Makefile.am: Rework. * mp11/node2/Makefile.am: Rework. * mp12/node1/Makefile.am: Rework. * mp12/node2/Makefile.am: Rework. * mp13/node1/Makefile.am: Rework. * mp13/node2/Makefile.am: Rework. * mp14/node1/Makefile.am: Rework. * mp14/node2/Makefile.am: Rework.
* Cosmetics.Ralf Corsepius2005-11-1128-84/+0
|
* Various cleanups.Ralf Corsepius2005-11-1128-112/+84
|
* Hard-code node number.Ralf Corsepius2005-11-1128-308/+280
|
* Fix typo in previous patch.Ralf Corsepius2005-11-1128-56/+56
|
* Eliminate TEST.Ralf Corsepius2005-11-1128-196/+168
|
* Remove.Ralf Corsepius2005-11-111-23/+0
|
* Expand mptests.am.Ralf Corsepius2005-11-1128-28/+616
|
* 2005-11-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-111-0/+18
| | | | | | | | | | | | | | | | | | * 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.
* Eliminate DOCTYPES.Ralf Corsepius2005-11-1028-56/+28
|
* Reflect changes to TEST variable contents.Ralf Corsepius2005-11-1028-56/+56
|
* 2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-101-0/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>.*).
* New.Ralf Corsepius2005-11-1056-0/+1233
|
* Removed (Renamed to *-node<N>.*).Ralf Corsepius2005-11-1056-1233/+0
|
* AM_CPPFLAGS += -I..../support/include.Ralf Corsepius2005-11-0928-0/+56
|