| Commit message (Expand) | Author | Age | Files | Lines |
* | libthr/amd64: do not set THR_C_RUNTIME for thr_new() if the main thread did u... | Konstantin Belousov | 2025-06-22 | 1 | -0/+2 |
* | libc, libthr: Ditch MD __pthread_distribute_static_tls helpers | Jessica Clarke | 2025-05-29 | 1 | -44/+0 |
* | libthr: Preresolve selected EABI symbols on arm. | Michal Meloun | 2024-07-25 | 1 | -0/+5 |
* | libthr _get_curthread i386: quiet gcc -Warray-bounds | Ryan Libby | 2024-07-03 | 1 | -2/+2 |
* | libthr: move _umtx_op_err() to libsys | Brooks Davis | 2024-02-05 | 3 | -44/+0 |
* | Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-16 | 1 | -1/+0 |
* | Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-16 | 3 | -6/+0 |
* | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 2 | -2/+2 |
* | Remove PAGE_SIZE from libthr | Andrew Turner | 2022-05-03 | 1 | -0/+3 |
* | libthr: Use <machine/tls.h> for most MD TLS details. | John Baldwin | 2021-12-09 | 1 | -52/+6 |
* | libthr: Remove the DTV_OFFSET macro. | John Baldwin | 2021-12-09 | 1 | -2/+0 |
* | Add CFI start/end proc directives to arm64, i386, and ppc | Conrad Meyer | 2020-12-05 | 1 | -1/+4 |
* | Fix initial exec TLS mode for dynamically loaded shared objects. | Konstantin Belousov | 2019-03-29 | 1 | -0/+46 |
* | lib: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-26 | 1 | -0/+2 |
* | Disable SSE in libthr | Eric van Gyzen | 2015-08-05 | 1 | -0/+6 |
* | Merge all the copies of _tcb_ctor and _tcb_dtor. | Andrew Turner | 2015-01-21 | 3 | -64/+1 |
* | The TCB_GET32() and TCB_GET64() macros in the i386 and amd64-specific | Dimitry Andric | 2011-12-15 | 1 | -1/+1 |
* | Add section .note.GNU-stack for assembly files used by 386 and amd64. | Konstantin Belousov | 2011-01-07 | 1 | -0/+2 |
* | Merge from tbemd, with a small amount of rework: | Warner Losh | 2010-09-13 | 1 | -2/+0 |
* | Replace function _umtx_op with _umtx_op_err, the later function directly | David Xu | 2008-04-02 | 3 | -1/+40 |
* | style.Makefile(5) | David E. O'Brien | 2008-02-13 | 1 | -1/+1 |
* | - Remove variable _thr_scope_system, all threads are system scope. | David Xu | 2006-12-15 | 1 | -0/+2 |
* | Remove declaration of _thr_initial from MD header file, it is no longer | David Xu | 2006-04-04 | 1 | -2/+0 |
* | Simplify _get_curthread() and _tcb_ctor because libc and rtld now | David Xu | 2006-04-04 | 2 | -8/+3 |
* | Remove functions i386_get_gsbase and i386_set_gsbase, they were already | David Xu | 2006-01-07 | 1 | -14/+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 |
* | Import my recent 1:1 threading working. some features improved includes: | David Xu | 2005-04-02 | 5 | -155/+202 |
* | 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 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 |
* | 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 |
* | 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 | 1 | -3/+8 |
* | Add two functions: _spinlock_pthread() and _spinunlock_pthread() | Mike Makonnen | 2003-05-23 | 1 | -2/+4 |
* | Make WARNS2 clean. The fixes mostly included: | Mike Makonnen | 2003-05-23 | 1 | -0/+5 |
* | o Make the defenition of _set_curthread() match its declaration | Mike Makonnen | 2003-05-21 | 1 | -5/+27 |
* | Fix a null dereference leading to a core dump when | Mike Makonnen | 2003-05-06 | 1 | -1/+4 |
* | - Pass a ucontext_t to _set_curthread. If non-NULL the new thread is set | Jake Burkholder | 2003-04-03 | 1 | -2/+6 |
* | - Don't overrun the ldt buffer. | Jeff Roberson | 2003-04-02 | 1 | -2/+2 |
* | - Adjust the makefiles so we have a per architecture makefile. | Jeff Roberson | 2003-04-01 | 1 | -0/+5 |