handle library paths better (ignore empty path components, etc.)
[musl] / src / ldso / dynlink.c
2011-06-25 Rich Felkerhandle library paths better (ignore empty path componen...
2011-06-25 Rich Felkerfix possible (questionable) strict aliasing violations...
2011-06-25 Rich Felkerproper path searching for dynamic linker
2011-06-25 Rich Felkerdiscard dso descriptors after performing relocations
2011-06-25 Rich Felkerkeep track of which dsos have been relocated
2011-06-24 Rich Felkerprepare support for LD_LIBRARY_PATH (checking suid...
2011-06-19 Rich Felkerdynamic linker 64bit fix: hash table entries are always...
2011-06-18 Rich Felkerexperimental dynamic linker!