summaryrefslogtreecommitdiff
path: root/usr.bin/ldd
AgeCommit message (Expand)Author
2010-02-27Sync against new ld.elf_soroy
2010-02-23Mark each object as printed as visited and then print.skrll
2009-12-15make this actually build on mips64.mrg
2009-12-13- adjust the logic for compat ldd: add an elf32_compat module and arrangemrg
2009-11-17Make _rtld_pagesz of type size_t.skrll
2009-09-07New sentence, new line.wiz
2009-09-07Add an -o option that behaves like nm -o. Implementation from a suggestiondholland
2009-09-07Sprinkle a little const. no object diffsdholland
2009-08-23Add missing word and bump date for previous.wiz
2009-08-22kill ldd_aout. it didn't work anyway...not since i don't know when.mrg
2009-08-20Um, the test for mips should use MACHINE_CPU, not MACHINE_ARCH.he
2009-08-20Don't try to call the (no longer defined) aout_ldd() functionhe
2009-08-20Don't include <a.out.h> unless it's needed, and don't buildhe
2009-08-16More missing <sys/exec_aout.h>martin
2009-05-20catch up with rtld changeschristos
2009-04-14Enable WARNS=4 by default for usr.bin, except for:lukem
2009-02-14Convert more MACHINE tests to MACHINE_ARCHabs
2009-02-03rework the main loop and handlers:mrg
2009-01-20Include "bsd.own.mk" to get the definition of "NETBSDSRCDIR" viatron
2009-01-11another bsd.own.mk missingchristos
2009-01-11need bsd.own.mk for $NETBSDSRCDIRchristos
2009-01-11pull across the struct netbsd32_exec definition and use that in allmrg
2009-01-07make sure we set LIBISPRIVATE.mrg
2009-01-07- rework this a bunch to make it work inside /rescue/ldd.mrg
2009-01-06- get rid of building an a.out-happy ldd (but keep supporting a.outmrg
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