summaryrefslogtreecommitdiff
path: root/lib/libthr/thread/thr_sig.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/6.4 to release/6.4.0 in preparation for 6.4-RELEASE.release/6.4.0_cvsKen Smith2008-11-261-1/+1
* MFC thr_cancel.c revision 1.12David Xu2006-04-041-2/+6
* MFC:David Xu2006-01-161-36/+63
* Import my recent 1:1 threading working. some features improved includes:David Xu2005-04-021-48/+198
* Make libthr async-signal-safe without costly signal masking. The guidlines IMike Makonnen2004-05-201-77/+0
* Make the minimum implementation of pthread_kill conform to theMike Makonnen2004-03-291-0/+13
* o Since we're not using signals for thread synchronization anymore,Mike Makonnen2004-03-271-30/+0
* Implement PThreads barriers and barrier attributes.Mike Makonnen2004-02-191-0/+7
* Don't wake up the thread after the signal handlerMike Makonnen2004-02-191-1/+1
* Fix the wrapper function around signals so that a signal handlingMike Makonnen2003-12-091-24/+44
* Make WARNS2 clean. The fixes mostly included:Mike Makonnen2003-05-231-2/+2
* msg2Mike Makonnen2003-05-121-7/+7
* o Correct a debug message that refered to the wrong functionMike Makonnen2003-05-061-22/+19
* - Define curthread as _get_curthread() and remove all direct calls toJeff Roberson2003-04-021-1/+0
* - Add libthr but don't hook it up to the regular build yet. This is anJeff Roberson2003-04-011-0/+166