aboutsummaryrefslogtreecommitdiff
path: root/stand/libsa
Commit message (Expand)AuthorAgeFilesLines
* stand: Fix a common typo in source code commentsGordon Bergling2022-06-101-1/+1
* stand: zfs: handle holes at the tail end correctlyKyle Evans2022-04-241-0/+13
* libsa: Fix a typo in a panic messageGordon Bergling2022-04-231-1/+1
* Unify zlib instances into one.Xin LI2022-04-101-1/+1
* Add clzdi2 to libsa on mips and powerpc, when built with gccDimitry Andric2021-12-221-0/+5
* ANSIify libsa functionsAlfonso2021-12-066-21/+9
* libsa: cstyle cleanup of dosfs.cToomas Soome2021-10-081-580/+595
* loader: cstyle cleanup of libsa/lseek.cToomas Soome2021-10-081-68/+69
* loader: implement GELI writesToomas Soome2021-10-085-45/+85
* loader: update zfsimpl.c from illumos review suggestionsToomas Soome2021-10-081-14/+22
* pkgfs_open: follow symlinksSimon J. Gerraty2021-10-081-1/+18
* loader: we should support pools without featuresToomas Soome2021-10-081-2/+10
* libsa: Remove conflicting .global/.weak directiveAlex Richardson2021-10-081-1/+0
* loader: allow loader to accept zfs feature com.delphix:bookmark_writtenToomas Soome2021-10-081-0/+1
* loader: allow loader to accept zfs feature com.datto:bookmark_v2Toomas Soome2021-10-081-0/+1
* loader: revert r342161 and r342151Toomas Soome2021-10-081-18/+4
* Implement some time variables from kernelWarner Losh2021-10-082-0/+38
* loader: zfs_probe_dev should pick first matching zfs poolToomas Soome2021-10-081-1/+2
* Declare time()Warner Losh2021-10-081-0/+5
* libsa: only skein_block.c is using SKEIN_LOOPToomas Soome2021-10-081-2/+2
* libsa: smbios: Parse the chassis type and export it as smbios.chassis.typeEmmanuel Vadot2021-10-081-0/+85
* libsa: remove leftover whitespaceToomas Soome2021-10-081-1/+1
* libsa: make env_discard() publicToomas Soome2021-10-082-3/+2
* libsa: cstyle cleanup for environment.cToomas Soome2021-10-081-119/+118
* loader: setting vdev size based on label asize is not workingToomas Soome2021-10-081-4/+54
* loader: zfs reader does not need BOOT2 bitsToomas Soome2021-10-081-28/+0
* loader: potential memory leak and check return valuesToomas Soome2021-10-081-2/+12
* loader: can not read zfs pool with slog removedToomas Soome2021-10-081-2/+12
* loader: create single zfs nextboot implementationToomas Soome2021-10-085-326/+1035
* loader: r362262 did miss the pathlen checkToomas Soome2021-10-081-1/+1
* loader: strings in nvlist are counted strings, not c-stringsToomas Soome2021-10-081-62/+83
* loader: use #elif defined() in stand.hToomas Soome2021-10-081-1/+1
* loader: typo did slip into 359408Toomas Soome2021-10-081-1/+1
* loader: strdup name strings from dataset walkerToomas Soome2021-10-081-2/+8
* loader: add knob to build with user mallocToomas Soome2021-10-081-1/+8
* loader: remove libsa/crc32.c and use version from zlibToomas Soome2021-10-083-131/+18
* loader: replace zfs_alloc/zfs_free with malloc/freeToomas Soome2021-10-082-49/+32
* Move smbios.c to libsa.Warner Losh2021-10-083-0/+495
* Create ptov() function.Warner Losh2021-10-081-0/+5
* followup on r357497: clean obsolete comment and use shift instead of multipli...Toomas Soome2021-10-081-6/+7
* loader: rewrite zfs reader zap code to use mallocToomas Soome2021-10-081-161/+273
* Wait a maximum of 300 seconds for network send/recv in libsaRebecca Cran2021-10-081-1/+1
* loader: zfsimpl.c cstyle cleanupToomas Soome2021-10-081-92/+114
* loader: tftp client should use server address from rootipToomas Soome2021-10-081-4/+2
* ZFS: remove duplicate "com.datto:encryption" from loaderMatt Macy2021-10-081-1/+0
* loader: geli_dev_ioctl does return huge mediasizeToomas Soome2021-10-081-1/+1
* loader: zfs.c is missing malloc checks, fix itToomas Soome2021-10-081-9/+11
* loader: should check malloc in zfs_dev_openToomas Soome2021-10-081-0/+2
* Revert the changes that removed support for old gcc, as stable/12 stillDimitry Andric2021-09-031-0/+4
* Remove tests for obsolete compilers in the build systemEric van Gyzen2021-09-021-4/+0