summaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
...
* loader: rewrite zfs vdev initializationToomas Soome2019-12-151-260/+437
* loader: zfsimpl.c cstyle cleanupToomas Soome2019-12-151-117/+139
* zfs boot: fix a crash in a rarely taken path in fzap_lookupAndriy Gapon2019-12-131-4/+2
* loader: cd9660_open() warn: is 'buf' large enough for 'struct iso_primary_des...Toomas Soome2019-12-132-5/+7
* loader: clean up devopen and devclose a bitToomas Soome2019-12-131-3/+2
* loader: vdisk dereference after freeToomas Soome2019-12-131-2/+2
* stand: liblua: drop default buffer size to 128Kyle Evans2019-12-121-5/+1
* Update Makefile.depend filesSimon J. Gerraty2019-12-113-5/+18
* powerpc: Use builtins for fls/flslJustin Hibbits2019-12-081-1/+0
* loader.efi: print ImageBase so we know where we areToomas Soome2019-12-061-0/+1
* Regularize my copyright noticeWarner Losh2019-12-047-10/+7
* loader: clean up efipart filter expressionsToomas Soome2019-12-041-12/+11
* lualoader: correct a typo from r354247Kyle Evans2019-12-031-1/+1
* loader: ReadKeyStrokeEx may return partial keystrokesToomas Soome2019-12-031-3/+4
* loader.efi: fix cd boot for cisco C220M3Toomas Soome2019-12-021-0/+17
* loader.efi: efipart needs better support detecting nested partitionsToomas Soome2019-11-304-251/+300
* Also turn of teken for RB_MULTIPLEWarner Losh2019-11-281-2/+10
* Remove comment. We're just going to the next node here.Warner Losh2019-11-281-1/+1
* Support kernels larger than EFI_STAGING_SIZE in loader.efiAndrew Turner2019-11-271-3/+64
* MFV r354382,r354385: 10601 10757 Pool allocation classesAndriy Gapon2019-11-211-0/+1
* Add flua to the base system, install to /usr/libexecKyle Evans2019-11-185-377/+6
* loader: remove unused variable from efipart.cToomas Soome2019-11-161-1/+1
* loader: add support for hybrid PMBR for GPT partition tableToomas Soome2019-11-151-14/+9
* loader: r354415 did miss to sort subpaths below the partitionsToomas Soome2019-11-151-5/+23
* Logging improvements to loader::nfsRavi Pokala2019-11-131-3/+4
* reverting r354594Toomas Soome2019-11-121-1/+2
* loader: use struct initializer in vdev_probe().Toomas Soome2019-11-101-2/+1
* loader: memory leak in vdev_label_read_config()Toomas Soome2019-11-101-5/+5
* loader.efi: Default to serial if we don't have a ConOut variableEmmanuel Vadot2019-11-081-1/+4
* cstyle cleanup for i386_copy.cToomas Soome2019-11-081-18/+18
* loader: implement fallback efi_devpath_to_name()Toomas Soome2019-11-071-4/+428
* loader.efi: HARDDRIVE_DEVICE_PATH may have subpathsToomas Soome2019-11-061-12/+37
* loader: clean up the noise around log deviceToomas Soome2019-11-052-17/+0
* loader: populate nvl with data even when label_txg is 0Toomas Soome2019-11-051-1/+3
* loader: show APFS partition type nameToomas Soome2019-11-042-1/+6
* loader: allow booting from pool with log deviceToomas Soome2019-11-031-0/+3
* loader: factor out label and uberblock load from vdev_probe, add MMP checksToomas Soome2019-11-031-90/+164
* loader: zfs.c is missing malloc checks, fix itToomas Soome2019-11-031-9/+11
* loader: we do not support booting from pool with log deviceToomas Soome2019-11-032-5/+27
* loader: should check malloc in zfs_dev_openToomas Soome2019-11-031-0/+2
* loader: calculate physical vdev psize from asizeToomas Soome2019-11-031-6/+23
* loader: userboot/test should accept more than one diskToomas Soome2019-11-031-13/+13
* Remove duplicate lz4 implementationsToomas Soome2019-11-025-0/+10
* loader: libi386/comconsole.c cstyle cleanupToomas Soome2019-11-021-123/+123
* loader: fall back to term_emu on efi console with serial backendToomas Soome2019-11-024-28/+510
* lualoader: rewrite try_include using lfs + dofileKyle Evans2019-11-021-5/+21
* liblua: add loader.lua_pathKyle Evans2019-11-021-0/+2
* stand: consolidate knowledge of lua pathKyle Evans2019-11-026-4/+10
* We don't support configuring serial PCI cards in EFI. Make this clearer in theWarner Losh2019-11-012-3/+5
* loader: asprinf does crash arm64 due to missing NULL pointer checkToomas Soome2019-11-011-1/+11