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
/
usr.bin
/
ldd
/
ldd_elf
/
ldd.c
Age
Commit message (
Expand
)
Author
2003-12-19
Start on adding support for -f flags as ldd did for a.out. PR#17786.
jmc
2003-08-12
Resolve dlsym(3) and friends directly so that dlsym(RTLD_NEXT,...) works.
skrll
2003-05-28
Look at mode of program being run, not of ldd when deciding whether to
dsl
2003-04-23
Catch up with ld.elf_so.
mycroft
2003-02-06
Get stat info and pass it to the object map function.
fvdl
2002-12-02
KNF.
junyoung
2002-11-15
Add a _rtld_dlerror() function, since it it now needed by search.c,
nathanw
2002-10-09
Pass _rtld_map_object a heap-allocated path, since it will free the
nathanw
2002-09-24
Make use of _rtld_pagesz.
junyoung
2002-09-13
Adapt to changes in "rtld.h".
tron
2000-12-12
Lift the internals of the a.out ldd, and try that if _rtld_map_object()
simonb
2000-11-10
Make ldd(1) build again.
mycroft
2000-07-26
Unmap from mapbase, not relocbase.
mycroft
1999-12-13
Enable hints processing so that we can see the mappings.
christos
1999-11-07
Update for ld.elf_so changes.
mycroft
1999-08-01
Rearrange the shared library search path precedences to LD_LIBRARY_PATH >
kleink
1999-06-26
Handle variable page size on sparc. See libexec/ld.elf_so/rtld.h rev 1.13.
hannken
1999-05-31
Remove a comment copied directly from ld.elf_so that really shouldn't be here.
kleink
1999-04-09
Avoid free(3)'ing a commandline argument; from Mark Brinicombe in PR bin/7246.
kleink
1999-02-25
_rtld_add_paths() takes an extra argument
pk
1996-12-16
First cut at an elf-aware ldd. Originally from John Polstra's FreeBSD elf
cgd