summaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* MFC: Use a disk address instead of an int to hold the starting offset of anJohn Baldwin2009-04-171-1/+1
* MFC: Respect RBX_MUTE flag from boot[012].Maxim Sobolev2009-04-121-2/+15
* MFC: r190146, r190147Yoshihiro Takahashi2009-03-221-33/+69
* MFC: r190029Yoshihiro Takahashi2009-03-221-4/+4
* MFC:John Baldwin2009-03-195-3/+40
* MFC: Fix uninitialized pointer dereference.John Baldwin2009-03-191-0/+4
* MFC: Teach the BIOS CD driver to use bounce buffers when the destinationJohn Baldwin2009-03-193-47/+81
* MFC: r182916, r188455 (partial)Marius Strobl2009-03-191-0/+110
* MFC: r182877, r188455, r188477Marius Strobl2009-03-191-3/+4
* MFC: r186073Yoshihiro Takahashi2009-03-191-1/+1
* MFC: r182478, r182766Marius Strobl2009-03-181-23/+70
* MFC: r181398Marius Strobl2009-03-182-121/+108
* MFC: Use a clean slate of register state when executing hardware interruptJohn Baldwin2009-03-031-35/+60
* forced commit to remind that the previous commit also mergedLuigi Rizzo2009-01-141-1/+1
* MFC: 185746 186789 187143Luigi Rizzo2009-01-144-532/+336
* MFC: a number of small fixes and enhancements to the boot0 code,Luigi Rizzo2009-01-131-191/+408
* MFC r185692:Daniel Gerzo2008-12-281-1/+1
* MFC: r175379, r175380Giorgos Keramidas2008-12-061-1/+11
* MFC: pass the correct value in %si to the next stage bootLuigi Rizzo2008-11-301-2/+3
* MFC r184870:Pyun YongHyeon2008-11-241-0/+1
* MFC: Fail requests to boot an amd64 kernel on an i386-only CPU.John Baldwin2008-10-131-1/+47
* MFC: r183628Marius Strobl2008-10-081-1/+1
* MFC: r181701, r182020Marius Strobl2008-08-241-4/+7
* MFC: Fix some of the hangs reported with the real mode BTX by disablingJohn Baldwin2008-08-151-11/+22
* MFC: Initialize the vm86 structure to a known-good state, specificallyJohn Baldwin2008-08-154-4/+18
* MFC r181297:Rui Paulo2008-08-091-0/+2
* MFC r179343.Pyun YongHyeon2008-07-161-0/+1
* MFC: r180253Yoshihiro Takahashi2008-07-121-65/+0
* MFC: r180145Yoshihiro Takahashi2008-07-111-1/+1
* MFC r179106Pyun YongHyeon2008-07-101-0/+1
* MFC: Workaround a bug in the BIOS of Dell R900 machines by padding theJohn Baldwin2008-06-271-1/+4
* MFC r179634:Konstantin Belousov2008-06-211-1/+1
* MFC: Allow negative values to be specified in the loader.Doug Ambrisko2008-06-181-0/+2
* Revert the r179632, it was committed to the wrong branch.Konstantin Belousov2008-06-071-1/+1
* Fix the incorrect calculation of a block address within a single indirectKonstantin Belousov2008-06-071-1/+1
* MFC: Add constants for the different memory types in the SMAP table andJohn Baldwin2008-03-212-31/+18
* MFC: Use real mode to invoke BIOS routines rather than virtual 86 mode.John Baldwin2008-03-182-456/+316
* MFC: Display the correct /boot.config file contents after parsing it.John Baldwin2008-03-172-4/+6
* MFC rev. 1.54Bjoern A. Zeeb2008-03-081-1/+1
* MFC: Add support for booting from GPT-labeled disks from the BIOS. ThisJohn Baldwin2008-01-244-81/+371
* This commit was manufactured by cvs2svn to create branch 'RELENG_7'.cvs2svn2007-12-022-0/+348
* MFC: Add a trailing \0 to the read error string.John Baldwin2007-11-212-2/+2
* MFC: Use the smaller cgbase() macro in ufsread.c if UFS_SMALL_CGBASE isJohn Baldwin2007-11-083-3/+5
* MFC: Rework the read/write support in the bios disk driver some to cut downJohn Baldwin2007-11-082-356/+196
* MFC: Reindent the read/write code of bd_realstrategy().John Baldwin2007-11-012-78/+60
* MFC: Slightly cleanup the 'bootdev' concept on x86.John Baldwin2007-11-018-18/+10
* This commit was manufactured by cvs2svn to create branch 'RELENG_7'.cvs2svn2007-10-263-0/+818
* MFC: Optimize for size on pc98. It enables to boot a kernel again.Yoshihiro Takahashi2007-10-182-2/+3
* This commit was manufactured by cvs2svn to create branch 'RELENG_7'.cvs2svn2007-10-109-1535/+0
* Also boot *.debug if everything else fails.David E. O'Brien2007-10-041-0/+1