| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r260095: | Dimitry Andric | 2014-01-04 | 1 | -3/+3 |
| * | MFC: r220389, r220392 | Marius Strobl | 2011-07-26 | 1 | -10/+10 |
| * | MFC: r219452 | Marius Strobl | 2011-07-26 | 1 | -18/+16 |
| * | MFC: r219186 | Marius Strobl | 2011-07-26 | 1 | -25/+8 |
| * | MFC: r218926 | Marius Strobl | 2011-07-26 | 1 | -1/+1 |
| * | MFC: r218745 | Marius Strobl | 2011-07-26 | 1 | -18/+1 |
| * | MFC: r214210 | Marius Strobl | 2011-07-26 | 1 | -2/+2 |
| * | MFC: r218713, r218716 | Marius Strobl | 2011-07-25 | 1 | -3/+4 |
| * | MFC r215284, r215285: | Rebecca Cran | 2010-11-21 | 1 | -1/+1 |
| * | MFC r205662 + r212066 (except efi part): | Xin LI | 2010-09-07 | 1 | -1/+1 |
| * | MFC: Initialize the vm86 structure to a known-good state, specifically | John Baldwin | 2008-08-15 | 1 | -2/+4 |
| * | MFC: r180145 | Yoshihiro Takahashi | 2008-07-11 | 1 | -1/+1 |
| * | MFC: Display the correct /boot.config file contents after parsing it. | John Baldwin | 2008-03-17 | 1 | -2/+3 |
| * | MFC: Use the smaller cgbase() macro in ufsread.c if UFS_SMALL_CGBASE is | John Baldwin | 2007-11-08 | 1 | -0/+1 |
| * | MFC: Slightly cleanup the 'bootdev' concept on x86. | John Baldwin | 2007-11-01 | 1 | -1/+1 |
| * | Tweak inlining parameters a little. Add warning to tell us if function | Alexander Kabaev | 2007-05-19 | 1 | -1/+2 |
| * | Revert the last change. Masking only 2 MSBs of the virtual address | Ruslan Ermilov | 2006-11-02 | 1 | -3/+3 |
| * | Because the BTX mini-kernel now uses flat memory mode and clients | Ruslan Ermilov | 2006-10-29 | 1 | -3/+3 |
| * | Restore support for -c and -d that were treacherously murdered in | Ruslan Ermilov | 2006-10-26 | 1 | -2/+4 |
| * | Back out rev. 1.71 as it breaks directly loading (i386) kernels. | Ruslan Ermilov | 2006-10-26 | 1 | -3/+3 |
| * | Minor whitespace tweak. | John Baldwin | 2006-04-11 | 1 | -2/+1 |
| * | Consistently use OPT_* macros to test/set boot options. | Ruslan Ermilov | 2005-11-03 | 1 | -6/+12 |
| * | Re-implement rev.1.76 with respect to the code size. | Maxim Sobolev | 2005-10-16 | 1 | -15/+22 |
| * | Backout previous commit - for some reason it overflows space constrains on | Maxim Sobolev | 2005-10-16 | 1 | -32/+24 |
| * | Add new option `q', which makes second stage loader quiet unless autoboot | Maxim Sobolev | 2005-10-16 | 1 | -24/+32 |
| * | - RBX_MASK wasn't updated when RB_PAUSE was changed from 0x40000 | Ruslan Ermilov | 2005-09-22 | 1 | -2/+2 |
| * | Add the ability to specify the boot2 serial console speed in | Ian Dowse | 2005-08-18 | 3 | -18/+32 |
| * | The kernel is usually at /boot/kernel/kernel nowadays. | Suleiman Souhlal | 2005-08-06 | 1 | -1/+1 |
| * | Add -mno-sse3 for prescott/nocona | Andrey A. Chernov | 2005-07-15 | 1 | -1/+1 |
| * | Print out the commands from /boot.config after parsing them so that they | John Baldwin | 2005-05-27 | 1 | -1/+1 |
| * | Ensure GCC does not use FP registers in integer code. | David E. O'Brien | 2005-03-15 | 1 | -0/+1 |
| * | A long, long time ago in a CVS branch far away (specifically, HEAD prior | John Baldwin | 2004-09-18 | 1 | -3/+3 |
| * | Try packet mode of INT13 on a hard disk first if not prohibited by | Yaroslav Tykhiy | 2004-08-28 | 1 | -19/+21 |
| * | B1FLAGS -> BOOT_BOOT1_FLAGS, which is consistent with | Yaroslav Tykhiy | 2004-08-27 | 1 | -2/+2 |
| * | Move boot2 BSS zeroing into btx startup code out of boot1. boot1 does not | Alexander Kabaev | 2004-08-05 | 1 | -4/+0 |
| * | Compile boot2 with -fno-unit-at-a-time. GCCs aggressive optimization | Alexander Kabaev | 2004-07-30 | 1 | -1/+3 |
| * | Clean up local memcpy implementation to take void * parameters. | Alexander Kabaev | 2004-07-30 | 1 | -3/+6 |
| * | Define our own memcpy here instead of relying on GCC to provide one. | Alexander Kabaev | 2004-07-28 | 1 | -4/+0 |
| * | Some embedded platforms have no keyboard controller. Give up waiting | Poul-Henning Kamp | 2004-06-02 | 1 | -4/+11 |
| * | Back out last revision that unnecessarily changed valid assembler | Ruslan Ermilov | 2004-05-14 | 2 | -252/+252 |
| * | After talking to Bruce Evans and reading more standards specs, | Ruslan Ermilov | 2004-04-28 | 2 | -252/+252 |
| * | - Use C (and CPP) style comments for assembler-with-cpp sources, | Ruslan Ermilov | 2004-04-28 | 2 | -346/+347 |
| * | These are changes to allow to use the Intel C/C++ compiler (lang/icc) | Tom Rhodes | 2004-03-12 | 1 | -0/+10 |
| * | Re-add sio.S, and properly deal with assembler files. | Ruslan Ermilov | 2004-02-17 | 3 | -374/+4 |
| * | Fix the AMD64 build: this file shouldn't exist. | David E. O'Brien | 2004-02-16 | 1 | -80/+0 |
| * | - Factor out -nostdlib to an upper level Makefile.inc. | Ruslan Ermilov | 2004-02-09 | 1 | -1/+1 |
| * | Argh, unbreak "make depend" for AMD64. | Ruslan Ermilov | 2004-02-07 | 1 | -1/+1 |
| * | - Removed -elf which is not a valid gcc(1) option anymore. | Ruslan Ermilov | 2004-02-07 | 1 | -1/+1 |
| * | Generate .depend file. | Ruslan Ermilov | 2004-02-07 | 1 | -0/+2 |
| * | Untangle building of AMD64 boot code. | Ruslan Ermilov | 2004-02-07 | 1 | -4/+2 |