summaryrefslogtreecommitdiff
path: root/usr.sbin/installboot/arch
AgeCommit message (Expand)Author
2014-02-24Rename NetBSD/hp700 to NetBSD/hppa.skrll
2013-10-21XXX: gcc initialize a variablechristos
2013-10-19move all the unused code inside #if 0christos
2013-06-16In the tool build <nbinclude/vax/disklabel.h> is enough.martin
2013-06-14Remove trailng whitespaces.msaitoh
2013-05-03Make this build with the disk label change.matt
2013-04-04Provide an empty __CTASSERT() for toolbuildsmartin
2013-04-04Fix installboot for VAX, as discussed on port-vax. Problem pointed outmartin
2012-04-06When printing the list of valid console names, don't treat the consoles[]gson
2012-03-10Some FAT16 filesystems don't have 'hidden sectors' correctly set todsl
2012-01-09Make it an error for the partition to exceed the PDC limit.skrll
2011-08-14fix various gcc-4.5 warningschristos
2011-02-10Fix botch in previous revision. Sorry for a stupid change.tsutsui
2011-01-26Add support for the Extensible MIPS ("eMIPS") platform. Thepooka
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