Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix LDADD/DPADD that should be LIBADD. | bdrewery | 2015-12-04 | 2 | -4/+2 |
| | | | | Sponsored by: EMC / Isilon Storage Division | ||||
* | NO_MAN= has been deprecated in favor of MAN= for some time, go ahead | imp | 2014-04-13 | 2 | -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. | ||||
* | Add missing header needed by sleep(3). | kevlo | 2013-07-16 | 1 | -0/+1 |
| | |||||
* | Reencode files from latin1 to UTF-8. | uqs | 2011-12-29 | 1 | -1/+1 |
| | |||||
* | Add test cases for stack unwinding. | davidxu | 2010-09-25 | 8 | -0/+265 |
| | |||||
* | Fixed missing or broken library dependencies. | ru | 2010-02-25 | 2 | -2/+2 |
| | |||||
* | mutex_islocked_np -> mutex_isowned_np | des | 2008-02-06 | 2 | -9/+9 |
| | |||||
* | After careful consideration (and a brief discussion with attilio@), change | des | 2008-02-04 | 1 | -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 | ||||
* | Add a regression test for pthread_mutex_islocked_np(). | des | 2008-02-03 | 2 | -0/+85 |
| | | | | MFC after: 2 weeks | ||||
* | initialize mutex and cv. | davidxu | 2006-12-06 | 1 | -2/+2 |
| | |||||
* | Fix spelling. | davidxu | 2006-12-05 | 1 | -1/+1 |
| | |||||
* | Add a test for pthread's cv and cancellation. | davidxu | 2006-12-05 | 2 | -0/+93 |