| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert the part of change 107879 that employs the unused bytes after | marcel | 2009-03-07 | 2 | -5/+5 |
* | - Initialize the vm86 structure to a known-good state. Specifically, always | jhb | 2008-08-08 | 1 | -2/+4 |
* | Fix off-by-one error. | nyan | 2008-07-01 | 1 | -1/+1 |
* | Rev 1.72 fixed a bug where if /boot.config changed the console its contents | jhb | 2008-02-28 | 1 | -2/+3 |
* | Use the smaller cgbase() macro in ufsread.c if UFS_SMALL_CGBASE is | jhb | 2007-10-26 | 1 | -0/+1 |
* | Slightly cleanup the 'bootdev' concept on x86 by changing the various | jhb | 2007-10-24 | 1 | -1/+1 |
* | Tweak inlining parameters a little. Add warning to tell us if function | kan | 2007-05-19 | 1 | -1/+2 |
* | Revert the last change. Masking only 2 MSBs of the virtual address | ru | 2006-11-02 | 1 | -3/+3 |
* | Because the BTX mini-kernel now uses flat memory mode and clients | ru | 2006-10-29 | 1 | -3/+3 |
* | Restore support for -c and -d that were treacherously murdered in | ru | 2006-10-26 | 1 | -2/+4 |
* | Back out rev. 1.71 as it breaks directly loading (i386) kernels. | ru | 2006-10-26 | 1 | -3/+3 |
* | Minor whitespace tweak. | jhb | 2006-04-11 | 1 | -2/+1 |
* | Consistently use OPT_* macros to test/set boot options. | ru | 2005-11-03 | 1 | -6/+12 |
* | Re-implement rev.1.76 with respect to the code size. | sobomax | 2005-10-16 | 1 | -15/+22 |
* | Backout previous commit - for some reason it overflows space constrains on | sobomax | 2005-10-16 | 1 | -32/+24 |
* | Add new option `q', which makes second stage loader quiet unless autoboot | sobomax | 2005-10-16 | 1 | -24/+32 |
* | - RBX_MASK wasn't updated when RB_PAUSE was changed from 0x40000 | ru | 2005-09-22 | 1 | -2/+2 |
* | Add the ability to specify the boot2 serial console speed in | iedowse | 2005-08-18 | 3 | -18/+32 |
* | The kernel is usually at /boot/kernel/kernel nowadays. | ssouhlal | 2005-08-06 | 1 | -1/+1 |
* | Add -mno-sse3 for prescott/nocona | ache | 2005-07-15 | 1 | -1/+1 |
* | Print out the commands from /boot.config after parsing them so that they | jhb | 2005-05-27 | 1 | -1/+1 |
* | Ensure GCC does not use FP registers in integer code. | obrien | 2005-03-15 | 1 | -0/+1 |
* | A long, long time ago in a CVS branch far away (specifically, HEAD prior | jhb | 2004-09-18 | 1 | -3/+3 |
* | Try packet mode of INT13 on a hard disk first if not prohibited by | yar | 2004-08-28 | 1 | -19/+21 |
* | B1FLAGS -> BOOT_BOOT1_FLAGS, which is consistent with | yar | 2004-08-27 | 1 | -2/+2 |
* | Move boot2 BSS zeroing into btx startup code out of boot1. boot1 does not | kan | 2004-08-05 | 1 | -4/+0 |
* | Compile boot2 with -fno-unit-at-a-time. GCCs aggressive optimization | kan | 2004-07-30 | 1 | -1/+3 |
* | Clean up local memcpy implementation to take void * parameters. | kan | 2004-07-30 | 1 | -3/+6 |
* | Define our own memcpy here instead of relying on GCC to provide one. | kan | 2004-07-28 | 1 | -4/+0 |
* | Some embedded platforms have no keyboard controller. Give up waiting | phk | 2004-06-02 | 1 | -4/+11 |
* | Back out last revision that unnecessarily changed valid assembler | ru | 2004-05-14 | 2 | -252/+252 |
* | After talking to Bruce Evans and reading more standards specs, | ru | 2004-04-28 | 2 | -252/+252 |
* | - Use C (and CPP) style comments for assembler-with-cpp sources, | ru | 2004-04-28 | 2 | -346/+347 |
* | These are changes to allow to use the Intel C/C++ compiler (lang/icc) | trhodes | 2004-03-12 | 1 | -0/+10 |
* | Re-add sio.S, and properly deal with assembler files. | ru | 2004-02-17 | 3 | -374/+4 |
* | Fix the AMD64 build: this file shouldn't exist. | obrien | 2004-02-16 | 1 | -80/+0 |
* | - Factor out -nostdlib to an upper level Makefile.inc. | ru | 2004-02-09 | 1 | -1/+1 |
* | Argh, unbreak "make depend" for AMD64. | ru | 2004-02-07 | 1 | -1/+1 |
* | - Removed -elf which is not a valid gcc(1) option anymore. | ru | 2004-02-07 | 1 | -1/+1 |
* | Generate .depend file. | ru | 2004-02-07 | 1 | -0/+2 |
* | Untangle building of AMD64 boot code. | ru | 2004-02-07 | 1 | -4/+2 |
* | First round of cleanups to sys/boot/ makefiles: | ru | 2004-02-06 | 1 | -60/+43 |
* | Inherit BINDIR from a parent Makefile.inc. | ru | 2004-02-06 | 1 | -1/+0 |
* | Changed the RB_PAUSE flag from 0x40000 to 0x100000 and marked the old | bde | 2003-11-15 | 1 | -2/+13 |
* | Include <sys/reboot.h> the definition of RB_BOOTINFO. The previous | bde | 2003-11-11 | 1 | -0/+2 |
* | Fixed loss of setting of the RB_BOOTINFO flag in rev.1.43. Fixed wrong | bde | 2003-11-10 | 1 | -2/+2 |
* | Use __FBSDID(). | obrien | 2003-08-25 | 1 | -4/+3 |
* | Many newer CF do not handle having the entire track read from them at | imp | 2003-08-22 | 2 | -0/+8 |
* | Build on amd64. Yes, I know this isn't particularly nice. | peter | 2003-06-26 | 1 | -0/+12 |
* | Libdisk does not need to include <sys/diskslice.h> any more. | phk | 2003-04-04 | 1 | -2/+0 |