summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx02 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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/+26
|
* added include of errno.h so the test can check for EINTR.Joel Sherrill1996-08-131-0/+1
|
* nanosleep now returns -1 and EINTR when a signal interrupts EINTR.Joel Sherrill1996-08-131-2/+8
|
* Added test case which blocks a signal, sees what signals are pending, sendsJoel Sherrill1996-06-111-1/+44
| | | | | that same signal to the executing thread, sees what is pending, then unblocks that signal so the handler can execute.
* modified to test pthread_kill() to self and pthread_kill() to a blockedJoel Sherrill1996-06-112-8/+24
| | | | thread. nanosleep() can be interrupted and return the time remaining.
* new files.Joel Sherrill1996-06-104-0/+177
This test does a basic checkout of signals with a thread-directed signal (pthread_kill()) used to interrupt a nanosleep().