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
*
move declaration of interfaces between malloc and ldso to dynlink.h
Rich Felker
2020-06-02
1
-1
/
+0
*
ldso: remove redundant switch case for REL_NONE
Fangrui Song
2020-03-20
1
-2
/
+0
*
fix incorrect __hwcap seen in dynamic-linked __set_thread_area
Rich Felker
2020-01-15
1
-1
/
+1
*
fix fdpic regression in dynamic linker with overly smart compilers
Rich Felker
2020-01-01
1
-2
/
+8
*
fix crashing ldso on archs where __set_thread_area examines auxv
Rich Felker
2019-12-31
1
-13
/
+13
*
move stage3_func typedef out of shared internal dynlink.h header
Rich Felker
2019-12-31
1
-0
/
+2
*
add time64 redirect for, and redirecting implementation of, dlsym
Rich Felker
2019-11-02
1
-0
/
+27
*
fix regression whereby main thread didn't get TLS relocations
Rich Felker
2019-08-13
1
-7
/
+13
*
make relocation time symbol lookup and dlsym consistent
Szabolcs Nagy
2019-08-12
1
-53
/
+31
*
ldso: correct condition for local symbol handling in do_relocs
Rich Felker
2019-08-12
1
-1
/
+1
*
add support for powerpc/powerpc64 unaligned relocations
Samuel Holland
2019-08-11
1
-0
/
+3
*
ldso: remove redundant runtime checks in static TLS logic
Rich Felker
2019-08-11
1
-2
/
+2
*
ldso: fix calloc misuse allocating initial tls
Rich Felker
2019-08-11
1
-5
/
+7
*
fix inadvertent use of uninitialized variable in dladdr
Rich Felker
2019-07-06
1
-1
/
+1
*
remove unnecessary and problematic _Noreturn from crt/ldso startup
Rich Felker
2019-06-25
1
-2
/
+2
*
fix tls offsets when p_vaddr%p_align != 0 on TLS_ABOVE_TP targets
Szabolcs Nagy
2019-05-16
1
-3
/
+4
*
fix static tls offsets of shared libs on TLS_ABOVE_TP targets
Szabolcs Nagy
2019-05-16
1
-4
/
+2
*
remove unused struct dso members from dynlink.c
Fangrui Song
2019-05-12
1
-1
/
+0
*
overhaul i386 syscall mechanism not to depend on external asm source
Rich Felker
2019-04-10
1
-0
/
+3
*
fix the use of syscall result in dl_mmap
Ilya Matveychikov
2019-04-06
1
-1
/
+1
*
delete a redundant if in dynamic linker ctor execution loop
Ray
2019-04-02
1
-1
/
+0
*
fix invalid-/double-/use-after-free in new dlopen ctor execution
Rich Felker
2019-03-10
1
-1
/
+2
*
avoid malloc of ctor queue for programs with no external deps
Rich Felker
2019-03-03
1
-2
/
+9
*
avoid malloc of deps arrays for ldso and vdso
Rich Felker
2019-03-03
1
-0
/
+3
*
avoid malloc of deps array for programs with no external deps
Rich Felker
2019-03-03
1
-3
/
+10
*
fix malloc misuse for startup ctor queue, breakage on fdpic archs
Rich Felker
2019-03-03
1
-5
/
+9
*
synchronize shared library dtor exec against concurrent loads/ctors
Rich Felker
2019-03-03
1
-1
/
+17
*
overhaul shared library ctor execution for dependency order, concurrency
Rich Felker
2019-03-03
1
-17
/
+101
*
record preloaded libraries as direct pseudo-dependencies of main app
Rich Felker
2019-03-02
1
-4
/
+11
*
fix unsafety of new ldso dep tracking in presence of malloc replacement
Rich Felker
2019-03-02
1
-1
/
+13
*
fix and overhaul dlsym depedency order, always record direct deps
Rich Felker
2019-02-27
1
-34
/
+79
*
fix crash/misbehavior from oob read in new dynamic tls installation
Rich Felker
2019-02-27
1
-1
/
+1
*
fix crash in new dynamic tls installation when last dep lacks tls
Rich Felker
2019-02-25
1
-1
/
+4
*
add membarrier syscall wrapper, refactor dynamic tls install to use it
Rich Felker
2019-02-22
1
-32
/
+6
*
fix loop logic cruft in dynamic tls installation
Rich Felker
2019-02-22
1
-1
/
+1
*
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
[next]