summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/boot2/boot2.c
Commit message (Expand)AuthorAgeFilesLines
* Fix mistake when transitioning to the new defines with ZFS loader. Iimp2016-01-271-1/+1
* RBX_ defines are in rbx.h, move it there.imp2016-01-261-39/+2
* Move all the separate copies of the same strings into paths.h. There'simp2016-01-261-5/+1
* Reduce warnings:delphij2015-06-261-1/+3
* Unbreak the code for non-digits below '0' by casting the expressionrdivacky2014-11-301-1/+1
* Shrink boot2 a bit more by factoring out common patternrdivacky2014-11-291-6/+10
* Revert part of r275059. Comparing unsigned 8 bit valuerdivacky2014-11-271-2/+1
* Fix style(9).rdivacky2014-11-251-1/+1
* Fix style(9).rdivacky2014-11-251-1/+1
* Shrink boot2 by a couple more bytes.rdivacky2014-11-251-9/+14
* Make SERIAL support optional again. Enable it for i386 because a hugeimp2014-07-101-7/+26
* add detection of serial console presence to btx and boot2-like blocksavg2012-10-061-2/+4
* Remove unnecessary initializations. The BSS of boot2 is in factjhb2012-06-011-2/+2
* Use 32-bit ufs_ino_t instead of ino_t to keep boot2 small and preventgleb2012-05-251-4/+3
* Make boot2 build with Clang again.jkim2012-03-091-4/+2
* Fix boot2 to handle boot config files that only contain a custom path tojhb2012-03-051-6/+15
* Consolidate duplicate definitions of V86_CY() and V86_ZR() which check forjhb2011-10-251-3/+0
* Look for /boot/config in addition to /boot.config, with the former takingdes2011-10-181-2/+4
* Move getc() body before xgetc() so gcc does not emit a warning about functionrdivacky2011-04-061-9/+9
* Mark getc() as inline, this has no effect on gcc but helps clang.rdivacky2011-04-061-1/+1
* Some more shrinking.rdivacky2011-03-101-18/+16
* This patch shrinks boot2 a little.rdivacky2011-03-021-25/+8
* In sys/boot/i386/boot2/boot2.c, change the type of the 'opts' variabledim2011-02-211-1/+1
* Remove reading of symbols from a.out loaded files. Since we are tightimp2011-02-161-18/+1
* Apply a few small optimizations to boot2's code, to make it shrink adim2011-02-151-3/+4
* Avoid using memcpy() for copying 32bit chunks. This shrinksrdivacky2010-10-221-2/+2
* Our boot loader is capable of booting both i386 and amd64 kernels sodelphij2010-03-261-1/+1
* - Initialize the vm86 structure to a known-good state. Specifically, alwaysjhb2008-08-081-2/+4
* Fix off-by-one error.nyan2008-07-011-1/+1
* Rev 1.72 fixed a bug where if /boot.config changed the console its contentsjhb2008-02-281-2/+3
* Use the smaller cgbase() macro in ufsread.c if UFS_SMALL_CGBASE isjhb2007-10-261-0/+1
* Slightly cleanup the 'bootdev' concept on x86 by changing the variousjhb2007-10-241-1/+1
* Revert the last change. Masking only 2 MSBs of the virtual addressru2006-11-021-3/+3
* Because the BTX mini-kernel now uses flat memory mode and clientsru2006-10-291-3/+3
* Restore support for -c and -d that were treacherously murdered inru2006-10-261-2/+4
* Back out rev. 1.71 as it breaks directly loading (i386) kernels.ru2006-10-261-3/+3
* Consistently use OPT_* macros to test/set boot options.ru2005-11-031-6/+12
* Re-implement rev.1.76 with respect to the code size.sobomax2005-10-161-15/+22
* Backout previous commit - for some reason it overflows space constrains onsobomax2005-10-161-32/+24
* Add new option `q', which makes second stage loader quiet unless autobootsobomax2005-10-161-24/+32
* - RBX_MASK wasn't updated when RB_PAUSE was changed from 0x40000ru2005-09-221-2/+2
* Add the ability to specify the boot2 serial console speed iniedowse2005-08-181-14/+27
* The kernel is usually at /boot/kernel/kernel nowadays.ssouhlal2005-08-061-1/+1
* Print out the commands from /boot.config after parsing them so that theyjhb2005-05-271-1/+1
* A long, long time ago in a CVS branch far away (specifically, HEAD priorjhb2004-09-181-3/+3
* Clean up local memcpy implementation to take void * parameters.kan2004-07-301-3/+6
* Define our own memcpy here instead of relying on GCC to provide one.kan2004-07-281-4/+0
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)trhodes2004-03-121-0/+10
* Changed the RB_PAUSE flag from 0x40000 to 0x100000 and marked the oldbde2003-11-151-2/+13
* Include <sys/reboot.h> the definition of RB_BOOTINFO. The previousbde2003-11-111-0/+2
OpenPOWER on IntegriCloud