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