aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* MFC 281887:John Baldwin2015-06-021-1/+1
* MFC r260150: MFV r259170:Xin LI2014-03-191-0/+3
* MFC r260095:Dimitry Andric2014-01-046-16/+17
* MFC 256293:John Baldwin2013-11-151-2/+5
* MFC r255944 (partial):Bryan Drewery2013-10-101-1/+1
* MFC r249139: strncmp for boot code: fix an off by one errorAndriy Gapon2013-07-061-2/+2
* MFi386: revision 245847Yoshihiro Takahashi2013-06-231-31/+188
* MFC 250333: Don't pad disk partition sizes with leading zeros.John Baldwin2013-06-212-2/+2
* MFC r249846:Dimitry Andric2013-05-012-2/+2
* MFC: r244307Marius Strobl2013-01-271-3/+3
* MFC r245697: zfs/sparc64 boot: fix booting after r242230Andriy Gapon2013-01-261-8/+12
* MFC 229435:John Baldwin2013-01-233-31/+195
* Merge ZFS feature flags support and related bugfixes:Martin Matuska2012-11-301-1/+67
* MFC: r239063, r239064, r239069, r240852, r240854Yoshihiro Takahashi2012-11-236-38/+27
* MFC: r242855, r242865Yoshihiro Takahashi2012-11-231-3/+3
* MFC r241785: boot: use -march=i386 for both i386 and amd64 buildsAndriy Gapon2012-11-183-4/+6
* MFC r243025: boot: use packed attribute for edd_params* structuresAndriy Gapon2012-11-181-5/+5
* MFC r241299: boot/console: handle consoles that fail to probeAndriy Gapon2012-11-042-10/+17
* MFC r241294: zfsboot: simplify probe_drive() a little bitAndriy Gapon2012-10-281-27/+13
* MFC r241293: zfs boot: export boot/primary pool and vdev guid all theAndriy Gapon2012-10-284-2/+50
* MFC r241292: zfs loader: treat plain pool name as a name of its rootAndriy Gapon2012-10-281-14/+10
* MFC r241284: zfs boot: add lszfs command to i386 loaderAndriy Gapon2012-10-281-0/+23
* MFC r241289: boot/zfs: call zfs_spa_init for all found poolsAndriy Gapon2012-10-282-16/+22
* MFC r241283: zfs boot: add code for listing child datasets of a givenAndriy Gapon2012-10-283-4/+68
* MFC r241288: zfsboot: use the same zfs dataset naming format as loaderAndriy Gapon2012-10-281-32/+53
* MFC r241291: zfs boot spa_status: print bootfs for each reported poolAndriy Gapon2012-10-171-0/+11
* MFC r241282: zfs boot: chose a "first" pool if none is explicitly requestedAndriy Gapon2012-10-141-2/+8
* MFC r241290: boot/zfs: a small whitespace cleanupAndriy Gapon2012-10-141-2/+2
* MFC r240349: zfs boot: add a size check for a value in fzap_lookupAndriy Gapon2012-10-061-0/+2
* MFC r240347: zfs boot: fix/replace fzap_rlookup implementationAndriy Gapon2012-10-061-47/+20
* MFC r240342: boot: file_loadraw should strdup name argumentAndriy Gapon2012-10-061-1/+1
* MFC r240348: zfs boot: print only an attribute name in fzap_listAndriy Gapon2012-10-061-1/+2
* MFC r240341,240637: loader/i386: replace ugly inb/outbAndriy Gapon2012-10-061-21/+7
* MFC r240346,240356: zfs boot: bring zap_leaf_chunk field names in syncAndriy Gapon2012-09-222-4/+4
* MFC 237338:John Baldwin2012-08-292-2/+2
* Pull the tier-2 card and change the sparc64 ZFS loader to no longer probeMarius Strobl2012-07-301-9/+43
* MFC: r236581Marius Strobl2012-06-291-14/+16
* fix a mismerge in r237765Andriy Gapon2012-06-291-1/+1
* MFC r235390: zfs boot code: mark spa_t arguments as const where they areAndriy Gapon2012-06-292-28/+28
* MFC r235392,235394,235395: fixes and cleanups for zfs boot MFCAndriy Gapon2012-06-292-2/+3
* MFC r235330: zfs boot: try to set vfs.root.mountfrom from currdev as aAndriy Gapon2012-06-291-2/+16
* MFC r235329,235343,235361,235364: zfsboot/zfsloader: support accessingAndriy Gapon2012-06-2916-251/+748
* MFC r235264: MFi386: improve argument passing via btxldrAndriy Gapon2012-06-299-31/+35
* MFC r235219: cdboot, pxeldr: make use of bootargs.h instead ofAndriy Gapon2012-06-294-11/+8
* MFC r235156: i386 zfsloader: rename LIBZFS to LIBZFSBOOTAndriy Gapon2012-06-291-5/+3
* MFC r235155: i386 boot: consolidate MAXBDDEV definitionAndriy Gapon2012-06-294-5/+2
* MFC r235154,r235158: btxldr: future-proof argument passing fromAndriy Gapon2012-06-299-34/+100
* MFC r235153: sys/boot: add common CTASSERT definitionAndriy Gapon2012-06-292-6/+6
* MFC 236405:John Baldwin2012-06-281-2/+2
* MFC: r236579Marius Strobl2012-06-141-68/+56