summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added test cases for uname().Joel Sherrill1999-11-162-0/+25
|
* Modified file to match seen output.Jennifer Averett1999-11-161-92/+161
|
* Modified output file to match seen output. Added comment to all inoJennifer Averett1999-11-161-306/+282
| | | | values that they may change slightly on a processor basis.
* Removed compiler warning.Jennifer Averett1999-11-161-1/+1
|
* New test for POSIX Message Queues added.Joel Sherrill1999-11-094-1/+88
|
* New files.Joel Sherrill1999-11-093-0/+222
|
* 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>.
* The files in libcpu should not be directly dependent on any BSP. InJoel Sherrill1999-11-041-0/+2
| | | | | | | | | | | particular, using bsp.h, or getting information from the BSP which should properly be obtained from RTEMS is forbidden. 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>. The changes primarily eliminated the need to include bsp.h and peeking at BSP_Configuration. The use of Cpu_table in each BSP needs to be eliminated.
* Minor changes to make the screen match a bit better.Joel Sherrill1999-11-022-4/+4
|
* Minor fixes to make screen match a bit better.Joel Sherrill1999-11-022-11/+15
|
* Added more proper checking of F_GETFL and F_SETFL.Joel Sherrill1999-11-021-5/+17
| | | | | | Disabled test of F_DUPFD since it does not work. Added comment to indicate that seekdir(NULL) was being called.
* New test added - psxcancel. This is just a shell for now.Joel Sherrill1999-10-283-1/+32
|
* Modified to ease comparison of screen to target output.Joel Sherrill1999-10-254-1092/+1092
|
* Modified to reflect test change where reinitialize mutex test case wasJoel Sherrill1999-10-251-1/+1
| | | | removed.
* Removed reinitialize mutex test case to reflect earlier code change inJoel Sherrill1999-10-251-1/+8
| | | | the executive.
* Increased stack size of initialization thread.Joel Sherrill1999-10-211-0/+2
|
* Modifications necessary to support testing of exitting a pthread fromJoel Sherrill1999-10-046-41/+156
| | | | Charles-Antione Gauthier <charles.gauthier@iit.nrc.ca>.
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to make fix bugJoel Sherrill1999-10-041-3/+3
| | | | where wrapup left pieces out of the librtemsall.a.
* New configuration files added by patch fromJoel Sherrill1999-08-101-0/+24
| | | | Ralf Corsepius <corsepiu@faw.uni-ulm.de>".
* Modified to reflect change in calling sequence of mount().Joel Sherrill1999-07-011-1/+1
|
* Test modified to reflect change in calling sequence of mount().Joel Sherrill1999-07-011-10/+10
|
* Corrections by Jennifer.Joel Sherrill1999-04-061-41/+57
|
* Added prints for calls into the file system. Added O_EXCL for an open thatJennifer Averett1999-03-311-5/+28
| | | | tested that the same file could not be created twice.
* Modified file to match output.Jennifer Averett1999-03-311-11/+38
|
* Correctd name length to account for new IMFS max name length of 32.Jennifer Averett1999-03-291-1/+3
|
* Commented out test case that no long works since addition of POSIX timers.Joel Sherrill1999-03-161-5/+10
|
* New files from Juan Zamorano Flores <jzamora@avellano.datsi.fi.upm.es>Joel Sherrill1999-02-033-0/+445
| | | | that are part of the addition of POSIX timers.
* Removed unneeded include of libio_.h.Joel Sherrill1999-01-311-2/+0
|
* Removed spaces.Joel Sherrill1998-12-033-14/+0
|
* Changed to account for ownership only being tracked when a priorityJoel Sherrill1998-12-031-0/+8
| | | | blocking protocol is used.
* Removed all ^M from the file.Jennifer Averett1998-12-031-156/+156
|
* Removed all ^M from the scn file.Jennifer Averett1998-12-031-1253/+1253
|
* Cleaned up test.Jennifer Averett1998-12-037-320/+480
| | | | Updated scn files to match present expected test output.
* Added Comment that a result is valid at 4 or 5 seconds.Jennifer Averett1998-12-031-13/+1
|
* Updated scn files to match present expected test output.Jennifer Averett1998-12-034-11/+267
|
* Added new tests in support of the file system infrastructure.Joel Sherrill1998-11-233-0/+155
|
* Added tests in support of the file system infrastructure.Joel Sherrill1998-11-2315-0/+4577
|
* Fixed comment block at the beginning of the file for a copyright dateJoel Sherrill1998-06-09135-271/+270
| | | | problem and an English problem.
* Fixed screen to match actual output.Joel Sherrill1998-04-271-3/+2
|
* Reset the pthread attributes structure so the proper error would beJoel Sherrill1998-04-271-1/+5
| | | | generated.
* updated copyright to 1998Joel Sherrill1998-02-17177-177/+177
|
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-08177-354/+354
|
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-22177-885/+885
| | | | of switching to the modified GNU GPL.
* Modified to reflect change from 255 posix priority levels to 254.Joel Sherrill1997-04-183-6/+6
|
* corrected printf specifications and added casts as necessary to eliminateJoel Sherrill1997-04-073-3/+3
| | | | warnings.
* corrected printf format to avoid warningJoel Sherrill1997-04-024-4/+4
|
* initialized variables or removed unused variables to remove warningsJoel Sherrill1997-04-023-4/+3
|
* new filesJoel Sherrill1996-09-183-0/+205
|
* Fixed test to match change to pthread_cond_timedwait which now takes a wallMark Johannes1996-09-121-26/+32
| | | | | | | time. Commented out calls to pthread_cond_wait and pthread_cond_timedwait without the mutex locked before calling.
* modified test to take into account change in default value ofJoel Sherrill1996-09-061-0/+5
| | | | | inheritsched pthread attribute from implicit to explicit scheduling parameters.