summaryrefslogtreecommitdiffstats
path: root/regress/lib/libpthread/siginfo (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Tighten up the siginfo checkguenther2016-09-011-3/+3
|
* various cleanups; david says results are samederaadt2003-07-311-2/+3
|
* free memory allocated by asprintf; ok marcopvalchev2003-06-191-1/+2
|
* remove MD bits from test.marc2002-10-271-3/+4
| | | | | This test fails on sparc64 due to that arch not reporting the address correctly -- not a pthreads issue
* remove 0x in front of %p -- not neededmarc2002-10-231-3/+3
|
* Clean up the siginfo test. pthreads siginfo delivery code stillmarc2002-10-211-5/+14
| | | | being tested.
* signal deliver to blocked thread testmarc2002-10-121-4/+5
|
* clean-up. check that SA_RESETHAND does the right thing, too.marc2002-10-091-2/+7
| | | | full library support for this is still pending.
* more meaningful errormarc2002-10-071-2/+2
|
* use/check SA_RESETHAND, too.marc2002-10-071-3/+4
| | | | Note: until SA_RESETHAND support is fixed the test loops on SIGSEGV
* add pthread siginfo support testmarc2002-10-072-0/+35