aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libspl
Commit message (Expand)AuthorAgeFilesLines
* spl: Add cmn_err_once() to log a message only on the first callAttila Fülöp2023-03-071-0/+34
* Add SHA2 SIMD feature tests for libsplTino Reichardt2023-03-022-24/+99
* Remove old or redundant SHA2 filesTino Reichardt2023-03-021-148/+0
* Use .section .rodata instead of .rodata on FreeBSDDimitry Andric2023-02-241-1/+1
* Restore FreeBSD to use .rodataJorgen Lundman2023-02-061-1/+1
* x86 asm: Replace .align with .balignAttila Fülöp2023-01-242-10/+10
* Unify Assembler files between Linux and WindowsJorgen Lundman2023-01-174-0/+451
* freebsd: simplify MD isa_defs.hBrooks Davis2022-11-071-25/+0
* Improve RISC-V supportBrooks Davis2022-11-031-1/+5
* Introduce kmem_scnprintf()Richard Yao2022-10-291-1/+1
* Aligned free for aligned allocAndrew Innes2022-10-261-1/+19
* Linux: Fix big endian and partial read bugs in get_system_hostid()Richard Yao2022-10-201-1/+5
* Reduce false positives from Static AnalyzersRichard Yao2022-09-305-1/+47
* Fix unsafe string operationsRichard Yao2022-09-271-1/+1
* Fix double declaration of getauxval() for FreeBSD PPCTino Reichardt2022-09-261-2/+3
* Add membar_syncMateusz Guzik2022-09-202-0/+13
* Add PPC cpu feature tests for FreeBSD and LinuxTino Reichardt2022-09-161-45/+42
* Make zfs-share service resilient to stale exportsDon Brady2022-09-091-1/+2
* 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