History log of /src/usr.sbin/mdsetimage |
Revision | Date | Author | Comments |
1.17 | 21-Sep-2016 |
christos | merge copies...
|
1.16 | 18-May-2003 |
lukem | branches: 1.16.80; Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op), there's no need to special-case .include-ing it.
|
1.15 | 10-Dec-2002 |
fvdl | Include -DNLIST_ELF64 for x86_64.
|
1.14 | 25-Nov-2002 |
fvdl | Add x86_64 if clause to get correct types.
|
1.13 | 12-Dec-2001 |
fredette | Define both NLIST_ELF32 and NLIST_AOUT on m68000.
|
1.12 | 21-Oct-2001 |
jmc | Pull in mdsetimage to the tools builds. (XXX - using libbfd here would probably be preferrable long term).
|
1.11 | 21-Jun-2001 |
eeh | Fix typo in previous. (damn vi.)
|
1.10 | 21-Jun-2001 |
eeh | Add sparc64 support for both sparc and sparc64:
ELF64 for 64-bit sparc64 kernels. ELF32 for 32-bit sparc and sparc64 kernels. a.out for old sparc kernels.
|
1.9 | 01-May-2001 |
matt | Enable ELF32 for vax re: mdsetimage.
|
1.8 | 24-Apr-2001 |
bjh21 | Compile with ELF support on ARM systems.
|
1.7 | 18-Feb-2001 |
tsutsui | Define both NLIST_ELF32 and NLIST_AOUT on m68k.
|
1.6 | 05-Jan-2001 |
shin | MACHINE_ARCH for MIPS machine is "mipsel" or "mipseb".
|
1.5 | 04-Jan-2001 |
itojun | sh3 split
|
1.4 | 18-Dec-2000 |
scw | Select the object format in the Makefile, to allow selecting on %MACHINE when deciding what object formats to support.
|
1.3 | 12-Sep-1999 |
itojun | support coff image file. (this is part of NetBSD/sh3 patches)
|
1.2 | 02-Jan-1997 |
pk | This program is now called `mdsetimage'.
|
1.1 | 04-Oct-1996 |
cgd | rdsetimage, a program to set kernel RAM disk images. Written from scratch by me, today.
|
1.16.80.1 | 04-Nov-2016 |
pgoyette | Sync with HEAD
|
1.1 | 21-Sep-2016 |
christos | branches: 1.1.2; merge copies...
|
1.1.2.2 | 04-Nov-2016 |
pgoyette | Sync with HEAD
|
1.1.2.1 | 21-Sep-2016 |
pgoyette | file bin.h was added on branch pgoyette-localcount on 2016-11-04 14:49:27 +0000
|
1.2 | 21-Sep-2016 |
christos | moved to /usr/src/external/gpl3/binutils/usr.sbin/mdsetimage
|
1.1 | 21-Sep-2016 |
christos | merge copies...
|
1.1 | 21-Sep-2016 |
christos | branches: 1.1.2; merge copies...
|
1.1.2.2 | 04-Nov-2016 |
pgoyette | Sync with HEAD
|
1.1.2.1 | 21-Sep-2016 |
pgoyette | file bin_nlist.c was added on branch pgoyette-localcount on 2016-11-04 14:49:27 +0000
|
1.8 | 21-Sep-2016 |
christos | merge copies...
|
1.7 | 30-Jul-2009 |
tsutsui | branches: 1.7.30; WARNS'fy sources which are left for reference.
src/usr.sbin/mdsetimage has been superseded by src/gnu/usr.sbin/mdsetimage for toolchain to handle cross build binaries, but these old sources for local executable binaries still can be used for tools to patch binaries, like binpatch utility in sys/arch/amiga/stand and sys/arch/atari/stand.
|
1.6 | 01-Oct-2001 |
cgd | branches: 1.6.40; 1.6.46; Remove the advertising clause from my license notice FOR THIS PROGRAM ONLY. 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.)
|
1.5 | 14-Jun-2000 |
cgd | sweep of my licenses (userland files w/o only my copyright) for consistency. (no functional changes)
|
1.4 | 14-Jun-2000 |
cgd | fix up NetBSD RCS Ids to match the standard, and the leading comment as to match as well. No functional changes.
|
1.3 | 17-Oct-1997 |
lukem | branches: 1.3.10; WARNSify
|
1.2 | 30-Sep-1997 |
scottr | Implement the -T flag, used to (optionally) specify the kernel text 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.)
|
1.1 | 04-Oct-1996 |
cgd | rdsetimage, a program to set kernel RAM disk images. Written from scratch by me, today.
|
1.3.10.1 | 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.6.46.1 | 21-Apr-2010 |
matt | sync to netbsd-5
|
1.6.40.1 | 04-Oct-2009 |
snj | Pull up following revision(s) (requested by tsutsui in ticket #1056): usr.sbin/mdsetimage/exec_aout.c: revision 1.7 usr.sbin/mdsetimage/exec_coff.c: revision 1.6 usr.sbin/mdsetimage/exec_ecoff.c: revision 1.6 usr.sbin/mdsetimage/exec_elf32.c: revision 1.10 usr.sbin/mdsetimage/mdsetimage.c: revision 1.19 WARNS'fy sources which are left for reference. src/usr.sbin/mdsetimage has been superseded by src/gnu/usr.sbin/mdsetimage for toolchain to handle cross build binaries, but these old sources for local executable binaries still can be used for tools to patch binaries, like binpatch utility in sys/arch/amiga/stand and sys/arch/atari/stand.
|
1.7.30.1 | 04-Nov-2016 |
pgoyette | Sync with HEAD
|
1.7 | 21-Sep-2016 |
christos | ansify.
|
1.6 | 30-Jul-2009 |
tsutsui | branches: 1.6.30; WARNS'fy sources which are left for reference.
src/usr.sbin/mdsetimage has been superseded by src/gnu/usr.sbin/mdsetimage for toolchain to handle cross build binaries, but these old sources for local executable binaries still can be used for tools to patch binaries, like binpatch utility in sys/arch/amiga/stand and sys/arch/atari/stand.
|
1.5 | 01-Oct-2001 |
cgd | branches: 1.5.40; 1.5.46; Remove the advertising clause from my license notice FOR THIS PROGRAM ONLY. 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.)
|
1.4 | 14-Jun-2000 |
cgd | sweep of my licenses (userland files w/o only my copyright) for consistency. (no functional changes)
|
1.3 | 14-Jun-2000 |
cgd | fix up NetBSD RCS Ids to match the standard, and the leading comment as to match as well. No functional changes.
|
1.2 | 07-Jan-2000 |
msaitoh | branches: 1.2.2; machine/exec_coff.h -> sys/exec_coff.h
|
1.1 | 12-Sep-1999 |
itojun | support coff image file. (this is part of NetBSD/sh3 patches)
|
1.2.2.1 | 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.5.46.1 | 21-Apr-2010 |
matt | sync to netbsd-5
|
1.5.40.1 | 04-Oct-2009 |
snj | Pull up following revision(s) (requested by tsutsui in ticket #1056): usr.sbin/mdsetimage/exec_aout.c: revision 1.7 usr.sbin/mdsetimage/exec_coff.c: revision 1.6 usr.sbin/mdsetimage/exec_ecoff.c: revision 1.6 usr.sbin/mdsetimage/exec_elf32.c: revision 1.10 usr.sbin/mdsetimage/mdsetimage.c: revision 1.19 WARNS'fy sources which are left for reference. src/usr.sbin/mdsetimage has been superseded by src/gnu/usr.sbin/mdsetimage for toolchain to handle cross build binaries, but these old sources for local executable binaries still can be used for tools to patch binaries, like binpatch utility in sys/arch/amiga/stand and sys/arch/atari/stand.
|
1.6.30.1 | 04-Nov-2016 |
pgoyette | Sync with HEAD
|
1.7 | 21-Sep-2016 |
christos | ansify.
|
1.6 | 30-Jul-2009 |
tsutsui | branches: 1.6.30; WARNS'fy sources which are left for reference.
src/usr.sbin/mdsetimage has been superseded by src/gnu/usr.sbin/mdsetimage for toolchain to handle cross build binaries, but these old sources for local executable binaries still can be used for tools to patch binaries, like binpatch utility in sys/arch/amiga/stand and sys/arch/atari/stand.
|
1.5 | 01-Oct-2001 |
cgd | branches: 1.5.40; 1.5.46; Remove the advertising clause from my license notice FOR THIS PROGRAM ONLY. 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.)
|
1.4 | 14-Jun-2000 |
cgd | sweep of my licenses (userland files w/o only my copyright) for consistency. (no functional changes)
|
1.3 | 14-Jun-2000 |
cgd | fix up NetBSD RCS Ids to match the standard, and the leading comment as to match as well. No functional changes.
|
1.2 | 17-Oct-1997 |
lukem | branches: 1.2.10; WARNSify
|
1.1 | 04-Oct-1996 |
cgd | rdsetimage, a program to set kernel RAM disk images. Written from scratch by me, today.
|
1.2.10.1 | 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.5.46.1 | 21-Apr-2010 |
matt | sync to netbsd-5
|
1.5.40.1 | 04-Oct-2009 |
snj | Pull up following revision(s) (requested by tsutsui in ticket #1056): usr.sbin/mdsetimage/exec_aout.c: revision 1.7 usr.sbin/mdsetimage/exec_coff.c: revision 1.6 usr.sbin/mdsetimage/exec_ecoff.c: revision 1.6 usr.sbin/mdsetimage/exec_elf32.c: revision 1.10 usr.sbin/mdsetimage/mdsetimage.c: revision 1.19 WARNS'fy sources which are left for reference. src/usr.sbin/mdsetimage has been superseded by src/gnu/usr.sbin/mdsetimage for toolchain to handle cross build binaries, but these old sources for local executable binaries still can be used for tools to patch binaries, like binpatch utility in sys/arch/amiga/stand and sys/arch/atari/stand.
|
1.6.30.1 | 04-Nov-2016 |
pgoyette | Sync with HEAD
|
1.13 | 21-Sep-2016 |
christos | merge copies...
|
1.12 | 28-Aug-2010 |
joerg | branches: 1.12.2; 1.12.30; Replace the current usage of Elf64_Half with Elf64_Word and rename NetBSD specific Elf64_Quarter to Elf64_Half. This restores compatibility with the common ELF specifications.
|
1.11 | 30-Jul-2009 |
tsutsui | - use program header rather than section header to find file offset for vmaddr - make sure that passed vmaddr is in TEXT or DATA section
|
1.10 | 30-Jul-2009 |
tsutsui | WARNS'fy sources which are left for reference.
src/usr.sbin/mdsetimage has been superseded by src/gnu/usr.sbin/mdsetimage for toolchain to handle cross build binaries, but these old sources for local executable binaries still can be used for tools to patch binaries, like binpatch utility in sys/arch/amiga/stand and sys/arch/atari/stand.
|
1.9 | 01-Oct-2001 |
cgd | branches: 1.9.40; 1.9.46; Remove the advertising clause from my license notice FOR THIS PROGRAM ONLY. 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.)
|
1.8 | 14-Jun-2000 |
cgd | sweep of my licenses (userland files w/o only my copyright) for consistency. (no functional changes)
|
1.7 | 14-Jun-2000 |
cgd | fix up NetBSD RCS Ids to match the standard, and the leading comment as to match as well. No functional changes.
|
1.6 | 04-Nov-1999 |
erh | branches: 1.6.2; Remove ELFNAME defines since they are defined in sys/exec_elf.h
|
1.5 | 25-Oct-1999 |
kleink | Update to match new SVR4-style definition names in <sys/exec_elf.h>.
|
1.4 | 22-Oct-1999 |
hannken | Undo last change. While these macros are defined in exec_elf.h, they are enclosed by `#ifdef _KERNEL'.
|
1.3 | 21-Oct-1999 |
erh | Remove ELFNAME macros which are already defines in exec_elf.h
|
1.2 | 17-Oct-1997 |
lukem | branches: 1.2.6; WARNSify
|
1.1 | 04-Oct-1996 |
cgd | rdsetimage, a program to set kernel RAM disk images. Written from scratch by me, today.
|
1.2.6.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.6.2.1 | 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.9.46.1 | 21-Apr-2010 |
matt | sync to netbsd-5
|
1.9.40.2 | 04-Oct-2009 |
snj | Pull up following revision(s) (requested by tsutsui in ticket #1056): usr.sbin/mdsetimage/exec_elf32.c: revision 1.11 - use program header rather than section header to find file offset for vmaddr - make sure that passed vmaddr is in TEXT or DATA section
|
1.9.40.1 | 04-Oct-2009 |
snj | Pull up following revision(s) (requested by tsutsui in ticket #1056): usr.sbin/mdsetimage/exec_aout.c: revision 1.7 usr.sbin/mdsetimage/exec_coff.c: revision 1.6 usr.sbin/mdsetimage/exec_ecoff.c: revision 1.6 usr.sbin/mdsetimage/exec_elf32.c: revision 1.10 usr.sbin/mdsetimage/mdsetimage.c: revision 1.19 WARNS'fy sources which are left for reference. src/usr.sbin/mdsetimage has been superseded by src/gnu/usr.sbin/mdsetimage for toolchain to handle cross build binaries, but these old sources for local executable binaries still can be used for tools to patch binaries, like binpatch utility in sys/arch/amiga/stand and sys/arch/atari/stand.
|
1.12.30.1 | 04-Nov-2016 |
pgoyette | Sync with HEAD
|
1.12.2.2 | 28-Aug-2010 |
joerg | Replace the current usage of Elf64_Half with Elf64_Word and rename NetBSD specific Elf64_Quarter to Elf64_Half. This restores compatibility with the common ELF specifications.
|
1.12.2.1 | 28-Aug-2010 |
joerg | file exec_elf32.c was added on branch uebayasi-xip on 2010-08-28 21:30:04 +0000
|
1.5 | 01-Oct-2001 |
cgd | Remove the advertising clause from my license notice FOR THIS PROGRAM ONLY. 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.)
|
1.4 | 14-Jun-2000 |
cgd | sweep of my licenses (userland files w/o only my copyright) for consistency. (no functional changes)
|
1.3 | 14-Jun-2000 |
cgd | fix up NetBSD RCS Ids to match the standard, and the leading comment as to match as well. No functional changes.
|
1.2 | 17-Oct-1997 |
lukem | branches: 1.2.10; WARNSify
|
1.1 | 04-Oct-1996 |
cgd | rdsetimage, a program to set kernel RAM disk images. Written from scratch by me, today.
|
1.2.10.1 | 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.10 | 21-Sep-2016 |
christos | merge copies...
|
1.9 | 01-Oct-2001 |
cgd | branches: 1.9.82; Remove the advertising clause from my license notice FOR THIS PROGRAM ONLY. 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.)
|
1.8 | 18-Dec-2000 |
scw | Select the object format in the Makefile, to allow selecting on %MACHINE when deciding what object formats to support.
|
1.7 | 14-Jun-2000 |
cgd | sweep of my licenses (userland files w/o only my copyright) for consistency. (no functional changes)
|
1.6 | 14-Jun-2000 |
cgd | fix up NetBSD RCS Ids to match the standard, and the leading comment as to match as well. No functional changes.
|
1.5 | 12-Sep-1999 |
itojun | branches: 1.5.6; support coff image file. (this is part of NetBSD/sh3 patches)
|
1.4 | 03-Mar-1999 |
christos | Add ELF for i386 and sparc (Andrew Gillham)
|
1.3 | 05-Dec-1998 |
jonathan | Define NLIST_ELF32 for mips native format. Also NLIST_ECOFF (pmax, arc PROMs) NLIST_AOUT (old pmax bootblocks).
|
1.2 | 26-Nov-1998 |
sakamoto | Define NLIST_ELF32 on PowerPC.
|
1.1 | 04-Oct-1996 |
cgd | rdsetimage, a program to set kernel RAM disk images. Written from scratch by me, today.
|
1.5.6.1 | 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.9.82.1 | 04-Nov-2016 |
pgoyette | Sync with HEAD
|
1.12 | 21-Sep-2016 |
christos | merge copies...
|
1.11 | 07-Nov-2010 |
wiz | branches: 1.11.28; Sort options in SYNOPSIS.
|
1.10 | 06-Nov-2010 |
uebayasi | Handle md(4)'s embedded root disk image and size symbol names other than the default ones ("md_root_image" / "md_root_size").
(References to xmd(4) are deliberately removed.)
|
1.9 | 19-Jan-2002 |
wiz | branches: 1.9.48; Whitespace nits.
|
1.8 | 01-Oct-2001 |
cgd | Remove the advertising clause from my license notice FOR THIS PROGRAM ONLY. 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.)
|
1.7 | 14-Jun-2000 |
cgd | sweep of my licenses (userland files w/o only my copyright) for consistency. (no functional changes)
|
1.6 | 14-Jun-2000 |
cgd | fix up NetBSD RCS Ids to match the standard, and the leading comment as to match as well. No functional changes.
|
1.5 | 22-Mar-1999 |
garbled | branches: 1.5.8; More and more .Os cleanups. .Os is defined in the tmac.doc-common file, so we shouldn't override it with versions in the manpages. Many more to come.
|
1.4 | 17-Oct-1997 |
lukem | WARNSify
|
1.3 | 30-Sep-1997 |
scottr | Implement the -T flag, used to (optionally) specify the kernel text 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.)
|
1.2 | 02-Jan-1997 |
pk | This program is now called `mdsetimage'.
|
1.1 | 04-Oct-1996 |
cgd | rdsetimage, a program to set kernel RAM disk images. Written from scratch by me, today.
|
1.5.8.1 | 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.9.48.2 | 07-Nov-2010 |
uebayasi | Sort options.
|
1.9.48.1 | 04-Nov-2010 |
uebayasi | xmd(4), mdsetimage(8): handle memory disk symbol names other than the md(4)'s historical ones.
|
1.11.28.1 | 04-Nov-2016 |
pgoyette | Sync with HEAD
|
1.25 | 14-Jun-2020 |
tsutsui | Explicitly print a fs image filename on "fs image is too big" errors.
This will help future analysis of build errors caused by bloated embedded ramdisk images and possible but unexpected other binaries.
Proposed on port-mips@ in discusson about ews4800mips daily build errors: https://mail-index.netbsd.org/port-mips/2020/06/14/msg000950.html and "Yes please!" from martin@.
|
1.24 | 18-Dec-2016 |
riastradh | Need <stdint.h> for uintmax_t.
From debidi in #netbsd on Freenode.
|
1.23 | 22-Sep-2016 |
mlelstv | cast to intmax_t for machine-independent printing.
|
1.22 | 21-Sep-2016 |
christos | fix usage.
|
1.21 | 21-Sep-2016 |
christos | merge copies...
|
1.20 | 06-Nov-2010 |
uebayasi | branches: 1.20.28; Handle md(4)'s embedded root disk image and size symbol names other than the default ones ("md_root_image" / "md_root_size").
(References to xmd(4) are deliberately removed.)
|
1.19 | 30-Jul-2009 |
tsutsui | branches: 1.19.2; WARNS'fy sources which are left for reference.
src/usr.sbin/mdsetimage has been superseded by src/gnu/usr.sbin/mdsetimage for toolchain to handle cross build binaries, but these old sources for local executable binaries still can be used for tools to patch binaries, like binpatch utility in sys/arch/amiga/stand and sys/arch/atari/stand.
|
1.18 | 21-Jul-2008 |
lukem | branches: 1.18.4; 1.18.10; Remove the \n and tabs from the __COPYRIGHT() strings. Tweak to use a consistent format.
|
1.17 | 15-Dec-2007 |
perry | branches: 1.17.6; convert __attribute__s to applicable cdefs.h macros
|
1.16 | 01-Oct-2001 |
cgd | branches: 1.16.24; Remove the advertising clause from my license notice FOR THIS PROGRAM ONLY. 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.)
|
1.15 | 21-Mar-2001 |
cgd | slight cleanup: KNF, and one line breaking tweak to make usage() slightly more diffable w/ the BFD version in pkgsrc.
|
1.14 | 21-Mar-2001 |
cgd | check for size_t overflow using cast, rather than comparison with SIZE_T_MAX. The latter is less portable.
|
1.13 | 21-Feb-2001 |
cgd | call setprogname(argv[0]) at start of main()
|
1.12 | 19-Feb-2001 |
cgd | convert to use getprogname()
|
1.11 | 05-Jan-2001 |
lukem | use %ll_ instead of the less standard %q_
|
1.10 | 14-Jun-2000 |
cgd | sweep of my licenses (userland files w/o only my copyright) for consistency. (no functional changes)
|
1.9 | 14-Jun-2000 |
cgd | fix up NetBSD RCS Ids to match the standard, and the leading comment as to match as well. No functional changes.
|
1.8 | 12-Sep-1999 |
itojun | branches: 1.8.6; support coff image file. (this is part of NetBSD/sh3 patches)
|
1.7 | 27-Aug-1998 |
ross | Add {} pairs to shut up egcs.
|
1.6 | 17-Oct-1997 |
lukem | WARNSify
|
1.5 | 30-Sep-1997 |
scottr | Implement the -T flag, used to (optionally) specify the kernel text 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.)
|
1.4 | 11-Feb-1997 |
cgd | Re-fix the PR 3209. The right thing to do is cast to (long long) and 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.
|
1.3 | 11-Feb-1997 |
pk | Fix format for quad argument (PR#3209) and two other format string mismatches.
|
1.2 | 02-Jan-1997 |
pk | This program is now called `mdsetimage'.
|
1.1 | 04-Oct-1996 |
cgd | rdsetimage, a program to set kernel RAM disk images. Written from scratch by me, today.
|
1.8.6.1 | 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.16.24.1 | 09-Jan-2008 |
matt | sync with HEAD
|
1.17.6.1 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.18.10.1 | 21-Apr-2010 |
matt | sync to netbsd-5
|
1.18.4.1 | 04-Oct-2009 |
snj | Pull up following revision(s) (requested by tsutsui in ticket #1056): usr.sbin/mdsetimage/exec_aout.c: revision 1.7 usr.sbin/mdsetimage/exec_coff.c: revision 1.6 usr.sbin/mdsetimage/exec_ecoff.c: revision 1.6 usr.sbin/mdsetimage/exec_elf32.c: revision 1.10 usr.sbin/mdsetimage/mdsetimage.c: revision 1.19 WARNS'fy sources which are left for reference. src/usr.sbin/mdsetimage has been superseded by src/gnu/usr.sbin/mdsetimage for toolchain to handle cross build binaries, but these old sources for local executable binaries still can be used for tools to patch binaries, like binpatch utility in sys/arch/amiga/stand and sys/arch/atari/stand.
|
1.19.2.1 | 04-Nov-2010 |
uebayasi | xmd(4), mdsetimage(8): handle memory disk symbol names other than the md(4)'s historical ones.
|
1.20.28.2 | 07-Jan-2017 |
pgoyette | Sync with HEAD. (Note that most of these changes are simply $NetBSD$ tag issues.)
|
1.20.28.1 | 04-Nov-2016 |
pgoyette | Sync with HEAD
|