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 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
*
make dynamic linker work around MAP_FAILED mmap failure on nommu kernels
Rich Felker
2015-06-23
1
-2
/
+24
*
ignore ENOSYS error from mprotect in pthread_create and dynamic linker
Rich Felker
2015-06-17
1
-2
/
+4
*
fix regression in pre-v7 arm on kernels with kuser helper removed
Rich Felker
2015-06-07
1
-17
/
+14
*
fix dynamic linker regression processing R_*_NONE type relocations
Rich Felker
2015-06-04
1
-0
/
+1
*
reprocess all libc/ldso symbolic relocations in dynamic linking stage 3
Rich Felker
2015-05-25
1
-11
/
+43
*
move call to dynamic linker stage-3 into stage-2 function
Rich Felker
2015-05-25
2
-11
/
+8
*
simplify/shrink relocation processing in dynamic linker stage 1
Rich Felker
2015-05-25
1
-24
/
+16
*
remove processing of DT_JMPREL from dynamic linker stage 1 bootstrap
Rich Felker
2015-05-25
1
-1
/
+0
*
reprocess libc/ldso RELA relocations in stage 3 of dynamic linking
Rich Felker
2015-05-18
1
-1
/
+1
*
remove always-true conditional in dynamic linker TLSDESC processing
Rich Felker
2015-04-21
1
-1
/
+1
*
remove redundant code in do_dlsym function
Rich Felker
2015-04-21
1
-1
/
+1
*
make dlerror state and message thread-local and dynamically-allocated
Rich Felker
2015-04-18
1
-32
/
+61
*
apply hidden visibility to tlsdesc accessor functions
Rich Felker
2015-04-17
5
-0
/
+10
*
comment fixes in aarch64 tlsdesc asm
Szabolcs Nagy
2015-04-17
1
-4
/
+4
*
ensure debugger hook for dynamic linker does not point to a PLT slot
Rich Felker
2015-04-17
1
-2
/
+4
*
fix PLT call offset in sh dlsym asm
Rich Felker
2015-04-17
1
-3
/
+3
*
fix sh build regressions in asm
Rich Felker
2015-04-17
1
-1
/
+1
*
use hidden __tls_get_new for tls/tlsdesc lookup fallback cases
Rich Felker
2015-04-14
3
-4
/
+10
*
use hidden visibility for call from dlsym to internal __dlsym
Rich Felker
2015-04-14
11
-3
/
+14
*
fix inconsistent visibility for internal __tls_get_new function
Rich Felker
2015-04-14
1
-0
/
+1
*
make _dlstart_c function use hidden visibility
Rich Felker
2015-04-14
1
-0
/
+1
*
remove initializers for decoded aux/dyn arrays in dynamic linker
Rich Felker
2015-04-13
1
-5
/
+5
*
remove remnants of support for running in no-thread-pointer mode
Rich Felker
2015-04-13
1
-10
/
+2
*
move thread pointer setup to beginning of dynamic linker stage 3
Rich Felker
2015-04-13
1
-8
/
+23
*
stabilize dynamic linker's layout of static TLS
Rich Felker
2015-04-13
1
-9
/
+6
*
dynamic linker bootstrap overhaul
Rich Felker
2015-04-13
13
-442
/
+281
*
fix rpath string memory leak on failed dlopen
Rich Felker
2015-04-04
1
-0
/
+2
*
halt dynamic linker library search on errors resolving $ORIGIN in rpath
Rich Felker
2015-04-03
1
-8
/
+18
*
harden dynamic linker library path search
Rich Felker
2015-04-01
1
-5
/
+16
*
add aarch64 port
Szabolcs Nagy
2015-03-11
3
-0
/
+115
*
copy the dtv pointer to the end of the pthread struct for TLS_ABOVE_TP archs
Szabolcs Nagy
2015-03-11
1
-3
/
+3
*
fix over-alignment of TLS, insufficient builtin TLS on 64-bit archs
Rich Felker
2015-03-06
1
-2
/
+8
*
make all objects used with atomic operations volatile
Rich Felker
2015-03-03
1
-1
/
+1
*
adapt dynamic linker for new binutils versions that omit DT_RPATH
Rich Felker
2014-11-23
1
-0
/
+2
*
save auxv pointer into libc struct early in dynamic linker startup
Rich Felker
2014-11-19
1
-0
/
+1
[prev]
[next]