summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/stand/installboot/installboot.c
AgeCommit message (Expand)Author
2014-06-09Remove {amd64,i386}/stand/installboot - we now use usr.sbin/installbootJoel Sing
2013-11-13Use DL_GETPOFFSET() to get partition offset, except where weKenneth R Westerback
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughTheo de Raadt
2013-01-16properly distinguish /boot and biosboot in informational and error messagesChristian Weisgerber
2011-11-13If a softraid chunk is offline we are not necessarily going to have theJoel Sing
2011-07-19Warn about but don't prevent installboot from installing /boot whenKenneth R Westerback
2011-07-05Don't write /boot to sector 0 on non-floppy devices. Non-floppyKenneth R Westerback
2011-07-05More non-512-byte sector groundwork. Don't let disklabel hint thatKenneth R Westerback
2011-07-03Change name of pointer to partition from pl to pp, as is used everywhere else...Kenneth R Westerback
2011-04-24Don't leak fd's in sr_installboot(). From cppcheck via Amit Kulkarni.Kenneth R Westerback
2011-03-19Make amd64/i386 installboot error out if /boot would cross theKenneth R Westerback
2011-03-17Make the various findopenbsd() functions non-recursive, eliminatingKenneth R Westerback
2011-03-14Clamp BIOS io attempts to < 2 ^28 - 1 sectors (a.k.a. 128GB forKenneth R Westerback
2011-03-13Change daddr_t to daddr32_t. The bootblocks on our architectures onlyTheo de Raadt
2011-03-08Fix extended partition searching so we don't get lost. The offsetKenneth R Westerback
2011-01-23Add support to installboot(8) for installing biosboot(8) and boot(8) onJoel Sing
2009-05-30Without -v, be quietTheo de Raadt
2009-04-23-v was printing some information which is irrelevant or duplicate. ThisTheo de Raadt
2008-08-04fix extended partition support by handling chained EBRs correctlyReyk Floeter
2008-06-25allow to install and boot the OpenBSD A6 partition and disklabel in anReyk Floeter
2008-01-24"read(..., ..., sizeof Y) < sizeof Y" is a dangerous idiom because itKenneth R Westerback
2008-01-05handle 64-bit blkno in format stringOtto Moerbeek
2006-02-14Fix botched format string specifiers. From adobriyan at gmail.com.Aaron Campbell
2004-07-15"mib[4] is too much and mib[3] would be enough" (left over from whenTom Cosgrove
2004-05-05errx shall be used hereMichael Shalayeff
2004-02-22Remove #if 0'd code.Tom Cosgrove
2004-02-21Tidy up installboot -v output.Tom Cosgrove
2004-02-03das boot; das cloned das from das i386Michael Shalayeff