summaryrefslogtreecommitdiff
path: root/usr.bin/ldd
AgeCommit message (Expand)Author
2008-04-30Convert TNF licenses to new 2 clause variantmartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-12-15convert __attribute__s to applicable cdefs.h macrosperry
2007-10-08call sysconf, before add paths. From Kurt Schreinerchristos
2007-10-08call xfree instead of free so that we don't bring in libc's free.christos
2007-05-19make this compile again. Thanks Kurt Schreiner.christos
2006-11-24s/existance/existence/, from Zafer.wiz
2006-07-08Make yet another ELF64 check work for powerpc64.ross
2006-04-02Coverity CID 922: Fix check against NULL.christos
2005-12-27add rcsid.yamt
2004-09-07Fix default format so that not to print NULL (e.g., ldd mozilla-bin).enami
2004-05-23Bump the date.skrll
2004-05-23Implement %x for ELF.skrll
2004-05-14\*[Gt] instead of >; sort SEE ALSO.wiz
2004-05-14s/notreached/noreturn/christos
2004-05-14Document and implement -f for elf objects.christos
2003-12-19Add -f arguments into usagejmc
2003-12-19Start on adding support for -f flags as ldd did for a.out. PR#17786.jmc
2003-08-12Resolve dlsym(3) and friends directly so that dlsym(RTLD_NEXT,...) works.skrll
2003-05-28Look at mode of program being run, not of ldd when deciding whether todsl
2003-04-24Sort sections, sort SEE ALSO, bump date for last.wiz
2003-04-23Catch up with ld.elf_so.mycroft
2003-04-19PR/3046: Chris G. Demetriou: ldd actually runs target programs.christos
2003-03-31depedencies->dependencies (Igor Sobrado, PR misc/19700) + recognised->recognizedperry
2003-02-06Get stat info and pass it to the object map function.fvdl
2002-12-02Remove KNF from TODO list.junyoung
2002-12-02KNF.junyoung
2002-11-15Add a _rtld_dlerror() function, since it it now needed by search.c,nathanw
2002-10-09Pass _rtld_map_object a heap-allocated path, since it will free thenathanw
2002-09-24Make use of _rtld_pagesz.junyoung
2002-09-18makefile delint. use NETBSDSRCDIR as appropriatelukem
2002-09-13Adapt to changes in "rtld.h".tron
2002-08-27Implement MKDYNAMICROOT, which currently defaults to "no", but willlukem
2002-01-23Update ELFSIZE and VARPSZ arch lists.thorpej
2001-12-20xref ld.elf_so(1)thorpej
2001-07-13arm is variable page size.matt
2001-02-19convert to use getprogname()cgd
2000-12-12Lift the internals of the a.out ldd, and try that if _rtld_map_object()simonb
2000-11-10Make ldd(1) build again.mycroft
2000-07-26Unmap from mapbase, not relocbase.mycroft
2000-07-10Make this compile on sparc64.eeh
2000-02-20Use LDSTATIC, not LDFLAGS.mycroft
1999-12-13Enable hints processing so that we can see the mappings.christos
1999-11-07Update for ld.elf_so changes.mycroft
1999-08-01Rearrange the shared library search path precedences to LD_LIBRARY_PATH >kleink
1999-07-06Define _RTLD_SOURCE so this builds again. PR 7927, itojun@itojun.org.thorpej
1999-06-26Handle variable page size on sparc. See libexec/ld.elf_so/rtld.h rev 1.13.hannken
1999-05-31Remove a comment copied directly from ld.elf_so that really shouldn't be here.kleink
1999-04-09Avoid free(3)'ing a commandline argument; from Mark Brinicombe in PR bin/7246.kleink
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled