| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: Use a disk address instead of an int to hold the starting offset of an | John Baldwin | 2009-04-17 | 1 | -1/+1 |
| * | MFC: Respect RBX_MUTE flag from boot[012]. | Maxim Sobolev | 2009-04-12 | 1 | -2/+15 |
| * | MFC: r190146, r190147 | Yoshihiro Takahashi | 2009-03-22 | 1 | -33/+69 |
| * | MFC: r190029 | Yoshihiro Takahashi | 2009-03-22 | 1 | -4/+4 |
| * | MFC: | John Baldwin | 2009-03-19 | 5 | -3/+40 |
| * | MFC: Fix uninitialized pointer dereference. | John Baldwin | 2009-03-19 | 1 | -0/+4 |
| * | MFC: Teach the BIOS CD driver to use bounce buffers when the destination | John Baldwin | 2009-03-19 | 3 | -47/+81 |
| * | MFC: r182916, r188455 (partial) | Marius Strobl | 2009-03-19 | 1 | -0/+110 |
| * | MFC: r182877, r188455, r188477 | Marius Strobl | 2009-03-19 | 1 | -3/+4 |
| * | MFC: r186073 | Yoshihiro Takahashi | 2009-03-19 | 1 | -1/+1 |
| * | MFC: r182478, r182766 | Marius Strobl | 2009-03-18 | 1 | -23/+70 |
| * | MFC: r181398 | Marius Strobl | 2009-03-18 | 2 | -121/+108 |
| * | MFC: Use a clean slate of register state when executing hardware interrupt | John Baldwin | 2009-03-03 | 1 | -35/+60 |
| * | forced commit to remind that the previous commit also merged | Luigi Rizzo | 2009-01-14 | 1 | -1/+1 |
| * | MFC: 185746 186789 187143 | Luigi Rizzo | 2009-01-14 | 4 | -532/+336 |
| * | MFC: a number of small fixes and enhancements to the boot0 code, | Luigi Rizzo | 2009-01-13 | 1 | -191/+408 |
| * | MFC r185692: | Daniel Gerzo | 2008-12-28 | 1 | -1/+1 |
| * | MFC: r175379, r175380 | Giorgos Keramidas | 2008-12-06 | 1 | -1/+11 |
| * | MFC: pass the correct value in %si to the next stage boot | Luigi Rizzo | 2008-11-30 | 1 | -2/+3 |
| * | MFC r184870: | Pyun YongHyeon | 2008-11-24 | 1 | -0/+1 |
| * | MFC: Fail requests to boot an amd64 kernel on an i386-only CPU. | John Baldwin | 2008-10-13 | 1 | -1/+47 |
| * | MFC: r183628 | Marius Strobl | 2008-10-08 | 1 | -1/+1 |
| * | MFC: r181701, r182020 | Marius Strobl | 2008-08-24 | 1 | -4/+7 |
| * | MFC: Fix some of the hangs reported with the real mode BTX by disabling | John Baldwin | 2008-08-15 | 1 | -11/+22 |
| * | MFC: Initialize the vm86 structure to a known-good state, specifically | John Baldwin | 2008-08-15 | 4 | -4/+18 |
| * | MFC r181297: | Rui Paulo | 2008-08-09 | 1 | -0/+2 |
| * | MFC r179343. | Pyun YongHyeon | 2008-07-16 | 1 | -0/+1 |
| * | MFC: r180253 | Yoshihiro Takahashi | 2008-07-12 | 1 | -65/+0 |
| * | MFC: r180145 | Yoshihiro Takahashi | 2008-07-11 | 1 | -1/+1 |
| * | MFC r179106 | Pyun YongHyeon | 2008-07-10 | 1 | -0/+1 |
| * | MFC: Workaround a bug in the BIOS of Dell R900 machines by padding the | John Baldwin | 2008-06-27 | 1 | -1/+4 |
| * | MFC r179634: | Konstantin Belousov | 2008-06-21 | 1 | -1/+1 |
| * | MFC: Allow negative values to be specified in the loader. | Doug Ambrisko | 2008-06-18 | 1 | -0/+2 |
| * | Revert the r179632, it was committed to the wrong branch. | Konstantin Belousov | 2008-06-07 | 1 | -1/+1 |
| * | Fix the incorrect calculation of a block address within a single indirect | Konstantin Belousov | 2008-06-07 | 1 | -1/+1 |
| * | MFC: Add constants for the different memory types in the SMAP table and | John Baldwin | 2008-03-21 | 2 | -31/+18 |
| * | MFC: Use real mode to invoke BIOS routines rather than virtual 86 mode. | John Baldwin | 2008-03-18 | 2 | -456/+316 |
| * | MFC: Display the correct /boot.config file contents after parsing it. | John Baldwin | 2008-03-17 | 2 | -4/+6 |
| * | MFC rev. 1.54 | Bjoern A. Zeeb | 2008-03-08 | 1 | -1/+1 |
| * | MFC: Add support for booting from GPT-labeled disks from the BIOS. This | John Baldwin | 2008-01-24 | 4 | -81/+371 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_7'. | cvs2svn | 2007-12-02 | 2 | -0/+348 |
| * | MFC: Add a trailing \0 to the read error string. | John Baldwin | 2007-11-21 | 2 | -2/+2 |
| * | MFC: Use the smaller cgbase() macro in ufsread.c if UFS_SMALL_CGBASE is | John Baldwin | 2007-11-08 | 3 | -3/+5 |
| * | MFC: Rework the read/write support in the bios disk driver some to cut down | John Baldwin | 2007-11-08 | 2 | -356/+196 |
| * | MFC: Reindent the read/write code of bd_realstrategy(). | John Baldwin | 2007-11-01 | 2 | -78/+60 |
| * | MFC: Slightly cleanup the 'bootdev' concept on x86. | John Baldwin | 2007-11-01 | 8 | -18/+10 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_7'. | cvs2svn | 2007-10-26 | 3 | -0/+818 |
| * | MFC: Optimize for size on pc98. It enables to boot a kernel again. | Yoshihiro Takahashi | 2007-10-18 | 2 | -2/+3 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_7'. | cvs2svn | 2007-10-10 | 9 | -1535/+0 |
| * | Also boot *.debug if everything else fails. | David E. O'Brien | 2007-10-04 | 1 | -0/+1 |