summaryrefslogtreecommitdiff
path: root/usr.sbin/installboot
AgeCommit message (Expand)Author
2017-08-15Remove superfluous Tn macros.wiz
2017-08-15merge the rest of sbmips into evbmips. install the stand files inmrg
2017-07-17don't complain if the mbr was all 0's.christos
2017-07-03Remove workaround for ancient HTML generation code.wiz
2017-03-15Bump date for previous.wiz
2017-03-14Document option console=auto. Works since at least NetBSD 6. [i386,amd64]bad
2017-01-11Disable a couple of warnings until further investigation.joerg
2016-06-21Fix a typo: s/can be use/can be used/alnsn
2015-07-25Handle getfsspecname errors.mlelstv
2015-06-06Linking against libutil is not appropiate for tools.joerg
2015-06-05Can't use getfsspecname (and thus wedge names) while building tools.mlelstv
2015-06-05Support wedge names.mlelstv
2015-06-05Compute bootloader checksum correctly also on little endian systems.mlelstv
2015-03-22Use An in AUTHORS section.wiz
2015-03-22Appease various mandoc -Tlint warnings and update copyright while we're hereast
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-23fsbtodb() -> FFS_FSBTODB(), EXT2_FSBTODB(), or MFS_FSBTODB()dholland
2013-06-19Rename ambiguous macros:dholland
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
2013-01-22Stuff UFS_ in front of a few of ufs's symbols to reduce namespacedholland
2012-08-10Remove many HAVE_GCC || HAVE_PCC conditionals as the options also applyjoerg
2012-04-06When printing the list of valid console names, don't treat the consoles[]gson
2012-03-10Add missing word.wiz
2012-03-10Some FAT16 filesystems don't have 'hidden sectors' correctly set todsl
2012-02-11Use "NetBSD 6.0" and not "NetBSD 6" and sound less like a broken record.ast
2012-02-10Remove trailing whitespace. Put macro arguments on same line.wiz
2012-02-09Update the amd64 and i386 examples to use /usr/mdec/bootxx_ffsv2,ast
2012-01-09Update for hp700. Bump date.skrll
2012-01-09s/ISO9660/ISO 9660/ for consistency with rest of man page.skrll
2012-01-09Make it an error for the partition to exceed the PDC limit.skrll
2011-11-03Minor usage tweaks for SMALLPROGmartin
2011-11-03Minor nits in the sparc64 examplemartin
2011-08-31Use __deadjoerg
2011-08-29Typo.alnsn
2011-08-14fix various gcc-4.5 warningschristos
2011-08-03Explain how to use -e -v without -o to see the current options.gdt
2011-06-22apply some -Wno-error and/or -fno-strict-aliasing.mrg
2011-06-20remove most of the remaining HAVE_GCC tests that are always true inmrg
2011-06-14A small bit of constificationmatt
2011-04-25Use rsd0c instead of the (far less common) rwd0c as boot disk in themartin
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-11-21Sort options.jym