| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix setting of serial port speed. A junk value was passed in AX when | Thomas Quinot | 2007-03-26 | 1 | -1/+1 |
| * | Catch up with ACPI-CA 20070320 import. | Jung-uk Kim | 2007-03-22 | 1 | -9/+11 |
| * | Fix the cdboot twiddle display. | Remko Lodder | 2007-02-23 | 1 | -1/+1 |
| * | Ignore any breakpoint instructions (int 3) we encounter in vm86 mode | John Baldwin | 2006-12-06 | 1 | -0/+2 |
| * | Remove an unused variable. | Ruslan Ermilov | 2006-11-16 | 1 | -2/+1 |
| * | Revert the last change. Masking only 2 MSBs of the virtual address | Ruslan Ermilov | 2006-11-02 | 3 | -7/+7 |
| * | Extend struct devdesc with a unit field, called d_unit. Promote the | Marcel Moolenaar | 2006-11-02 | 6 | -31/+23 |
| * | Don't unconditionally compile-in the bcache code. It's only used on | Marcel Moolenaar | 2006-11-02 | 1 | -0/+3 |
| * | Because the BTX mini-kernel now uses flat memory mode and clients | Ruslan Ermilov | 2006-10-29 | 3 | -7/+7 |
| * | Adopt comments borrowed from aout_freebsd.c. | Ruslan Ermilov | 2006-10-26 | 2 | -2/+2 |
| * | Restore support for -c and -d that were treacherously murdered in | Ruslan Ermilov | 2006-10-26 | 2 | -4/+8 |
| * | Back out rev. 1.71 as it breaks directly loading (i386) kernels. | Ruslan Ermilov | 2006-10-26 | 2 | -6/+6 |
| * | - Update URL of Intel documentation | Pav Lucistnik | 2006-10-07 | 1 | -1/+1 |
| * | - Fix a couple of improper uses of leal in the previous space saving | John Baldwin | 2006-10-05 | 1 | -5/+7 |
| * | Fix most of the WARNS=2 warnings. | Ruslan Ermilov | 2006-09-29 | 4 | -6/+5 |
| * | Oops, add return values for the smap command function. We must have the | John Baldwin | 2006-09-29 | 1 | -1/+2 |
| * | Tweak the code to handle intercepting BIOS calls to int 0x15 to shave | John Baldwin | 2006-09-28 | 1 | -17/+10 |
| * | Optimize the int 15/87 handler for space to shave another 16 bytes off of | John Baldwin | 2006-09-28 | 1 | -31/+17 |
| * | Add an 'smap' command that dumps out the BIOS SMAP. | John Baldwin | 2006-09-28 | 2 | -0/+22 |
| * | A couple of simple tweaks that trim BTX by 6 bytes. Since BTX is | John Baldwin | 2006-09-28 | 1 | -3/+2 |
| * | Add -march=i386 to fix amd64 build by generating the same code | Ruslan Ermilov | 2006-09-28 | 1 | -1/+1 |
| * | Emulate moving cr0, cr2, cr3, or cr4 into any i386 general register | John Baldwin | 2006-09-27 | 1 | -6/+18 |
| * | - Include <sys/reboot.h> to get the RB_* defines. | Ruslan Ermilov | 2006-09-05 | 1 | -6/+4 |
| * | Commit the results of the typo hunt by Darren Pilgrim. | Yaroslav Tykhiy | 2006-08-04 | 1 | -1/+1 |
| * | Increment the disk block offset after writing, not before. This | Ian Dowse | 2006-05-31 | 1 | -3/+3 |
| * | Restore the pre-5.x behavior of only beeping if the user makes a bad | John Baldwin | 2006-05-03 | 1 | -5/+8 |
| * | Use PTOV() to convert physical addresses to appropriate virtual addresses | John Baldwin | 2006-04-25 | 1 | -2/+4 |
| * | Merge in timeout into A20-enable routine from cdboot/boot1. | Maxim Sobolev | 2006-04-11 | 1 | -3/+10 |
| * | Drop the gateA20() function in the loader as it is unused. All the other | John Baldwin | 2006-04-11 | 3 | -57/+1 |
| * | Minor whitespace tweak. | John Baldwin | 2006-04-11 | 1 | -2/+1 |
| * | Tweak comment. | John Baldwin | 2006-04-11 | 1 | -4/+4 |
| * | Use the proper condition to determine that we matched an filename. | John Baldwin | 2006-04-11 | 1 | -1/+1 |
| * | When enabling A20 put upper limit on amount of time we wait for the keyboard | Maxim Sobolev | 2006-04-11 | 1 | -3/+10 |
| * | Reimplementation of world/kernel build options. For details, see: | Ruslan Ermilov | 2006-03-17 | 1 | -1/+3 |
| * | Export SMBIOS serial numbers by default. To turn it off, use | Jung-uk Kim | 2006-03-14 | 2 | -8/+8 |
| * | Micro-optimize invalid UUID check. | Jung-uk Kim | 2006-03-10 | 1 | -1/+3 |
| * | - Implement serial numbers, UUID, and asset tag (turned off by default). | Jung-uk Kim | 2006-03-09 | 3 | -31/+80 |
| * | For the cases when loading bzip2-compressed kernels enabled use last | Maxim Sobolev | 2005-12-21 | 4 | -6/+10 |
| * | If LOADER_BZIP2_SUPPORT is defined allocate heap in the 1MB-4MB range to | Maxim Sobolev | 2005-12-19 | 1 | -2/+13 |
| * | Long-long time ago, when the trees were large and memory expensive amount of | Maxim Sobolev | 2005-12-19 | 5 | -41/+22 |
| * | Consistently use OPT_* macros to test/set boot options. | Ruslan Ermilov | 2005-11-03 | 2 | -12/+24 |
| * | Add back some bits. | Scott Long | 2005-10-30 | 2 | -1/+18 |
| * | Export processor socket information. New environment variables are: | Jung-uk Kim | 2005-10-18 | 1 | -0/+32 |
| * | Re-implement rev.1.76 with respect to the code size. | Maxim Sobolev | 2005-10-16 | 2 | -30/+44 |
| * | Backout previous commit - for some reason it overflows space constrains on | Maxim Sobolev | 2005-10-16 | 2 | -64/+48 |
| * | Add new option `q', which makes second stage loader quiet unless autoboot | Maxim Sobolev | 2005-10-16 | 2 | -48/+64 |
| * | Cause all flags passed by boot2 to set the respective loader(8) | Ruslan Ermilov | 2005-09-22 | 3 | -1/+12 |
| * | Add loader(8) variables for RB_DFLTROOT, RB_MUTE, and RB_PAUSE: | Ruslan Ermilov | 2005-09-22 | 1 | -2/+5 |
| * | - RBX_MASK wasn't updated when RB_PAUSE was changed from 0x40000 | Ruslan Ermilov | 2005-09-22 | 2 | -4/+4 |
| * | Add a "comconsole_speed" loader variable that can be used to change | Ian Dowse | 2005-08-18 | 1 | -9/+108 |