aboutsummaryrefslogtreecommitdiff
path: root/lib/libthr/thread
Commit message (Expand)AuthorAgeFilesLines
* MFC libthread_db modifies until r181651:Attilio Rao2009-05-141-2/+2
* Close races in the pthread_condvar implementation in 6.x, note thatAlfred Perlstein2008-10-222-36/+37
* MFC SVN rev 181099:David Xu2008-08-051-1/+1
* MFC: r179358,179434 - make libc's fcntl symbol weak and extend the limitedDoug Rabson2008-06-061-1/+2
* MFC: 1.7Marius Strobl2007-11-101-1/+5
* MFC Revision 1.78:David Xu2007-09-041-1/+1
* MFC: return EINVAL if thread was detached.David Xu2006-12-101-1/+1
* MFC thr_cancel.c revision 1.12David Xu2006-04-046-7/+17
* MFC revision 1.31.David Xu2006-04-041-1/+1
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2006-04-041-0/+219
* MFC revision 1.6.David Xu2006-02-231-1/+1
* MFC:David Xu2006-01-241-0/+2
* MFC:David Xu2006-01-1619-579/+524
* MFC revision 1.20:David Xu2005-12-221-0/+1
* MFC revision 1.35:David Xu2005-12-151-2/+0
* MFC:David Xu2005-12-152-14/+58
* MFC revision 1.3:David Xu2005-12-151-0/+28
* MFC Revision 1.11:David Xu2005-12-011-8/+2
* MFC revision 1.24:David Xu2005-10-111-1/+1
* MFC (by deischen)Xin LI2005-10-081-0/+19
* MFC: Convert the atomic pointer operations to operate on uintptr_t ratherJohn Baldwin2005-08-051-6/+12
* Fix off-by-one nanosecond bug in macro TIMESPEC_ADD.David Xu2005-06-221-1/+1
* Use thr_new syscall to create a new thread, obscure context operationsDavid Xu2005-04-231-24/+16
* Conditionally report initial thread event.David Xu2005-04-121-1/+2
* Add missing event reporting code.David Xu2005-04-121-0/+65
* Add debugger event reporting support, current only TD_CREATE and TD_DEATHDavid Xu2005-04-127-11/+53
* Adjust hash function for smaller pthread structure size.David Xu2005-04-071-1/+1
* Remove unique id field which is no longer used by debugger.David Xu2005-04-063-15/+2
* Pass exact number of threads.David Xu2005-04-041-1/+1
* Import my recent 1:1 threading working. some features improved includes:David Xu2005-04-0249-4227/+5833
* Increase the default stacksizes:Joe Marcus Clarke2005-03-063-15/+31
* Don't include sys/user.h merely for its side-effect of recursivelyDavid Schultz2004-11-273-2/+5
* 1. Now that it's a thread's state is changed from within the kernel, whereMike Makonnen2004-10-132-4/+10
* Remove a reference to a non-existent syscall: _thr_exit(). TheMike Makonnen2004-10-081-4/+1
* Close a race between a thread exiting and the freeing of it's stack.Mike Makonnen2004-10-061-3/+2
* Remove vestiges of libthr's signal mangling past. This fixes that lastMike Makonnen2004-09-221-14/+1
* The SUSv3 function say that the affected functions MAY FAIL, if theMike Makonnen2004-09-221-27/+6
* Implement cancellation points in libc interfaces, as specified by POSIX.Mike Makonnen2004-09-162-0/+314
* Adjust code to support AMD64, on AMD64, thread needs to set fsbase byDavid Xu2004-08-192-4/+21
* o Assertions to catch that stuff that shouldn't happen is not happening.Mike Makonnen2004-07-303-20/+19
* Define _libthr_debug for use by libthread_db.Marcel Moolenaar2004-07-181-0/+9
* Record the offset of thr_id in the thread structure. Required forMarcel Moolenaar2004-07-041-0/+1
* Change the thread ID (thr_id_t) used for 1:1 threading from being aMarcel Moolenaar2004-07-024-19/+9
* When a thread is created suspended have libthr suspend it explicitlyMike Makonnen2004-06-301-10/+3
* Implement pthread_atfork in libthr. This is mostly from deichen'sMike Makonnen2004-06-275-0/+133
* In the case that the global thread list is being re-initialized afterMike Makonnen2004-06-271-4/+4
* Make libthr async-signal-safe without costly signal masking. The guidlines IMike Makonnen2004-05-2015-621/+319
* q§Mike Makonnen2004-05-201-7/+5
* Unconditionaly initialize any spin lock passed to pthread_spin_init(). WhileMike Makonnen2004-04-241-4/+0
* o Also check that the mutex type is not less than the minimum allowable value.Mike Makonnen2004-03-291-2/+3