22 Commits (2fdea17c3da17f6ae96601283b28d025ed4d4cee)

Author SHA1 Message Date
Rich Felker 2fdea17c3d fix dlopen UB due to longjmp/volatile rules violation 15 years ago
Rich Felker 191ebcac31 simple rpath support (no token expansion yet) for dynamic linker 15 years ago
Rich Felker 9f17413c75 textrel support, cheap and ugly 15 years ago
Rich Felker 6717e62ac0 reclaim the memory wasted by dynamic linking for use by malloc 15 years ago
Rich Felker bf30100ad7 use load address from elf header if possible 15 years ago
Rich Felker c7debe13ee make dynamic linker relocate the main program image last, after all libs 15 years ago
Rich Felker 9e17b71fa6 fix stale pointer issue in dynamic linker with dlopen 15 years ago
Rich Felker 06933cc724 don't leave the lock held on dlopen failure.. 15 years ago
Rich Felker 97507bde47 add RTLD_DEFAULT support 15 years ago
Rich Felker 0e4dae3d77 in dlopen: don't use null pointer 15 years ago
Rich Felker 92ab5d8d15 fix resolving symbols in objects loaded in RTLD_LOCAL mode 15 years ago
Rich Felker 59ab43f5f8 experimental dlopen/dlsym and dynlink changes needed to support them 15 years ago
Rich Felker 6b3d5e508f error handling in dynamic linking 15 years ago
Rich Felker 32de61e81a fix some symbol resolution issues in dynamic linker 15 years ago
Rich Felker 49388f3b7b handle library paths better (ignore empty path components, etc.) 15 years ago
Rich Felker 59633c736d fix possible (questionable) strict aliasing violations and ptr arith 15 years ago
Rich Felker 568b8075a4 proper path searching for dynamic linker 15 years ago
Rich Felker e8dbf00a78 discard dso descriptors after performing relocations 15 years ago
Rich Felker 368ba4a0a9 keep track of which dsos have been relocated 15 years ago
Rich Felker b7f6e0c6f8 prepare support for LD_LIBRARY_PATH (checking suid/sgid safety) 15 years ago
Rich Felker 596d60c565 dynamic linker 64bit fix: hash table entries are always 32bit 15 years ago
Rich Felker 51e2d83102 experimental dynamic linker! 15 years ago