History log of /freebsd/lib/libc/gen/tls.c (Results 101 – 103 of 103)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 0e7e4e5f 18-Aug-2004 Doug Rabson <dfr@FreeBSD.org>

Always allocate a TLS area even if its empty - libpthread relies on
having a valid %gs when it initialises.

MFC after: 2 days


# ccd13c49 15-Aug-2004 Doug Rabson <dfr@FreeBSD.org>

Add support for TLS in statically linked programs.


# 0e1c7d0f 03-Aug-2004 Doug Rabson <dfr@FreeBSD.org>

Add stubs for TLS functions. These will be replaced at runtime by the
functional versions in rtld.


12345