summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx02 (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-11-23Moved pmacros.h to include not support/include.Joel Sherrill1-1/+1
1999-11-23Patch rtems-rc-19991117-14.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+44
to convert the psxtests directory from Makefile.in to Makefile.am.
1999-11-17Updated copyright notice.Joel Sherrill3-6/+3
1998-02-17updated copyright to 1998Joel Sherrill3-3/+3
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill3-6/+6
1997-04-22headers updated to reflect new style copyright notice as partJoel Sherrill3-15/+15
of switching to the modified GNU GPL.
1996-08-23Filled in the screenMark Johannes1-0/+26
1996-08-13added include of errno.h so the test can check for EINTR.Joel Sherrill1-0/+1
1996-08-13nanosleep now returns -1 and EINTR when a signal interrupts EINTR.Joel Sherrill1-2/+8
1996-06-11Added test case which blocks a signal, sees what signals are pending, sendsJoel Sherrill1-1/+44
that same signal to the executing thread, sees what is pending, then unblocks that signal so the handler can execute.
1996-06-11modified to test pthread_kill() to self and pthread_kill() to a blockedJoel Sherrill2-8/+24
thread. nanosleep() can be interrupted and return the time remaining.
1996-06-10new files.Joel Sherrill4-0/+177
This test does a basic checkout of signals with a thread-directed signal (pthread_kill()) used to interrupt a nanosleep().