| Age | Commit message (Expand) | Author |
| 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 |
| 2002-06-30 | Mdoc nit. | wiz |
| 2002-06-30 | - be consistent with formatting, and use FSTYPE instead of <fs> | lukem |
| 2002-06-30 | update to reflect current state of reality for alpha, pmax, sparc, | grant |
| 2002-06-02 | Add x68k stuff. | isaki |
| 2002-05-31 | Use to htobe16, not htons | matt |
| 2002-05-21 | Define and use both HOSTTOTARGET32() and TARGET32TOHOST() properly. | tsutsui |
| 2002-05-21 | NEWS_BOOT_BLOCK_OFFSET is now changed to 0, so use NEWS_BOOT_BLOCK_BLOCKSIZE | tsutsui |
| 2002-05-21 | I made a mistake when converting Izumi Tsutsui's back-end to the shared | lukem |
| 2002-05-20 | No .Pp before section headers, and use .Nx instead of NetBSD in one place. | wiz |
| 2002-05-20 | - use uint8_t instead of char for boot block blobs | lukem |
| 2002-05-20 | more cosmetic tweaks | lukem |
| 2002-05-20 | cosmetic tweaks | lukem |
| 2002-05-20 | - clean up display of supported machines & fstypes to ensure that last | lukem |
| 2002-05-17 | Enable sun3, using same sun68k backend as sun2. | lukem |
| 2002-05-16 | Set pmBootSize of the block 2 applepartmapentry ("NetBSD Partition") | lukem |
| 2002-05-15 | ensure that members of apple_drvr_map and apple_part_map_entry are big endian | lukem |
| 2002-05-15 | advertise macppc support. other tart-ups | lukem |
| 2002-05-15 | add setboot callback to write the Apple partition map | lukem |
| 2002-05-15 | don't print a warning if the callback failed; rely upon the callback | lukem |
| 2002-05-15 | add missing prototype for static function | lukem |
| 2002-05-15 | bootblock.h: | lukem |
| 2002-05-15 | bootblock.h: | lukem |
| 2002-05-15 | - add fsstat (fstat(2) on fsfd) and s1stat (fstat(2) on s1fd) in ib_params, | lukem |