summaryrefslogtreecommitdiff
path: root/usr.sbin/installboot/arch
AgeCommit message (Expand)Author
2021-12-05s/maping/mapping/msaitoh
2021-12-05s/filesytem/filesystem/ in comment.msaitoh
2020-06-21Add evbmips support for u-boot handling.thorpej
2019-05-07Add installboot(8) support for evbarm (and, in the future, other evb*)thorpej
2019-05-07Use designated initializers for struct ib_mach.thorpej
2018-06-23Fix integer overflow in installboot(8)kamil
2017-07-17don't complain if the mbr was all 0's.christos
2015-06-05Compute bootloader checksum correctly also on little endian systems.mlelstv
2014-11-13Use VAX_LABELOFFSET here; It needs to be the machine-specific one. Thankschristos
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