summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Add a missing prototypebrian2010-06-201-0/+1
* Pass the -N flag to linked via -Wl.rdivacky2010-06-141-1/+1
* Fix conditional FDT support in loader(8).raj2010-06-133-2/+8
* Use -Wl,-N instead of the undocumented -N option for GCC.ed2010-06-0312-12/+12
* zfs boot: fix error handling in zfs_readdiravg2010-05-311-0/+2
* boot/zfs: fix gang block reading codeavg2010-05-281-4/+8
* Initial device tree source (DTS) files for Marvell ARM systems:raj2010-05-267-0/+1487
* Import device tree source (DTS) files for PowerPC MPC8555CDS and MPC8572DSraj2010-05-262-0/+1337
* Bring a missing FDT piece (omitted in the previous commit).raj2010-05-251-0/+4
* Initial loader(8) support for Flattened Device Tree.raj2010-05-259-13/+1407
* Mostly revert r200691. U-Boot syscall() entry point returns 1 on success.raj2010-05-251-1/+1
* Use loader devices only when they initialized properly.raj2010-05-252-9/+11
* - Set 'dmadat' earlier so that we properly setup the heap if we fail tojhb2010-05-211-4/+6
* mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theuqs2010-05-131-8/+8
* Formatting nitimp2010-05-101-1/+2
* Remove if_ar, if_ray, if_sr, if_ppp, if_sl to reflect the current modulesdelphij2010-05-041-6/+2
* Add support for SPARC64 V (and where it already makes sense for othermarius2010-05-021-2/+6
* Add driver for Silicon Integrated Systems SiS190/191 Fast/Gigabit Ethernet.yongari2010-04-141-0/+1
* Add a copyright.rpaulo2010-04-071-0/+26
* EFI boot loader for FreeBSD/i386.rpaulo2010-04-0715-0/+1663
* Our boot loader is capable of booting both i386 and amd64 kernels sodelphij2010-03-263-3/+3
* BWCT boards can have 128MB SDRAM.ticso2010-03-092-2/+6
* fix signed warningticso2010-03-091-1/+1
* Add bwn(4) driver.weongyo2010-02-251-0/+1
* Minor style correction.raj2010-02-251-1/+1
* Fix handling of GPT disk partition index.raj2010-02-251-0/+8
* Let loader(8) for U-Boot use default storage more flexibly.raj2010-02-251-7/+18
* Enable U-Boot storage for PowerPC. While there fix loader(8) help file name.raj2010-02-252-5/+5
* Some machines can not only consist of CPUs running at different speedsmarius2010-02-201-1/+1
* Enable NETIF_OPEN_CLOSE_ONCE on PowerPC OFW. This fixes netbooting onnwhitehorn2010-02-201-0/+5
* Update comment. We also look for GPT partitions.pjd2010-02-181-1/+1
* Correct the panic strings introduced in r203830 to match their arguments.marius2010-02-131-4/+4
* Use the SUNW,{d,i}tlb-load methods for entering locked TLB entries likemarius2010-02-131-48/+26
* - Assert that HEAPSZ is a multiple of PAGE_SIZE as at least the firmwaremarius2010-02-131-34/+115
* Add command-line option -dev to set the default value of the currdevmarcel2010-01-182-14/+58
* Add gmountver, disk mount verification GEOM class.trasz2010-01-161-0/+1
* Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamicbrooks2010-01-121-0/+1
* Remove debugging printf(). There's no need to print the imagemarcel2010-01-101-2/+0
* Remove file system support based on the simple file system protocolmarcel2010-01-097-449/+276
* - Add code allowing a network device to only be open and closed oncemarius2010-01-092-10/+38
* Remove clause 3 and 4 from TNF licenses (this was the only 4-clause TNFmarius2010-01-091-10/+1
* Space cleanup for revision 201689 committed separately for easier review.delphij2010-01-061-35/+35
* Instead of assuming all vdevs are healthy, check the newest vdev labeldelphij2010-01-061-22/+66
* Fix typo: s/partion/partition/mbr2010-01-021-1/+1
* Reimplement the boot2 for pc98 completely.nyan2009-12-3122-4590/+1335
* Don't use 15M-16M area on pc98. It's reserved for some devices.nyan2009-12-312-1/+20
* Add setting machine type support to the loader.nyan2009-12-314-1/+112
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.antoine2009-12-281-1/+1
* Execute the cleanup handlers before jumping to the kernel justmarius2009-12-241-0/+2
* - Consistently wrap debugging in NETIF_DEBUG. This basically mergesmarius2009-12-241-6/+22
OpenPOWER on IntegriCloud