summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename the linker emulation name for powerpc and powerc64. This is needed thatandreast2011-11-193-3/+3
* Initial version of cesa(4) driver for Marvell crypto engine and securityraj2011-11-192-0/+4
* - Add new loader_logo orbbw to default.confmiwi2011-11-191-1/+1
* - Whitespaces fixed onlymiwi2011-11-191-3/+3
* Wire the kernel text RWX, rather than RX. We're not quite readymarcel2011-11-171-1/+1
* Add DTS for the Freescale P2020DS.raj2011-11-171-0/+754
* Add DTS for the Freescale P1020RDB.marcel2011-11-141-0/+627
* Add DTS for the Freescale P3041DS.marcel2011-11-141-0/+753
* Revert some debugging printfs that crept into 223695.jhb2011-11-091-5/+1
* Remove the remnants of /stand/sysinstall.pluknet2011-11-031-1/+1
* Remove the long reprecated ``/stand/sysinstall'' from the init_path.pluknet2011-10-271-1/+1
* - Add a new header for the x86 boot code that defines various structuresjhb2011-10-256-31/+128
* Consolidate duplicate definitions of V86_CY() and V86_ZR() which check forjhb2011-10-2515-37/+27
* With LOADER_MBR_SUPPORT defined and LOADER_GPT_SUPPORT undefined we wouldpjd2011-10-201-2/+3
* - Correctly read gang header from raidz.pjd2011-10-201-51/+51
OpenPOWER on IntegriCloud