index
:
musl
awilfox/monotonic-dns
lookup-serv
master
posix-compliance
ustat
The musl libc tree (WIP / dev branches)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ldso
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-02
record preloaded libraries as direct pseudo-dependencies of main app
Rich Felker
1
-4
/
+11
2019-03-02
fix unsafety of new ldso dep tracking in presence of malloc replacement
Rich Felker
1
-1
/
+13
2019-02-27
fix and overhaul dlsym depedency order, always record direct deps
Rich Felker
1
-34
/
+79
2019-02-27
fix crash/misbehavior from oob read in new dynamic tls installation
Rich Felker
1
-1
/
+1
2019-02-25
fix crash in new dynamic tls installation when last dep lacks tls
Rich Felker
1
-1
/
+4
2019-02-22
add membarrier syscall wrapper, refactor dynamic tls install to use it
Rich Felker
1
-32
/
+6
2019-02-22
fix loop logic cruft in dynamic tls installation
Rich Felker
1
-1
/
+1
2019-02-18
install dynamic tls synchronously at dlopen, streamline access
Rich Felker
1
-42
/
+79
2018-10-16
add new stage 2b to dynamic linker bootstrap for thread pointer
Rich Felker
1
-10
/
+23
2018-10-15
fix misleading placement of statement on same line as for loop in ldso
Rich Felker
1
-1
/
+2
2018-10-12
fix dlsym of thread-local symbols on archs with DTP_OFFSET!=0
Rich Felker
1
-3
/
+3
2018-10-12
combine arch ABI's DTP_OFFSET into DTV pointers
Rich Felker
1
-14
/
+11
2018-10-01
add TLSDESC support for 32-bit arm
Rich Felker
1
-0
/
+7
2018-09-18
support setting of default thread stack size via PT_GNU_STACK header
Rich Felker
1
-0
/
+12
2018-09-12
overhaul internally-public declarations using wrapper headers
Rich Felker
1
-2
/
+0
2018-09-12
move tlsdesc and internal dl function declarations to dynlink.h
Rich Felker
1
-4
/
+0
2018-09-12
move declarations of tls setup/access functions to pthread_impl.h
Rich Felker
1
-4
/
+0
2018-09-12
move declarations for malloc internals to malloc_impl.h
Rich Felker
1
-1
/
+1
2018-09-12
improve machinery for ldso to report libc version
Rich Felker
1
-3
/
+1
2018-09-05
define and use internal macros for hidden visibility, weak refs
Rich Felker
2
-23
/
+13
2018-07-16
block dlopen of libraries with initial-exec refs to dynamic TLS
Rich Felker
1
-0
/
+8
2018-07-16
fix inefficient choice of tlsdesc function due to off-by-one
Rich Felker
1
-1
/
+1
2018-06-28
avoid spurious dso matches by dladdr outside bounds of load segments
Rich Felker
1
-1
/
+10
2018-06-28
make dladdr consistently produce the first symbol in presence of aliases
Rich Felker
1
-1
/
+1
2018-06-28
fix symtab-order-dependent spurious matches in dladdr
Rich Felker
1
-5
/
+8
2018-06-27
correctly handle non-matching symbols in dladdr
Rich Felker
1
-4
/
+13
2018-06-27
avoid using undefined pointer arithmetic in dladdr
Rich Felker
1
-8
/
+9
2018-06-26
fix dynamic linker mapping/clearing bss in first/only LOAD segment
Rich Felker
1
-6
/
+5
2018-06-02
fix TLS layout of TLS variant I when there is a gap above TP
Szabolcs Nagy
1
-2
/
+3
2018-04-19
reintroduce hardening against partially-replaced allocator
Rich Felker
1
-0
/
+9
2018-04-17
enable reclaim_gaps for fdpic
Rich Felker
1
-2
/
+18
2018-04-17
ldso, malloc: implement reclaim_gaps via __malloc_donate
Alexander Monakov
1
-12
/
+4
2018-02-07
disallow non-absolute rpath $ORIGIN for suid/sgid/AT_SECURE processes
Rich Felker
1
-0
/
+3
2018-02-07
honor rpath $ORIGIN for ldd/ldso command with program in working dir
Rich Felker
1
-1
/
+10
2018-02-02
adjust dladdr dli_fbase definition to match other implementations
Rich Felker
1
-1
/
+1
2017-11-13
fix malloc state corruption when ldso rejects loading a second libc
Rich Felker
1
-3
/
+4
2017-07-04
allow specifying argv[0] when invoking a program via ldso command
Rich Felker
1
-0
/
+7
2017-07-04
fix regression in dlopen promotion from RTLD_LOCAL to RTLD_GLOBAL
Rich Felker
1
-1
/
+6
2017-07-04
ldso: avoid spurious & possible erroneous work for libs with no deps
Rich Felker
1
-4
/
+7
2017-03-21
fix dlopen/dlsym regression opening libs already loaded at startup
Rich Felker
1
-2
/
+2
2017-03-15
precalculate gnu hash rather than doing it lazily in find_sym inner loop
Rich Felker
1
-8
/
+2
2017-03-14
remove unused refcnt field for shared libraries
Rich Felker
1
-4
/
+0
2017-03-14
avoid loading of multiple libc versions via explicit pathname
Rich Felker
1
-1
/
+11
2017-03-14
emulate lazy relocation as deferrable relocation
Rich Felker
1
-3
/
+66
2017-03-13
reorder addend handling before symbol lookup in relocation code
Rich Felker
1
-16
/
+17
2017-03-12
rework ldso handling of global symbol table for consistency
Rich Felker
1
-44
/
+53
2017-03-11
treat STB_WEAK and STB_GNU_UNIQUE like STB_GLOBAL in find_sym
Szabolcs Nagy
1
-3
/
+1
2017-01-13
fix crashes in x32 __tls_get_addr
rofl0r
1
-5
/
+5
2017-01-04
fix crash from corrupted tls module list after failed dlopen
Rich Felker
1
-0
/
+1
2016-11-11
treat null vdso base same as missing
Bobby Bingham
1
-1
/
+1
[prev]
[next]