summaryrefslogtreecommitdiff
path: root/lib/libthr
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.2.0_cvscvs2svn2007-01-1184-84/+84
* MFR6:David Xu2006-12-231-1/+1
* MFC TLS fixes.Marcel Moolenaar2006-09-024-28/+22
* 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-1621-594/+524
* Sync version number with libpthread.David Xu2005-12-261-1/+1
* MFC revision 1.20:David Xu2005-12-221-0/+1
* MFC revision 1.35:David Xu2005-12-151-2/+0
* MFC Revision 1.8:David Xu2005-12-151-1/+11
* 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/+2
* 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
* Insta-MFC of the shared library version bump. All shared librariesKen Smith2005-07-221-1/+1
* Fix off-by-one nanosecond bug in macro TIMESPEC_ADD.David Xu2005-06-221-1/+1
* Markup fixes.Ruslan Ermilov2005-06-161-2/+5
* Remove incorrect BUGS entry: libthr does support process-scope threadRobert Watson2005-06-151-5/+0
* Add a stub libthr(3) man page to document what it is and why, as well asRobert Watson2005-06-112-0/+74
* Remove COMPAT_32BIT, it is no longer needed.David Xu2005-04-271-5/+0
* Remove unused variable.David Xu2005-04-231-1/+0
* Now libthr only uses GDT based tls on i386. using LDT can only increaseDavid Xu2005-04-232-53/+3
* Use thr_new syscall to create a new thread, obscure context operationsDavid Xu2005-04-233-24/+39
* Add i386_get_gsbase, i386_set_gsbase since old libc doesn't have theDavid Xu2005-04-231-0/+14
* Adapt the libpthread patch for using i386_set_gsbase() to libthr.Peter Wemm2005-04-142-16/+41
* 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-129-16/+64
* Use the new atomic_cmpset_32().Olivier Houchard2005-04-072-20/+0
* 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
* Remove debug symbol from installed library, one can alwaysDavid Xu2005-04-061-1/+1
* Pass exact number of threads.David Xu2005-04-041-1/+1
* Export pthread_condattr_getclock, pthread_condattr_setclock.David Xu2005-04-031-0/+2
* Import my recent 1:1 threading working. some features improved includes:David Xu2005-04-0277-4601/+7160
* Increase the default stacksizes:Joe Marcus Clarke2005-03-063-15/+31
* Fix inverted #ifdef that I added. Who had the pointy hat last?Peter Wemm2004-12-061-1/+1
* Don't include sys/user.h merely for its side-effect of recursivelyDavid Schultz2004-11-273-2/+5
* Use the recently exposed fs/gs set functions when compiling libthr toPeter Wemm2004-11-061-0/+12
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* 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