gonzo 2008-04-29 23:15:23 UTC
FreeBSD src repository
Modified files:
lib/libc/gen tls.c
Log:
o Add MIPS to the list of architectures with defined TLS_TCB_ALIGN
o Stick with TLS Variant II for MIPS for the moment.
Approved by: imp
Revision Changes
kientzle2007-02-25 21:23:50 UTC
FreeBSD src repository
Modified files:
lib/libc/gen tls.c
Log:
Don't assert() the TLS allocation requested is big enough; just
fix the argument.
In particular, this is a step towards breaking crt1's dependence on stdio.
Revision
marcel 2006-09-02 20:38:13 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
lib/libc/gen tls.c
libexec/rtld-elf rtld.c
Log:
MFC TLS variant I fixes.
Revision ChangesPath
1.8.2.1+37 -48src/lib/libc/gen/tls.c
1.106.2.3 +
marcel 2006-09-01 17:35:48 UTC
FreeBSD src repository
Modified files:
lib/libc/gen tls.c
Log:
Fix style(9) in code copied from rtld.
Revision ChangesPath
1.12 +3 -3 src/lib/libc/gen/tls.c
___
cvs-all@freeb
marcel 2006-09-01 06:13:16 UTC
FreeBSD src repository
Modified files:
lib/libc/gen tls.c
libexec/rtld-elf rtld.c
Log:
Fix the variant I allocation for KSE: Allow a larger TCB and assume
that the documented TCB is at the tail of the extended TCB. In other
wor
imp 2006-07-26 16:56:56 UTC
FreeBSD src repository
Modified files:
lib/libc/gen tls.c
Log:
Remove stale comment about arm
Revision ChangesPath
1.10 +0 -2 src/lib/libc/gen/tls.c
___
cvs-all@freebsd.org m
davidxu 2006-03-28 06:06:38 UTC
FreeBSD src repository
Modified files:
lib/libc/gen tls.c
Log:
Allocate space for thread pointer, this allows thread library to access
its pointer from begin, and simplifies _get_curthread() in libthr.
Revision ChangesPath
1.9