summaryrefslogtreecommitdiff
path: root/usr.sbin/mdsetimage
AgeCommit message (Expand)Author
2016-12-18Need <stdint.h> for uintmax_t.riastradh
2016-09-22cast to intmax_t for machine-independent printing.mlelstv
2016-09-21moved to /usr/src/external/gpl3/binutils/usr.sbin/mdsetimagechristos
2016-09-21fix usage.christos
2016-09-21ansify.christos
2016-09-21merge copies...christos
2010-11-07Sort options in SYNOPSIS.wiz
2010-11-06Handle md(4)'s embedded root disk image and size symbol names otheruebayasi
2010-08-28Replace the current usage of Elf64_Half with Elf64_Word and renamejoerg
2009-07-30- use program header rather than section header to find file offset for vmaddrtsutsui
2009-07-30WARNS'fy sources which are left for reference.tsutsui
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2007-12-15convert __attribute__s to applicable cdefs.h macrosperry
2003-05-18Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op),lukem
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
2001-10-01Remove the advertising clause from my license notice FOR THIS PROGRAM ONLY.cgd
2001-06-21Fix typo in previous. (damn vi.)eeh
2001-06-21Add sparc64 support for both sparc and sparc64:eeh
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
2001-03-21check for size_t overflow using cast, rather than comparison withcgd
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
2000-06-14sweep of my licenses (userland files w/o only my copyright) forcgd
2000-06-14fix up NetBSD RCS Ids to match the standard, and the leading comment ascgd
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
1999-10-21Remove ELFNAME macros which are already defines in exec_elf.herh
1999-09-12support coff image file.itojun
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
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
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
1997-02-11Re-fix the PR 3209. The right thing to do is cast to (long long) andcgd