| Commit message (Expand) | Author | Age | Files | Lines |
* | Ask libtool to stop hiding some errors | Rich Ercolani | 2022-03-31 | 1 | -0/+3 |
* | Integrate carcass of libspl/i/s/vtoc.h into i/s/efi_partition.h | наб | 2022-03-15 | 2 | -59/+0 |
* | Forbid b{copy,zero,cmp}(). Don't include <strings.h> for <string.h> | наб | 2022-03-15 | 3 | -34/+2 |
* | Remove bcopy(), bzero(), bcmp() | наб | 2022-03-15 | 1 | -5/+5 |
* | libspl: include: sys/vtoc.h: reduce to absolute barest minimum | наб | 2022-03-15 | 1 | -292/+0 |
* | Handle aarch64 defines seperate from arm | Windel Bouwman | 2022-03-07 | 1 | -8/+17 |
* | Use _Noreturn (C11; GNU89) properly | Alejandro Colomar | 2022-03-04 | 1 | -1/+0 |
* | userspace: mark arguments used | наб | 2022-02-18 | 1 | -0/+1 |
* | module: icp: remove unused (and mostly faked) cm_{{min,max}_key_length,mech_f... | наб | 2022-02-15 | 1 | -3/+0 |
* | Rename fallthrough to zfs_fallthrough | Jorgen Lundman | 2022-02-15 | 1 | -3/+3 |
* | Add `--enable-asan` and `--enable-ubsan` switches | Damian Szuberski | 2022-02-03 | 2 | -2/+9 |
* | linux: libspl: zone: () -> (void) | наб | 2022-02-01 | 1 | -1/+1 |
* | Replace *CTASSERT() with _Static_assert() | наб | 2022-01-26 | 1 | -8/+0 |
* | Clean up CSTYLEDs | наб | 2022-01-26 | 1 | -70/+96 |
* | libspl: include: ia32: remove | наб | 2022-01-26 | 4 | -307/+1 |
* | libspl: cast to uintptr_t instead of !!ing | наб | 2022-01-24 | 1 | -9/+15 |
* | libspl: ASSERT*: !! for sizeof | наб | 2022-01-21 | 1 | -9/+9 |
* | module/*.ko: prune .data, global .rodata | наб | 2022-01-14 | 1 | -2/+2 |
* | FreeBSD: Fix leaked strings in libspl mnttab | Ryan Moeller | 2022-01-14 | 1 | -9/+16 |
* | libspl: kmem.h: mark unused kmem_*() macro arguments used | наб | 2021-12-23 | 1 | -2/+2 |
* | libspl: ASSERT*: mark arguments as used | наб | 2021-12-23 | 1 | -9/+9 |
* | FreeBSD: fix world build after 143476ce8 | Martin Matuška | 2021-12-20 | 1 | -1/+1 |
* | linux: libspl: getmntany: remove unused argument | наб | 2021-12-13 | 1 | -2/+2 |
* | libspl: fix warning about missing spl_pagesize declaration | Érico Nogueira Rolim | 2021-09-24 | 1 | -0/+1 |
* | Use fallthrough macro | Brian Behlendorf | 2021-09-14 | 1 | -1/+10 |
* | Remove NOTE(CONSTCOND) and note.h | наб | 2021-07-26 | 1 | -2/+0 |
* | Detect HAVE_LARGE_STACKS at compile time | Kevin Bowling | 2021-07-16 | 2 | -0/+4 |
* | Remove pool io kstats (#12212) | Alexander Motin | 2021-06-10 | 1 | -6/+0 |
* | lib{efi,avl,share,tpool,zfs_core,zfsbootenv,zutil}: -fvisibility=hidden | наб | 2021-06-09 | 1 | -7/+7 |
* | libzfs: On FreeBSD, use MNT_NOWAIT with getfsstat | Alan Somers | 2021-06-08 | 1 | -2/+2 |
* | More aggsum optimizations | Alexander Motin | 2021-06-07 | 2 | -0/+56 |
* | libspl: staticify buf and pagesize, rename aok to libspl_assert_ok | наб | 2021-06-03 | 4 | -5/+5 |
* | Introduce write-mostly sums | Alexander Motin | 2021-05-27 | 2 | -0/+69 |
* | libspl: implement atomics in terms of atomics | наб | 2021-04-18 | 5 | -1696/+48 |
* | linux/libspl: gethostid: read from /proc/sys/kernel/spl/hostid, simplify | наб | 2021-04-15 | 1 | -24/+17 |
* | libspl: lift common bits of getexecname() | наб | 2021-04-15 | 5 | -72/+99 |
* | libzfs: get rid of libzfs_handle::libzfs_mnttab | наб | 2021-04-13 | 1 | -4/+0 |
* | linux/libspl: getextmntent(): don't leak mnttab FILE* | наб | 2021-04-13 | 1 | -0/+1 |
* | lib/: set O_CLOEXEC on all fds | наб | 2021-04-11 | 2 | -4/+4 |
* | Support running FreeBSD buildworld on Arm-based macOS hosts | Jessica Clarke | 2021-03-26 | 1 | -0/+11 |
* | Removed duplicated includes | Andrea Gelmini | 2021-03-22 | 1 | -1/+0 |
* | cppcheck: integrete cppcheck | Brian Behlendorf | 2021-01-26 | 1 | -0/+9 |
* | FreeBSD: fix HEAD build, conditionally remove FDSYNC defines | Matt Macy | 2021-01-23 | 4 | -0/+76 |
* | Extending FreeBSD UIO Struct | Brian Atkinson | 2021-01-20 | 1 | -22/+22 |
* | Linux 5.10 compat: use iov_iter in uio structure | Brian Behlendorf | 2020-12-18 | 1 | -1/+0 |
* | Remove UIO_ZEROCOPY functions structures | Matthew Macy | 2020-10-30 | 1 | -39/+0 |
* | Share zfs_fsync, zfs_read, zfs_write, et al between Linux and FreeBSD | Matthew Macy | 2020-10-21 | 1 | -1/+0 |
* | Cross-platform acltype | Ryan Moeller | 2020-10-13 | 1 | -25/+41 |
* | FreeBSD: make adjustments for the standalone environment | Warner Losh | 2020-10-13 | 1 | -4/+0 |
* | FreeBSD: Improve libzfs_error_init messages | Ryan Moeller | 2020-10-13 | 1 | -4/+0 |