summaryrefslogtreecommitdiff
path: root/usr.sbin/installboot/arch
AgeCommit message (Expand)Author
2010-01-17Invert the flag bits to control module loading: renamedrochner
2010-01-14On i386/amd64, define two flag bits in the boot parameters which controldrochner
2010-01-14Remove if defined(__RCSID) around __RCSID() macro.tsutsui
2010-01-07Add a sectorsize parameter member in struct ib_params and use ittsutsui
2009-12-23Fix typo in comments, no code change.mbalmer
2009-10-26A checksum value in alpha boot block is stored in little endian,tsutsui
2009-05-07refer to FFSv1 instead of UFSv1lukem
2009-04-05fix sign-compare issueslukem
2009-02-18CID 4393: plug memory leak.christos
2008-05-29remove clause #3 from my license where there are no othermrg
2008-05-24Try DIOCWLABEL ioctl only if write op fails with EROFStsutsui
2008-05-09Use DIOCWLABEL ioctl before writing block 0 which might betsutsui
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-06Add a large warning about the possible side effect of using '-f'.dsl
2008-02-02Try to warn possibly unbootable conditions:itohy
2008-02-02Change be32toh to htobe32 where applicable.itohy
2008-02-02d_npartitions field of struct disklabel is 16bit, not 32bit.itohy
2007-06-23Don't use __arraycount because this is a 700L, and toolz have messed upchristos
2007-06-23unb0rk tools/ builds on systems that don't have __arraycount() defined.dogcow
2007-06-23PR/36527: Greg A. Woods: installboot(8) doesn't allow for the validchristos
2007-02-15Add a -f (force) parameter to installboot(8).dsl
2007-01-07%d -> %ld, so that building on alpha doesn't fail. (also print more usefuldogcow
2007-01-06Support for non-512 byte media.dsl
2006-09-27Coverity CID 4160: Remove dead code.christos
2006-09-01NetBSD/landisk support.uwe
2006-03-18Coverty 7449: Change 'return (0)' to 'goto done' so we free(bootstrapbuf)dsl
2006-02-18Move the MD definitions into the MD files, leaving machines.c with justdsl
2006-01-30Fix the detection of the bootstrap magic number when run on big-endian systems.dsl
2006-01-24Fix spelling mistake in messagedsl
2005-12-29Add ews4800mips support.tsutsui
2005-11-11Add a -e (edit) option to allow the bootstrap options of an installeddsl
2005-06-12Oops, straggler: #include <nbinclude/sys/disklabel.h> if we'redyoung
2005-06-12For portability, use 'unsigned int' instead of 'uint'.dyoung
2005-06-02Don't try to use an uninitialized variable.lukem
2005-05-14add hp700 support.chs
2004-08-16revert a part of the previous. (uint -> u_int)yamt
2004-08-15Add an option to set bp_consaddr (serial console IO port address)dsl
2004-06-20Completely rework how tools/compat is done. Purge all uses/references tojmc
2004-03-14fix a typo in a comment, and expand the description of x86_boot_params.lukem
2004-03-13Add a -o keymap=zyz option that will set the boot keymap.dsl
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