| Age | Commit message (Expand) | Author |
| 2003-02-06 | Get stat info and pass it to the object map function. | fvdl |
| 2002-12-02 | Remove KNF from TODO list. | junyoung |
| 2002-12-02 | KNF. | junyoung |
| 2002-11-15 | Add a _rtld_dlerror() function, since it it now needed by search.c, | nathanw |
| 2002-10-09 | Pass _rtld_map_object a heap-allocated path, since it will free the | nathanw |
| 2002-09-24 | Make use of _rtld_pagesz. | junyoung |
| 2002-09-18 | makefile delint. use NETBSDSRCDIR as appropriate | lukem |
| 2002-09-13 | Adapt to changes in "rtld.h". | tron |
| 2002-08-27 | Implement MKDYNAMICROOT, which currently defaults to "no", but will | lukem |
| 2002-01-23 | Update ELFSIZE and VARPSZ arch lists. | thorpej |
| 2001-12-20 | xref ld.elf_so(1) | thorpej |
| 2001-07-13 | arm is variable page size. | matt |
| 2001-02-19 | convert to use getprogname() | cgd |
| 2000-12-12 | Lift the internals of the a.out ldd, and try that if _rtld_map_object() | simonb |
| 2000-11-10 | Make ldd(1) build again. | mycroft |
| 2000-07-26 | Unmap from mapbase, not relocbase. | mycroft |
| 2000-07-10 | Make this compile on sparc64. | eeh |
| 2000-02-20 | Use LDSTATIC, not LDFLAGS. | mycroft |
| 1999-12-13 | Enable hints processing so that we can see the mappings. | christos |
| 1999-11-07 | Update for ld.elf_so changes. | mycroft |
| 1999-08-01 | Rearrange the shared library search path precedences to LD_LIBRARY_PATH > | kleink |
| 1999-07-06 | Define _RTLD_SOURCE so this builds again. PR 7927, itojun@itojun.org. | thorpej |
| 1999-06-26 | Handle variable page size on sparc. See libexec/ld.elf_so/rtld.h rev 1.13. | hannken |
| 1999-05-31 | Remove a comment copied directly from ld.elf_so that really shouldn't be here. | kleink |
| 1999-04-09 | Avoid free(3)'ing a commandline argument; from Mark Brinicombe in PR bin/7246. | kleink |
| 1999-03-22 | More and more .Os cleanups. .Os is defined in the tmac.doc-common file, | garbled |
| 1999-02-25 | _rtld_add_paths() takes an extra argument | pk |
| 1998-12-17 | Build ldd.1, and make it work with the extra directory depth. | thorpej |
| 1998-12-17 | Get ldd.1 from the previous level. | thorpej |
| 1998-12-17 | Move the manual page up one level via repository copy. | thorpej |
| 1998-12-16 | getopt() returns -1, not EOF. | thorpej |
| 1998-12-16 | Prototypes. | thorpej |
| 1998-12-15 | Move a.out version of ldd(1) to the usr.bin tree; elf and a.out | pk |
| 1998-09-05 | Assign my copyrights to TNF. | pk |
| 1998-04-28 | Principally, change foo(N) to .Xr foo N | fair |
| 1998-01-05 | RCS Id police | cgd |
| 1997-10-19 | don't define WARNS=1 here | lukem |
| 1997-10-11 | CFLAGS->CPPFLAGS, and general cleanup; add WARNS | christos |
| 1997-06-23 | install all man pages. | mrg |
| 1997-05-08 | Back out the .PATH.c changes. The .depend problem (and others) | gwr |
| 1997-05-06 | Use .PATH.c: ... | gwr |
| 1996-12-17 | Mipsel changes to ELF ldd/ld.so: | jonathan |
| 1996-12-16 | First cut at an elf-aware ldd. Originally from John Polstra's FreeBSD elf | cgd |
| 1996-09-07 | When checking the entry point of an executable, use N_PAGSIZ() rather | thorpej |
| 1995-10-09 | And initialize those local variables... | pk |
| 1995-10-09 | New style RCS IDs. | pk |
| 1995-10-08 | Add -f option for customized output. | pk |
| 1994-08-13 | Use new a.out flags. | pk |
| 1994-06-10 | Conversion to err()/warn() for error reports. | pk |
| 1994-04-10 | Don't core dump on shared objects. We need an a.out flag really. | pk |