aboutsummaryrefslogtreecommitdiff
path: root/lib/libthr/arch/amd64
Commit message (Expand)AuthorAgeFilesLines
* libthr/amd64: do not set THR_C_RUNTIME for thr_new() if the main thread did u...Konstantin Belousov2025-06-223-0/+52
* libc, libthr: Ditch MD __pthread_distribute_static_tls helpersJessica Clarke2025-05-291-44/+0
* libthr: Preresolve selected EABI symbols on arm.Michal Meloun2024-07-251-0/+5
* libthr _get_curthread amd64: quiet gcc -Warray-boundsRyan Libby2024-07-031-2/+2
* libthr: move _umtx_op_err() to libsysBrooks Davis2024-02-053-45/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-163-6/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-122-2/+2
* Remove PAGE_SIZE from libthrAndrew Turner2022-05-031-0/+3
* libthr: Use <machine/tls.h> for most MD TLS details.John Baldwin2021-12-091-50/+6
* libthr: Remove the DTV_OFFSET macro.John Baldwin2021-12-091-2/+0
* libthr: Add missing END() directive for umtx_op_err (amd64)Conrad Meyer2019-10-231-2/+5
* Fix initial exec TLS mode for dynamically loaded shared objects.Konstantin Belousov2019-03-291-0/+46
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-0/+2
* Disable SSE in libthrEric van Gyzen2015-08-051-0/+6
* Merge all the copies of _tcb_ctor and _tcb_dtor.Andrew Turner2015-01-213-59/+1
* The TCB_GET32() and TCB_GET64() macros in the i386 and amd64-specificDimitry Andric2011-12-151-1/+1
* Add section .note.GNU-stack for assembly files used by 386 and amd64.Konstantin Belousov2011-01-071-0/+2
* Merge from tbemd, with a small amount of rework:Warner Losh2010-09-131-2/+0
* Replace function _umtx_op with _umtx_op_err, the later function directlyDavid Xu2008-04-023-1/+41
* style.Makefile(5)David E. O'Brien2008-02-131-1/+1
* - Remove variable _thr_scope_system, all threads are system scope.David Xu2006-12-151-1/+2
* Remove declaration of _thr_initial from MD header file, it is no longerDavid Xu2006-04-041-2/+0
* Simplify _get_curthread() and _tcb_ctor because libc and rtld nowDavid Xu2006-04-042-7/+3
* Import my recent 1:1 threading working. some features improved includes:David Xu2005-04-024-103/+162
* Add AMD64 support code.David Xu2004-08-192-0/+106