| Age | Commit message (Expand) | Author |
| 2006-09-01 | NetBSD/landisk support. | uwe |
| 2006-03-18 | Coverty 7449: Change 'return (0)' to 'goto done' so we free(bootstrapbuf) | dsl |
| 2006-02-18 | Move the MD definitions into the MD files, leaving machines.c with just | dsl |
| 2006-01-30 | Fix the detection of the bootstrap magic number when run on big-endian systems. | dsl |
| 2006-01-24 | Fix spelling mistake in message | dsl |
| 2005-12-29 | Add ews4800mips support. | tsutsui |
| 2005-11-11 | Add a -e (edit) option to allow the bootstrap options of an installed | dsl |
| 2005-06-12 | Oops, straggler: #include <nbinclude/sys/disklabel.h> if we're | dyoung |
| 2005-06-12 | For portability, use 'unsigned int' instead of 'uint'. | dyoung |
| 2005-06-02 | Don't try to use an uninitialized variable. | lukem |
| 2005-05-14 | add hp700 support. | chs |
| 2004-08-16 | revert a part of the previous. (uint -> u_int) | yamt |
| 2004-08-15 | Add an option to set bp_consaddr (serial console IO port address) | dsl |
| 2004-06-20 | Completely rework how tools/compat is done. Purge all uses/references to | jmc |
| 2004-03-14 | fix a typo in a comment, and expand the description of x86_boot_params. | lukem |
| 2004-03-13 | Add a -o keymap=zyz option that will set the boot keymap. | dsl |
| 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-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-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-07-04 | Add some htole32() for host endianness independance | dsl |
| 2003-05-08 | Format fixes. | petrov |
| 2003-04-18 | Use <md5.h> rather than <sys/md5.h>. This is what the man page tells us to | bjh21 |
| 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 'new' format i386 bootxx code | dsl |
| 2003-01-15 | Add support for amiga. | mhitch |
| 2002-07-20 | sweep of errx/warnx, remove unnecessary trailing \n | grant |
| 2002-06-02 | Add x68k stuff. | isaki |
| 2002-05-31 | Use to htobe16, not htons | matt |
| 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 | - use uint8_t instead of char for boot block blobs | 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 | add setboot callback to write the Apple partition map | 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 |
| 2002-05-14 | `-b bno' isn't supported. (sync with similar fix in arch/sparc.c) | lukem |