summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix missing return when LOADER_GPT_SUPPORT is defined, but LOADER_MBR_SUPPORTpjd2011-10-191-1/+1
* Always pass data size for checksum verification function, as usingpjd2011-10-191-1/+1
* Never pass NULL block pointer when reading. This is neither expected norpjd2011-10-191-1/+2
* Don't mark vdev as healthy too soon, so we won't try to use invalid vdevs.pjd2011-10-191-2/+1
* Look for /boot/config in addition to /boot.config, with the former takingdes2011-10-186-13/+24
* Support for booting XLP using FDT.jchandra2011-10-181-0/+67
* - change "is is" to "is" or "it is"eadler2011-10-161-1/+1
* Allow ixp425 boot2 to compile after r219452thompsa2011-10-041-1/+1
* zfstest: rename to zfsboottest and move to toolsavg2011-09-161-144/+0
* gpt/zfs boot blocks: reduce optimizing CFLAGS to -O1avg2011-09-133-29/+4
* zfstest: cleanup the code, improve functionality and diagnosticsavg2011-09-131-16/+40
* Restore behavior of the autoboot_delay="-1" boot menu setting to thejh2011-09-022-6/+11
* Add kern.cam.boot_delay description (with reasonable default) tomarck2011-08-231-0/+2
* Add support for the Blu-Ray drive found in the Sony Playstation 3 and fixnwhitehorn2011-08-148-35/+209
* Fix buffer overflow in sys/boot/common/util.c's printf(), when printingdim2011-08-081-1/+1
* Document the tftp.blksize variable added in src/lib/libstand/tftp.c.rodrigc2011-07-251-0/+5
* Note that the "kernel" variable in loader.conf is the name of a directoryjhb2011-07-201-2/+5
* When building some of the boot loaders with clang, and DEBUG_FLAGS ordim2011-07-173-0/+7
* Add support for booting PS3s from disk. This is still a little hackish untilnwhitehorn2011-07-1614-23/+1092
* Since r219452 the alignment of __dmadat has changed, revealing that fsread()marius2011-07-111-31/+35
* - For Cheetah- and Zeus-class CPUs don't flush all unlocked entries frommarius2011-07-021-25/+63
* Fix r223695 to compile on architectures which don't use the MBR scheme; wrapmarius2011-07-012-6/+17
* Add a version of the FreeBSD bootloader which can run in userland, packageddfr2011-06-3032-4/+4633
* Revert the entry point label to 'start' to unbreak the build.jhb2011-06-272-3/+3
* - Remove the fake BPB from zfsldr. zfsldr doesn't support booting fromjhb2011-06-272-82/+31
* As with EFI, OFW and U-Boot etc only compile FDT support on thosemarius2011-06-253-4/+8
* The recent change to increase the zfsboot size to 64k made a few BIOSesjhb2011-06-231-62/+63
* Minimize backward seeks when trying to load ELF relocatable modules.kan2011-06-191-7/+30
* Fix clang warnings.benl2011-06-181-1/+1
* Revert changes to this file in r222417. This unconditionally enabled thenwhitehorn2011-06-151-4/+1
* Upgrade our copy of llvm/clang to r132879, from upstream's trunk.dim2011-06-121-1/+1
* o Bump the EFI loader version to 3.1.marcel2011-06-073-3/+68
* Add ia64_sync_icache() and use it to make the I-cache coherentmarcel2011-06-074-1/+55
* mdoc: fix markupuqs2011-06-021-1/+1
* Include forgotten framework changes to get some of the new menu files install...julian2011-05-303-2/+5
* Add some missing files. Without we hang in the OF prompt asking for screen.4th.andreast2011-05-291-0/+1
* New boot loader menus from Devin Teske.julian2011-05-2828-285/+3099
* Disconnect sun4v architecture from the three.attilio2011-05-143-72/+3
* a whitespace nitavg2011-05-071-1/+1
* a whitespace nitavg2011-05-071-1/+1
* Fine-tune llvm optimization for sys/boot/i386/boot2, which shaves offdim2011-05-051-1/+2
* Fix corner case where the size is a power of two.marcel2011-05-031-1/+1
* Clang r130700 can now compile sys/boot/i386/boot2 with room to spare.dim2011-05-021-3/+6
OpenPOWER on IntegriCloud