| Age | Commit message (Expand) | Author |
| 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 |
| 2002-05-14 | pull in <sys/bootblock.h> in "installboot.h" instead of in arch/*.c | lukem |
| 2002-05-14 | user visible stuff: | lukem |
| 2002-05-06 | Add sparc module. | pk |
| 2002-05-06 | s/bootinfo.h/bootblock.h/ | lukem |
| 2002-05-06 | add missing "sys/". noted by Martti Kuparinen <martti.kuparinen@iki.fi> | lukem |
| 2002-05-06 | replace <dev/sun/sun_boot.h> with <sys/bootinfo.h> | lukem |
| 2002-05-06 | - sanity check bbi_block_count determined from bbinfo | lukem |
| 2002-04-30 | display sector start & count in decimal rather than hex | lukem |
| 2002-04-29 | consistently use sizeof(bb) instead of SUN68K_BOOT_BLOCK_MAX_SIZE | lukem |
| 2002-04-25 | HAVE_CONFIG_Hize. Also get *_boot.h from "../../sys/" when HAVE_CONFIG_H, | tv |
| 2002-04-24 | convert from "sun68k_bbinfo.h" to <dev/sun/sun_boot.h> | lukem |
| 2002-04-22 | When printf'ing a size_t, cast it to unsigned long and use a %lu format. | bjh21 |
| 2002-04-22 | Install the compatability symlink for sun2. | fredette |
| 2002-04-22 | Add sun2 backend from Matthew Fredette. | lukem |
| 2002-04-22 | formatting consistency frobs | lukem |
| 2002-04-19 | - Add code from Matt Fredette <fredette@theory.lcs.mit.edu> to implement | lukem |
| 2002-04-17 | Small fix to a warning message that was displaying the wrong filename. | fredette |
| 2002-04-12 | - support optional secondary bootstrap arg for install (unused by | lukem |
| 2002-04-11 | check size of reading bootblock against the correct size... | lukem |
| 2002-04-11 | - add no_parseopt(), no_setboot() and no_clearboot() methods for back-ends | lukem |
| 2002-04-09 | Need <string.h> for memcmp(). | thorpej |
| 2002-04-04 | be sure to pad the bootblock. | mrg |
| 2002-04-04 | clean up a bit, use fewer magic numbers. | mrg |
| 2002-04-04 | LP64isms. also, be sure to use <string.h> if we use memset or memcpy. | mrg |
| 2002-04-04 | Add sparc64 back-end, contributed by Matthew Green. | lukem |
| 2002-04-04 | don't pull in <dev/sun/disklabel.h> just for SUN_DKMAGIC; instead, | lukem |
| 2002-04-03 | Add support for alpha, based on {vax,pmax}.c and | lukem |
| 2002-04-03 | Migrate MD files to arch/ subdir. Suggested by Hubert Feyrer. | lukem |