index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ldso
Age
Commit message (
Expand
)
Author
Lines
2018-04-17
enable reclaim_gaps for fdpic
Rich Felker
-2
/
+18
2018-04-17
ldso, malloc: implement reclaim_gaps via __malloc_donate
Alexander Monakov
-12
/
+4
2018-02-07
disallow non-absolute rpath $ORIGIN for suid/sgid/AT_SECURE processes
Rich Felker
-0
/
+3
2018-02-07
honor rpath $ORIGIN for ldd/ldso command with program in working dir
Rich Felker
-1
/
+10
2018-02-02
adjust dladdr dli_fbase definition to match other implementations
Rich Felker
-1
/
+1
2017-11-13
fix malloc state corruption when ldso rejects loading a second libc
Rich Felker
-3
/
+4
2017-07-04
allow specifying argv[0] when invoking a program via ldso command
Rich Felker
-0
/
+7
2017-07-04
fix regression in dlopen promotion from RTLD_LOCAL to RTLD_GLOBAL
Rich Felker
-1
/
+6
2017-07-04
ldso: avoid spurious & possible erroneous work for libs with no deps
Rich Felker
-4
/
+7
2017-03-21
fix dlopen/dlsym regression opening libs already loaded at startup
Rich Felker
-2
/
+2
2017-03-15
precalculate gnu hash rather than doing it lazily in find_sym inner loop
Rich Felker
-8
/
+2
2017-03-14
remove unused refcnt field for shared libraries
Rich Felker
-4
/
+0
2017-03-14
avoid loading of multiple libc versions via explicit pathname
Rich Felker
-1
/
+11
2017-03-14
emulate lazy relocation as deferrable relocation
Rich Felker
-3
/
+66
2017-03-13
reorder addend handling before symbol lookup in relocation code
Rich Felker
-16
/
+17
2017-03-12
rework ldso handling of global symbol table for consistency
Rich Felker
-44
/
+53
2017-03-11
treat STB_WEAK and STB_GNU_UNIQUE like STB_GLOBAL in find_sym
Szabolcs Nagy
-3
/
+1
2017-01-13
fix crashes in x32 __tls_get_addr
rofl0r
-5
/
+5
2017-01-04
fix crash from corrupted tls module list after failed dlopen
Rich Felker
-0
/
+1
2016-11-11
treat null vdso base same as missing
Bobby Bingham
-1
/
+1
2016-11-11
generalize ELF hash table types not to assume 32-bit entries
Rich Felker
-2
/
+2
2016-11-07
fix ldso reserved library name handling
Szabolcs Nagy
-19
/
+19
2016-11-07
fix accidental global static pointer in ldso
Szabolcs Nagy
-1
/
+2
2016-03-06
generalize mips-specific reloc code not to hard-code sym/type encoding
Rich Felker
-1
/
+1
2016-02-18
fix regression in SH/FDPIC dynamic linker
Rich Felker
-0
/
+2
2016-01-30
ldso: fix GDB dynamic linker info on MIPS
Felix Fietkau
-4
/
+7
2016-01-30
fix regression in dynamic-linked tls when both main app & libs have tls
Rich Felker
-1
/
+1
2016-01-25
move dynamic linker to its own top-level directory, ldso
Rich Felker
-0
/
+2077