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
/
ldso
Commit message (
Expand
)
Author
Age
Files
Lines
*
install dynamic tls synchronously at dlopen, streamline access
Rich Felker
2019-02-18
1
-42
/
+79
*
add new stage 2b to dynamic linker bootstrap for thread pointer
Rich Felker
2018-10-16
1
-10
/
+23
*
fix misleading placement of statement on same line as for loop in ldso
Rich Felker
2018-10-15
1
-1
/
+2
*
fix dlsym of thread-local symbols on archs with DTP_OFFSET!=0
Rich Felker
2018-10-12
1
-3
/
+3
*
combine arch ABI's DTP_OFFSET into DTV pointers
Rich Felker
2018-10-12
1
-14
/
+11
*
add TLSDESC support for 32-bit arm
Rich Felker
2018-10-01
1
-0
/
+7
*
support setting of default thread stack size via PT_GNU_STACK header
Rich Felker
2018-09-18
1
-0
/
+12
*
overhaul internally-public declarations using wrapper headers
Rich Felker
2018-09-12
1
-2
/
+0
*
move tlsdesc and internal dl function declarations to dynlink.h
Rich Felker
2018-09-12
1
-4
/
+0
*
move declarations of tls setup/access functions to pthread_impl.h
Rich Felker
2018-09-12
1
-4
/
+0
*
move declarations for malloc internals to malloc_impl.h
Rich Felker
2018-09-12
1
-1
/
+1
*
improve machinery for ldso to report libc version
Rich Felker
2018-09-12
1
-3
/
+1
*
define and use internal macros for hidden visibility, weak refs
Rich Felker
2018-09-05
2
-23
/
+13
*
block dlopen of libraries with initial-exec refs to dynamic TLS
Rich Felker
2018-07-16
1
-0
/
+8
*
fix inefficient choice of tlsdesc function due to off-by-one
Rich Felker
2018-07-16
1
-1
/
+1
*
avoid spurious dso matches by dladdr outside bounds of load segments
Rich Felker
2018-06-28
1
-1
/
+10
*
make dladdr consistently produce the first symbol in presence of aliases
Rich Felker
2018-06-28
1
-1
/
+1
*
fix symtab-order-dependent spurious matches in dladdr
Rich Felker
2018-06-28
1
-5
/
+8
*
correctly handle non-matching symbols in dladdr
Rich Felker
2018-06-27
1
-4
/
+13
*
avoid using undefined pointer arithmetic in dladdr
Rich Felker
2018-06-27
1
-8
/
+9
*
fix dynamic linker mapping/clearing bss in first/only LOAD segment
Rich Felker
2018-06-26
1
-6
/
+5
*
fix TLS layout of TLS variant I when there is a gap above TP
Szabolcs Nagy
2018-06-02
1
-2
/
+3
*
reintroduce hardening against partially-replaced allocator
Rich Felker
2018-04-19
1
-0
/
+9
*
enable reclaim_gaps for fdpic
Rich Felker
2018-04-17
1
-2
/
+18
*
ldso, malloc: implement reclaim_gaps via __malloc_donate
Alexander Monakov
2018-04-17
1
-12
/
+4
*
disallow non-absolute rpath $ORIGIN for suid/sgid/AT_SECURE processes
Rich Felker
2018-02-07
1
-0
/
+3
*
honor rpath $ORIGIN for ldd/ldso command with program in working dir
Rich Felker
2018-02-07
1
-1
/
+10
*
adjust dladdr dli_fbase definition to match other implementations
Rich Felker
2018-02-02
1
-1
/
+1
*
fix malloc state corruption when ldso rejects loading a second libc
Rich Felker
2017-11-13
1
-3
/
+4
*
allow specifying argv[0] when invoking a program via ldso command
Rich Felker
2017-07-04
1
-0
/
+7
*
fix regression in dlopen promotion from RTLD_LOCAL to RTLD_GLOBAL
Rich Felker
2017-07-04
1
-1
/
+6
*
ldso: avoid spurious & possible erroneous work for libs with no deps
Rich Felker
2017-07-04
1
-4
/
+7
*
fix dlopen/dlsym regression opening libs already loaded at startup
Rich Felker
2017-03-21
1
-2
/
+2
*
precalculate gnu hash rather than doing it lazily in find_sym inner loop
Rich Felker
2017-03-15
1
-8
/
+2
*
remove unused refcnt field for shared libraries
Rich Felker
2017-03-14
1
-4
/
+0
*
avoid loading of multiple libc versions via explicit pathname
Rich Felker
2017-03-14
1
-1
/
+11
*
emulate lazy relocation as deferrable relocation
Rich Felker
2017-03-14
1
-3
/
+66
*
reorder addend handling before symbol lookup in relocation code
Rich Felker
2017-03-13
1
-16
/
+17
*
rework ldso handling of global symbol table for consistency
Rich Felker
2017-03-12
1
-44
/
+53
*
treat STB_WEAK and STB_GNU_UNIQUE like STB_GLOBAL in find_sym
Szabolcs Nagy
2017-03-11
1
-3
/
+1
*
fix crashes in x32 __tls_get_addr
rofl0r
2017-01-13
1
-5
/
+5
*
fix crash from corrupted tls module list after failed dlopen
Rich Felker
2017-01-04
1
-0
/
+1
*
treat null vdso base same as missing
Bobby Bingham
2016-11-11
1
-1
/
+1
*
generalize ELF hash table types not to assume 32-bit entries
Rich Felker
2016-11-11
1
-2
/
+2
*
fix ldso reserved library name handling
Szabolcs Nagy
2016-11-07
1
-19
/
+19
*
fix accidental global static pointer in ldso
Szabolcs Nagy
2016-11-07
1
-1
/
+2
*
generalize mips-specific reloc code not to hard-code sym/type encoding
Rich Felker
2016-03-06
1
-1
/
+1
*
fix regression in SH/FDPIC dynamic linker
Rich Felker
2016-02-18
1
-0
/
+2
*
ldso: fix GDB dynamic linker info on MIPS
Felix Fietkau
2016-01-30
1
-4
/
+7
*
fix regression in dynamic-linked tls when both main app & libs have tls
Rich Felker
2016-01-30
1
-1
/
+1
[next]