index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libexec
/
ld.elf_so
/
tls.c
Age
Commit message (
Expand
)
Author
2023-06-07
TLS variant I archs need to fudge the offset by the size of the TCB.
joerg
2023-06-04
Fix interactions of initial-exec TLS model and dlopen
joerg
2023-06-01
ld.elf_so: Make tls alloc debug messages more detailed and greppable.
riastradh
2023-05-31
ld.elf_so: Sprinkle tls debug messages.
riastradh
2023-02-10
Alignment. NFCI.
skrll
2019-11-05
Use alignof and not size_t for platforms with non-natural base
joerg
2019-11-04
PR 54093: Align static TLS area to max_align_t.
joerg
2019-04-13
Do not compile __tls_get_addr() into ldd(1), which fixes ldd(1) crashing
rin
2017-07-13
Fix two bugs related to promotion of DSO TLS blocks into the static
joerg
2014-12-14
fix powerpc TLS problems by removing the hacks for PPC EABI.
chs
2013-10-21
Only initialise TLS space from the PT_TLS segment, if the size is
joerg
2013-10-19
Add debug code.
skrll
2011-04-23
Fix a Freudian slip found by rmind
joerg
2011-04-07
Add a workaround for older crt0.o that overwrite r2 (tcb pointer).
matt
2011-03-29
Block signals when using the exclusive lock.
joerg
2011-03-25
Add basic locking to ld.elf_so.
joerg
2011-03-12
Add TLS support for PowerPC.
matt
2011-03-10
Fix prototype for __tls_get_addr. Add a generic implementation of it
joerg
2011-03-09
Add TLS support infrastructure. For dynamic binaries, ld.elf_so exports
joerg