1. 87d13a4 more cleanup of dynamic linker internals by Rich Felker · 12 years ago
  2. 7cb44cd more dynamic linker internals cleanup by Rich Felker · 12 years ago
  3. 05eff01 dynamic linker internals cleanup by Rich Felker · 12 years ago
  4. 649cec5 make dynamic linker tell the debugger its own pathname by Rich Felker · 12 years ago
  5. e864a29 make dynamic linker depend on -DSHARED not -fPIC by Rich Felker · 12 years ago
  6. 0420b87 fix lots of breakage on dlopen, mostly with explicit pathnames by Rich Felker · 12 years ago
  7. d93e028 fix dlsym RTLD_NEXT support by Rich Felker · 12 years ago
  8. 6343ac8 fix char signedness bug (arm-specific) in dynamic linker by Rich Felker · 12 years ago
  9. f7d15dc treat failure of mprotect in map_library as a fatal load failure by Rich Felker · 12 years ago
  10. 5c1909a add ldd and main program loading support to dynamic linker by Rich Felker · 12 years ago
  11. 4027f4e fix error reporting for dlsym with global symbols by Rich Felker · 12 years ago
  12. 58aa5f4 overhaul SSP support to use a real canary by Rich Felker · 12 years ago
  13. 3ec8d29 gdb shared library debugging support by Rich Felker · 13 years ago
  14. 60872cf first attempt at enabling stack protector support by Rich Felker · 13 years ago
  15. a5d10eb make dlerror produce informative results by Rich Felker · 13 years ago
  16. a9e85c0 make dlerror conform to posix by Rich Felker · 13 years ago
  17. f2baf4d protect against cancellation in dlopen by Rich Felker · 13 years ago
  18. 700a815 reduce some wasted space in dso structure by Rich Felker · 13 years ago
  19. ce4d97e run ctors/dtors for shared objects loaded with dlopen by Rich Felker · 13 years ago
  20. 4ce3cb5 add support for init/finit (constructors and destructors) by Rich Felker · 13 years ago
  21. 5a09a53 include dummied-out dlopen and dlsym functions for static binaries by Rich Felker · 13 years ago
  22. fd7015d fix broken copy relocations from dynamic linker cleanup by Rich Felker · 13 years ago
  23. e12fe65 dynamic linker support for PIE binaries (position-independent main program) by Rich Felker · 13 years ago
  24. c82f4a3 cleanup dynamic linker, removing some code duplication by Rich Felker · 13 years ago
  25. 0b6dc09 fix dynamic linker not to depend on DYNAMIC ptr in 0th entry of GOT by Rich Felker · 13 years ago
  26. 2adf2fb fix char signedness bug in dynlinker hash function by Rich Felker · 13 years ago
  27. 4f4bf0a disable dynamic linking/loading code in static libc builds, for now by Rich Felker · 13 years ago
  28. cf8506a ldso: move the suid/secure check code closer to env/auxv processing by Rich Felker · 13 years ago
  29. a045883 honor AT_SECURE aux vector flag by Rich Felker · 13 years ago
  30. 623753a RTLD_NEXT support by Rich Felker · 13 years ago
  31. 2719cc8 LD_PRELOAD support by Rich Felker · 13 years ago
  32. e01ac67 when resolving symbols with only weak defs, use first def, not last def by Rich Felker · 13 years ago
  33. 427173b fix resolution of weak symbols (hopefully right now) and vdso by Rich Felker · 13 years ago
  34. 6ab444d load vdso, if present, into the dso list by Rich Felker · 13 years ago
  35. a53de81 simplify dynamic linker startup by Rich Felker · 13 years ago
  36. 2fdea17 fix dlopen UB due to longjmp/volatile rules violation by Rich Felker · 13 years ago
  37. 191ebca simple rpath support (no token expansion yet) for dynamic linker by Rich Felker · 13 years ago
  38. 9f17413 textrel support, cheap and ugly by Rich Felker · 13 years ago
  39. 6717e62 reclaim the memory wasted by dynamic linking for use by malloc by Rich Felker · 13 years ago
  40. bf30100 use load address from elf header if possible by Rich Felker · 13 years ago
  41. c7debe1 make dynamic linker relocate the main program image last, after all libs by Rich Felker · 13 years ago
  42. 9e17b71 fix stale pointer issue in dynamic linker with dlopen by Rich Felker · 13 years ago
  43. 06933cc don't leave the lock held on dlopen failure.. by Rich Felker · 13 years ago
  44. 97507bd add RTLD_DEFAULT support by Rich Felker · 13 years ago
  45. 0e4dae3 in dlopen: don't use null pointer by Rich Felker · 13 years ago
  46. 92ab5d8 fix resolving symbols in objects loaded in RTLD_LOCAL mode by Rich Felker · 13 years ago
  47. 59ab43f experimental dlopen/dlsym and dynlink changes needed to support them by Rich Felker · 13 years ago
  48. 6b3d5e5 error handling in dynamic linking by Rich Felker · 13 years ago
  49. 32de61e fix some symbol resolution issues in dynamic linker by Rich Felker · 13 years ago
  50. 49388f3 handle library paths better (ignore empty path components, etc.) by Rich Felker · 13 years ago
  51. 59633c7 fix possible (questionable) strict aliasing violations and ptr arith by Rich Felker · 13 years ago
  52. 568b807 proper path searching for dynamic linker by Rich Felker · 13 years ago
  53. e8dbf00 discard dso descriptors after performing relocations by Rich Felker · 13 years ago
  54. 368ba4a keep track of which dsos have been relocated by Rich Felker · 13 years ago
  55. b7f6e0c prepare support for LD_LIBRARY_PATH (checking suid/sgid safety) by Rich Felker · 13 years ago
  56. 596d60c dynamic linker 64bit fix: hash table entries are always 32bit by Rich Felker · 13 years ago
  57. 51e2d83 experimental dynamic linker! by Rich Felker · 13 years ago