aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/pthread
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-152-2/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* Remove my middle name.Dag-Erling Smørgrav2023-08-171-1/+1
|
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-163-3/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-166-6/+0
| | | | Remove /^/[*/]\s*\$FreeBSD\$.*\n/
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*\*+\s*\$FreeBSD\$.*$\n/
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
| | | | Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
* Apply some style(9) to pthread testsEd Maste2022-04-012-2/+3
| | | | | | Reported by: kib Fixes: ef135466f81b ("Clean up warnings in pthread tests") Sponsored by: The FreeBSD Foundation
* Clean up warnings in pthread testsEd Maste2022-02-168-29/+29
| | | | | | | | | | I intend to move these into lib/libthr/tests/ and connect to kyua. This is a first step to address warnings emitted when building using standard make infrastructure. Reviewed by: markj Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D34306
* Fix LDADD/DPADD that should be LIBADD.Bryan Drewery2015-12-042-4/+2
| | | | | | | Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=291738
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-132-2/+2
| | | | | | | | | and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit. Notes: svn path=/head/; revision=264400
* Add missing header needed by sleep(3).Kevin Lo2013-07-161-0/+1
| | | | Notes: svn path=/head/; revision=253384
* Reencode files from latin1 to UTF-8.Ulrich Spörlein2011-12-291-1/+1
| | | | Notes: svn path=/head/; revision=228953
* Add test cases for stack unwinding.David Xu2010-09-258-0/+265
| | | | Notes: svn path=/head/; revision=213155
* Fixed missing or broken library dependencies.Ruslan Ermilov2010-02-252-2/+2
| | | | Notes: svn path=/head/; revision=204311
* mutex_islocked_np -> mutex_isowned_npDag-Erling Smørgrav2008-02-062-9/+9
| | | | Notes: svn path=/head/; revision=176050
* After careful consideration (and a brief discussion with attilio@), changeDag-Erling Smørgrav2008-02-041-2/+2
| | | | | | | | | | | | the semantics of pthread_mutex_islocked_np() to return true if and only if the mutex is held by the current thread. Obviously, change the regression test to match. MFC after: 2 weeks Notes: svn path=/head/; revision=175969
* Add a regression test for pthread_mutex_islocked_np().Dag-Erling Smørgrav2008-02-032-0/+85
| | | | | | | MFC after: 2 weeks Notes: svn path=/head/; revision=175957
* initialize mutex and cv.David Xu2006-12-061-2/+2
| | | | Notes: svn path=/head/; revision=164928
* Fix spelling.David Xu2006-12-051-1/+1
| | | | Notes: svn path=/head/; revision=164899
* Add a test for pthread's cv and cancellation.David Xu2006-12-052-0/+93
Notes: svn path=/head/; revision=164898