aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libspl
Commit message (Expand)AuthorAgeFilesLines
* Replace dead opensolaris.org license linkTino Reichardt2022-07-1176-76/+76
* Re-fix -Wwrite-strings on FreeBSDнаб2022-06-302-2/+2
* Enable -Wwrite-stringsнаб2022-06-292-2/+2
* Add Linux namespace delegation supportWill Andrews2022-06-103-3/+43
* Introduce BLAKE3 checksums as an OpenZFS featureTino Reichardt2022-06-081-0/+18
* FreeBSD: libspl: Add locking around statfs globalsRyan Moeller2022-05-241-1/+15
* libspl/include: remove unused/empty headersнаб2022-05-1820-599/+6
* Publish libshare protocols, use enum-based APIнаб2022-05-121-5/+15
* libshare: delineate obsolete errorsнаб2022-05-121-10/+7
* libshare: interface: {=> const} char *наб2022-05-121-5/+5
* libshare/smb: cleanupнаб2022-05-121-0/+2
* Remove enable_extended_FILE_stdio()наб2022-05-112-35/+0
* autoconf: use include directives instead of recursing down libнаб2022-05-1010-144/+136
* libspl: include: remove [util/]sscanf.hнаб2022-05-103-34/+1
* FreeBSD: Clean up the use of ioflagsPawel Jakub Dawidek2022-05-021-8/+0
* libspl: print_timestamp: use localtime_r()наб2022-04-051-2/+3
* 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