aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libspl
Commit message (Expand)AuthorAgeFilesLines
* Ask libtool to stop hiding some errorsRich Ercolani2022-03-311-0/+3
* Integrate carcass of libspl/i/s/vtoc.h into i/s/efi_partition.hнаб2022-03-152-59/+0
* Forbid b{copy,zero,cmp}(). Don't include <strings.h> for <string.h>наб2022-03-153-34/+2
* Remove bcopy(), bzero(), bcmp()наб2022-03-151-5/+5
* libspl: include: sys/vtoc.h: reduce to absolute barest minimumнаб2022-03-151-292/+0
* Handle aarch64 defines seperate from armWindel Bouwman2022-03-071-8/+17
* Use _Noreturn (C11; GNU89) properlyAlejandro Colomar2022-03-041-1/+0
* userspace: mark arguments usedнаб2022-02-181-0/+1
* module: icp: remove unused (and mostly faked) cm_{{min,max}_key_length,mech_f...наб2022-02-151-3/+0
* Rename fallthrough to zfs_fallthroughJorgen Lundman2022-02-151-3/+3
* Add `--enable-asan` and `--enable-ubsan` switchesDamian Szuberski2022-02-032-2/+9
* linux: libspl: zone: () -> (void)наб2022-02-011-1/+1
* Replace *CTASSERT() with _Static_assert()наб2022-01-261-8/+0
* Clean up CSTYLEDsнаб2022-01-261-70/+96
* libspl: include: ia32: removeнаб2022-01-264-307/+1
* libspl: cast to uintptr_t instead of !!ingнаб2022-01-241-9/+15
* libspl: ASSERT*: !! for sizeofнаб2022-01-211-9/+9
* module/*.ko: prune .data, global .rodataнаб2022-01-141-2/+2
* FreeBSD: Fix leaked strings in libspl mnttabRyan Moeller2022-01-141-9/+16
* libspl: kmem.h: mark unused kmem_*() macro arguments usedнаб2021-12-231-2/+2
* libspl: ASSERT*: mark arguments as usedнаб2021-12-231-9/+9
* FreeBSD: fix world build after 143476ce8Martin Matuška2021-12-201-1/+1
* linux: libspl: getmntany: remove unused argumentнаб2021-12-131-2/+2
* libspl: fix warning about missing spl_pagesize declarationÉrico Nogueira Rolim2021-09-241-0/+1
* Use fallthrough macroBrian Behlendorf2021-09-141-1/+10
* Remove NOTE(CONSTCOND) and note.hнаб2021-07-261-2/+0
* Detect HAVE_LARGE_STACKS at compile timeKevin Bowling2021-07-162-0/+4
* Remove pool io kstats (#12212)Alexander Motin2021-06-101-6/+0
* lib{efi,avl,share,tpool,zfs_core,zfsbootenv,zutil}: -fvisibility=hiddenнаб2021-06-091-7/+7
* libzfs: On FreeBSD, use MNT_NOWAIT with getfsstatAlan Somers2021-06-081-2/+2
* More aggsum optimizationsAlexander Motin2021-06-072-0/+56
* libspl: staticify buf and pagesize, rename aok to libspl_assert_okнаб2021-06-034-5/+5
* Introduce write-mostly sumsAlexander Motin2021-05-272-0/+69
* libspl: implement atomics in terms of atomicsнаб2021-04-185-1696/+48
* linux/libspl: gethostid: read from /proc/sys/kernel/spl/hostid, simplifyнаб2021-04-151-24/+17
* libspl: lift common bits of getexecname()наб2021-04-155-72/+99
* libzfs: get rid of libzfs_handle::libzfs_mnttabнаб2021-04-131-4/+0
* linux/libspl: getextmntent(): don't leak mnttab FILE*наб2021-04-131-0/+1
* lib/: set O_CLOEXEC on all fdsнаб2021-04-112-4/+4
* Support running FreeBSD buildworld on Arm-based macOS hostsJessica Clarke2021-03-261-0/+11
* Removed duplicated includesAndrea Gelmini2021-03-221-1/+0
* cppcheck: integrete cppcheckBrian Behlendorf2021-01-261-0/+9
* FreeBSD: fix HEAD build, conditionally remove FDSYNC definesMatt Macy2021-01-234-0/+76
* Extending FreeBSD UIO StructBrian Atkinson2021-01-201-22/+22
* Linux 5.10 compat: use iov_iter in uio structureBrian Behlendorf2020-12-181-1/+0
* Remove UIO_ZEROCOPY functions structuresMatthew Macy2020-10-301-39/+0
* Share zfs_fsync, zfs_read, zfs_write, et al between Linux and FreeBSDMatthew Macy2020-10-211-1/+0
* Cross-platform acltypeRyan Moeller2020-10-131-25/+41
* FreeBSD: make adjustments for the standalone environmentWarner Losh2020-10-131-4/+0
* FreeBSD: Improve libzfs_error_init messagesRyan Moeller2020-10-131-4/+0