summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386
Commit message (Expand)AuthorAgeFilesLines
* - Initialize the vm86 structure to a known-good state. Specifically, alwaysjhb2008-08-083-4/+13
* Fix the hangs reported with the real mode BTX:jhb2008-08-081-11/+22
* Dereferencing uninitialized pointers considered harmful. Prior to thiscperciva2008-08-041-0/+4
* Fix off-by-one error.nyan2008-07-011-1/+1
* Enable GCC stack protection (aka Propolice) for userland:ru2008-06-252-0/+4
* Implement a workaround for a long-standing problem inolli2008-06-161-8/+32
* Workaround a bug in the BIOS of Dell R900 machines. Specifically, eachjhb2008-06-071-1/+4
* Revert the previous change and let PROBE_KEYBOARD function identical to -Pjhb2008-04-091-4/+2
* Fix some "in in" typos in comments.brueffer2008-03-261-1/+1
* Change the BTX kernel to drop all the way out to real mode to invoke BIOSjhb2008-03-101-401/+316
* In the PROBE_KEYBOARD case, always enable multiple consoles and set thejhb2008-03-061-2/+4
* Tweak the verbose disk printing a bit:jhb2008-02-281-59/+51
* Rev 1.72 fixed a bug where if /boot.config changed the console its contentsjhb2008-02-282-4/+6
* Retire the support for using paging in BTX. It hasn't been used sincejhb2008-02-272-57/+2
* Add a note to indicate that these files do borrow in part from mbr.s andjhb2007-11-262-0/+4
* Add a trailing \0 to the read error string so that read errors don't printjhb2007-11-171-1/+1
* Though we are currently not interested in the EDD3 flag,bz2007-11-121-1/+1
* - Add constants for the different memory types in the SMAP table.jhb2007-10-282-31/+18
* Use the smaller cgbase() macro in ufsread.c if UFS_SMALL_CGBASE isjhb2007-10-262-1/+1
* Add . to the include path so that we follow the 'machine' symlink we createjhb2007-10-261-1/+1
* Break out of the I/O retry loop as soon as an I/O operation succeeds ratherjhb2007-10-251-0/+2
* First cut at support for booting a GPT labeled disk via the BIOS bootstrapjhb2007-10-248-172/+838
* Rework the read/write support in the bios disk driver some to cut downjhb2007-10-241-196/+112
* Reindent the read/write code of bd_realstrategy() so it is more readable.jhb2007-10-241-39/+30
* Slightly cleanup the 'bootdev' concept on x86 by changing the variousjhb2007-10-245-10/+6
* Do not attempt to make an NFS rpc call if using tftpps2007-10-122-0/+9
* MFp4: add FireWire/dcons support in loader for i386/amd64.simokawa2007-05-2910-4/+1661
* Use lower cases for UUID string to conform RFC4122 and ISO/IEC-9834-8:2005.jkim2007-05-211-3/+3
* Tweak inlining parameters a little. Add warning to tell us if functionkan2007-05-192-2/+4
* Fix setting of serial port speed. A junk value was passed in AX whenthomas2007-03-261-1/+1
* Catch up with ACPI-CA 20070320 import.jkim2007-03-221-9/+11
* Fix the cdboot twiddle display.remko2007-02-231-1/+1
* Ignore any breakpoint instructions (int 3) we encounter in vm86 modejhb2006-12-061-0/+2
* Remove an unused variable.ru2006-11-161-2/+1
* Revert the last change. Masking only 2 MSBs of the virtual addressru2006-11-023-7/+7
* Extend struct devdesc with a unit field, called d_unit. Promote themarcel2006-11-026-31/+23
* Don't unconditionally compile-in the bcache code. It's only used onmarcel2006-11-021-0/+3
* Because the BTX mini-kernel now uses flat memory mode and clientsru2006-10-293-7/+7
* Adopt comments borrowed from aout_freebsd.c.ru2006-10-262-2/+2
* Restore support for -c and -d that were treacherously murdered inru2006-10-262-4/+8
* Back out rev. 1.71 as it breaks directly loading (i386) kernels.ru2006-10-262-6/+6
* - Update URL of Intel documentationpav2006-10-071-1/+1
* - Fix a couple of improper uses of leal in the previous space savingjhb2006-10-051-5/+7
* Fix most of the WARNS=2 warnings.ru2006-09-294-6/+5
* Oops, add return values for the smap command function. We must have thejhb2006-09-291-1/+2
* Tweak the code to handle intercepting BIOS calls to int 0x15 to shavejhb2006-09-281-17/+10
* Optimize the int 15/87 handler for space to shave another 16 bytes off ofjhb2006-09-281-31/+17
* Add an 'smap' command that dumps out the BIOS SMAP.jhb2006-09-282-0/+22
* A couple of simple tweaks that trim BTX by 6 bytes. Since BTX isjhb2006-09-281-3/+2
* Add -march=i386 to fix amd64 build by generating the same coderu2006-09-281-1/+1
OpenPOWER on IntegriCloud