summaryrefslogtreecommitdiffstats
path: root/testsuites (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add .gitignore. Remove .cvsignore.Joel Sherrill2012-02-03218-570/+0
|
* 2011-08-21 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-08-212-6/+10
| | | | | PR 1890/cpukit * psxmsgq01/init.c: POSIX says msg_prio is allowed to be NULL.
* 2011-07-31 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-07-319-10/+214
| | | | | | | | | | | | PR 1855/cpukit * Makefile.am, configure.ac, psx16/Makefile.am: Correct signal processing during pthread_join. We are supposed to unblock the thread waiting on a pthread_join(), dispatch the signal handler, account for it potentially overwriting errno, and then have the thread return to blocking within pthread_join(). * psxeintr_join/.cvsignore, psxeintr_join/Makefile.am, psxeintr_join/init.c, psxeintr_join/psxeintr_join.doc, psxeintr_join/psxeintr_join.scn: New files.
* 2011-07-31 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-07-3110-8/+169
| | | | | | | | | | PR 1867/cpukit * Makefile.am, configure.ac, psx12/task.c, psxrwlock01/test.c: Correct implementation of pthread_exit() and pthread_join() to support the case where a thread is joinable but calls pthread_exit() before a thread has attempted to join. * psx16/.cvsignore, psx16/Makefile.am, psx16/init.c, psx16/psx16.doc, psx16/psx16.scn: New files.
* Upgrade to 4.9.64.9.6Joel Sherrill2011-07-241-1/+1
|
* Upgrade to 4.9.5Joel Sherrill2011-02-091-1/+1
|
* 2010-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-10-012-2/+7
| | | | | PR 1708/build: * aclocal/check-cpuopts.m4: Fix m4-quoting.
* 2010-09-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-09-232-2/+6
| | | | * aclocal/check-cpuopts.m4: Add AC_LANG_SOURCE.
* Upgrade to 4.9.44.9.4Joel Sherrill2010-03-181-1/+1
|
* Upgrade to 4.9.34.9.3Joel Sherrill2009-11-131-1/+1
|
* 2009-09-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-09-093-2/+6
| | | | * sp46/init.c, sp46/sp46.scn: Fix numbering.
* Upgrade to 4.9.2Joel Sherrill2009-03-121-1/+1
|
* 2009-03-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-03-022-4/+10
| | | | | * cdtest/main.cc: Use printk() in global destructors since printf() no longer works.
* 2009-03-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-03-024-10/+44
| | | | | | | | PR 1388/cpukit * sp09/screen05.c, sp09/screen09.c, sp09/sp09.scn: Classic Semaphores allow both priority inherit and ceiling attributes to be set on semaphore create. These attributes are mutually exclusive and this should be an error.
* 2009-01-21 Nickolay Kolchin <nbkolchin@gmail.com>Joel Sherrill2009-01-218-1/+135
| | | | | | | Joel Sherrill <joel.sherrill@oarcorp.com> PR 1357/cpukit * rtems/src/tasks.c: Ensure creating a task with no ASR is honored.
* Upgrade to 4.9.1Joel Sherrill2008-12-121-1/+1
|
* 2008-12-05 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-12-052-0/+9
| | | | * sp46/sp46.scn: New file.
* 2008-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-12-047-2/+185
| | | | | | | | PR 1348/cpukit * Makefile.am, configure.ac: Add test of special case of resetting cpu usage information while a period is running. * sp46/.cvsignore, sp46/Makefile.am, sp46/init.c, sp46/sp46.doc: New files.
* 2008-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-12-032-0/+131
| | | | | PR 1347/cpukit * sp45/init.c: New file.
* 2008-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-12-0310-4/+81
| | | | | | | | | PR 1347/cpukit * Makefile.am, configure.ac, sp30/resume.c, sp30/task1.c, sp31/delay.c: Rework Timer Server to ensure that the context allows for blocking, allocating memory, and acquiring semaphores and mutexes. * sp45/.cvsignore, sp45/Makefile.am, sp45/sp45.doc, sp45/sp45.scn: New files.
* Upgrade to 4.9.0Joel Sherrill2008-09-241-1/+1
|
* Use "double" instead of "rtems_double".Ralf Corsepius2008-09-151-1/+2
|
* 2008-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-151-0/+4
| | | | * sp19/system.h: Use "double" instead of "rtems_double".
* 2008-09-10 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-09-102-4/+5
| | | | | * aclocal/canonical-target-name.m4: Remove TI C4x and NIOS2 ports from 4.9 branch.
* 2008-09-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-083-2/+8
| | | | * tm09/system.h, tm09/task1.c: Account for message buffer memory.
* 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-08 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-09-083-83/+87
| | | | * sp34/sp34.scn, sp35/sp35.scn: Convert to UNIX CR/LF style.
* 2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-061-0/+4
| | | | * support/src/test_support.c: Convert to "bool".
* Convert to "bool".Ralf Corsepius2008-09-0622-46/+46
|
* 2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-061-0/+4
| | | | * malloctest/init.c: Convert to "bool".
* 2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-061-0/+5
| | | | | * psxcleanup/psxcleanup.c, psxfatal_support/init.c, psxfatal_support/system.h: Convert to "bool".
* 2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-061-0/+6
| | | | | | * capture/system.h, capture/test1.c, fileio/init.c, unlimited/init.c, unlimited/system.h, unlimited/test1.c: Convert to "bool".
* 2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-061-0/+7
| | | | | | | * sp35/priinv.c, sp37/init.c, sp38/init.c, sp39/init.c, sp41/init.c, sp42/init.c, sp43/init.c, spfatal/fatal.c, spfatal/system.h, spfatal_support/init.c, spfatal_support/system.h: Convert to "bool".
* 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-052-0/+7
| | | | | * spsize/size.c: Must extern _MPCI_Semaphore because it is no longer declared in a public place.
* 2008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-053-2/+7
| | | | | * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Updating and fixing while running mptests on psim.
* 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-033-2/+6
| | | | * sp07/system.h, sp07/tcreate.c: Convert to bool type.
* 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-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-312-0/+24
| | | | * support/src/tmtests_empty_function.c: New file.
* 2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-313-13/+19
| | | | | * tmitronsem01/Makefile.am, tmitronsem01/init.c: Eliminate empty function from every benchmark timer driver. Fix spelling.
* 2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-3163-548/+599
| | | | | | | | | | | | | | | | | | | | * tm01/Makefile.am, tm01/task1.c, tm02/Makefile.am, tm02/task1.c, tm03/Makefile.am, tm03/task1.c, tm04/Makefile.am, tm04/task1.c, tm05/Makefile.am, tm05/task1.c, tm06/Makefile.am, tm06/task1.c, tm07/Makefile.am, tm07/task1.c, tm08/Makefile.am, tm08/task1.c, tm09/Makefile.am, tm09/task1.c, tm10/Makefile.am, tm10/task1.c, tm11/Makefile.am, tm11/task1.c, tm12/Makefile.am, tm12/task1.c, tm13/Makefile.am, tm13/task1.c, tm14/Makefile.am, tm14/task1.c, tm15/Makefile.am, tm15/task1.c, tm16/Makefile.am, tm16/task1.c, tm17/Makefile.am, tm17/task1.c, tm18/Makefile.am, tm18/task1.c, tm19/Makefile.am, tm19/task1.c, tm20/Makefile.am, tm20/task1.c, tm21/Makefile.am, tm21/task1.c, tm22/Makefile.am, tm22/task1.c, tm23/Makefile.am, tm23/task1.c, tm24/Makefile.am, tm24/task1.c, tm25/Makefile.am, tm25/task1.c, tm26/Makefile.am, tm26/task1.c, tm27/Makefile.am, tm27/task1.c, tm28/Makefile.am, tm28/task1.c, tm29/Makefile.am, tm29/task1.c, tmck/Makefile.am, tmck/task1.c, tmoverhd/Makefile.am, tmoverhd/testtask.c: Eliminate empty function from every benchmark timer driver. Fix spelling.
* 2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-3132-517/+528
| | | | | | | | | | | * tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c, tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c, tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c, tm16/task1.c, tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c, tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c, tm25/task1.c, tm26/task1.c, tm27/task1.c, tm28/task1.c, tm29/task1.c, tmck/task1.c, tmoverhd/testtask.c: Rename timer driver methods to follow RTEMS programming conventions.
* 2008-08-19 Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>Joel Sherrill2008-08-193-37/+51
| | | | | | | | | | | PR 1296/cpukit. * psxtimer01/psxtimer.c, psxtimer01/psxtimer01.scn: POSIX timers use incorrect repeat interval. This patch fixes the following problems in the test. (1) Adds test for value of it_interval.tv_nsec. (2) Corrects test for absolute timer in past. (3) Modifies test to use different initial and repeat periods. (4) Updates psxtimer01.scn to match results.
* 2008-08-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-152-2/+6
| | | | * sp43/init.c: Fix derefence of uninitialized pointer.
* 2008-08-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-153-5/+6
| | | | | | PR 1297/cpukit * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Fix NULL attribute pointer handling.
* 2008-08-07 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-072-2/+10
| | | | | | * spsize/size.c: Make _System_state_Is_multiprocessing unused when multiprocessing is not enabled. Saves one more variable from single processor configuration.
* 2008-08-05 Xudong Guan <xudong.guan@criticalsoftware.com>Joel Sherrill2008-08-057-3/+204
| | | | | | | | | PR 1212/cpukit * Makefile.am, configure.ac: Time slicing will not happen if the task mode is changed from a non-timeslicing mode to timeslicing mode if it is done by the executing thread (e.g. in its task body). This change includes sp44 to demonstrate the problem and verify the correction. * sp44/.cvsignore, sp44/Makefile.am, sp44/init.c, sp44/sp44.scn: New files.
* 2008-08-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-042-1/+4
| | | | * psxsem01/init.c: Spacing.
* 2008-08-04 Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>Joel Sherrill2008-08-042-3/+13
| | | | | PR 1293/tests * psx10/init.c: Make sure we do not let tv_nsec go to -1.