Dag-Erling Smørgrav
e738085b94
Remove my middle name.
2023-08-17 15:08:30 +02:00
Warner Losh
d0b2dbfa0e
Remove $FreeBSD$: one-line sh pattern
...
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-16 11:55:03 -06:00
Warner Losh
2a63c3be15
Remove $FreeBSD$: one-line .c comment pattern
...
Remove /^/[*/]\s*\$FreeBSD\$.*\n/
2023-08-16 11:54:29 -06:00
Warner Losh
42b388439b
Remove $FreeBSD$: one-line .h pattern
...
Remove /^\s*\*+\s*\$FreeBSD\$.*$\n/
2023-08-16 11:54:23 -06:00
Warner Losh
b3e7694832
Remove $FreeBSD$: two-line .h pattern
...
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
2023-08-16 11:54:16 -06:00
Ed Maste
7bfe5e4515
Apply some style(9) to pthread tests
...
Reported by: kib
Fixes: ef135466f8 ("Clean up warnings in pthread tests")
Sponsored by: The FreeBSD Foundation
2022-03-31 21:37:57 -04:00
Ed Maste
ef135466f8
Clean up warnings in pthread tests
...
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
2022-02-16 16:28:31 -05:00
Bryan Drewery
eacae6dc66
Fix LDADD/DPADD that should be LIBADD.
...
Sponsored by: EMC / Isilon Storage Division
2015-12-04 03:17:47 +00:00
Warner Losh
3bdf775801
NO_MAN= has been deprecated in favor of MAN= for some time, go ahead
...
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.
2014-04-13 05:21:56 +00:00
Kevin Lo
4b30cabddc
Add missing header needed by sleep(3).
2013-07-16 09:22:50 +00:00
Ulrich Spörlein
47e236b178
Reencode files from latin1 to UTF-8.
2011-12-29 12:33:27 +00:00
David Xu
e04b953e48
Add test cases for stack unwinding.
2010-09-25 04:26:40 +00:00
Ruslan Ermilov
9fd69f37d2
Fixed missing or broken library dependencies.
2010-02-25 14:42:26 +00:00
Dag-Erling Smørgrav
ecd14de7d7
mutex_islocked_np -> mutex_isowned_np
2008-02-06 19:41:05 +00:00
Dag-Erling Smørgrav
fcd61d9141
After careful consideration (and a brief discussion with attilio@), change
...
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
2008-02-04 12:35:23 +00:00
Dag-Erling Smørgrav
8dbd3d1b6b
Add a regression test for pthread_mutex_islocked_np().
...
MFC after: 2 weeks
2008-02-03 22:35:45 +00:00
David Xu
56073c9eac
initialize mutex and cv.
2006-12-06 00:03:42 +00:00
David Xu
a3f452e8d8
Fix spelling.
2006-12-05 05:31:49 +00:00
David Xu
e986eeec92
Add a test for pthread's cv and cancellation.
2006-12-05 05:14:56 +00:00