summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* The loaddev environment variable is not modifiable once set, so it is notmarius2012-06-041-14/+16
* The workaround added in r151650 for handling firmwares that don't allowmarius2012-06-041-68/+56
* Remove unnecessary initializations. The BSS of boot2 is in factjhb2012-06-011-2/+2
* Make sure that each va_start has one and only one matching va_end,kevlo2012-05-291-0/+1
* Allow the load address used by ARM ubldr to be set via Make argument.kientzle2012-05-272-2/+19
* Import DTS files for the upcoming DPAA QorIQ (PowerPC) support.raj2012-05-256-567/+5498
* Use 32-bit ufs_ino_t instead of ino_t to keep boot2 small and preventgleb2012-05-258-31/+26
* Fixes to man8 groff mandoc style, usage mistakes, or typos.wblock2012-05-248-8/+8
* Divide nand flash for DB6281 into two partitions. One for u-bootgber2012-05-221-0/+9
* Add a new geom class which allows to divide NAND Flash chipgber2012-05-221-0/+9
* Determine kernel load address dynamically from u-boot memory map.kientzle2012-05-203-10/+46
* Add architecture dependent code to support NAND Framework on Marvell SoCs.gber2012-05-186-70/+109
* Update contact info.dteske2012-05-1716-16/+16
* Import work done under project/nand (@235533) into head.gber2012-05-175-0/+18
* Access the device tree blob via copyin/copyout.kientzle2012-05-172-41/+66
* libpc98: unbreak after zfs-related changes in libi386 codeavg2012-05-131-0/+2
* zfs boot: cleanup remnants of temporary compat codeavg2012-05-131-2/+1
* zfs boot code: mark spa_t arguments as const where they are used as suchavg2012-05-132-28/+28
* sparc64/zfs boot: take advantage of new libzfsboot capabilitiesavg2012-05-128-156/+55
* zfs boot code: use %j and uintmax_t instead %ll and uint64_t in printfsavg2012-05-122-11/+13
* zfs boot: try to set vfs.root.mountfrom from currdev as a fallbackavg2012-05-121-2/+16
* zfsboot/zfsloader: support accessing filesystems within a poolavg2012-05-1212-187/+784
* Fix sys/boot/i386/cdboot/cdboot.S compilation with clang after r235219.dim2012-05-111-0/+4
* Add support for passing in the board ID.imp2012-05-111-2/+3
* Hack to unbreak boot2 for at91rm9200 boot loader. When the at91samimp2012-05-111-0/+2
* MFi386: improve argument passing via btxldravg2012-05-119-31/+35
* Don't hang if there is no /cpus node in the device tree.kientzle2012-05-111-0/+2
* cdboot, pxeldr: make use of bootargs.h instead of redefining flag constantsavg2012-05-104-11/+8
* Use a non-tricky approach for building and installing zfsboot sharingmarius2012-05-092-6/+2
* r235154 followup: add stddef.h for offsetofavg2012-05-091-0/+1
* i386 zfsloader: rename LIBZFS to LIBZFSBOOTavg2012-05-091-5/+3
* i386 boot: consolidate MAXBDDEV definitionavg2012-05-094-5/+2
* btxldr: future-proof argument passing from boot1/2-ish to loaderavg2012-05-099-34/+99
* sys/boot: add common CTASSERT definitionavg2012-05-093-16/+7
* Ooops. Back out changes to main.c from r235094.kientzle2012-05-061-11/+0
* Don't call strcmp with a NULL pointer.kientzle2012-05-062-4/+18
* Remove some redundant register loads.kientzle2012-05-021-9/+2
* Add initial support for booting from ZFS on sparc64. At least on Sun Firemarius2012-05-019-43/+281
* Add a command for showing the heap usage.marius2012-05-011-0/+12
* Teach ubldr(8) about simple MBR partitioning.kientzle2012-05-013-2/+103
* Add multiple inclusion protection.marius2012-04-291-0/+5
* Build a 32-bit EFI loader on amd64. This to match the rest of themarcel2012-04-202-2/+16
* zfsboot: honor -q if it's present in boot.configavg2012-04-161-2/+8
* Read backup GPT header from the last LBA only when primary GPT header andae2012-04-121-7/+7
* retrofit Safe Mode loader menu item actionsavg2012-04-061-15/+6
* Fix build after changes to trap headers.nwhitehorn2012-03-291-0/+2
* Remove trailing whitespace per mdoc lint warningeadler2012-03-292-2/+2
* Remove second consts in r233288 in order to appease C++ compilers.marius2012-03-261-1/+1
* Improve FDT handling in loader(8) and make it more robust.raj2012-03-221-24/+71
* Declare the CRC lookup-tables const as they hardly should change atmarius2012-03-211-1/+1
OpenPOWER on IntegriCloud