summaryrefslogtreecommitdiffstats
path: root/sys/arch/amd64/stand/libsa/biosdev.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use daddr_t and not daddr32_t in boot media.krw2020-12-091-2/+2
* Avoid using a too big bounce buffer by splitting up large reads. Allowsotto2018-12-161-4/+18
* Retry on incorrect passphrase for softraid crypto boot.jsing2018-08-101-2/+2
* Check the hibernation signature for softraid disks and select valid bsdyasuoka2017-07-211-1/+3
* Fix a bug in the bounce buffer handling of BIOS disk I/O.jsing2016-09-181-7/+6
* Switch amd64 to libsa MI softraid.jsing2016-09-111-1/+2
* Rename softraid boot files, which are currently in an MD location. Thisjsing2016-09-111-2/+2
* Use DOS_LABELSECTOR rather than LABELSECTOR to indicate offset into ankrw2015-10-011-4/+3
* Remove yet more blinding whitespace.krw2015-10-011-2/+2
* Remove more blinding trailing whitespace.krw2015-10-011-2/+2
* trivial "if(x) free(x)" replacement by "free(x)"semarie2015-09-191-3/+2
* Initial commit of uefi boot loader of OpenBSD.yasuoka2015-09-021-5/+12
* It's been a quarter century: we can assume volatile is present with that name.guenther2014-03-291-6/+6
* If we fail to decrypt the softraid keys, return EPERM rather than fallingjsing2013-12-281-2/+3
* Avoid using DEV_BSHIFT, and use DEV_BSIZE instead.deraadt2013-03-231-3/+3
* Move the code for softraid boot into separate files, leaving only minimaljsing2012-10-271-317/+10
* Teach amd64 boot(8) how to access a softraid crypto volume. This allows forjsing2012-10-091-6/+235
* Teach OpenBSD/amd64 boot(8) how to access softraid(8) volumes. Thisjsing2012-01-111-40/+171
* Warn about but don't prevent installboot from installing /boot whenkrw2011-07-191-5/+1
* Make the various findopenbsd() functions non-recursive, eliminatingkrw2011-03-171-22/+26
* Bunch of white space and style adjustments to make amd64 versionkrw2011-03-151-61/+63
* Clamp BIOS io attempts to < 2 ^28 - 1 sectors (a.k.a. 128GB forkrw2011-03-141-21/+31
* Change daddr_t to daddr32_t. The bootblocks on our architectures onlyderaadt2011-03-131-4/+4
* Zap stack garbage before passing buffer to biosd_io(), which maykrw2011-03-111-1/+2
* Fix extended partition searching so we don't get lost. The offsetkrw2011-03-081-17/+26
* De-inline CHS_rw. Somehow the merger of two monster __asm __inline statementsderaadt2010-08-111-3/+3
* Fix multiple addition error recently introduced for when extended partitionsderaadt2008-08-121-24/+15
* fix extended partition support by handling chained EBRs correctlyreyk2008-08-041-14/+13
* this diff changes the bootloader to skip the CHS sanity check if LBAreyk2008-06-251-10/+15
* allow to install and boot the OpenBSD A6 partition and disklabel in anreyk2008-06-251-21/+78
* Thinkpad -> ThinkPad; from Igor Sobradojmc2007-04-041-2/+2
* Don't try to boot from a NetBSD MBR partition when no OpenBSD MBRkrw2006-10-121-9/+2
* Enter cdboot, a CD-specific second-stage bootrap. Based on the i386tom2004-08-211-16/+41
* das boot; das cloned das from das i386mickey2004-02-031-0/+610