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
*
dynlink: avoid copying to temp buffer in get_lfs64
Rich Felker
2024-06-22
1
-9
/
+4
*
dynlink: fix get_lfs64() with posix_fallocate64
Florian Ziesche
2024-06-20
1
-1
/
+1
*
ldso: fix non-functional fix to early dynamic PAGE_SIZE access
Rich Felker
2024-05-07
1
-3
/
+5
*
ldso: fix TLSDESC addend processing on archs with backwards descriptors
Rich Felker
2023-11-06
1
-1
/
+1
*
ldso: convert TLSDESC_BACKWARDS from "#ifdef" to "if" logic
Rich Felker
2023-11-06
1
-5
/
+5
*
ldso: use __ehdr_start if available to locate its own ELF headers
Rich Felker
2023-11-06
1
-1
/
+3
*
fix inadvertently static local var in dynlink get_lfs64
Rich Felker
2023-04-11
1
-1
/
+2
*
fix debugger tracking of shared libraries on mips with PIE main program
Rich Felker
2023-01-18
1
-0
/
+4
*
ldso: fix invalid early references to extern-linkage libc.page_size
Rich Felker
2022-11-30
1
-1
/
+8
*
fix double-processing of DT_RELR relocations in ldso relocating itself
Rich Felker
2022-11-10
1
-0
/
+1
*
remove LFS64 symbol aliases; replace with dynamic linker remapping
Rich Felker
2022-10-19
1
-0
/
+34
*
process DT_RELR relocations in ldso-startup/static-pie
Rich Felker
2022-09-12
1
-0
/
+15
*
ldso: make exit condition clearer in fixup_rpath
Érico Nogueira
2022-08-17
1
-1
/
+1
*
ldso: process RELR only for non-FDPIC archs
Rich Felker
2022-08-02
1
-1
/
+2
*
ldso: support DT_RELR relative relocation format
Fangrui Song
2022-08-02
1
-1
/
+20
*
early stage ldso: remove symbolic references via error handling function
Rich Felker
2022-07-19
1
-2
/
+11
*
in early stage ldso before __dls2b, call mprotect with __syscall
Alex Xu (Hello71)
2022-07-02
1
-6
/
+8
*
remove unnecessary cast for map_library return
Érico Nogueira
2021-04-20
1
-1
/
+1
*
fix regression in dl_iterate_phdr reporting of modules with no TLS
Rich Felker
2021-04-16
1
-1
/
+2
*
fix dl_iterate_phdr dlpi_tls_data reporting to match spec
Rich Felker
2021-03-26
1
-1
/
+1
*
don't fail to map library/executable with zero-length segment maps
Rich Felker
2021-03-05
1
-0
/
+1
*
lift child restrictions after multi-threaded fork
Rich Felker
2020-11-11
1
-0
/
+19
*
convert malloc use under libc-internal locks to use internal allocator
Rich Felker
2020-11-11
1
-0
/
+5
*
drop use of getdelim/stdio in dynamic linker
Rich Felker
2020-11-11
1
-5
/
+22
*
ldso: notify the debugger when we're doing a dlopen
rcombs
2020-10-27
1
-2
/
+6
*
ldso: use pthread_t rather than kernel tid to track ctor visitor
Rich Felker
2020-10-14
1
-3
/
+3
*
fix stale lock when allocation of ctor queue fails during dlopen
Rich Felker
2020-10-14
1
-1
/
+2
*
remove redundant pthread struct members repeated for layout purposes
Rich Felker
2020-08-27
1
-1
/
+1
*
have ldso track replacement of aligned_alloc
Rich Felker
2020-06-10
1
-0
/
+2
*
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
[next]