summaryrefslogtreecommitdiff
path: root/usr.sbin/mdsetimage
AgeCommit message (Collapse)Author
2003-05-18Now 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-10Include -DNLIST_ELF64 for x86_64.fvdl
2002-11-25Add x86_64 if clause to get correct types.fvdl
2002-01-19Whitespace nits.wiz
2001-12-12Define both NLIST_ELF32 and NLIST_AOUT on m68000.fredette
2001-10-21Pull in mdsetimage to the tools builds. (XXX - using libbfd here wouldjmc
probably be preferrable long term).
2001-10-01Remove 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-21Fix typo in previous. (damn vi.)eeh
2001-06-21Add 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-01Enable ELF32 for vax re: mdsetimage.matt
2001-04-24Compile with ELF support on ARM systems.bjh21
2001-03-21slight cleanup: KNF, and one line breaking tweak to make usage() slightlycgd
more diffable w/ the BFD version in pkgsrc.
2001-03-21check for size_t overflow using cast, rather than comparison withcgd
SIZE_T_MAX. The latter is less portable.
2001-02-21call setprogname(argv[0]) at start of main()cgd
2001-02-19convert to use getprogname()cgd
2001-02-18Define both NLIST_ELF32 and NLIST_AOUT on m68k.tsutsui
2001-01-05use %ll_ instead of the less standard %q_lukem
2001-01-05MACHINE_ARCH for MIPS machine is "mipsel" or "mipseb".shin
2001-01-04sh3 splititojun
2000-12-18Select the object format in the Makefile, to allow selecting onscw
%MACHINE when deciding what object formats to support.
2000-06-14sweep of my licenses (userland files w/o only my copyright) forcgd
consistency. (no functional changes)
2000-06-14fix up NetBSD RCS Ids to match the standard, and the leading comment ascgd
to match as well. No functional changes.
2000-01-07machine/exec_coff.h -> sys/exec_coff.hmsaitoh
1999-11-04Remove ELFNAME defines since they are defined in sys/exec_elf.herh
1999-10-25Update to match new SVR4-style definition names in <sys/exec_elf.h>.kleink
1999-10-22Undo last change. While these macros are defined in exec_elf.h, they arehannken
enclosed by `#ifdef _KERNEL'.
1999-10-21Remove ELFNAME macros which are already defines in exec_elf.herh
1999-09-12support coff image file.itojun
(this is part of NetBSD/sh3 patches)
1999-03-22More 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-03Add ELF for i386 and sparc (Andrew Gillham)christos
1998-12-05Define NLIST_ELF32 for mips native format. Also NLIST_ECOFF (pmax, arc PROMs)jonathan
NLIST_AOUT (old pmax bootblocks).
1998-11-26Define NLIST_ELF32 on PowerPC.sakamoto
1998-08-27Add {} pairs to shut up egcs.ross
1997-10-17WARNSifylukem
1997-10-17WARNSifylukem
1997-09-30Implement the -T flag, used to (optionally) specify the kernel textscottr
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-11Re-fix the PR 3209. The right thing to do is cast to (long long) andcgd
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-11Fix format for quad argument (PR#3209) and two other format stringpk
mismatches.
1997-01-02This program is now called `mdsetimage'.pk
1996-10-04rdsetimage, a program to set kernel RAM disk images.cgd
Written from scratch by me, today.