summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx07 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-09-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * psx01/Makefile.am: include leaf.am instead of leaf.cfg. * psx11/Makefile.am: include leaf.am instead of leaf.cfg. * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg. * psx02/Makefile.am: include leaf.am instead of leaf.cfg. * psx13/Makefile.am: include leaf.am instead of leaf.cfg. * psxtime/Makefile.am: include leaf.am instead of leaf.cfg. * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg. * psx07/Makefile.am: include leaf.am instead of leaf.cfg. * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg. * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg. * psx10/Makefile.am: include leaf.am instead of leaf.cfg. * psx08/Makefile.am: include leaf.am instead of leaf.cfg. * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg. * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg. * psx05/Makefile.am: include leaf.am instead of leaf.cfg. * psx09/Makefile.am: include leaf.am instead of leaf.cfg. * psxmount/Makefile.am: include leaf.am instead of leaf.cfg. * psxstat/Makefile.am: include leaf.am instead of leaf.cfg. * psx12/Makefile.am: include leaf.am instead of leaf.cfg. * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg. * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg. * psx03/Makefile.am: include leaf.am instead of leaf.cfg. * psx04/Makefile.am: include leaf.am instead of leaf.cfg. * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
* 2001-04-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-04-202-2/+3
| | | | | | | | * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn, psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn, psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c, psxtime/psxtime.scn, psxtimer/psxtimer.scn: Various adjustments so test output matches screens more reliably.
* 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-09-051-0/+1
| | | | | | | | | | | * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am, psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am, psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am, psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am, psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
* 2000-08-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-09-011-1/+1
| | | | | | | | | | * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am, psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am, psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am, psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am, psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am, psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am: Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
* Merged from 4.5.0-beta3aJoel Sherrill2000-06-122-6/+7
|
* Patch rtems-rc-4.5.0-13-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill2000-04-131-0/+2
| | | | adds .cvsignore.
* Patch rtems-rc-20000118-2.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-01-311-1/+0
| | | | | that contains cosmetical changes to the Makefile.ams below tests (removes old, now invalid comments from these Makefile.ams).
* Moved pmacros.h to include not support/include.Joel Sherrill1999-11-231-1/+1
|
* Patch rtems-rc-19991117-14.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1999-11-231-0/+44
| | | | to convert the psxtests directory from Makefile.in to Makefile.am.
* Updated copyright notice.Joel Sherrill1999-11-173-6/+3
|
* This is another pass at making sure that nothing outside the BSPJoel Sherrill1999-11-051-3/+1
| | | | | | | | | | | | unnecessarily uses any variables defined by the BSP. On this sweep, use of BSP_Configuration and Cpu_table was eliminated. A significant part of this modification was the addition of macros to access fields in the RTEMS configuration structures. This is necessary to strengthen the division between the BSP independent parts of RTEMS and the BSPs themselves. This started after comments and analysis by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
* Removed spaces.Joel Sherrill1998-12-031-9/+0
|
* Reset the pthread attributes structure so the proper error would beJoel Sherrill1998-04-271-1/+5
| | | | generated.
* updated copyright to 1998Joel Sherrill1998-02-173-3/+3
|
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-083-6/+6
|
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-223-15/+15
| | | | of switching to the modified GNU GPL.
* Filled in the screenMark Johannes1996-08-231-0/+105
|
* updated to support ENOTSUPMark Johannes1996-08-211-10/+10
|
* changed error codeJoel Sherrill1996-08-151-2/+2
|
* added test cases for NULL being passed to pthread attribute get routinesJoel Sherrill1996-08-141-0/+20
|
* added test case for pthread_attr_getscope being passed a NULL contentionscopeJoel Sherrill1996-08-141-0/+4
|
* pthread_attr_setscope: returns ENOTSUP not ENOSYS for unsupport scopeJoel Sherrill1996-08-141-2/+2
|
* added test case for stack too largeJoel Sherrill1996-08-121-0/+7
|
* added cases to increase coverage of pthread_create. cases added testedJoel Sherrill1996-08-083-0/+98
| | | | error paths as well as inherit scheduling attributes.
* Init: spacingMark Johannes1996-08-081-1/+0
|
* added complete test cases for pthread_attr_getschedparam,Joel Sherrill1996-08-071-9/+137
| | | | | | pthread_attr_setschedparam, and pthread_getschedparam. added test cases for error paths for pthread_setschedparam.
* removed unused prototypesJoel Sherrill1996-08-021-9/+0
|
* test successfully exercises all of pthread_attr_* set and get routinesJoel Sherrill1996-08-013-0/+329