Remove some unnecessary inclusions of <sys/cdefs.h> across the tree.
[dragonfly.git] / lib / libc / gen / tls.c
2012-04-14 Sascha WildnerRemove some unnecessary inclusions of <sys/cdefs.h...
2012-03-06 Sascha WildnerSweep-fix comparing pointers with 0 (and assigning...
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2009-04-28 Matthew DillonFix short allocation in libc RTLD for static-compiled...
2005-11-19 Sascha Wildner- Document ttyname_r().
2005-05-11 Matthew DillonMajor TLS cleanups.
2005-04-29 Joerg SonnenbergerPrepare for thread-local errno by implementing full...
2005-04-28 Joerg SonnenbergerAlways allocate static TLS space.
2005-03-29 Joerg SonnenbergerRemove tcb_size and flag argument for _rtld_allocate_tls,
2005-03-29 Joerg SonnenbergerCleanup the TLS implementation:
2005-03-28 Matthew DillonCleanup and retool portions of the TLS support and...
2005-03-20 Joerg SonnenbergerMinor style changes.
2005-03-09 David Xu1. use __weak_reference to define weak symbol.
2005-03-08 David XuImport tls support code for static binary from FreeBSD.