| Commit message (Expand) | Author | Age | Files | Lines |
* | Move sys/boot to stand. Fix all references to new location | Warner Losh | 2017-11-14 | 1 | -646/+0 |
* | Revert r321969 | Enji Cooper | 2017-08-03 | 1 | -7/+5 |
* | Fix the return types for printf and putchar to match their libc and | Enji Cooper | 2017-08-03 | 1 | -5/+7 |
* | xfsread inlined uses more space, so remove the inline tag. This | Warner Losh | 2017-03-29 | 1 | -1/+1 |
* | Fix mistake when transitioning to the new defines with ZFS loader. I | Warner Losh | 2016-01-27 | 1 | -1/+1 |
* | RBX_ defines are in rbx.h, move it there. | Warner Losh | 2016-01-26 | 1 | -39/+2 |
* | Move all the separate copies of the same strings into paths.h. There's | Warner Losh | 2016-01-26 | 1 | -5/+1 |
* | Reduce warnings: | Xin LI | 2015-06-26 | 1 | -1/+3 |
* | Unbreak the code for non-digits below '0' by casting the expression | Roman Divacky | 2014-11-30 | 1 | -1/+1 |
* | Shrink boot2 a bit more by factoring out common pattern | Roman Divacky | 2014-11-29 | 1 | -6/+10 |
* | Revert part of r275059. Comparing unsigned 8 bit value | Roman Divacky | 2014-11-27 | 1 | -2/+1 |
* | Fix style(9). | Roman Divacky | 2014-11-25 | 1 | -1/+1 |
* | Fix style(9). | Roman Divacky | 2014-11-25 | 1 | -1/+1 |
* | Shrink boot2 by a couple more bytes. | Roman Divacky | 2014-11-25 | 1 | -9/+14 |
* | Make SERIAL support optional again. Enable it for i386 because a huge | Warner Losh | 2014-07-10 | 1 | -7/+26 |
* | add detection of serial console presence to btx and boot2-like blocks | Andriy Gapon | 2012-10-06 | 1 | -2/+4 |
* | Remove unnecessary initializations. The BSS of boot2 is in fact | John Baldwin | 2012-06-01 | 1 | -2/+2 |
* | Use 32-bit ufs_ino_t instead of ino_t to keep boot2 small and prevent | Gleb Kurtsou | 2012-05-25 | 1 | -4/+3 |
* | Make boot2 build with Clang again. | Jung-uk Kim | 2012-03-09 | 1 | -4/+2 |
* | Fix boot2 to handle boot config files that only contain a custom path to | John Baldwin | 2012-03-05 | 1 | -6/+15 |
* | Consolidate duplicate definitions of V86_CY() and V86_ZR() which check for | John Baldwin | 2011-10-25 | 1 | -3/+0 |
* | Look for /boot/config in addition to /boot.config, with the former taking | Dag-Erling Smørgrav | 2011-10-18 | 1 | -2/+4 |
* | Move getc() body before xgetc() so gcc does not emit a warning about function | Roman Divacky | 2011-04-06 | 1 | -9/+9 |
* | Mark getc() as inline, this has no effect on gcc but helps clang. | Roman Divacky | 2011-04-06 | 1 | -1/+1 |
* | Some more shrinking. | Roman Divacky | 2011-03-10 | 1 | -18/+16 |
* | This patch shrinks boot2 a little. | Roman Divacky | 2011-03-02 | 1 | -25/+8 |
* | In sys/boot/i386/boot2/boot2.c, change the type of the 'opts' variable | Dimitry Andric | 2011-02-21 | 1 | -1/+1 |
* | Remove reading of symbols from a.out loaded files. Since we are tight | Warner Losh | 2011-02-16 | 1 | -18/+1 |
* | Apply a few small optimizations to boot2's code, to make it shrink a | Dimitry Andric | 2011-02-15 | 1 | -3/+4 |
* | Avoid using memcpy() for copying 32bit chunks. This shrinks | Roman Divacky | 2010-10-22 | 1 | -2/+2 |
* | Our boot loader is capable of booting both i386 and amd64 kernels so | Xin LI | 2010-03-26 | 1 | -1/+1 |
* | - Initialize the vm86 structure to a known-good state. Specifically, always | John Baldwin | 2008-08-08 | 1 | -2/+4 |
* | Fix off-by-one error. | Yoshihiro Takahashi | 2008-07-01 | 1 | -1/+1 |
* | Rev 1.72 fixed a bug where if /boot.config changed the console its contents | John Baldwin | 2008-02-28 | 1 | -2/+3 |
* | Use the smaller cgbase() macro in ufsread.c if UFS_SMALL_CGBASE is | John Baldwin | 2007-10-26 | 1 | -0/+1 |
* | Slightly cleanup the 'bootdev' concept on x86 by changing the various | John Baldwin | 2007-10-24 | 1 | -1/+1 |
* | 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 |
* | 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 | 1 | -14/+27 |
* | The kernel is usually at /boot/kernel/kernel nowadays. | Suleiman Souhlal | 2005-08-06 | 1 | -1/+1 |
* | Print out the commands from /boot.config after parsing them so that they | John Baldwin | 2005-05-27 | 1 | -1/+1 |
* | A long, long time ago in a CVS branch far away (specifically, HEAD prior | John Baldwin | 2004-09-18 | 1 | -3/+3 |
* | Clean up local memcpy implementation to take void * parameters. | Alexander Kabaev | 2004-07-30 | 1 | -3/+6 |