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
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
ld.elf_so: Sprinkle more debug messages on dlopen and error.
riastradh
2023-06-04
Avoid using uninitialized variable "symnum" when building with DEBUG
martin
2023-06-04
Fix interactions of initial-exec TLS model and dlopen
joerg
2023-06-02
follow the steps of Andrew Doran (ad) commit and fix more s/loose/lose/ typos.
andvar
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-05-07
RISC-V support that works on QEMU with a single hart.
skrll
2023-04-23
dlopen(3): Read _rtld_objtail under the lock.
riastradh
2023-04-18
Oops wrong mask.
christos
2023-04-18
The SysV ABI specifies that the symbol hash function should return only 32
christos
2023-04-09
ld.elf_so powerpc: remove bogus ldscript
chs
2023-02-10
Alignment. NFCI.
skrll
2023-01-12
fix the ldd build
christos
2023-01-12
Handle program headers properly; fixes c++ exceptions on arm32.
christos
2023-01-06
Remove the limitation of only being able to load binaries with 2 PT_LOAD
christos
2023-01-04
comment out a function that is only used in rtld
christos
2023-01-04
make the what argument size_t since we are passing in size_t
christos
2022-12-05
Use the SZREG symbol instead of __SIZEOF_POINTER__ as its shorter. Assert
skrll
2022-12-05
RISC-V is RELA
skrll
2022-12-04
Consistently use the 'mv' instrucation (which is itself an alias) instead
skrll
2022-12-03
Trailing whitespace
skrll
2022-12-03
Whitespace. NFC.
skrll
2022-09-13
ld.elf_so(8): Make fork take a shared, not exclusive, lock.
riastradh
2022-07-06
Fix copy & pasto: DTPREL relocations do not need to allocate a static
martin
2022-06-21
Support ifunc on aarch64. The tests pass at least.
skrll
2022-06-21
Wrap long #if defined(...) || ... and sort. NFCI.
skrll
2022-05-31
fix various typos in comments, documentation and messages.
andvar
2022-05-30
Set DP early so that any binary functions that override others get the
skrll
2022-04-09
rtld: Convert membar_exit/enter to membar_release/acquire.
riastradh
2022-03-30
_rtld_map_object(): no need to mmap an empty bss segment.
hannken
2022-03-24
s/interger/integer/ and s/Compensatin/Compensation/ in comments.
andvar
2021-12-04
Restore the fptr_t type of {init,fini}{,_array} that was removed when initial
skrll
2021-12-04
Provide a stub _rtld_call_ifunc when a platform doesn't use one of the
skrll
2021-12-04
Add a newline
skrll
2021-12-04
Error if there are undefined symbols, e.g. _rtld_call_ifunc
skrll
2021-06-16
ld.elf_so(1): Omit needless membar_enter.
riastradh
2021-05-30
Don't use the return address hack with clang.
joerg
2021-03-06
Don't or the got object in, just assign it. Fixes cc -mabi=64 hello.c -lcrypto
christos
2021-03-06
pretend we know about %# and %j...
christos
2020-09-22
Correct r_ldbase valuse
kamil
2020-09-21
Upgrade the SVR4 RTLD r_debug protocol to version 1
kamil
2020-06-16
R_ARM_TLS_TPOFF32 needs to adjust the existing value, not blindly
joerg
2020-06-16
Honor addend for R_AARCH64_TLS_TPREL relocation.
joerg
2020-05-24
new binutils/gcc started emitting R_PPC_UADDR32 reloc entries, so for now
macallan
2020-05-16
Fix debug build
skrll
2020-05-16
Avoid compiler warnings about uninitialised symnum
skrll
2020-05-10
Trailing whitespace
skrll
2020-04-22
Mark _rtld_invalid_paths static as ldd can end up with two copies
joerg
2020-04-19
Rename __atomic_fork to __locked_fork and give it &errno as argument.
joerg
[next]