aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/pthread
Commit message (Expand)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-152-2/+0
* Remove my middle name.Dag-Erling Smørgrav2023-08-171-1/+1
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-163-3/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-166-6/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* Apply some style(9) to pthread testsEd Maste2022-04-012-2/+3
* Clean up warnings in pthread testsEd Maste2022-02-168-29/+29
* 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