summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/installboot
AgeCommit message (Expand)Author
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
2010-03-06remove the (now inaccurate) note about not being able to runJason McIntyre
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
2007-05-31convert to new .Dd format;Jason McIntyre
2006-02-14Fix botched format string specifiers. From adobriyan at gmail.com.Aaron Campbell
2006-01-13Fix printf format string due to types changeTodd C. Miller
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-01-26Major overhaul of biosboot and installboot, using EDD (LBA) reads ifTom Cosgrove
2004-01-20Check the values given to -h and -s. Closes PR 3640.Tom Cosgrove
2003-08-25rename struct dinode to ufs1_dinode. clears the namespace and makesTed Unangst
2003-08-15no newline in errx; andrushock@korovino.netTheo de Raadt
2003-08-08ansiTheo de Raadt
2003-06-06- section reorderJason McIntyre
2003-06-03three four killsMichael Shalayeff
2003-05-08EXAMPLE -> EXAMPLES in .Sh section, as per mdoc template.Jason McIntyre
2003-04-17i386 ELF bootloader. developed with weingart@Dale Rahn
2003-02-07typos;Jason McIntyre
2002-05-03ptrdiff_t and size_t fixes.Marc Espie
2002-03-14First round of __P removal in sysTodd C. Miller
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-09-20grammar; from tobyMichael Shalayeff
2000-06-08MANSUBDIR is common for this whole dirMichael Shalayeff
2000-05-26more portable manual pagesTheo de Raadt
2000-05-25cause traversal into arch & subdirectories for the purposes of manual page in...Theo de Raadt
2000-05-25man subdirTheo de Raadt
1999-07-09- remove all trailing whitespaceAaron Campbell
1999-07-08flesh out .DtTheo de Raadt
1999-07-03remove redundant .Pp macrosAaron Campbell
1999-07-02consistent .Dd usage; proper format is: .Dd Month DD, YYYYAaron Campbell