freebsd-dev/lib/libthr/arch
Marius Strobl 6ce2f878d3 Merge from r161730:
o  Set TP using inline assembly to avoid dead code elimination.
o  Eliminate _tcb.

Merge from r161840:
Stylize: avoid using a global register variable.

Merge from r157461:
Simplify _get_curthread() and _tcb_ctor because libc and rtld now
already allocate thread pointer space in tls block for initial thread.

Merge from r177853:
Replace function _umtx_op with _umtx_op_err, the later function directly
returns errno, because errno can be mucked by user's signal handler and
most of pthread api heavily depends on errno to be correct, this change
should improve stability of the thread library.

MFC after:	1 week
2011-06-18 11:07:09 +00:00
..
amd64 Add section .note.GNU-stack for assembly files used by 386 and amd64. 2011-01-07 16:09:33 +00:00
arm Merge from tbemd, with a small amount of rework: 2010-09-13 01:43:10 +00:00
i386 Add section .note.GNU-stack for assembly files used by 386 and amd64. 2011-01-07 16:09:33 +00:00
ia64 Merge from tbemd, with a small amount of rework: 2010-09-13 01:43:10 +00:00
mips Merge from tbemd, with a small amount of rework: 2010-09-13 01:43:10 +00:00
powerpc Merge from tbemd, with a small amount of rework: 2010-09-13 01:43:10 +00:00
sparc64 Merge from r161730: 2011-06-18 11:07:09 +00:00