aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/i386
Commit message (Expand)AuthorAgeFilesLines
* MFC r215284, r215285:Rebecca Cran2010-11-211-1/+1
* MFC r205662 + r212066 (except efi part):Xin LI2010-09-075-5/+5
* MFC 208388:John Baldwin2010-06-231-4/+6
* Enable the ability to build ZFS into the loader so that /boot/zfsloaderJohn Baldwin2010-03-231-5/+5
* Remove duplicate include of bsd.own.mk.John Baldwin2009-12-301-1/+0
* MFC 200872:John Baldwin2009-12-301-2/+8
* MFC: revision 200631Yoshihiro Takahashi2009-12-241-4/+4
* MFC 200357:John Baldwin2009-12-181-3/+1
* MFC 200310:John Baldwin2009-12-182-6/+6
* MFC 200309:John Baldwin2009-12-181-20/+111
* MFC 200216,200219:John Baldwin2009-12-183-17/+59
* MFC 199714Robert Noland2009-12-074-15/+33
* MFC 199579:John Baldwin2009-12-012-14/+14
* MFC 198420Robert Noland2009-11-211-4/+19
* MFC r197082:Ed Maste2009-11-021-1/+1
* MFC 198079:John Baldwin2009-10-191-1/+1
* MFC r179825 by olli:Ed Maste2009-07-251-8/+32
* MFC: Replace remaining cpu_vendor with cpu_vendor_id andJung-uk Kim2009-07-131-2/+3
* MFC r195045:Rui Paulo2009-07-131-1/+1
* MFC: Pack PnP structures instead of individual fields.John Baldwin2009-06-151-26/+26
* comment out zfs support until I have time for a proper fixKip Macy2009-06-131-5/+5
* MFC: Don't attempt to free the GPT partition list for a disk with an emptyJohn Baldwin2009-06-111-2/+3
* fix loader for default settings caseKip Macy2009-06-101-5/+1
* Should be ${MK_ZFS} != "no"Kip Macy2009-06-101-1/+1
* - enable building of loader by defaultKip Macy2009-06-102-2/+5
* MFC: Add a missing parameter when displaying GPT partitions with an unknownJohn Baldwin2009-06-081-0/+1
* reverse previous commit ...Kip Macy2009-06-052-2/+3
* roll zfs loader support under MK_ZFS to enable / disable consistentlyKip Macy2009-06-052-3/+2
* MFC 185095Kip Macy2009-05-281-2/+4
* don't try building zfsboot and gptzfsboot if zfs loader is not enabledKip Macy2009-05-251-2/+6
* import gptzfsbootKip Macy2009-05-252-1/+75
* Import ZFS loader support missed in the initial MFCKip Macy2009-05-238-15/+577
* MFC ZFS version 13. This includes the changes by pjd (see original messageKip Macy2009-05-201-0/+1057
* MFC: Use a disk address instead of an int to hold the starting offset of anJohn Baldwin2009-04-171-1/+1
* MFC: Respect RBX_MUTE flag from boot[012].Maxim Sobolev2009-04-121-2/+15
* MFC:John Baldwin2009-03-195-3/+40
* MFC: Fix uninitialized pointer dereference.John Baldwin2009-03-191-0/+4
* MFC: Teach the BIOS CD driver to use bounce buffers when the destinationJohn Baldwin2009-03-193-47/+81
* MFC: Use a clean slate of register state when executing hardware interruptJohn Baldwin2009-03-031-35/+60
* MFC: a number of small fixes and enhancements to the boot0 code,Luigi Rizzo2009-01-131-191/+408
* MFC: pass the correct value in %si to the next stage bootLuigi Rizzo2008-11-301-2/+3
* MFC: Fail requests to boot an amd64 kernel on an i386-only CPU.John Baldwin2008-10-131-1/+47
* MFC: Fix some of the hangs reported with the real mode BTX by disablingJohn Baldwin2008-08-151-11/+22
* MFC: Initialize the vm86 structure to a known-good state, specificallyJohn Baldwin2008-08-153-4/+13
* MFC: r180145Yoshihiro Takahashi2008-07-111-1/+1
* MFC: Workaround a bug in the BIOS of Dell R900 machines by padding theJohn Baldwin2008-06-271-1/+4
* MFC: Add constants for the different memory types in the SMAP table andJohn Baldwin2008-03-212-31/+18
* MFC: Use real mode to invoke BIOS routines rather than virtual 86 mode.John Baldwin2008-03-182-456/+316
* MFC: Display the correct /boot.config file contents after parsing it.John Baldwin2008-03-172-4/+6
* MFC rev. 1.54Bjoern A. Zeeb2008-03-081-1/+1