| Age | Commit message (Expand) | Author |
| 2000-05-28 | Remove RELOC_SYMBOLICS_THROUGH_JMPSLOT since it isn't required for VAX (and | matt |
| 2000-04-26 | forward compatible -rpath-link takes an arguemnt; deal with it. | mrg |
| 2000-01-13 | More alloca() -> malloc(). Needed to make some shared libraries link when | mycroft |
| 2000-01-07 | Semi-random code cleanup. | mycroft |
| 2000-01-07 | Fix two problems: | mycroft |
| 1999-12-01 | open(2) can legally return 0. Errors only if return value < 0. | phil |
| 1999-11-08 | don't bother calling fwrite() if count == 0' ld.c | lukem |
| 1999-10-04 | Don't abuse alloca() for allocating memory for string sections which can | tron |
| 1999-07-30 | Don't use GNU malloc() any more. | mycroft |
| 1999-06-25 | Fix printf(3) format warning (per Kurt Schreiner on port-sparc). | pk |
| 1999-03-22 | More and more .Os cleanups. .Os is defined in the tmac.doc-common file, | garbled |
| 1999-03-09 | Missing .El, questionable .Sh use. | ross |
| 1999-02-27 | Add arm32 hacks to ld, and reenable ld on arm32. As is well known, XXX | tv |
| 1999-01-11 | In userland, pull in <errno.h> instead of <sys/errno.h> for the declaration | kleink |
| 1999-01-05 | Fix byte order swapping for cross linker. | itohy |
| 1998-12-30 | Include sys/resource.h, because otherwise RLIMIT_STACK is not set | cjs |
| 1998-12-17 | shlib.c has been Moved to `src/libexec/ld.aout_so' | pk |
| 1998-12-17 | These files now live in `src/libexec/ld.aout_so/arch' | pk |
| 1998-12-17 | Adjust include directories. | pk |
| 1998-12-17 | Collect implementation definitions in `ld_i.h' and use that in other files. | pk |
| 1998-12-17 | The a.out version of ld.so now lives in `src/libexec/ld.aout_so' | pk |
| 1998-12-17 | ldconfig(8) now lives in `src/sbin/ldconfig' | pk |
| 1998-12-15 | ldd & ldconfig are no longer here. | pk |
| 1998-12-15 | Cast down the prototype revolt for now.. | pk |
| 1998-12-15 | Pull in proper headers; deal with compiler warnings; miscelleneous KNF. | pk |
| 1998-12-15 | ldd has moved to `src/usr.bin/ldd/ldd_aout' | pk |
| 1998-12-15 | Deal with compiler warnings: format strings, prototypes, variable initializat... | pk |
| 1998-12-15 | Prototypes. | pk |
| 1998-12-15 | Pull in <a.out.h>. | pk |
| 1998-12-15 | Add & correct prototypes. | pk |
| 1998-12-15 | Layout & compiler warnings. | pk |
| 1998-12-15 | NetBSD -> __NetBSD__ | pk |
| 1998-12-03 | Put back code to use pc-relative branches in the PLT, and avoid doing cache | mycroft |
| 1998-12-03 | Use the `first' argument to md_fix_jmpslot(). | mycroft |
| 1998-10-31 | Add hook to convert some DISP32 relocs to BASREL through a GOT entry. | matt |
| 1998-10-31 | Remove reference to unused include file. | matt |
| 1998-10-31 | Add a hook for converting "normal" DISP32 relocs that refer to data symbols | matt |
| 1998-10-24 | Revert last change, since it treats external SIZE symbols as | kristerw |
| 1998-10-23 | More fixes and optimizations for VAX shared library support. Including | matt |
| 1998-10-23 | Make the BINDER debug messages a bit more useful (print index and jmpslot | matt |
| 1998-10-21 | It seems that gas.new has new types to indicate weakness | matt |
| 1998-10-20 | GC empty `FILES' section. | kleink |
| 1998-10-19 | Back out change to md_make_gotreloc which added 4 arguement of got_t *. | matt |
| 1998-10-19 | Add AUX_LABEL (need for VAX JSB/JMP "jmp" slots). | matt |
| 1998-10-17 | 1. The 1st arg of sprintf() shall be nul terminated | itohy |
| 1998-10-17 | Correct return value of md_midcompat(). | itohy |
| 1998-10-12 | Get shared libraries a lot closer to working. | matt |
| 1998-10-03 | remove some vm_offset_t fallout. | matthias |
| 1998-09-15 | Prevent spurious matches matches against unwanted major versions. | pk |
| 1998-09-12 | Exit early from alloc_link_map() if we have no object; only relevant | pk |