summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use the common/shared CRC-32 implementation instead of duplicating it.marius2012-03-212-69/+7
* Improve device tree blob (DTB) handling in loader(8).raj2012-03-202-25/+113
* Declare some variables static in order to reduce the object size andmarius2012-03-181-31/+18
* Fix a bug introduced in r223938; on big-endian machines coping a 32-bitmarius2012-03-111-0/+15
* MFi386: revisions 232570 and 232754nyan2012-03-101-7/+15
* Make boot2 build with Clang again.jkim2012-03-091-4/+2
* Add a note to clarify why we create a relocated copy of boot1 in lowerjhb2012-03-061-1/+4
* Provide wbwd(4), a driver for the watchdog timer found on variousbz2012-03-061-0/+1
* Fix boot2 to handle boot config files that only contain a custom path tojhb2012-03-051-6/+15
* Respect phy-handle property in Ethernet nodes of the device tree.raj2012-03-041-11/+4
* Fix a long standing bug. The caller expects a non-zero value for success.jkim2012-02-291-2/+2
* Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, todim2012-02-2811-61/+47
* Whitespace cleanup:gjb2012-02-251-8/+16
* Fix various typos in manual pages.gjb2012-02-251-2/+2
* Make sure to synchronize icache for the newly loaded loader. Not an issuenwhitehorn2012-02-162-3/+7
* Reduce diffs against i386.nyan2012-02-101-12/+14
* Fix clang warnings.rpaulo2012-02-052-3/+3
* Clarify and improve the boot menu with some small changes:pluknet2012-01-251-18/+18
* Experimental support for booting CHRP-type PowerPC systems from hard disks.nwhitehorn2012-01-251-1/+0
* Wrap changes from svn r212126 inside LOADER_NFS_SUPPORT such thatsbruno2012-01-191-0/+2
* Fix some unreliability problems related to MSR bits inherited from kboot bynwhitehorn2012-01-151-1/+1
* - Document TheDraw splash screens in the default loader.confeadler2012-01-141-1/+2
* Get rid of a spurious warning on the console when booting the kernelpluknet2012-01-091-2/+13
* Document comconsole_port and comconsole_pcidev loader variables.kib2012-01-071-1/+38
* MFi386: revision 229435nyan2012-01-041-31/+188
* Fix 230MB MO support.nyan2012-01-041-1/+1
* Add special loader environment variables 'comconsole_port' andkib2012-01-033-31/+195
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-033-3/+3
* Merge index() and strchr() together.ed2012-01-031-4/+4
* Unset the environment variables associated with individual menu itemspluknet2011-12-303-18/+81
* Clean up from the 4.x era.pluknet2011-12-271-3/+3
* Make the RTC checking for QEMU even more aggressive.ed2011-12-211-4/+6
* Allow boot0cfg to force a PXE boot via boot0 on the next boot.jhb2011-12-201-1/+1
* - Rename if_carp.ko to carp.ko.glebius2011-12-161-1/+1
* Replace `inline static' by `static inline'.ed2011-12-131-2/+2
* zfsboot: print boot.config contents before parsing itavg2011-12-041-2/+2
* zfs boot: allow file vdevs to be used in testing (e.g. with zfsboottest)avg2011-12-041-0/+3
OpenPOWER on IntegriCloud