index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ldso
Commit message (
Expand
)
Author
Age
Files
Lines
*
add m68k port
Rich Felker
2018-06-19
1
-0
/
+12
*
fix TLS layout of TLS variant I when there is a gap above TP
Szabolcs Nagy
2018-06-02
1
-3
/
+2
*
fix dl_iterate_phdr in static PIE binaries
Rich Felker
2017-04-11
1
-0
/
+5
*
in static dl_iterate_phdr, fix use of possibly-uninitialized aux data
Rich Felker
2017-03-14
1
-1
/
+1
*
s390x: implement dlsym
Bobby Bingham
2017-02-15
1
-0
/
+6
*
add powerpc64 port
Bobby Bingham
2016-05-08
1
-0
/
+12
*
add mips n32 port (ILP32 ABI for mips64)
Rich Felker
2016-04-18
1
-0
/
+17
*
add mips64 port
Rich Felker
2016-03-06
1
-0
/
+17
*
move dynamic linker to its own top-level directory, ldso
Rich Felker
2016-01-25
3
-2087
/
+0
*
adapt static dl_iterate_phdr not to depend on !defined(SHARED)
Rich Felker
2016-01-25
1
-4
/
+3
*
move static-linked stub dlsym out of dynlink.c
Rich Felker
2016-01-25
2
-11
/
+15
*
move static-linked stub dlopen out of dynlink.c
Rich Felker
2016-01-25
2
-5
/
+13
*
move dlinfo out of dynlink.c
Rich Felker
2016-01-25
2
-16
/
+12
*
move dlclose out of dynlink.c to its own source file
Rich Felker
2016-01-25
2
-5
/
+9
*
move static-linked stub invalid dso handle checking out of dynlink.c
Rich Felker
2016-01-25
2
-9
/
+20
*
move static/stub version of dladdr out of dynlink.c
Rich Felker
2016-01-25
2
-9
/
+6
*
factor dlerror and error-setting code out of dynlink.c
Rich Felker
2016-01-25
2
-32
/
+55
*
add arch/abi info to dynamic linker's id/version output
Rich Felker
2016-01-22
1
-1
/
+1
*
move arm-specific translation units out of arch/arm/src, to src/*/arm
Rich Felker
2016-01-22
1
-0
/
+42
*
ldso: fix the dtv update logic in __tls_get_new
Szabolcs Nagy
2015-11-28
1
-1
/
+1
*
remove undef weak refs to init/fini array symbols in libc.so
Rich Felker
2015-11-19
1
-0
/
+9
*
use private maps even for read-only segments of FDPIC libraries
Rich Felker
2015-11-15
1
-1
/
+1
*
remove use of SHARED macro in dynamic linker version reporting
Rich Felker
2015-11-12
1
-0
/
+1
*
unify static and dynamic linked implementations of thread-local storage
Rich Felker
2015-11-12
1
-86
/
+54
*
unify static and dynamic libc init/fini code paths
Rich Felker
2015-11-11
1
-3
/
+1
*
fix dynamic loader library mapping for nommu systems
Rich Felker
2015-11-11
1
-4
/
+15
*
explicitly assemble all arm asm sources as UAL
Rich Felker
2015-11-10
1
-0
/
+1
*
fix missing bss handling in FDPIC ELF loader
Rich Felker
2015-10-28
1
-0
/
+13
*
fix dladdr treatment of function descriptors for fdpic
Rich Felker
2015-10-15
1
-9
/
+22
*
fix visibility mismatch in dynamic linker stage 2 function definition
Rich Felker
2015-10-15
1
-0
/
+1
*
fix dlsym RTLD_NEXT behavior for fdpic
Rich Felker
2015-09-22
1
-4
/
+28
*
fix dlsym lookup of function symbols on fdpic
Rich Felker
2015-09-22
1
-0
/
+6
*
move calls to application init functions after crt1 entry point
Rich Felker
2015-09-22
1
-1
/
+5
*
fix breakage in non-fdpic dynamic linker init/fini processing
Rich Felker
2015-09-22
1
-1
/
+1
*
fix resolving interp string address on fdpic ldd command
Rich Felker
2015-09-22
1
-2
/
+1
*
add real fdpic loading of shared libraries
Rich Felker
2015-09-22
1
-9
/
+54
*
add general fdpic support in dynamic linker and arch support for sh
Rich Felker
2015-09-22
2
-11
/
+188
*
factor symbol counting out of dladdr as its own function
Rich Felker
2015-09-21
1
-19
/
+20
*
simplify dlstart code by using integer type for base address
Rich Felker
2015-09-21
1
-8
/
+7
*
refactor some more dynamic linker load address computations
Rich Felker
2015-09-17
1
-7
/
+7
*
remove some useless casts in dynamic linker
Rich Felker
2015-09-17
1
-2
/
+2
*
further refactoring of dynamic linker load address computations
Rich Felker
2015-09-17
1
-2
/
+2
*
begin refactoring load address computations in dynamic linker
Rich Felker
2015-09-17
1
-19
/
+22
*
remove old dlstart stage-2 symbolic lookup code; add new generic
Rich Felker
2015-09-17
1
-14
/
+8
*
introduce new symbol-lookup-free rcrt1/dlstart stage chaining
Rich Felker
2015-09-17
1
-0
/
+6
*
dynlink.c: pass gnu-hash table pointer to gnu_lookup
Alexander Monakov
2015-06-28
1
-13
/
+11
*
dynlink.c: slim down gnu_lookup
Alexander Monakov
2015-06-28
1
-9
/
+5
*
dynlink.c: use bloom filter in gnu hash lookup
Alexander Monakov
2015-06-28
1
-3
/
+22
*
dynlink.c: use a faster expression in gnu_hash
Alexander Monakov
2015-06-27
1
-1
/
+1
*
fix local-dynamic model TLS on mips and powerpc
Rich Felker
2015-06-25
1
-3
/
+3
[next]