aboutsummaryrefslogtreecommitdiff
path: root/stand/libsa
Commit message (Expand)AuthorAgeFilesLines
* 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: 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
* Remove duplicate lz4 implementationsToomas Soome2019-11-022-0/+7
* loader: asprinf does crash arm64 due to missing NULL pointer checkToomas Soome2019-11-011-1/+11
* loader: rs_alloc() may return NULLToomas Soome2019-10-261-5/+22
* Add support for hypervisor check on x86Simon J. Gerraty2019-10-243-0/+59
* loader: zfs_fmtdev can crash when pool discovery did fail and we have no spaToomas Soome2019-10-191-3/+8
* loader: fix typo in zalloc.Toomas Soome2019-09-201-1/+2
* loader: revert r352421Toomas Soome2019-09-171-3/+0
* loader: add memalign() to libsaToomas Soome2019-09-174-5/+55
* loader: stand.h should define reallocf as ReallocfToomas Soome2019-09-171-3/+3
* loader: cstyle cleanup libsa zalloc sourcesToomas Soome2019-09-175-260/+270
* loader: factor out guard location setup from ReallocToomas Soome2019-09-171-1/+3
* loader: Malloc(0) should return NULL.Toomas Soome2019-09-161-0/+3
* libsa: mips: fix typo that had slipped into the diff on local machineKyle Evans2019-08-221-1/+1
* libsa: mips: use _JB_* from machine/asm.h, remove regnum depKyle Evans2019-08-221-27/+26
* stand: gptboot: fix build with xtoolchain-llvm90Kyle Evans2019-08-163-478/+10
* stand: push LIBC_SRC up into defs.mkKyle Evans2019-08-161-9/+8
* Revert r351078, r351085: stand/quad.h evictionKyle Evans2019-08-152-1/+114
* stand: kick out quad.hKyle Evans2019-08-152-114/+1
* loader: add error check for vdev_indirect callsToomas Soome2019-08-091-0/+12
* loader: support com.delphix:removingToomas Soome2019-08-082-17/+703
* Allow efi loader to get network params from ubootJustin Hibbits2019-07-121-0/+1
* Remove NAND and NANDFS supportWarner Losh2019-06-253-1065/+0
* loader: add HTTP support using UEFIRebecca Cran2019-06-241-0/+1
* Tell loader to ignore newer features enabled on the root pool.Matt Macy2019-06-191-0/+6
* Separate kernel crc32() implementation to its own header (gsb_crc32.h) andXin LI2019-06-171-1/+1
* Eliminate unused uuid parameters from gptread and gptread_table. WeWarner Losh2019-06-052-8/+6
* stand: zfs: Free bouncebuf on error path in vdev_readKyle Evans2019-05-311-2/+4
* Unexpand be32dec().Xin LI2019-05-301-8/+3
* loader: malloc+memset is calloc in spa_createToomas Soome2019-05-291-2/+1
* loader: zfs_alloc and zfs_free should use panicToomas Soome2019-05-291-4/+2
* ficl pfopen: verify fileSimon J. Gerraty2019-05-241-0/+1
* Move contrib/zlib to sys/contrib/zlib so that we can use it in kernel.Xin LI2019-05-081-2/+2
* Distinguish between "no partition" and "choose best partition" with a constant.Ian Lepore2019-03-241-1/+1
* Enable veriexec for loaderSimon J. Gerraty2019-02-262-4/+5
* loader: really fix cd9660 dirmatchToomas Soome2019-02-201-4/+30
* cd9660: dirmatch fails to unmatch when name is prefix for directory recordToomas Soome2019-02-181-0/+4
* It turns out r344226 narrowed the overrun bug but did not eliminate it entirelyPatrick Kelsey2019-02-171-2/+2
* Fix memory corruption bug introduced in r325310Patrick Kelsey2019-02-171-27/+76
* Regularize the Netflix copyrightWarner Losh2019-02-042-2/+2
* libsa: add asprintf()Toomas Soome2019-01-172-0/+29
* loader should ignore active multi_vdev_crash_dump feature on zpoolToomas Soome2019-01-171-0/+1
* MK_ZFS -> {MK_ZFS|MK_LOADER_ZFS}, this is so we can diable userland / kernelMatt Macy2019-01-051-1/+1