History log of /freebsd-10.1-release/tools/regression/pthread/
Revision Date Author Comments
272461 03-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


253384 16-Jul-2013 kevlo

Add missing header needed by sleep(3).


228953 29-Dec-2011 uqs

Reencode files from latin1 to UTF-8.


213155 25-Sep-2010 davidxu

Add test cases for stack unwinding.


204311 25-Feb-2010 ru

Fixed missing or broken library dependencies.


176050 06-Feb-2008 des

mutex_islocked_np -> mutex_isowned_np


175969 04-Feb-2008 des

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


175957 03-Feb-2008 des

Add a regression test for pthread_mutex_islocked_np().

MFC after: 2 weeks


164928 06-Dec-2006 davidxu

initialize mutex and cv.


164899 05-Dec-2006 davidxu

Fix spelling.


164898 05-Dec-2006 davidxu

Add a test for pthread's cv and cancellation.