projects
/
oweals
/
musl.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
new mostly-C crt1 implementation
[oweals/musl.git]
/
src
/
ldso
/
2013-07-24
Rich Felker
support STB_GNU_UNIQUE symbol bindings in dynamic linker
tree
|
commitdiff
2013-07-24
Rich Felker
move the dynamic linker's jmp_buf from static to automa...
tree
|
commitdiff
2013-07-22
Rich Felker
disable legacy init/fini processing on ARM
tree
|
commitdiff
2013-07-21
Rich Felker
add support for init/fini array in main program, and...
tree
|
commitdiff
2013-07-21
Rich Felker
fix order of fini_array execution for shared libs
tree
|
commitdiff
2013-07-20
Rich Felker
add support for init_array/fini_array ctors/dtors to...
tree
|
commitdiff
2013-07-18
Rich Felker
make the dynamic linker find its path file relative...
tree
|
commitdiff
2013-07-10
Rich Felker
fix invalid library phdr pointers passed to callback...
tree
|
commitdiff
2013-06-29
Rich Felker
implement minimal dlinfo function
tree
|
commitdiff
2013-06-29
Rich Felker
fix missing synchronization in calls from dynamic linke...
tree
|
commitdiff
2013-06-26
Rich Felker
remove useless conditional before free from dynamic...
tree
|
commitdiff
2013-06-26
Rich Felker
fix dynamic linker handling of empty path file or error...
tree
|
commitdiff
2013-06-26
Rich Felker
make newline-delimited dynamic linker path file actuall...
tree
|
commitdiff
2013-06-03
Rich Felker
ensure that thread dtv pointer is never null to optimiz...
tree
|
commitdiff
2013-04-20
Rich Felker
make dynamic linker accept : or \n as path separator
tree
|
commitdiff
2013-02-02
Rich Felker
fix uninitialized map_len being used in munmap failure...
tree
|
commitdiff
2013-01-24
Rich Felker
add support for RTLD_NOLOAD to dlopen
tree
|
commitdiff
2013-01-24
Rich Felker
fix regression in dlsym: rejection of special RTLD_...
tree
|
commitdiff
2013-01-16
Rich Felker
fix warning building dynlink.c stub for static libc
tree
|
commitdiff
2013-01-16
Rich Felker
fix bug in dladdr that prevented resolving addresses...
tree
|
commitdiff
2013-01-14
Rich Felker
Merge remote-tracking branch 'nsz/math'
tree
|
commitdiff
2013-01-10
Rich Felker
check for invalid handles in dlsym/dlclose
tree
|
commitdiff
2012-12-16
Rich Felker
fix breakage in ldd (failure to print library load...
tree
|
commitdiff
2012-11-30
Rich Felker
fix ordering of shared library ctors with respect to...
tree
|
commitdiff
2012-11-26
Rich Felker
eliminate gdb complaints about missing linux-gate.so.1
tree
|
commitdiff
2012-11-18
Rich Felker
Merge remote-tracking branch 'nsz/math'
tree
|
commitdiff
2012-11-18
Rich Felker
fix typo in dynamic linker path file loading code
tree
|
commitdiff
2012-11-17
Rich Felker
arg-skipping code for powerpc dynamic linker
tree
|
commitdiff
2012-11-17
Rich Felker
dynamic linking support for powerpc
tree
|
commitdiff
2012-11-15
Rich Felker
Merge remote-tracking branch 'nsz/math'
tree
|
commitdiff
2012-11-14
Rich Felker
fix indention with spaces in powerpc asm
tree
|
commitdiff
2012-11-14
Rich Felker
Merge remote-tracking branch 'ppc-port/ppc-squashed'
tree
|
commitdiff
2012-11-13
rofl0r
PPC port cleaned up, static linking works well now.
tree
|
commitdiff
2012-11-13
Richard Pennington
import preliminary ppc work by rdp.
tree
|
commitdiff
2012-11-09
Rich Felker
support ldso path files without final newline
tree
|
commitdiff
2012-11-09
Rich Felker
change ldso path file logic to replace rather than...
tree
|
commitdiff
2012-11-08
Rich Felker
fix dlsym asm for mips
tree
|
commitdiff
2012-11-02
Rich Felker
remove one unnecessary static var from dynamic linker
tree
|
commitdiff
2012-11-02
Rich Felker
fix more unused variable warnings
tree
|
commitdiff
2012-11-01
Rich Felker
add dl_iterate_phdr interface
tree
|
commitdiff
2012-10-20
Rich Felker
support looking up thread-local objects with dlsym
tree
|
commitdiff
2012-10-20
Rich Felker
fix breakage in dlsym for looking up RTLD_DEFAULT,...
tree
|
commitdiff
2012-10-18
Rich Felker
fix microblaze asm relocations for shared libc
tree
|
commitdiff
2012-10-15
Rich Felker
add support for TLS variant I, presently needed for...
tree
|
commitdiff
2012-10-14
Rich Felker
fix main program TLS alignment for dynamic-linked programs
tree
|
commitdiff
2012-10-14
Rich Felker
fix namespace clash (libc) in dynlink.c
tree
|
commitdiff
2012-10-14
Rich Felker
remove dead code from dynamic linker
tree
|
commitdiff
2012-10-08
Rich Felker
clean up and refactor program initialization
tree
|
commitdiff
2012-10-08
Rich Felker
fix breakage due to initializing thread pointer when...
tree
|
commitdiff
2012-10-07
Rich Felker
make new TLS setup block even implementation-internals...
tree
|
commitdiff
2012-10-06
Rich Felker
don't crash if TLS library is loaded into process with...
tree
|
commitdiff
2012-10-06
Rich Felker
fix symbol acceptance/rejection rules for TLS
tree
|
commitdiff
2012-10-06
Rich Felker
TLS fixes, mainly alignment handling
tree
|
commitdiff
2012-10-05
Rich Felker
fix/improve shared library ctor/dtor handling, allow...
tree
|
commitdiff
2012-10-05
Rich Felker
small dynamic linker module search fix
tree
|
commitdiff
2012-10-05
Rich Felker
support for TLS in dynamic-loaded (dlopen) modules
tree
|
commitdiff
2012-10-05
Rich Felker
fix race condition in dlopen
tree
|
commitdiff
2012-10-05
Rich Felker
dynamic-linked TLS support for everything but dlopen...
tree
|
commitdiff
2012-10-05
Rich Felker
remove freeing of dynamic linker data when dlopen/dlsym...
tree
|
commitdiff
2012-10-05
Rich Felker
beginnings of full TLS support in shared libraries
tree
|
commitdiff
2012-10-05
Rich Felker
partial TLS support for dynamic-linked programs
tree
|
commitdiff
2012-10-04
Rich Felker
TLS (GNU/C11 thread-local storage) support for static...
tree
|
commitdiff
2012-09-29
Rich Felker
more close-on-exec fixes, mostly using new "e" flag...
tree
|
commitdiff
2012-09-29
Rich Felker
fix some more O_CLOEXEC/SOCK_CLOEXEC issues
tree
|
commitdiff
2012-09-29
Rich Felker
microblaze port
tree
|
commitdiff
2012-09-07
Rich Felker
use restrict everywhere it's required by c99 and/or...
tree
|
commitdiff
2012-08-27
Rich Felker
fix bug caused by main app & libc having map set; canno...
tree
|
commitdiff
2012-08-27
Rich Felker
dladdr support for dynamic linker (nonstandard extension)
tree
|
commitdiff
2012-08-25
Rich Felker
fix bug in gnu hash lookup on dlsym(handle, name) lookups
tree
|
commitdiff
2012-08-25
Rich Felker
clean up search_vec usage for vdso
tree
|
commitdiff
2012-08-25
Rich Felker
use new search_vec function to find vdso in dynamic...
tree
|
commitdiff
2012-08-25
Rich Felker
ensure canary is setup if stack-prot libs are dlopen...
tree
|
commitdiff
2012-08-25
Rich Felker
add gnu hash support in the dynamic linker
tree
|
commitdiff
2012-08-18
Rich Felker
make dynamic linker report all failures before exiting
tree
|
commitdiff
2012-08-18
Rich Felker
fix bug computing argc when invoking ld-musl-mips.so...
tree
|
commitdiff
2012-08-07
Rich Felker
fix bug dlsym bug that slipped in during dynamic linker...
tree
|
commitdiff
2012-08-05
Rich Felker
dlsym RTLD_NEXT support for mips
tree
|
commitdiff
2012-08-05
Rich Felker
more changes that were lost when committing mips dynami...
tree
|
commitdiff
2012-08-05
Rich Felker
fix change lost in the process of integrating mips...
tree
|
commitdiff
2012-08-05
Rich Felker
mips dynamic linker support
tree
|
commitdiff
2012-08-05
Rich Felker
more cleanup of dynamic linker internals
tree
|
commitdiff
2012-08-05
Rich Felker
more dynamic linker internals cleanup
tree
|
commitdiff
2012-08-05
Rich Felker
dynamic linker internals cleanup
tree
|
commitdiff
2012-07-13
Rich Felker
make dynamic linker tell the debugger its own pathname
tree
|
commitdiff
2012-07-11
Rich Felker
make dynamic linker depend on -DSHARED not -fPIC
tree
|
commitdiff
2012-07-11
Rich Felker
fix lots of breakage on dlopen, mostly with explicit...
tree
|
commitdiff
2012-07-07
Rich Felker
fix dlsym RTLD_NEXT support
tree
|
commitdiff
2012-06-10
Rich Felker
fix char signedness bug (arm-specific) in dynamic linker
tree
|
commitdiff
2012-06-06
Rich Felker
treat failure of mprotect in map_library as a fatal...
tree
|
commitdiff
2012-05-27
Rich Felker
add ldd and main program loading support to dynamic...
tree
|
commitdiff
2012-05-27
Rich Felker
cleanup dynamic linker start code cruft
tree
|
commitdiff
2012-05-05
Rich Felker
Merge remote-tracking branch 'nsz/master'
tree
|
commitdiff
2012-05-05
Rich Felker
fix error reporting for dlsym with global symbols
tree
|
commitdiff
2012-05-04
Rich Felker
overhaul SSP support to use a real canary
tree
|
commitdiff
2012-04-25
Rich Felker
gdb shared library debugging support
tree
|
commitdiff
2012-04-24
Rich Felker
first attempt at enabling stack protector support
tree
|
commitdiff
2012-04-23
Rich Felker
make dlerror produce informative results
tree
|
commitdiff
2012-03-25
Rich Felker
Merge remote branch 'nsz/master'
tree
|
commitdiff
2012-03-23
nsz
Merge branch 'master' of git://git.etalabs.net/musl
tree
|
commitdiff
2012-03-23
Rich Felker
make dlerror conform to posix
tree
|
commitdiff
next