| Age | Commit message (Expand) | Author |
| 2003-02-04 | "Utilize" has exactly the same meaning as "use," but it is more | perry |
| 2002-09-19 | - use NETBSDSRCDIR as appropriate | lukem |
| 2002-02-08 | Generate <>& symbolically. I'm avoiding .../dist/... directories for now. | ross |
| 2002-01-07 | then -> than. | wiz |
| 2001-10-08 | shut up newer gcc warning about (actually mutually exclusive) | aymeric |
| 2001-10-08 | fix an obvious bug when loading sun relocatable objects. | aymeric |
| 2001-08-26 | Also accept (and ignore) -export-dynamic (already accepted --export-dynamic). | thorpej |
| 2001-07-25 | include <link_aout.h>, which is needed at least when building a cross-linker | aymeric |
| 2001-07-25 | Make it possible to compile a cross-linker by just defining TARGET_MACHINE_ARCH | aymeric |
| 2000-12-26 | Fixup comments to account for --{,no-}whole-archive changes. | jhawk |
| 2000-12-16 | Clean up MAJOR crack addiction: | mycroft |
| 2000-11-02 | On VAX, JMPTAB reloc use EXTERN as a type bit. However, they are always | matt |
| 2000-10-27 | Update some DEBUG printf() formats. | mycroft |
| 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 |