aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/i386/boot2
Commit message (Expand)AuthorAgeFilesLines
* MFC r260095:Dimitry Andric2014-01-041-3/+3
* MFC: r220389, r220392Marius Strobl2011-07-261-10/+10
* MFC: r219452Marius Strobl2011-07-261-18/+16
* MFC: r219186Marius Strobl2011-07-261-25/+8
* MFC: r218926Marius Strobl2011-07-261-1/+1
* MFC: r218745Marius Strobl2011-07-261-18/+1
* MFC: r214210Marius Strobl2011-07-261-2/+2
* MFC: r218713, r218716Marius Strobl2011-07-251-3/+4
* MFC r215284, r215285:Rebecca Cran2010-11-211-1/+1
* MFC r205662 + r212066 (except efi part):Xin LI2010-09-071-1/+1
* MFC: Initialize the vm86 structure to a known-good state, specificallyJohn Baldwin2008-08-151-2/+4
* MFC: r180145Yoshihiro Takahashi2008-07-111-1/+1
* MFC: Display the correct /boot.config file contents after parsing it.John Baldwin2008-03-171-2/+3
* MFC: Use the smaller cgbase() macro in ufsread.c if UFS_SMALL_CGBASE isJohn Baldwin2007-11-081-0/+1
* MFC: Slightly cleanup the 'bootdev' concept on x86.John Baldwin2007-11-011-1/+1
* Tweak inlining parameters a little. Add warning to tell us if functionAlexander Kabaev2007-05-191-1/+2
* Revert the last change. Masking only 2 MSBs of the virtual addressRuslan Ermilov2006-11-021-3/+3
* Because the BTX mini-kernel now uses flat memory mode and clientsRuslan Ermilov2006-10-291-3/+3
* Restore support for -c and -d that were treacherously murdered inRuslan Ermilov2006-10-261-2/+4
* Back out rev. 1.71 as it breaks directly loading (i386) kernels.Ruslan Ermilov2006-10-261-3/+3
* Minor whitespace tweak.John Baldwin2006-04-111-2/+1
* Consistently use OPT_* macros to test/set boot options.Ruslan Ermilov2005-11-031-6/+12
* Re-implement rev.1.76 with respect to the code size.Maxim Sobolev2005-10-161-15/+22
* Backout previous commit - for some reason it overflows space constrains onMaxim Sobolev2005-10-161-32/+24
* Add new option `q', which makes second stage loader quiet unless autobootMaxim Sobolev2005-10-161-24/+32
* - RBX_MASK wasn't updated when RB_PAUSE was changed from 0x40000Ruslan Ermilov2005-09-221-2/+2
* Add the ability to specify the boot2 serial console speed inIan Dowse2005-08-183-18/+32
* The kernel is usually at /boot/kernel/kernel nowadays.Suleiman Souhlal2005-08-061-1/+1
* Add -mno-sse3 for prescott/noconaAndrey A. Chernov2005-07-151-1/+1
* Print out the commands from /boot.config after parsing them so that theyJohn Baldwin2005-05-271-1/+1
* Ensure GCC does not use FP registers in integer code.David E. O'Brien2005-03-151-0/+1
* A long, long time ago in a CVS branch far away (specifically, HEAD priorJohn Baldwin2004-09-181-3/+3
* Try packet mode of INT13 on a hard disk first if not prohibited byYaroslav Tykhiy2004-08-281-19/+21
* B1FLAGS -> BOOT_BOOT1_FLAGS, which is consistent withYaroslav Tykhiy2004-08-271-2/+2
* Move boot2 BSS zeroing into btx startup code out of boot1. boot1 does notAlexander Kabaev2004-08-051-4/+0
* Compile boot2 with -fno-unit-at-a-time. GCCs aggressive optimizationAlexander Kabaev2004-07-301-1/+3
* Clean up local memcpy implementation to take void * parameters.Alexander Kabaev2004-07-301-3/+6
* Define our own memcpy here instead of relying on GCC to provide one.Alexander Kabaev2004-07-281-4/+0
* Some embedded platforms have no keyboard controller. Give up waitingPoul-Henning Kamp2004-06-021-4/+11
* Back out last revision that unnecessarily changed valid assemblerRuslan Ermilov2004-05-142-252/+252
* After talking to Bruce Evans and reading more standards specs,Ruslan Ermilov2004-04-282-252/+252
* - Use C (and CPP) style comments for assembler-with-cpp sources,Ruslan Ermilov2004-04-282-346/+347
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)Tom Rhodes2004-03-121-0/+10
* Re-add sio.S, and properly deal with assembler files.Ruslan Ermilov2004-02-173-374/+4
* Fix the AMD64 build: this file shouldn't exist.David E. O'Brien2004-02-161-80/+0
* - Factor out -nostdlib to an upper level Makefile.inc.Ruslan Ermilov2004-02-091-1/+1
* Argh, unbreak "make depend" for AMD64.Ruslan Ermilov2004-02-071-1/+1
* - Removed -elf which is not a valid gcc(1) option anymore.Ruslan Ermilov2004-02-071-1/+1
* Generate .depend file.Ruslan Ermilov2004-02-071-0/+2
* Untangle building of AMD64 boot code.Ruslan Ermilov2004-02-071-4/+2