index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libexec
/
ld.elf_so
/
search.c
Age
Commit message (
Expand
)
Author
2020-04-22
Mark _rtld_invalid_paths static as ldd can end up with two copies
joerg
2019-10-13
use strlcpy to ensure termination.
mrg
2019-01-12
print the program name when we don't find a library.
christos
2013-05-06
Trailing whitespace
skrll
2010-12-24
Add support for DF_1_BIND_NOW, DF_1_NODELETE and DF_1_NOOPEN marked
skrll
2010-08-07
Stricter matching for _rtld_invalid_paths by ensuring separator.
joerg
2006-03-21
Coverity CID 2749: Fix another double free. Instead of removing that last
christos
2006-03-18
Fix some double frees / missing frees / use after freed all
matt
2004-10-22
Add __RCSIDs.
skrll
2003-08-12
Resolve dlsym(3) and friends directly so that dlsym(RTLD_NEXT,...) works.
skrll
2003-07-24
ANSIfy and de-__P().
skrll
2002-11-14
In _rtld_load_library(), ensure that the old _rtld_error state (a message from
nathanw
2002-10-05
Minor cleanup.
mycroft
2002-10-01
Store pathnames of shared objects not found in search paths in cache
junyoung
2002-09-24
Remove the SVR4_LIBDIR madness.
mycroft
2002-09-24
Very minor cleanup of the previous.
mycroft
2002-09-23
Several small changes that shave 7-8% off the simple-exec-loop test:
mycroft
2000-07-27
Adjust a comment after the Great Renaming.
kleink
1999-11-04
Remove ELFNAME defines since they are defined in sys/exec_elf.h
erh
1999-10-25
Update to match new SVR4-style definition names in <sys/exec_elf.h>.
kleink
1999-10-22
Undo last change. While these macros are defined in exec_elf.h, they are
hannken
1999-10-21
Remove ELFNAME macros which are already defines in exec_elf.h
erh
1999-08-01
Rearrange the shared library search path precedences to LD_LIBRARY_PATH >
kleink
1999-03-01
KNF
christos
1997-02-17
use 'normal' ELF library lookup rules
cgd
1997-02-03
that which thou openest, thou shalt close.
cgd
1996-12-16
First cut at an ELF shared loader. Originally from John Polstra's FreeBSD elf
cgd