summaryrefslogtreecommitdiff
path: root/usr.sbin/installboot/arch
AgeCommit message (Expand)Author
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-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-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-07-04Add some htole32() for host endianness independancedsl
2003-05-08Format fixes.petrov
2003-04-18Use <md5.h> rather than <sys/md5.h>. This is what the man page tells us tobjh21
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 'new' format i386 bootxx codedsl
2003-01-15Add support for amiga.mhitch
2002-07-20sweep of errx/warnx, remove unnecessary trailing \ngrant
2002-06-02Add x68k stuff.isaki
2002-05-31Use to htobe16, not htonsmatt
2002-05-21NEWS_BOOT_BLOCK_OFFSET is now changed to 0, so use NEWS_BOOT_BLOCK_BLOCKSIZEtsutsui
2002-05-21I made a mistake when converting Izumi Tsutsui's back-end to the sharedlukem
2002-05-20- use uint8_t instead of char for boot block blobslukem
2002-05-16Set pmBootSize of the block 2 applepartmapentry ("NetBSD Partition")lukem
2002-05-15ensure that members of apple_drvr_map and apple_part_map_entry are big endianlukem
2002-05-15add setboot callback to write the Apple partition maplukem
2002-05-15add missing prototype for static functionlukem
2002-05-15bootblock.h:lukem
2002-05-15bootblock.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-14pull in <sys/bootblock.h> in "installboot.h" instead of in arch/*.clukem
2002-05-14user visible stuff:lukem
2002-05-06Add sparc module.pk
2002-05-06s/bootinfo.h/bootblock.h/lukem
2002-05-06add missing "sys/". noted by Martti Kuparinen <martti.kuparinen@iki.fi>lukem
2002-05-06replace <dev/sun/sun_boot.h> with <sys/bootinfo.h>lukem
2002-05-06- sanity check bbi_block_count determined from bbinfolukem
2002-04-30display sector start & count in decimal rather than hexlukem
2002-04-29consistently use sizeof(bb) instead of SUN68K_BOOT_BLOCK_MAX_SIZElukem
2002-04-25HAVE_CONFIG_Hize. Also get *_boot.h from "../../sys/" when HAVE_CONFIG_H,tv
2002-04-24convert from "sun68k_bbinfo.h" to <dev/sun/sun_boot.h>lukem
2002-04-22When printf'ing a size_t, cast it to unsigned long and use a %lu format.bjh21
2002-04-22Install the compatability symlink for sun2.fredette
2002-04-22Add sun2 backend from Matthew Fredette.lukem
2002-04-22formatting consistency frobslukem
2002-04-19- Add code from Matt Fredette <fredette@theory.lcs.mit.edu> to implementlukem