summaryrefslogtreecommitdiff
path: root/usr.bin/ldd
AgeCommit message (Expand)Author
2019-11-26Pull up following revision(s) (requested by nakayama in ticket #469):martin
2019-02-04don't build ldd64 support if !MKCOMPAT and mips64.mrg
2019-01-27Fix merge botchkre
2019-01-27Fix merge botchkre
2019-01-27Fix merge botchkre
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2018-06-21Disable SANITIZER for ldd(1)kamil
2017-12-25Return a non-zero (one) exit code on failure for one of the filesmaya
2017-07-03Remove workaround for ancient HTML generation code.wiz
2017-01-10need <sys/stat.h>christos
2016-01-23Define _KERNTYPES for things that need it.christos
2015-06-13Do not set MLIBDIR if MKCOMPAT=nomartin
2014-08-28Fix ldd on LP64 platforms by splitting the symbol versioning stuff forjoerg
2014-03-02Use OBJECT_FMTS from <bsd.own.mk> to determine elf32/elf64 needsmatt
2013-05-07include symver.cchristos
2013-04-25If earm, include from lib/libexecinfo for unwind.hmatt
2013-03-20apply kludge to make this more or less work on mips64 with n32 userlandmacallan
2012-07-08Make sure stuff using Obj_Entry is compiled correctly for ELF32 or ELF64.matt
2012-02-17MIPS uses a variable page size now.matt
2011-06-30dependant -> dependentwiz
2011-05-24Fix sign comparejoerg
2011-04-15move the build of ldd binary to a subdir in order to allowplunky
2011-03-29Block signals when using the exclusive lock.joerg
2011-03-25Add basic locking to ld.elf_so.joerg
2011-03-09Add TLS support infrastructure. For dynamic binaries, ld.elf_so exportsjoerg
2010-10-16Implement dl_iterate_phdr.skrll
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