| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvs | cvs2svn | 2005-11-03 | 83 | -83/+83 |
| * | MFC revision 1.24: | David Xu | 2005-10-11 | 1 | -1/+1 |
| * | MFC (by deischen) | Xin LI | 2005-10-08 | 1 | -0/+2 |
| * | MFC (by deischen) | Xin LI | 2005-10-08 | 1 | -0/+19 |
| * | MFC: Convert the atomic pointer operations to operate on uintptr_t rather | John Baldwin | 2005-08-05 | 1 | -6/+12 |
| * | Insta-MFC of the shared library version bump. All shared libraries | Ken Smith | 2005-07-22 | 1 | -1/+1 |
| * | Fix off-by-one nanosecond bug in macro TIMESPEC_ADD. | David Xu | 2005-06-22 | 1 | -1/+1 |
| * | Markup fixes. | Ruslan Ermilov | 2005-06-16 | 1 | -2/+5 |
| * | Remove incorrect BUGS entry: libthr does support process-scope thread | Robert Watson | 2005-06-15 | 1 | -5/+0 |
| * | Add a stub libthr(3) man page to document what it is and why, as well as | Robert Watson | 2005-06-11 | 2 | -0/+74 |
| * | Remove COMPAT_32BIT, it is no longer needed. | David Xu | 2005-04-27 | 1 | -5/+0 |
| * | Remove unused variable. | David Xu | 2005-04-23 | 1 | -1/+0 |
| * | Now libthr only uses GDT based tls on i386. using LDT can only increase | David Xu | 2005-04-23 | 2 | -53/+3 |
| * | Use thr_new syscall to create a new thread, obscure context operations | David Xu | 2005-04-23 | 3 | -24/+39 |
| * | Add i386_get_gsbase, i386_set_gsbase since old libc doesn't have the | David Xu | 2005-04-23 | 1 | -0/+14 |
| * | Adapt the libpthread patch for using i386_set_gsbase() to libthr. | Peter Wemm | 2005-04-14 | 2 | -16/+41 |
| * | Conditionally report initial thread event. | David Xu | 2005-04-12 | 1 | -1/+2 |
| * | Add missing event reporting code. | David Xu | 2005-04-12 | 1 | -0/+65 |
| * | Add debugger event reporting support, current only TD_CREATE and TD_DEATH | David Xu | 2005-04-12 | 9 | -16/+64 |
| * | Use the new atomic_cmpset_32(). | Olivier Houchard | 2005-04-07 | 2 | -20/+0 |
| * | Adjust hash function for smaller pthread structure size. | David Xu | 2005-04-07 | 1 | -1/+1 |
| * | Remove unique id field which is no longer used by debugger. | David Xu | 2005-04-06 | 3 | -15/+2 |
| * | Remove debug symbol from installed library, one can always | David Xu | 2005-04-06 | 1 | -1/+1 |
| * | Pass exact number of threads. | David Xu | 2005-04-04 | 1 | -1/+1 |
| * | Export pthread_condattr_getclock, pthread_condattr_setclock. | David Xu | 2005-04-03 | 1 | -0/+2 |
| * | Import my recent 1:1 threading working. some features improved includes: | David Xu | 2005-04-02 | 77 | -4641/+7200 |
| * | Increase the default stacksizes: | Joe Marcus Clarke | 2005-03-06 | 3 | -15/+31 |
| * | Fix inverted #ifdef that I added. Who had the pointy hat last? | Peter Wemm | 2004-12-06 | 1 | -1/+1 |
| * | Don't include sys/user.h merely for its side-effect of recursively | David Schultz | 2004-11-27 | 3 | -2/+5 |
| * | Use the recently exposed fs/gs set functions when compiling libthr to | Peter Wemm | 2004-11-06 | 1 | -0/+12 |
| * | For variables that are only checked with defined(), don't provide | Ruslan Ermilov | 2004-10-24 | 1 | -1/+1 |
| * | 1. Now that it's a thread's state is changed from within the kernel, where | Mike Makonnen | 2004-10-13 | 2 | -4/+10 |
| * | Remove a reference to a non-existent syscall: _thr_exit(). The | Mike Makonnen | 2004-10-08 | 1 | -4/+1 |
| * | Close a race between a thread exiting and the freeing of it's stack. | Mike Makonnen | 2004-10-06 | 1 | -3/+2 |
| * | Remove vestiges of libthr's signal mangling past. This fixes that last | Mike Makonnen | 2004-09-22 | 1 | -14/+1 |
| * | The SUSv3 function say that the affected functions MAY FAIL, if the | Mike Makonnen | 2004-09-22 | 1 | -27/+6 |
| * | Implement cancellation points in libc interfaces, as specified by POSIX. | Mike Makonnen | 2004-09-16 | 2 | -0/+314 |
| * | Adjust code to support AMD64, on AMD64, thread needs to set fsbase by | David Xu | 2004-08-19 | 3 | -7/+31 |
| * | Add AMD64 support code. | David Xu | 2004-08-19 | 2 | -0/+106 |
| * | Add rtld-elf to the include path for the rtld to pthread TLS interface. | Doug Rabson | 2004-08-15 | 1 | -0/+1 |
| * | Add TLS support for libthr on i386. | Doug Rabson | 2004-08-15 | 2 | -74/+29 |
| * | o Assertions to catch that stuff that shouldn't happen is not happening. | Mike Makonnen | 2004-07-30 | 3 | -20/+19 |
| * | Define _libthr_debug for use by libthread_db. | Marcel Moolenaar | 2004-07-18 | 1 | -0/+9 |
| * | Record the offset of thr_id in the thread structure. Required for | Marcel Moolenaar | 2004-07-04 | 1 | -0/+1 |
| * | Change the thread ID (thr_id_t) used for 1:1 threading from being a | Marcel Moolenaar | 2004-07-02 | 4 | -19/+9 |
| * | When a thread is created suspended have libthr suspend it explicitly | Mike Makonnen | 2004-06-30 | 1 | -10/+3 |
| * | Implement pthread_atfork in libthr. This is mostly from deichen's | Mike Makonnen | 2004-06-27 | 5 | -0/+133 |
| * | In the case that the global thread list is being re-initialized after | Mike Makonnen | 2004-06-27 | 1 | -4/+4 |
| * | Make libthr async-signal-safe without costly signal masking. The guidlines I | Mike Makonnen | 2004-05-20 | 15 | -622/+320 |
| * | q§ | Mike Makonnen | 2004-05-20 | 1 | -7/+5 |