aboutsummaryrefslogtreecommitdiff
path: root/lib/libthr/arch/i386/include/pthread_md.h
Commit message (Expand)AuthorAgeFilesLines
* libthr/amd64: do not set THR_C_RUNTIME for thr_new() if the main thread did u...Konstantin Belousov2025-06-221-0/+2
* libthr: Preresolve selected EABI symbols on arm.Michal Meloun2024-07-251-0/+5
* libthr _get_curthread i386: quiet gcc -Warray-boundsRyan Libby2024-07-031-2/+2
* libthr: move _umtx_op_err() to libsysBrooks Davis2024-02-051-2/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Remove PAGE_SIZE from libthrAndrew Turner2022-05-031-0/+3
* libthr: Use <machine/tls.h> for most MD TLS details.John Baldwin2021-12-091-52/+6
* libthr: Remove the DTV_OFFSET macro.John Baldwin2021-12-091-2/+0
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-0/+2
* Merge all the copies of _tcb_ctor and _tcb_dtor.Andrew Turner2015-01-211-6/+0
* The TCB_GET32() and TCB_GET64() macros in the i386 and amd64-specificDimitry Andric2011-12-151-1/+1
* Replace function _umtx_op with _umtx_op_err, the later function directlyDavid Xu2008-04-021-0/+3
* - Remove variable _thr_scope_system, all threads are system scope.David Xu2006-12-151-0/+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-041-3/+1
* Kill unused variable declaration.David Xu2005-10-291-2/+0
* Remove COMPAT_32BIT, it is no longer needed.David Xu2005-04-271-5/+0
* Now libthr only uses GDT based tls on i386. using LDT can only increaseDavid Xu2005-04-231-9/+1
* Adapt the libpthread patch for using i386_set_gsbase() to libthr.Peter Wemm2005-04-141-2/+8
* Import my recent 1:1 threading working. some features improved includes:David Xu2005-04-021-0/+116