1. 03 2月, 2012 1 次提交
    • R
      include dummied-out dlopen and dlsym functions for static binaries · 5a09a530
      Rich Felker 提交于
      these don't work (or do anything at all) but at least make it possible
      to static link programs that insist on "having" dynamic loading
      support...as long as they don't actually need to use it.
      
      adding real support for dlopen/dlsym with static linking is going to
      be significantly more difficult...
      5a09a530
  2. 24 1月, 2012 1 次提交
  3. 23 1月, 2012 2 次提交
  4. 21 1月, 2012 1 次提交
    • R
      fix dynamic linker not to depend on DYNAMIC ptr in 0th entry of GOT · 0b6dc097
      Rich Felker 提交于
      this fixes an issue using gold instead of gnu ld for linking. it also
      should eliminate the need of the startup code to even load/pass the
      got address to the dynamic linker.
      
      based on patch submitted by sh4rm4 with minor cosmetic changes.
      
      further cleanup will follow.
      0b6dc097
  5. 17 1月, 2012 1 次提交
  6. 19 9月, 2011 1 次提交
  7. 16 8月, 2011 4 次提交
  8. 25 7月, 2011 1 次提交
  9. 24 7月, 2011 3 次提交
  10. 02 7月, 2011 1 次提交
  11. 01 7月, 2011 1 次提交
  12. 29 6月, 2011 4 次提交
  13. 27 6月, 2011 7 次提交
  14. 26 6月, 2011 3 次提交
  15. 25 6月, 2011 3 次提交
  16. 24 6月, 2011 1 次提交
    • R
      prepare support for LD_LIBRARY_PATH (checking suid/sgid safety) · b7f6e0c6
      Rich Felker 提交于
      the use of this test will be much stricter than glibc and other
      typical implementations; the environment will not be honored
      whatsoever unless the program is confirmed non-suid/sgid by the aux
      vector the kernel passed in. no fallback to slow syscall-based
      checking is used if the kernel fails to provide the information; we
      simply assume the worst (suid) in this case and refuse to honor
      environment.
      b7f6e0c6
  17. 19 6月, 2011 2 次提交