summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Disconnect non-MPSAFE CODAFS from the build in preparation for droppingattilio2012-10-161-1/+0
* Disconnect non-MPSAFE XFS from the build in preparation for droppingattilio2012-10-161-1/+0
* Disconnect non-MPSAFE PORTALFS from the build in preparation for droppingattilio2012-10-161-1/+0
* Since the introduction of the new advanced boot menu (r222417), options likedteske2012-10-143-0/+113
* Fix a typo (s/prefix/suffix/) and comment.dteske2012-10-091-2/+2
* Fix an oversight that cyclic menu items actually are zero-based and candteske2012-10-091-4/+4
* Make the "Options:" separator-text configurable by setting $menu_optionstext.dteske2012-10-091-1/+6
* Add an echo to say we're "Booting..." when the overloaded "boot" Ficl word isdteske2012-10-083-3/+8
* Comment and Copyright fixes/updates.dteske2012-10-072-14/+6
* add detection of serial console presence to btx and boot2-like blocksavg2012-10-066-20/+35
* i386 comconsole: don't loop forever if hardware doesn't respondavg2012-10-061-14/+22
* boot/console: handle consoles that fail to probeavg2012-10-062-10/+17
* zfsboot: simplify probe_drive() a little bitavg2012-10-061-27/+13
* zfs boot: export boot/primary pool and vdev guid all the way to kenvavg2012-10-064-2/+50
* zfs loader: treat plain pool name as a name of its root datasetavg2012-10-061-14/+10
* zfs boot spa_status: print bootfs for each reported poolavg2012-10-061-0/+11
* boot/zfs: a small whitespace cleanupavg2012-10-061-2/+2
* boot/zfs: call zfs_spa_init for all found poolsavg2012-10-062-16/+22
* zfsboot: use the same zfs dataset naming format as loaderavg2012-10-061-32/+53
* zfs boot: add lszfs command to i386 loaderavg2012-10-061-0/+23
* zfs boot: add code for listing child datasets of a given datasetavg2012-10-063-4/+68
* zfs boot: chose a "first" pool if none is explicitly requestedavg2012-10-061-2/+8
* Replace all references to loader_callbacks_v1 with loader_callbacks.ae2012-10-034-6/+6
* Fix the style.ae2012-09-301-4/+4
* Remember the file format of the last loaded module and try to use it forae2012-09-301-2/+9
* Reduce the number of attempts to detect proper kld format for the amd64ae2012-09-302-0/+7
* Fix disk_cleanup() to work without DISK_DEBUG too.ae2012-09-301-1/+3
* Almost each time when loader opens a file, this leads to callingae2012-09-295-35/+190
* Disable splitfs support, since we aren't support floppies for a longae2012-09-291-0/+2
* Make the loader a bit smarter, when it tries to open disk and the sliceae2012-09-281-9/+11
* MFi386: revision 240637nyan2012-09-231-20/+6
* Cosmetic changes.nyan2012-09-231-6/+6
* Implement elfN(reloc) for powerpc. With this change the kernel is now able toandreast2012-09-211-0/+25
* Fix panics on attempt to dereference uninitizlized pointer, returned viamav2012-09-181-1/+1
* loader/i386: replace ugly inb/outb re-implementations with cpufunc.havg2012-09-181-18/+4
* Add the Tegra2 DTS files. Now our dtc supports including other files useandrew2012-09-172-0/+132
* Add support for MSI in interrupt controlller.gber2012-09-141-1/+1
* Add support for Armada XP A0.gber2012-09-141-15/+15
* The MBR data is not necessarily aligned. This is a problem on ARM.kientzle2012-09-141-2/+2
* Make pxe device in lsdev really include device name, looking like this:mav2012-09-122-20/+4
* zfs boot: add a size check for a value in fzap_lookupavg2012-09-111-0/+2
* zfs boot: print only an attribute name in fzap_listavg2012-09-111-1/+2
* zfs boot: fix/replace fzap_rlookup implementationavg2012-09-111-47/+20
* zfs boot: bring zap_leaf_chunk field names in sync with kernel codeavg2012-09-112-4/+4
* boot: file_loadraw should strdup name argumentavg2012-09-111-1/+1
* a bit of trailing whitespace cleanupavg2012-09-111-7/+7
* Slightly reduce an overhead for the open() call in the zfsloader.ae2012-09-112-6/+6
* Handle LOADER_NO_DISK_SUPPORT knob in the arm and powerpc ubldr.ae2012-09-092-0/+8
* Update according to the change of struct uboot_devdesc.ae2012-09-091-1/+1
* Build disk.c only when DISK_SUPPORT is enabled.ae2012-09-091-1/+6
OpenPOWER on IntegriCloud