aboutsummaryrefslogtreecommitdiffstats
path: root/include/os/freebsd
Commit message (Expand)AuthorAgeFilesLines
* Unify Assembler files between Linux and WindowsJorgen Lundman2023-01-172-0/+181
* freebsd: simplify MD isa_defs.hBrooks Davis2022-11-072-455/+0
* freebsd: trim dkio.h to the minimumBrooks Davis2022-11-071-460/+0
* freebsd: add ifdefs around legacy ioctl supportBrooks Davis2022-11-071-0/+13
* freebsd: remove no-op vn_renamepath()Brooks Davis2022-11-071-1/+0
* freebsd: remove unused vn_rename()Brooks Davis2022-11-071-9/+0
* acl: use uintptr_t for ace walker cookiesBrooks Davis2022-11-031-1/+1
* Introduce kmem_scnprintf()Richard Yao2022-10-291-0/+3
* debug: fix output from VERIFY0 assertionRob N ★2022-10-281-1/+1
* zfs_rename: support RENAME_* flagsAleksa Sarai2022-10-281-1/+2
* FreeBSD: vn_flush_cached_data: observe vnode locking contractAndriy Gapon2022-10-261-0/+2
* Silence objtool warnings from 55d7afa4Richard Yao2022-10-261-0/+3
* Support idmapped mountyouzhongyang2022-10-192-5/+9
* Cleanup: 64-bit kernel module parameters should use fixed width typesRichard Yao2022-10-131-9/+9
* Reduce false positives from Static AnalyzersRichard Yao2022-09-304-14/+39
* Cleanup: Switch to strlcpy from strncpyRichard Yao2022-09-271-5/+5
* Fix double declaration of getauxval() for FreeBSD PPCTino Reichardt2022-09-261-1/+3
* Retire ZFS_TEARDOWN_TRY_ENTER_READMateusz Guzik2022-09-201-6/+0
* Add membar_syncMateusz Guzik2022-09-201-0/+1
* FreeBSD: Cleanup zfs_readdir()Richard Yao2022-09-203-85/+0
* FreeBSD: fix static module build broken in 7bb707ffaMartin Matuška2022-09-191-0/+34
* Add PPC cpu feature tests for FreeBSD and LinuxTino Reichardt2022-09-164-27/+122
* Fix BLAKE3 tuneable and module loading on Linux and FreeBSDTino Reichardt2022-09-161-4/+3
* zfs_enter reworkChunwei Chen2022-09-161-20/+15
* Cleanup: Make memory barrier definitions consistent across kernelsRichard Yao2022-09-132-2/+2
* Cleanup: Use OpenSolaris functions to call schedulerRichard Yao2022-09-123-4/+2
* FreeBSD: add knlist_init_sx() for exclusive locksRob Wing2022-09-061-0/+37
* FreeBSD: Organize sysctlsRyan Moeller2022-09-021-8/+14
* FreeBSD: Mark ZFS_MODULE_PARAM_CALL as MPSAFERyan Moeller2022-09-021-1/+1
* FreeBSD: Cleanup dead code from VFSRichard Yao2022-09-021-4/+0
* Replace dead opensolaris.org license linkTino Reichardt2022-07-1128-28/+28
* Enable -Wwrite-stringsнаб2022-06-291-1/+1
* FreeBSD: only define B_FALSE/B_TRUE if NEED_SOLARIS_BOOLEAN is not setKristof Provost2022-06-281-4/+5
* Introduce BLAKE3 checksums as an OpenZFS featureTino Reichardt2022-06-081-0/+2
* Remove hw_serial, ddi_strtoul()наб2022-05-132-3/+0
* autoconf: single-step includesнаб2022-05-108-104/+90
* FreeBSD: Clean up the use of ioflagsPawel Jakub Dawidek2022-05-021-10/+0
* linux: module: weld all but spl.ko into zfs.koнаб2022-04-202-8/+0
* FreeBSD: Parameterize ZFS_ENTER/ZFS_VERIFY_VP with an error codeMark Johnston2022-04-131-14/+18
* Fix ACL checks for NFS kernel serverRyan Moeller2022-03-184-194/+9
* Forbid b{copy,zero,cmp}(). Don't include <strings.h> for <string.h>наб2022-03-152-2/+0
* Remove bcopy(), bzero(), bcmp()наб2022-03-151-1/+1
* module: icp: remove unused (and mostly faked) cm_{{min,max}_key_length,mech_f...наб2022-02-151-3/+0
* module: icp: fold away all key formats except CRYPTO_KEY_RAWнаб2022-02-151-5/+2
* Rename fallthrough to zfs_fallthroughJorgen Lundman2022-02-151-1/+1
* spl: Don't check FreeBSD rwlocks for double initialization (#13019)Mark Johnston2022-01-311-5/+2
* Replace *CTASSERT() with _Static_assert()наб2022-01-261-1/+0
* Clean up CSTYLEDsнаб2022-01-267-62/+56
* libspl: cast to uintptr_t instead of !!ingнаб2022-01-241-8/+14
* libspl: ASSERT*: !! for sizeofнаб2022-01-211-8/+8