summaryrefslogtreecommitdiff
path: root/libexec/ld.elf_so/search.c
AgeCommit message (Expand)Author
2020-04-22Mark _rtld_invalid_paths static as ldd can end up with two copiesjoerg
2019-10-13use strlcpy to ensure termination.mrg
2019-01-12print the program name when we don't find a library.christos
2013-05-06Trailing whitespaceskrll
2010-12-24Add support for DF_1_BIND_NOW, DF_1_NODELETE and DF_1_NOOPEN markedskrll
2010-08-07Stricter matching for _rtld_invalid_paths by ensuring separator.joerg
2006-03-21Coverity CID 2749: Fix another double free. Instead of removing that lastchristos
2006-03-18Fix some double frees / missing frees / use after freed allmatt
2004-10-22Add __RCSIDs.skrll
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