aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/pthread
Commit message (Expand)AuthorAgeFilesLines
* Fix LDADD/DPADD that should be LIBADD.Bryan Drewery2015-12-042-4/+2
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-132-2/+2
* Add missing header needed by sleep(3).Kevin Lo2013-07-161-0/+1
* Reencode files from latin1 to UTF-8.Ulrich Spörlein2011-12-291-1/+1
* Add test cases for stack unwinding.David Xu2010-09-258-0/+265
* Fixed missing or broken library dependencies.Ruslan Ermilov2010-02-252-2/+2
* mutex_islocked_np -> mutex_isowned_npDag-Erling Smørgrav2008-02-062-9/+9
* After careful consideration (and a brief discussion with attilio@), changeDag-Erling Smørgrav2008-02-041-2/+2
* Add a regression test for pthread_mutex_islocked_np().Dag-Erling Smørgrav2008-02-032-0/+85
* initialize mutex and cv.David Xu2006-12-061-2/+2
* Fix spelling.David Xu2006-12-051-1/+1
* Add a test for pthread's cv and cancellation.David Xu2006-12-052-0/+93