| Age | Commit message (Expand) | Author |
| 2003-10-21 | Rework how MAKEVERBOSE operates: | lukem |
| 2003-10-19 | rework to use the newer _MKMSGCREATE (et al) macros | lukem |
| 2003-10-19 | support MAKEVERBOSE | lukem |
| 2003-03-25 | Add support for shared libraries/dynamically linked binaries on sh5. | scw |
| 2003-02-26 | Do not add ${LIBC_PIC} to DPADD if MKPICINSTALL is "no". | uwe |
| 2002-10-05 | Disable DEBUG again. | junyoung |
| 2002-10-05 | Don't call _rtld_process_mapping() with null string. | junyoung |
| 2002-09-27 | Only use the MKDYNAMICROOT semantics (i.e. -rpath=/lib,/usr/lib and | thorpej |
| 2002-09-26 | *poof* | mycroft |
| 2002-09-26 | -vomit-frame-pointer is buggy on 68k. *sigh* | mycroft |
| 2002-09-26 | By default, compile without DEBUG, and with -fomit-frame-pointer. | mycroft |
| 2002-09-13 | Turn DEBUG back on by default. It doesn't take much space. | mycroft |
| 2002-08-31 | Turn off DEBUG by default, and compile with -O3. (Tested on Alpha, ARM, | mycroft |
| 2002-08-19 | Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path | lukem |
| 2002-08-10 | Build for "armeb". | thorpej |
| 2002-07-10 | Add support for dynamic linking on HP PA-RISC. | fredette |
| 2002-03-01 | Don't bomb if the ${DPADD} files are missing -- we want at least one of | tv |
| 2002-02-04 | Use ${MACHINE_CPU} to assign ARCHSUBDIR. | thorpej |
| 2002-02-03 | Add support for dynamic linking on the SuperH. From Marcus Comstedt, | thorpej |
| 2002-01-23 | Install the man page on a.out systems as well so that the man set is the | skrll |
| 2002-01-04 | Revert rev. 1.30 (partly). If MKPICINSTALL=no in mk.conf, libc_pic.a will | tv |
| 2001-12-28 | - Allow RTLD_DEFAULT_LIBRARY_PATH to be overridden. | lukem |
| 2001-12-28 | if SHLINKDIR != /usr/libexec, install compat symlink | lukem |
| 2001-12-28 | * Add user-controlled mk.conf variables | lukem |
| 2001-12-14 | Don't put compiler options into CPPFLAGS. | thorpej |
| 2001-10-31 | Add a man page for ld.elf_so. | skrll |
| 2001-07-15 | Enable arm if OBJECT_FMT is ELF. Initialize first few GOT entries for ARM. | matt |
| 2001-06-19 | Preliminary x86-64 support. Not fully functional yet (toolchain bugs). | fvdl |
| 2001-01-14 | back out previous commit; I found a better way of handling the missing | christos |
| 2001-01-14 | Don't use ${OBJS} in the dependency line, cause it is not defined yet. | christos |
| 2000-11-10 | When dlopen()ing with RTLD_GLOBAL, also make dependent libraries RTLD_GLOBAL. | mycroft |
| 2000-07-14 | Split DEBUG into two lines to make it easier to enable each separately. | matt |
| 2000-07-03 | If OBJECT_FMT is ELF and MACHINE_ARCH = vax, build ld.elf_so | matt |
| 2000-03-26 | Don't try to get libc_pic from the libc compile directory. If we're doing a | mycroft |
| 1999-07-05 | Protect certain definitions from view by crt0, by wrapping them in | thorpej |
| 1999-05-07 | Don't even make depend if we're not going to build ld.elf_so. this is | thorpej |
| 1999-04-29 | Always use ${MACHINE_ARCH} rather than ${MACHINE}, and reorder architectures | kleink |
| 1999-04-29 | Add m68k code. | kleink |
| 1999-03-19 | Move the link.h files for the different shlib formats via repository copy, | thorpej |
| 1999-03-05 | make the mipse[lb]->mips translation really work, | drochner |
| 1999-03-03 | Make this compile without -DRTLD_LOADER and fix printf format problems on | christos |
| 1999-03-03 | Makefile ${MACHINE_ARCH} changes for mips{eb,el}, as suggested by | jonathan |
| 1999-02-24 | Cleanup global variable access so rtld can be self relocating. Also KNF | christos |
| 1999-02-21 | Replace home-grown header file installation with INCS/INCSDIR; from Erik | kleink |
| 1999-02-13 | convert from NOxxx= to MKxxx=no. | lukem |
| 1999-02-07 | Add -DRTLD_DEBUG_RELOC commented out. | christos |
| 1999-01-10 | Add i386 bits | christos |
| 1998-11-24 | Add powerpc support. | tsubai |
| 1998-09-13 | remove MD asm as(1) comments from sysident.h, placing them in a comment | mrg |
| 1998-08-27 | Use -L for libc's objdir in case NOPICINSTALL is set in mk.conf. | tv |