summaryrefslogtreecommitdiff
path: root/stand/libsa
Commit message (Expand)AuthorAgeFilesLines
* stand: zfs: handle holes at the tail end correctlyKyle Evans2022-04-241-0/+13
* WITHOUT_BOOT build option appears to include stand, failing on libsaToomas Soome2022-03-181-0/+3
* Disable clang 14 warning about bitwise operators in one more placeDimitry Andric2022-02-111-0/+1
* loader: tslog: Add more log for module loadingEmmanuel Vadot2022-01-271-0/+1
* loader: tftp: Copy the first block into the cacheEmmanuel Vadot2022-01-131-0/+7
* loader: tftp: Add preload methodEmmanuel Vadot2022-01-131-0/+60
* loader: Add preload operation to fs_opsEmmanuel Vadot2022-01-133-1/+48
* loader: implement mount/unmount rootfsToomas Soome2022-01-139-152/+671
* loader: ip: Do not call getsecs so muchEmmanuel Vadot2022-01-131-3/+2
* loader: tftp: Don't let tftp timeoutEmmanuel Vadot2022-01-131-1/+5
* loader: Add a readtest commandEmmanuel Vadot2022-01-131-0/+1
* loader: tftp: Don't error on tftp error 0Emmanuel Vadot2022-01-131-5/+10
* MFC: Add TSLOG to loader sprintfColin Percival2021-12-292-8/+47
* loader: Set twiddle globaldiv to 16 by defaultColin Percival2021-12-291-1/+1
* MFC: arm64 fixes for TSLOGColin Percival2021-12-291-0/+6
* MFC loader+userland TSLOG supportColin Percival2021-12-296-5/+111
* libc: Use musl's optimized strchr and strchrnulEd Maste2021-12-121-1/+1
* ANSIify libsa functionsAlfonso2021-12-066-21/+9
* crypto: Permit variable-sized IVs for ciphers with a reinit hook.John Baldwin2021-10-213-5/+6
* libsa: Fix a typo in source code commentsGordon Bergling2021-09-011-2/+2
* libsa: cstyle cleanup of dosfs.cToomas Soome2021-08-261-551/+566
* loader: open file list should be dynamicToomas Soome2021-08-2613-114/+226
* loader: tftp client should use server address from rootipToomas Soome2021-08-081-4/+2
* loader: cstyle cleanup of libsa/lseek.cToomas Soome2021-08-081-68/+69
* libsa: Fix infinite loop in bzipfs & gzipfsDavid Bright2021-06-092-0/+6
* libsa: Remove conflicting .global/.weak directiveAlex Richardson2021-04-101-1/+0
* loader: we should support pools without featuresToomas Soome2021-04-091-2/+10
* zfs: merge OpenZFS master-9312e0fd1Martin Matuska2021-03-101-0/+5
* 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-465/+2317
* 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