| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge from r161730: | Marius Strobl | 2011-06-18 | 4 | -21/+54 |
| * | Add section .note.GNU-stack for assembly files used by 386 and amd64. | Konstantin Belousov | 2011-01-07 | 2 | -0/+4 |
| * | Merge from tbemd, with a small amount of rework: | Warner Losh | 2010-09-13 | 7 | -14/+0 |
| * | Unify 32-bit and 64-bit PowerPC libthr support. This reduces code | Nathan Whitehorn | 2010-08-24 | 5 | -145/+14 |
| * | Fix SVN mismerge. We somehow ended up with the 32-bit powerpc version | Nathan Whitehorn | 2010-07-11 | 2 | -4/+4 |
| * | Powerpc64 thread libraries support. | Nathan Whitehorn | 2010-07-10 | 3 | -0/+143 |
| * | Merge r195129 from project/mips to head by hand: | Warner Losh | 2010-01-09 | 1 | -2/+6 |
| * | Implement _umtx_op_err() for ia64. | Marcel Moolenaar | 2009-10-24 | 3 | -1/+38 |
| * | Commit missing mips libthr support that I thought I'd committed earlier | Warner Losh | 2008-05-11 | 2 | -0/+141 |
| * | Bring in mips threads support from perforce mips2-jnpr branch. | Warner Losh | 2008-04-26 | 1 | -0/+5 |
| * | Replace function _umtx_op with _umtx_op_err, the later function directly | David Xu | 2008-04-02 | 6 | -2/+81 |
| * | style.Makefile(5) | David E. O'Brien | 2008-02-13 | 6 | -6/+6 |
| * | style(9) | David E. O'Brien | 2008-02-13 | 2 | -6/+6 |
| * | - Remove variable _thr_scope_system, all threads are system scope. | David Xu | 2006-12-15 | 6 | -1/+11 |
| * | Stylize: avoid using a global register variable. | Marcel Moolenaar | 2006-09-01 | 2 | -6/+8 |
| * | Rename TLS_TP_OFFSET back to TP_OFFSET. The former clashes with rtld. | Marcel Moolenaar | 2006-09-01 | 1 | -3/+3 |
| * | Stylize. | Marcel Moolenaar | 2006-09-01 | 2 | -17/+11 |
| * | Stylize. | Marcel Moolenaar | 2006-08-31 | 1 | -6/+2 |
| * | TLS fixes: | Marcel Moolenaar | 2006-08-31 | 2 | -4/+8 |
| * | Fix harmless bug: sizeof(tcb) equals sizeof(void*) not sizeof(struct tcb). | Marcel Moolenaar | 2006-08-31 | 1 | -1/+1 |
| * | o Set TP using inline assembly to avoid dead code elimination. | Marcel Moolenaar | 2006-08-30 | 1 | -5/+3 |
| * | Remove alpha left-overs. | Ruslan Ermilov | 2006-08-22 | 3 | -133/+0 |
| * | Remove declaration of _thr_initial from MD header file, it is no longer | David Xu | 2006-04-04 | 2 | -4/+0 |
| * | Simplify _get_curthread() and _tcb_ctor because libc and rtld now | David Xu | 2006-04-04 | 4 | -15/+6 |
| * | Remove functions i386_get_gsbase and i386_set_gsbase, they were already | David Xu | 2006-01-07 | 1 | -14/+0 |
| * | Remove unused variable. | David Xu | 2005-10-29 | 2 | -9/+0 |
| * | Kill unused variable declaration. | David Xu | 2005-10-29 | 1 | -2/+0 |
| * | 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 |
| * | 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 |
| * | Use the new atomic_cmpset_32(). | Olivier Houchard | 2005-04-07 | 2 | -20/+0 |
| * | Import my recent 1:1 threading working. some features improved includes: | David Xu | 2005-04-02 | 24 | -354/+941 |
| * | Fix inverted #ifdef that I added. Who had the pointy hat last? | Peter Wemm | 2004-12-06 | 1 | -1/+1 |
| * | Use the recently exposed fs/gs set functions when compiling libthr to | Peter Wemm | 2004-11-06 | 1 | -0/+12 |
| * | Adjust code to support AMD64, on AMD64, thread needs to set fsbase by | David Xu | 2004-08-19 | 1 | -3/+10 |
| * | Add AMD64 support code. | David Xu | 2004-08-19 | 2 | -0/+106 |
| * | Add TLS support for libthr on i386. | Doug Rabson | 2004-08-15 | 2 | -74/+29 |
| * | Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror) | Mark Murray | 2004-03-05 | 1 | -1/+1 |
| * | libthr powerpc support. | Peter Grehan | 2004-03-02 | 2 | -0/+63 |
| * | Bump up the maximum number concurrent threads on x86. | Mike Makonnen | 2004-02-01 | 1 | -1/+1 |
| * | Use dynamic instead of static LDT allocation. | Mike Makonnen | 2003-12-02 | 1 | -5/+4 |
| * | Implement _get_curthread and _set_curthread. We use GCCs builtin | Marcel Moolenaar | 2003-07-24 | 1 | -1/+6 |
| * | The MD framework for libthr on alpha | Mike Makonnen | 2003-07-19 | 2 | -0/+55 |
| * | The move to _retire() a thread in the GC instead of in the thread's | Mike Makonnen | 2003-06-29 | 1 | -4/+2 |
| * | .S comments must be C comments, not ASM ones. | David E. O'Brien | 2003-06-02 | 1 | -1/+1 |
| * | Missing unlock. | Mike Makonnen | 2003-05-29 | 1 | -0/+2 |
| * | Return gracefully, rather than aborting, when the maximum concurrent | Mike Makonnen | 2003-05-25 | 3 | -7/+12 |
| * | The struct mcontext has changed. It's using the register sets. Bring | Marcel Moolenaar | 2003-05-25 | 1 | -1/+1 |