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