summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx03 (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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/+17
|
* corrected problem in which sigtimedwait() was being invoked withJoel Sherrill1996-08-131-60/+3
| | | | | | the wrong mask. removed code which was commented out. This code was in another test.
* chenaged format of outputJoel Sherrill1996-08-131-2/+6
|
* initial modifications to test sigtimedwait.Joel Sherrill1996-06-151-0/+2
|
* first successful run. Has test cases for a simple sigtimedwait() timeout,Mark Johannes1996-06-134-0/+347
a sigtimewait() timeout because it was pthread_kill'ed with a blocked signal, and a sigtimedwait which is satisfied.