| Age | Commit message (Expand) | Author |
| 2002-03-01 | Don't bomb if the ${DPADD} files are missing -- we want at least one of | tv |
| 2002-02-24 | Change to use a register prefix. | matt |
| 2002-02-08 | Generate <>& symbolically. I'm avoiding .../dist/... directories for now. | ross |
| 2002-02-04 | Whitespace cleanup. | thorpej |
| 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-06 | Do not attempt to relocate any pltrela entries that are not JMP_SLOT on sparc64. | eeh |
| 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-20 | Grumble. Put compiler options back into CPPFLAGS for now, since | thorpej |
| 2001-12-20 | Small whitespace fix. | thorpej |
| 2001-12-20 | Update README. Still not complete. | thorpej |
| 2001-12-20 | Upon further investigation, do NOT include an addend in RELATIVE | thorpej |
| 2001-12-20 | Include the addend in GLOB_DAT relocations (!!). | thorpej |
| 2001-12-16 | * Move The Alpha R(RELATIVE) handling into an Alpha-specific code block, | thorpej |
| 2001-12-14 | Don't put compiler options into CPPFLAGS. | thorpej |
| 2001-12-14 | ...and the other other missing notice. | thorpej |
| 2001-12-14 | Add other missing copyright notice. | thorpej |
| 2001-12-14 | Add missing copyright notice. | fvdl |
| 2001-12-14 | Garbage-collect the OLD_GOT stuff. | thorpej |
| 2001-12-14 | binutils-current ld emits DT_TEXTREL into _DYNAMIC on arm-elf. Handle | thorpej |
| 2001-12-14 | Add code to peek into the PLT and determine which PLT entry format | thorpej |
| 2001-12-13 | Supply two lazy binding routines for Alpha: one that works with the | thorpej |
| 2001-12-13 | Check in workaround for BFD ABI change on MIPS: the new MIPS BFD generates | rafal |
| 2001-12-13 | Use numeric labels. | thorpej |
| 2001-12-13 | Add RCS ID. | thorpej |
| 2001-12-13 | * Add a linker script which provides a _GOT_END_ symbol that we can | thorpej |
| 2001-11-24 | Fix bug found by Izumi Tsutsui -- if _rtld_find_symdef returned NULL, the | rafal |
| 2001-11-02 | Allow both space and colon as a separator in LD_PRELOAD. Document this and | skrll |
| 2001-11-01 | Sort SEE ALSO, drop some unnecessary .Pp's, whitespace and misc fixes. | wiz |
| 2001-10-31 | Add a man page for ld.elf_so. | skrll |
| 2001-10-14 | Fix how underfined weak symbols are treated -- before, ld.so would do nothing | rafal |
| 2001-09-26 | In the `I can't believe it's been broken all this time' department: | mycroft |
| 2001-09-10 | Reorganize PowerPC cold a little. The return value from _rtld_bind_pltgot() | mycroft |
| 2001-08-14 | Correct some comments. | eeh |
| 2001-08-14 | Workaround for binutils 2.11 behavior. | eeh |
| 2001-08-14 | Get rid of some debug code that should no longer be needed. | eeh |
| 2001-08-14 | Pointers are NULL. Characters are '\0'. | eeh |
| 2001-07-16 | Fix ABS32 ARM reloc case. ELF shared libs on ARM now work! | matt |
| 2001-07-15 | Fix binder routine to not use a volatile register. | matt |
| 2001-07-15 | Bugfix for _rtld_start. Enable common plt processing code for arm | matt |
| 2001-07-15 | Enable arm if OBJECT_FMT is ELF. Initialize first few GOT entries for ARM. | matt |
| 2001-07-15 | Initial support for dynamic ELF support on ARM. | matt |
| 2001-07-15 | Add support for ARM ELF dynamic relocs. | matt |
| 2001-06-20 | Get stack layout right. | fvdl |
| 2001-06-20 | Remove mistaken casts of PLT relocations to 32 bit values. | fvdl |
| 2001-06-19 | Adapt for an actually correct sys/exec_elf.h | fvdl |