| Age | Commit message (Expand) | Author |
| 2010-02-27 | Sync against new ld.elf_so | roy |
| 2010-02-23 | Mark each object as printed as visited and then print. | skrll |
| 2009-12-15 | make this actually build on mips64. | mrg |
| 2009-12-13 | - adjust the logic for compat ldd: add an elf32_compat module and arrange | mrg |
| 2009-11-17 | Make _rtld_pagesz of type size_t. | skrll |
| 2009-09-07 | New sentence, new line. | wiz |
| 2009-09-07 | Add an -o option that behaves like nm -o. Implementation from a suggestion | dholland |
| 2009-09-07 | Sprinkle a little const. no object diffs | dholland |
| 2009-08-23 | Add missing word and bump date for previous. | wiz |
| 2009-08-22 | kill ldd_aout. it didn't work anyway...not since i don't know when. | mrg |
| 2009-08-20 | Um, the test for mips should use MACHINE_CPU, not MACHINE_ARCH. | he |
| 2009-08-20 | Don't try to call the (no longer defined) aout_ldd() function | he |
| 2009-08-20 | Don't include <a.out.h> unless it's needed, and don't build | he |
| 2009-08-16 | More missing <sys/exec_aout.h> | martin |
| 2009-05-20 | catch up with rtld changes | christos |
| 2009-04-14 | Enable WARNS=4 by default for usr.bin, except for: | lukem |
| 2009-02-14 | Convert more MACHINE tests to MACHINE_ARCH | abs |
| 2009-02-03 | rework the main loop and handlers: | mrg |
| 2009-01-20 | Include "bsd.own.mk" to get the definition of "NETBSDSRCDIR" via | tron |
| 2009-01-11 | another bsd.own.mk missing | christos |
| 2009-01-11 | need bsd.own.mk for $NETBSDSRCDIR | christos |
| 2009-01-11 | pull across the struct netbsd32_exec definition and use that in all | mrg |
| 2009-01-07 | make 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.out | mrg |
| 2008-04-30 | Convert TNF licenses to new 2 clause variant | martin |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2007-12-15 | convert __attribute__s to applicable cdefs.h macros | perry |
| 2007-10-08 | call sysconf, before add paths. From Kurt Schreiner | christos |
| 2007-10-08 | call xfree instead of free so that we don't bring in libc's free. | christos |
| 2007-05-19 | make this compile again. Thanks Kurt Schreiner. | christos |
| 2006-11-24 | s/existance/existence/, from Zafer. | wiz |
| 2006-07-08 | Make yet another ELF64 check work for powerpc64. | ross |
| 2006-04-02 | Coverity CID 922: Fix check against NULL. | christos |
| 2005-12-27 | add rcsid. | yamt |
| 2004-09-07 | Fix default format so that not to print NULL (e.g., ldd mozilla-bin). | enami |
| 2004-05-23 | Bump the date. | skrll |
| 2004-05-23 | Implement %x for ELF. | skrll |
| 2004-05-14 | \*[Gt] instead of >; sort SEE ALSO. | wiz |
| 2004-05-14 | s/notreached/noreturn/ | christos |
| 2004-05-14 | Document and implement -f for elf objects. | christos |
| 2003-12-19 | Add -f arguments into usage | jmc |
| 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-24 | Sort sections, sort SEE ALSO, bump date for last. | wiz |
| 2003-04-23 | Catch up with ld.elf_so. | mycroft |
| 2003-04-19 | PR/3046: Chris G. Demetriou: ldd actually runs target programs. | christos |
| 2003-03-31 | depedencies->dependencies (Igor Sobrado, PR misc/19700) + recognised->recognized | perry |
| 2003-02-06 | Get stat info and pass it to the object map function. | fvdl |