aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Fix parse() so that the partition to boot (load /boot/loader) from canJohn Hay2009-08-171-8/+5
* Update epair(4) to the new netisr implementation and polishBjoern A. Zeeb2009-07-261-0/+1
* On special systems where the MBR and the GPT are in sync (up to the 4thRui Paulo2009-06-261-1/+1
* Bump PowerPC loader(8) version to reflect extensions it has recently grown.Rafal Jaworowski2009-06-221-0/+1
* Add cas(4), a driver for Sun Cassini/Cassini+ and National SemiconductorMarius Strobl2009-06-151-0/+1
* Add alc(4), a driver for Atheros AR8131/AR8132 PCIe ethernetPyun YongHyeon2009-06-101-0/+1
* Instead of packing the individual fields in the PnP structures, pack theJohn Baldwin2009-06-081-26/+26
* Don't attempt to free the GPT partition list for a disk with an empty GPT.John Baldwin2009-06-081-2/+3
* Import ACPICA 20090521.Jung-uk Kim2009-06-053-3/+3
* Make GPT style partitiong endian-safe in U-Boot support library.Rafal Jaworowski2009-06-031-13/+28
* Add a missing parameter when displaying GPT partitions with an unknownJohn Baldwin2009-06-011-0/+1
* sys/boot/common.cCraig Rodrigues2009-06-011-2/+21
* Fix NETIF_DEBUG compilation.Marcel Moolenaar2009-05-301-8/+2
* Some of the boot loader code only works on a ufs file system, but itDoug Rabson2009-05-282-8/+9
* Improve the accf_dns_load description.Christian Brueffer2009-05-171-1/+1
* Add support for booting from raidz1 and raidz2 pools.Doug Rabson2009-05-162-79/+166
* GPT style partitioning for loader(8) with U-Boot support library (tested onRafal Jaworowski2009-05-053-27/+243
* A simple rewrite of biossmap.c:Jung-uk Kim2009-04-151-44/+87
* Fix masking of TTE bits; the TD_*_MASK macros need shifting via theMarius Strobl2009-04-141-5/+7
* Use a disk address instead of an int to hold the starting offset of anJohn Baldwin2009-04-141-1/+1
* Fix whitespace.Marius Strobl2009-04-131-3/+3
* Rewrite SMBIOS for loader:Jung-uk Kim2009-04-072-152/+206
* Increase sprintf(3) buffer size, which I forgot from the previous commit.Jung-uk Kim2009-04-071-1/+1
* Add an entry for the uath(4) module.Weongyo Jeong2009-04-071-0/+1
* Probe size of installed memory modules from loader and display itJung-uk Kim2009-03-311-6/+52
* Oops, fix the previous change.Yoshihiro Takahashi2009-03-201-3/+3
* MFi386: r189749Yoshihiro Takahashi2009-03-201-33/+69
* Merge the missing changes from i386.Yoshihiro Takahashi2009-03-201-12/+49
* MFi386: the part of r179825 to reduce diffs against i386.Yoshihiro Takahashi2009-03-201-10/+21
* Remove the uscanner(4) driver, this follows the removal of the kernel scannerAndrew Thompson2009-03-191-1/+0
* Reduce diffs against i386.Yoshihiro Takahashi2009-03-193-11/+14
* Use the common PC98_MID_* defines instead of a magic number.Yoshihiro Takahashi2009-03-191-4/+4
* Chase the k8temp->amdtemp rename in NOTES and loader.conf.Dmitry Chagin2009-03-161-1/+1
* The recent change to use memory > 1MB for the heap by default broke CDJohn Baldwin2009-03-123-47/+81
* - Make it possible to disable GPT support by setting LOADER_NO_GPT_SUPPORTJohn Baldwin2009-03-095-3/+40
* Revert the part of change 107879 that employs the unused bytes afterMarcel Moolenaar2009-03-072-5/+5
* Fix some more issues with the real mode BTX.John Baldwin2009-02-241-35/+60
* Fix build when WITH_SSP is set explicitly.Ruslan Ermilov2009-02-218-13/+8
* Enable building of ficl on MIPS. It compiles, but needs more testing.Warner Losh2009-02-191-4/+0
* Add basic mips support. This has been compile tested only.Warner Losh2009-02-192-0/+533
* Add a helper function for loading geli keys from the loader.Andrew Thompson2009-02-162-1/+50
* - Use the generally more appropriate PROM base rather than theMarius Strobl2009-02-101-4/+4
* - Remove superfluous commentGabor Kovesdan2009-01-301-2/+0
* Add an entry for the urtw(4) module.Weongyo Jeong2009-01-231-0/+1
* remove a file which is, as far as I can tell, totally unused.Luigi Rizzo2009-01-131-101/+0
* comment out some debugging messages that slipped in by mistake.Luigi Rizzo2009-01-131-4/+3
* Allow VIA Nano processors to boot FreeBSD/amd64.Jung-uk Kim2009-01-121-2/+3
* This patch introduces a number of simplifications to the ForthLuigi Rizzo2009-01-053-511/+315
* A number of small changes to make the 'save choice to disk' safer,Luigi Rizzo2008-12-302-28/+27
* MFH @ 186335Sam Leffler2008-12-207-24/+21
|\