summaryrefslogtreecommitdiff
path: root/lib/libthr/arch/amd64
AgeCommit message (Expand)Author
2025-06-22libthr/amd64: do not set THR_C_RUNTIME for thr_new() if the main thread did u...Konstantin Belousov
2025-05-29libc, libthr: Ditch MD __pthread_distribute_static_tls helpersJessica Clarke
2024-07-25libthr: Preresolve selected EABI symbols on arm.Michal Meloun
2024-07-03libthr _get_curthread amd64: quiet gcc -Warray-boundsRyan Libby
2024-02-05libthr: move _umtx_op_err() to libsysBrooks Davis
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-03Remove PAGE_SIZE from libthrAndrew Turner
2021-12-09libthr: Use <machine/tls.h> for most MD TLS details.John Baldwin
2021-12-09libthr: Remove the DTV_OFFSET macro.John Baldwin
2019-10-23libthr: Add missing END() directive for umtx_op_err (amd64)Conrad Meyer
2019-03-29Fix initial exec TLS mode for dynamically loaded shared objects.Konstantin Belousov
2017-11-26lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2015-08-05Disable SSE in libthrEric van Gyzen
2015-01-21Merge all the copies of _tcb_ctor and _tcb_dtor.Andrew Turner
2011-12-15The TCB_GET32() and TCB_GET64() macros in the i386 and amd64-specificDimitry Andric
2011-01-07Add section .note.GNU-stack for assembly files used by 386 and amd64.Konstantin Belousov
2010-09-13Merge from tbemd, with a small amount of rework:Warner Losh
2008-04-02Replace function _umtx_op with _umtx_op_err, the later function directlyDavid Xu
2008-02-13style.Makefile(5)David E. O'Brien
2006-12-15- Remove variable _thr_scope_system, all threads are system scope.David Xu
2006-04-04Remove declaration of _thr_initial from MD header file, it is no longerDavid Xu
2006-04-04Simplify _get_curthread() and _tcb_ctor because libc and rtld nowDavid Xu
2005-04-02Import my recent 1:1 threading working. some features improved includes:David Xu
2004-08-19Add AMD64 support code.David Xu