summaryrefslogtreecommitdiff
path: root/usr.sbin/installboot
AgeCommit message (Expand)Author
2004-01-05Homogenize usage messages: make the 'usage' word all lowercase, as this seemsjmmv
2003-11-26Use Xr instead of Ic when suitable; NetBSD -> .Nx; add comma;wiz
2003-11-26Provide an example for making a bootable FAT file system, and improvelukem
2003-11-14Disable hp300 support (again).lukem
2003-11-13roundup() write of hp300 boot code to a multiplr of the disk sector size.dsl
2003-11-10Ensure we use the target disklabel.h, not the host one.dsl
2003-11-10Comment out hp300 references.fvdl
2003-11-10Disable the hp300 for now.fvdl
2003-11-08Don't use PRId64 in a host tool. Not all systems have the PRI*uwe
2003-11-08First cut of hp300 installboot, seems to DTRT on i386.dsl
2003-11-02Clean up the i386 examples somewhat, adding an example of upgradingperry
2003-10-28XXX: build mdsetimage.c / installboot/ffs.c with -O0 on sun2 as GCC3mrg
2003-10-28Grammar fixes in previous; use Nx in one place;wiz
2003-10-27minor consistency tweakslukem
2003-10-27fix typo in commentlukem
2003-10-27add next68k support to installbootcl
2003-10-27Overhaul how `build.sh tools' are used:lukem
2003-10-14Instead of requiring that the BPB is always the FAT32 one, check thelukem
2003-10-10Fix compile error on powerpc. Noted by Juergen Hannken-Illjes in private mail.lukem
2003-10-08Overhaul MBR handling (part 1):lukem
2003-10-06Replace BP_* with I386_BP_FLAGS_*, for consistency with other stuff inlukem
2003-10-06spelo in commentlukem
2003-10-03Document the various bootxx_ variants seen on i386, since it's a FAQ.lukem
2003-08-30Add amd64 to list of supported machines (does the same as i386).fvdl
2003-08-16Add an example for creating a bootable i386 floppy.martin
2003-07-27Explicitly pull in <sys/endian.h> #if !defined(HAVE_CONFIG_H).lukem
2003-07-27rcsidlukem
2003-07-04Add some htole32() for host endianness independancedsl
2003-05-30Another mistake in the ufs2 code - a missing else.dsl
2003-05-18Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op),lukem
2003-05-08Format fixes.petrov
2003-04-29Change 'ulong' to 'unsigned long' so it compiles as a host tool on freebsd.dsl
2003-04-20Add explicit descriptions of the `filesystem', `primary', and `secondary'lukem
2003-04-18Use <md5.h> rather than <sys/md5.h>. This is what the man page tells us tobjh21
2003-04-16Bump date for last; sort authors; add comma after e.g.wiz
2003-04-16Protect use of __RCSID() with a check to ensure that it's defined.briggs
2003-04-15Use htole32 so host endianness independantdsl
2003-04-15Change the way -o options are parsed, now done in MI code with a check afterdsl
2003-04-09Add support for i386 boot code - for new bootxx stuffdsl
2003-04-09Add support for 'new' format i386 bootxx codedsl
2003-04-05Fix two mistakes done in the UFS2 merge:he
2003-04-02Add cats for printf %llu arguments, for the benefit of LP64 platforms.he
2003-04-02With the new UFS2 code, alternative places are searched for a super-block.he
2003-04-02Add support for UFS2. UFS2 is an enhanced FFS, adding support forfvdl
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2003-01-24Bump daddr_t to 64 bits. Replace it with int32_t in all places wherefvdl
2003-01-15Add support for amiga.mhitch
2002-10-03alpha also supports append & sunsumlukem
2002-10-03correct commentlukem
2002-07-20sweep of errx/warnx, remove unnecessary trailing \ngrant