summaryrefslogtreecommitdiff
path: root/lib/libthr/arch/i386/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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