aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/i386
Commit message (Expand)AuthorAgeFilesLines
* Fix setting of serial port speed. A junk value was passed in AX whenThomas Quinot2007-03-261-1/+1
* Catch up with ACPI-CA 20070320 import.Jung-uk Kim2007-03-221-9/+11
* Fix the cdboot twiddle display.Remko Lodder2007-02-231-1/+1
* Ignore any breakpoint instructions (int 3) we encounter in vm86 modeJohn Baldwin2006-12-061-0/+2
* Remove an unused variable.Ruslan Ermilov2006-11-161-2/+1
* Revert the last change. Masking only 2 MSBs of the virtual addressRuslan Ermilov2006-11-023-7/+7
* Extend struct devdesc with a unit field, called d_unit. Promote theMarcel Moolenaar2006-11-026-31/+23
* Don't unconditionally compile-in the bcache code. It's only used onMarcel Moolenaar2006-11-021-0/+3
* Because the BTX mini-kernel now uses flat memory mode and clientsRuslan Ermilov2006-10-293-7/+7
* Adopt comments borrowed from aout_freebsd.c.Ruslan Ermilov2006-10-262-2/+2
* Restore support for -c and -d that were treacherously murdered inRuslan Ermilov2006-10-262-4/+8
* Back out rev. 1.71 as it breaks directly loading (i386) kernels.Ruslan Ermilov2006-10-262-6/+6
* - Update URL of Intel documentationPav Lucistnik2006-10-071-1/+1
* - Fix a couple of improper uses of leal in the previous space savingJohn Baldwin2006-10-051-5/+7
* Fix most of the WARNS=2 warnings.Ruslan Ermilov2006-09-294-6/+5
* Oops, add return values for the smap command function. We must have theJohn Baldwin2006-09-291-1/+2
* Tweak the code to handle intercepting BIOS calls to int 0x15 to shaveJohn Baldwin2006-09-281-17/+10
* Optimize the int 15/87 handler for space to shave another 16 bytes off ofJohn Baldwin2006-09-281-31/+17
* Add an 'smap' command that dumps out the BIOS SMAP.John Baldwin2006-09-282-0/+22
* A couple of simple tweaks that trim BTX by 6 bytes. Since BTX isJohn Baldwin2006-09-281-3/+2
* Add -march=i386 to fix amd64 build by generating the same codeRuslan Ermilov2006-09-281-1/+1
* Emulate moving cr0, cr2, cr3, or cr4 into any i386 general registerJohn Baldwin2006-09-271-6/+18
* - Include <sys/reboot.h> to get the RB_* defines.Ruslan Ermilov2006-09-051-6/+4
* Commit the results of the typo hunt by Darren Pilgrim.Yaroslav Tykhiy2006-08-041-1/+1
* Increment the disk block offset after writing, not before. ThisIan Dowse2006-05-311-3/+3
* Restore the pre-5.x behavior of only beeping if the user makes a badJohn Baldwin2006-05-031-5/+8
* Use PTOV() to convert physical addresses to appropriate virtual addressesJohn Baldwin2006-04-251-2/+4
* Merge in timeout into A20-enable routine from cdboot/boot1.Maxim Sobolev2006-04-111-3/+10
* Drop the gateA20() function in the loader as it is unused. All the otherJohn Baldwin2006-04-113-57/+1
* Minor whitespace tweak.John Baldwin2006-04-111-2/+1
* Tweak comment.John Baldwin2006-04-111-4/+4
* Use the proper condition to determine that we matched an filename.John Baldwin2006-04-111-1/+1
* When enabling A20 put upper limit on amount of time we wait for the keyboardMaxim Sobolev2006-04-111-3/+10
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-1/+3
* Export SMBIOS serial numbers by default. To turn it off, useJung-uk Kim2006-03-142-8/+8
* Micro-optimize invalid UUID check.Jung-uk Kim2006-03-101-1/+3
* - Implement serial numbers, UUID, and asset tag (turned off by default).Jung-uk Kim2006-03-093-31/+80
* For the cases when loading bzip2-compressed kernels enabled use lastMaxim Sobolev2005-12-214-6/+10
* If LOADER_BZIP2_SUPPORT is defined allocate heap in the 1MB-4MB range toMaxim Sobolev2005-12-191-2/+13
* Long-long time ago, when the trees were large and memory expensive amount ofMaxim Sobolev2005-12-195-41/+22
* Consistently use OPT_* macros to test/set boot options.Ruslan Ermilov2005-11-032-12/+24
* Add back some bits.Scott Long2005-10-302-1/+18
* Export processor socket information. New environment variables are:Jung-uk Kim2005-10-181-0/+32
* Re-implement rev.1.76 with respect to the code size.Maxim Sobolev2005-10-162-30/+44
* Backout previous commit - for some reason it overflows space constrains onMaxim Sobolev2005-10-162-64/+48
* Add new option `q', which makes second stage loader quiet unless autobootMaxim Sobolev2005-10-162-48/+64
* Cause all flags passed by boot2 to set the respective loader(8)Ruslan Ermilov2005-09-223-1/+12
* Add loader(8) variables for RB_DFLTROOT, RB_MUTE, and RB_PAUSE:Ruslan Ermilov2005-09-221-2/+5
* - RBX_MASK wasn't updated when RB_PAUSE was changed from 0x40000Ruslan Ermilov2005-09-222-4/+4
* Add a "comconsole_speed" loader variable that can be used to changeIan Dowse2005-08-181-9/+108