summaryrefslogtreecommitdiff
path: root/libexec/ld.elf_so/search.c
AgeCommit message (Expand)Author
2003-08-12Resolve dlsym(3) and friends directly so that dlsym(RTLD_NEXT,...) works.skrll
2003-07-24ANSIfy and de-__P().skrll
2002-11-14In _rtld_load_library(), ensure that the old _rtld_error state (a message fromnathanw
2002-10-05Minor cleanup.mycroft
2002-10-01Store pathnames of shared objects not found in search paths in cachejunyoung
2002-09-24Remove the SVR4_LIBDIR madness.mycroft
2002-09-24Very minor cleanup of the previous.mycroft
2002-09-23Several small changes that shave 7-8% off the simple-exec-loop test:mycroft
2000-07-27Adjust a comment after the Great Renaming.kleink
1999-11-04Remove ELFNAME defines since they are defined in sys/exec_elf.herh
1999-10-25Update to match new SVR4-style definition names in <sys/exec_elf.h>.kleink
1999-10-22Undo last change. While these macros are defined in exec_elf.h, they arehannken
1999-10-21Remove ELFNAME macros which are already defines in exec_elf.herh
1999-08-01Rearrange the shared library search path precedences to LD_LIBRARY_PATH >kleink
1999-03-01KNFchristos
1997-02-17use 'normal' ELF library lookup rulescgd
1997-02-03that which thou openest, thou shalt close.cgd
1996-12-16First cut at an ELF shared loader. Originally from John Polstra's FreeBSD elfcgd