summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Add support for memory disk (md). The size of the memory diskmarcel2009-12-132-0/+156
* Cleanups the boot2 for pc98. There is no functional change.nyan2009-12-118-164/+18
* Don't warn about an RSDP with a corrupt checksum. The kernel does a betterjhb2009-12-101-3/+1
* Fix a confusing typo in the EDD packet structure used in gptboot andjhb2009-12-092-6/+6
* - Port bios_getmem() from libi386 to {gpt,}zfsboot() and use it tojhb2009-12-092-21/+112
* MFi386: revision 200219nyan2009-12-082-8/+25
* MFi386: Use real mode instead of v86 mode.nyan2009-12-081-410/+361
* MFi386: revision 200216nyan2009-12-082-3/+2
* Improve the algorithm the loader uses to choose a memory range for itsjhb2009-12-073-8/+49
* Various small whitespace and style fixes.jhb2009-12-073-10/+11
* Remove spinconsole from pc98, some parts seem to be missed and it'ssobomax2009-11-271-2/+0
* Whitespace-only: another instance of identation with spaces.sobomax2009-11-271-1/+1
* Whitespace on: use tabs for identation consistently.sobomax2009-11-271-4/+4
* Add new loader console type: "spinconsole". This console selects thesobomax2009-11-276-20/+135
* Be nice, don't use the f-word.trasz2009-11-252-2/+2
* Create a seperate ZFS enabled loader.rnoland2009-11-235-15/+33
* Always use 64-bit LBAs for disk addresses in zfsboot and gptzfsboot tojhb2009-11-202-14/+14
* Provide an effective (relocated) address when building modules metadata.raj2009-11-191-1/+3
* Introduce a new option (BOOT_PROMPT_123) that lets enter the boot promptattilio2009-11-122-0/+22
* - Remove trailing ";" after if statementantoine2009-11-111-6/+1
* Close a file descriptor leak in an error case.brueffer2009-10-281-0/+1
* Correct some issues with zfs boot.rnoland2009-10-233-23/+75
* Use zfs_read() instead of xfsread() to read /boot.config. xfsread() failsjhb2009-10-141-1/+1
* lindev(4) [1] is supposed to be a collection of linux-specific pseudobz2009-09-261-0/+1
* MFi386:nyan2009-09-131-1/+1
* If the pxe client is told to use / as the root path, honour that ratheremaste2009-09-101-1/+1
* Fix parse() so that the partition to boot (load /boot/loader) from canjhay2009-08-171-8/+5
* Update epair(4) to the new netisr implementation and polishbz2009-07-261-0/+1
* On special systems where the MBR and the GPT are in sync (up to the 4thrpaulo2009-06-261-1/+1
* Bump PowerPC loader(8) version to reflect extensions it has recently grown.raj2009-06-221-0/+1
* Add cas(4), a driver for Sun Cassini/Cassini+ and National Semiconductormarius2009-06-151-0/+1
* Add alc(4), a driver for Atheros AR8131/AR8132 PCIe ethernetyongari2009-06-101-0/+1
* Instead of packing the individual fields in the PnP structures, pack thejhb2009-06-081-26/+26
* Don't attempt to free the GPT partition list for a disk with an empty GPT.jhb2009-06-081-2/+3
* Import ACPICA 20090521.jkim2009-06-053-3/+3
* Make GPT style partitiong endian-safe in U-Boot support library.raj2009-06-031-13/+28
* Add a missing parameter when displaying GPT partitions with an unknownjhb2009-06-011-0/+1
* sys/boot/common.crodrigc2009-06-011-2/+21
* Fix NETIF_DEBUG compilation.marcel2009-05-301-8/+2
* Some of the boot loader code only works on a ufs file system, but itdfr2009-05-282-8/+9
* Improve the accf_dns_load description.brueffer2009-05-171-1/+1
* Add support for booting from raidz1 and raidz2 pools.dfr2009-05-162-79/+166
* GPT style partitioning for loader(8) with U-Boot support library (tested onraj2009-05-053-27/+243
* A simple rewrite of biossmap.c:jkim2009-04-151-44/+87
* Fix masking of TTE bits; the TD_*_MASK macros need shifting via themarius2009-04-141-5/+7
* Use a disk address instead of an int to hold the starting offset of anjhb2009-04-141-1/+1
* Fix whitespace.marius2009-04-131-3/+3
* Rewrite SMBIOS for loader:jkim2009-04-072-152/+206
* Increase sprintf(3) buffer size, which I forgot from the previous commit.jkim2009-04-071-1/+1
* Add an entry for the uath(4) module.weongyo2009-04-071-0/+1
OpenPOWER on IntegriCloud