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
/
lib
/
libc
/
tls
Age
Commit message (
Expand
)
Author
2020-08-20
mmap MAP_FAILED audit.
riastradh
2019-11-21
Fix PR/54074 and PR/54093 completely.
nakayama
2019-11-07
Mirror the ld.elf_so logic for handling aligning the TLS size.
joerg
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
2018-07-13
Determine dynamic binaries by presence of PT_INTERP. Static PIE has
joerg
2014-12-14
fix powerpc TLS problems by removing the hacks for PPC EABI.
chs
2013-08-19
Put the startup code in .text.startup
matt
2011-04-07
Add a workaround for older crt0.o that overwrite r2 (tcb pointer).
matt
2011-03-18
It would be nice if lint knew that abort() will never return.
he
2011-03-17
Appease the hppa linker.
skrll
2011-03-12
Add PPC TLS support. Add -D_LIBC_SOURCE for tls.c and _lwp.c (powerpc)
matt
2011-03-12
Use __lwp_settcb if available.
matt
2011-03-09
Define namespace remap macros before including sys/tls.h.
joerg
2011-03-09
Add TLS support infrastructure. For dynamic binaries, ld.elf_so exports
joerg