| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2003-05-18 | Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op), | lukem | |
| there's no need to special-case .include-ing it. | |||
| 2002-12-10 | Include -DNLIST_ELF64 for x86_64. | fvdl | |
| 2002-11-25 | Add x86_64 if clause to get correct types. | fvdl | |
| 2002-01-19 | Whitespace nits. | wiz | |
| 2001-12-12 | Define both NLIST_ELF32 and NLIST_AOUT on m68000. | fredette | |
| 2001-10-21 | Pull in mdsetimage to the tools builds. (XXX - using libbfd here would | jmc | |
| probably be preferrable long term). | |||
| 2001-10-01 | Remove the advertising clause from my license notice FOR THIS PROGRAM ONLY. | cgd | |
| The purpose of that modification is to make the license on these files "GPL-compatible," so that mdsetimage may be combined with BFD. (The resulting license is word-for-word identicial to one of the licenses described as being GPL compatible on http://www.gnu.org/licenses/license-list.html.) | |||
| 2001-06-21 | Fix typo in previous. (damn vi.) | eeh | |
| 2001-06-21 | Add sparc64 support for both sparc and sparc64: | eeh | |
| ELF64 for 64-bit sparc64 kernels. ELF32 for 32-bit sparc and sparc64 kernels. a.out for old sparc kernels. | |||
| 2001-05-01 | Enable ELF32 for vax re: mdsetimage. | matt | |
| 2001-04-24 | Compile with ELF support on ARM systems. | bjh21 | |
| 2001-03-21 | slight cleanup: KNF, and one line breaking tweak to make usage() slightly | cgd | |
| more diffable w/ the BFD version in pkgsrc. | |||
| 2001-03-21 | check for size_t overflow using cast, rather than comparison with | cgd | |
| SIZE_T_MAX. The latter is less portable. | |||
| 2001-02-21 | call setprogname(argv[0]) at start of main() | cgd | |
| 2001-02-19 | convert to use getprogname() | cgd | |
| 2001-02-18 | Define both NLIST_ELF32 and NLIST_AOUT on m68k. | tsutsui | |
| 2001-01-05 | use %ll_ instead of the less standard %q_ | lukem | |
| 2001-01-05 | MACHINE_ARCH for MIPS machine is "mipsel" or "mipseb". | shin | |
| 2001-01-04 | sh3 split | itojun | |
| 2000-12-18 | Select the object format in the Makefile, to allow selecting on | scw | |
| %MACHINE when deciding what object formats to support. | |||
| 2000-06-14 | sweep of my licenses (userland files w/o only my copyright) for | cgd | |
| consistency. (no functional changes) | |||
| 2000-06-14 | fix up NetBSD RCS Ids to match the standard, and the leading comment as | cgd | |
| to match as well. No functional changes. | |||
| 2000-01-07 | machine/exec_coff.h -> sys/exec_coff.h | msaitoh | |
| 1999-11-04 | Remove ELFNAME defines since they are defined in sys/exec_elf.h | erh | |
| 1999-10-25 | Update to match new SVR4-style definition names in <sys/exec_elf.h>. | kleink | |
| 1999-10-22 | Undo last change. While these macros are defined in exec_elf.h, they are | hannken | |
| enclosed by `#ifdef _KERNEL'. | |||
| 1999-10-21 | Remove ELFNAME macros which are already defines in exec_elf.h | erh | |
| 1999-09-12 | support coff image file. | itojun | |
| (this is part of NetBSD/sh3 patches) | |||
| 1999-03-22 | More and more .Os cleanups. .Os is defined in the tmac.doc-common file, | garbled | |
| so we shouldn't override it with versions in the manpages. Many more to come. | |||
| 1999-03-03 | Add ELF for i386 and sparc (Andrew Gillham) | christos | |
| 1998-12-05 | Define NLIST_ELF32 for mips native format. Also NLIST_ECOFF (pmax, arc PROMs) | jonathan | |
| NLIST_AOUT (old pmax bootblocks). | |||
| 1998-11-26 | Define NLIST_ELF32 on PowerPC. | sakamoto | |
| 1998-08-27 | Add {} pairs to shut up egcs. | ross | |
| 1997-10-17 | WARNSify | lukem | |
| 1997-10-17 | WARNSify | lukem | |
| 1997-09-30 | Implement the -T flag, used to (optionally) specify the kernel text | scottr | |
| start address for a.out executables. This is useful in the case that kernel text starts in the second physical page, in which case the clever hack to work around the problem is defeated. This option was patterned after the -T flag documented in the ld(1) man page. (It does not support the undocumented '-Ttext <addr>' usage, however, since that would require a parser or getopt(3) hacks.) | |||
| 1997-02-11 | Re-fix the PR 3209. The right thing to do is cast to (long long) and | cgd | |
| print with %qd. 'off_t' is _NOT_ 'long long' on all platforms, and gcc complains with -Wformat %qd is used on an off_t on those platforms. | |||
| 1997-02-11 | Fix format for quad argument (PR#3209) and two other format string | pk | |
| mismatches. | |||
| 1997-01-02 | This program is now called `mdsetimage'. | pk | |
| 1996-10-04 | rdsetimage, a program to set kernel RAM disk images. | cgd | |
| Written from scratch by me, today. | |||
