aboutsummaryrefslogtreecommitdiff
path: root/stand/libsa
Commit message (Expand)AuthorAgeFilesLines
* pkgfs_open: follow symlinksSimon J. Gerraty2021-01-151-1/+18
* libsa: xdrproc_t should return boolToomas Soome2020-12-271-1/+1
* loader: allow loader to accept zfs feature com.delphix:bookmark_writtenToomas Soome2020-12-151-0/+1
* loader: allow loader to accept zfs feature com.datto:bookmark_v2Toomas Soome2020-12-151-0/+1
* loader: xdr_array is missing countToomas Soome2020-12-071-120/+245
* Add CFI start/end proc directives to arm64, i386, and ppcConrad Meyer2020-12-051-0/+2
* loader: add aarch64 support for zstdWarner Losh2020-10-281-2/+0
* loader: revert r342161 and r342151Toomas Soome2020-10-221-18/+4
* Force __BMI__ experimental instructions off.Warner Losh2020-10-131-0/+1
* Add back org.freebsd:zstd_compress to features_for_readWarner Losh2020-10-131-2/+0
* Turn off zstd on aarch64Warner Losh2020-10-132-1/+11
* Add zstd support to the boot loader.Warner Losh2020-10-123-3/+65
* Implement some time variables from kernelWarner Losh2020-09-292-0/+38
* loader: zfs_probe_dev should pick first matching zfs poolToomas Soome2020-09-231-1/+2
* Work around cp breakage in current from last weekWarner Losh2020-09-231-1/+1
* loader: zfs should support bootonce an nextbootToomas Soome2020-09-215-466/+2318
* zalloc_malloc:Free hexdump preceeding buffer when we detect overflowSimon J. Gerraty2020-08-295-4/+96
* Declare time()Warner Losh2020-08-281-0/+5
* ZFS: remove duplicate "com.datto:encryption" from loaderMatt Macy2020-08-271-1/+0
* libsa: only skein_block.c is using SKEIN_LOOPToomas Soome2020-08-261-2/+2
* ZFS: whitelist zstd and encryption in the loaderMatt Macy2020-08-251-0/+2
* libsa: smbios: Parse the chassis type and export it as smbios.chassis.typeEmmanuel Vadot2020-08-201-0/+85
* libsa: remove leftover whitespaceToomas Soome2020-08-191-1/+1
* libsa: make env_discard() publicToomas Soome2020-08-192-3/+2
* libsa: cstyle cleanup for environment.cToomas Soome2020-08-191-119/+118
* zfs: add an option to the bootloader to rewind the ZFS checkpointMariusz Zaborski2020-08-183-76/+136
* loader: implement GELI writesToomas Soome2020-07-115-45/+84
* loader: setting vdev size based on label asize is not workingToomas Soome2020-07-091-4/+54
* loader: geli_dev_ioctl does return huge mediasizeToomas Soome2020-07-071-1/+1
* loader: zfs reader does not need BOOT2 bitsToomas Soome2020-07-021-28/+0
* loader: potential memory leak and check return valuesToomas Soome2020-07-021-2/+12
* loader: can not read zfs pool with slog removedToomas Soome2020-06-261-2/+12
* loader: create single zfs nextboot implementationToomas Soome2020-06-205-326/+1034
* Move the pointers stored in the superblock into a separateKirk McKusick2020-06-191-2/+10
* loader: r362262 did miss the pathlen checkToomas Soome2020-06-171-1/+1
* loader: strings in nvlist are counted strings, not c-stringsToomas Soome2020-06-171-62/+83
* Fix libstand build breakage after r361298.John Baldwin2020-05-201-6/+6
* Remove tests for obsolete compilers in the build systemEric van Gyzen2020-05-121-4/+0
* loader: vdev_read() can corrupt memoryToomas Soome2020-05-091-7/+21
* [libsa] Fix typecast of pointer for st_devAdrian Chadd2020-04-161-1/+1
* Improve interaction of vectx and tftpSimon J. Gerraty2020-04-072-19/+39
* loader: use #elif defined() in stand.hToomas Soome2020-03-291-1/+1
* loader: typo did slip into 359408Toomas Soome2020-03-281-1/+1
* loader: strdup name strings from dataset walkerToomas Soome2020-03-281-2/+8
* loader: add knob to build with user mallocToomas Soome2020-03-281-1/+8
* Fix pkgfs stat so it satisfies libsecurebootSimon J. Gerraty2020-03-251-1/+18
* loader: remove libsa/crc32.c and use version from zlibToomas Soome2020-03-193-131/+18
* loader: replace zfs_alloc/zfs_free with malloc/freeToomas Soome2020-02-262-49/+32
* Move smbios.c to libsa.Warner Losh2020-02-203-0/+495
* Create ptov() function.Warner Losh2020-02-201-0/+5