summaryrefslogtreecommitdiff
path: root/usr.bin/ldd/ldd.c
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-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-07Add an -o option that behaves like nm -o. Implementation from a suggestiondholland
2009-08-22kill ldd_aout. it didn't work anyway...not since i don't know when.mrg
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-05-20catch up with rtld changeschristos
2009-02-03rework the main loop and handlers: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
1998-12-15Move a.out version of ldd(1) to the usr.bin tree; elf and a.outpk
1996-12-16First cut at an elf-aware ldd. Originally from John Polstra's FreeBSD elfcgd