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
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