aboutsummaryrefslogtreecommitdiffstats
path: root/include/os/freebsd
Commit message (Expand)AuthorAgeFilesLines
* FreeBSD: minor_t needs to be signed so that -1 is recognized as suchMatthew Macy2021-01-071-1/+1
* FreeBSD: Implement sysctl for fletcher4 implRyan Moeller2020-12-111-0/+5
* FreeBSD: Do zcommon_init sooner to avoid FPU panicRyan Moeller2020-12-091-0/+7
* Fix compiling on FreeBSD + gcc - don't assume illmnos bitsAdrian Chadd2020-11-101-12/+20
* FreeBSD: Move uio_prefaultpages def to uio.hRyan Moeller2020-11-102-1/+1
* zfs_vnops: make zfs_get_data OS-independentChristian Schwarz2020-11-021-1/+0
* Introduce CPU_SEQID_UNSTABLEMateusz Guzik2020-11-021-0/+1
* Consolidate zfs_holey and zfs_accessMatthew Macy2020-10-311-2/+3
* Remove duplicate cond_resched() definitionRyan Moeller2020-10-311-1/+0
* Remove UIO_ZEROCOPY functions structuresMatthew Macy2020-10-301-21/+0
* Share zfs_fsync, zfs_read, zfs_write, et al between Linux and FreeBSDMatthew Macy2020-10-217-5/+16
* Cross-platform acltypeRyan Moeller2020-10-131-0/+1
* FreeBSD: make adjustments for the standalone environmentWarner Losh2020-10-1316-22/+86
* Replace ZFS on Linux references with OpenZFSBrian Behlendorf2020-10-082-2/+0
* FreeBSD: Sort out kernel FPU headers for 12.1-RELRyan Moeller2020-10-021-7/+4
* Throw const on some stringsRyan Moeller2020-10-023-12/+8
* FreeBSD: Add support for procfs_listMatthew Macy2020-09-232-5/+26
* FreeBSD: Don't save user FPU context in kernel threadsMatthew Macy2020-09-231-8/+8
* zfs label bootenv should store data as nvlistToomas Soome2020-09-152-0/+30
* FreeBSD: convert teardown inactive lock to a read-mostly sleepable lockMateusz Guzik2020-09-091-1/+64
* Avoid possibility of division by zeroRyan Moeller2020-09-081-1/+1
* Fixes for running FreeBSD buildworld on Linux/macOS hostsAlexander Richardson2020-09-031-1/+4
* Replace cv_{timed}wait_sig with cv_{timed}wait_idle where appropriateMatthew Macy2020-09-032-6/+8
* Add 'zfs rename -u' to rename without remountingRyan Moeller2020-09-012-2/+1
* FreeBSD: Simplify INGLOBALZONERyan Moeller2020-08-311-5/+4
* FreeBSD: Define crgetzoneid appropriatelyRyan Moeller2020-08-311-1/+1
* Remove pragma ident linesToomas Soome2020-08-266-12/+0
* Import vdev ashift optimization from FreeBSDRyan Moeller2020-08-211-0/+6
* FreeBSD: Add option to rewind checkpoint while importing root poolMariusz Zaborski2020-08-191-1/+1
* FreeBSD: Fix UNIX permissions checkingMatthew Macy2020-08-183-0/+140
* Make zc_nvlist_src_size limit tunableRyan Moeller2020-08-181-2/+0
* FreeBSD: Create taskq threads in appropriate procRyan Moeller2020-08-171-3/+8
* Remove KM_NODEBUGMatthew Ahrens2020-08-051-1/+0
* Remove KMC_NOTOUCHMatthew Ahrens2020-08-051-1/+0
* FreeBSD: Add support for lockless lookupMatthew Macy2020-08-052-0/+16
* Changes to make openzfs build within FreeBSD buildworldMatthew Macy2020-07-318-8/+34
* Rename refcount.h to zfs_refcount.hMatthew Macy2020-07-293-3/+2
* Introduce names for ZTHRsSerapheim Dimitropoulos2020-07-291-3/+6
* Prefix zfs internal endian checks with _ZFSMatthew Macy2020-07-284-45/+11
* Refactor ccompile.h to not include system headersMatthew Macy2020-07-259-136/+175
* Make use of ZFS_DEBUG consistent within kmod sourcesMatthew Macy2020-07-251-2/+7
* FreeBSD: Fixes required to build ZFS on PowerPCMatthew Macy2020-07-251-0/+15
* FreeBSD: zfs commands backward compatibilityMatthew Macy2020-07-151-531/+14
* filesystem_limit/snapshot_limit is incorrectly enforced against rootMatthew Ahrens2020-07-111-0/+1
* FreeBSD: Use a hash table for taskqid lookupsMatthew Macy2020-07-111-9/+10
* freebsd: changes necessary to coexist with dtrace in treeMatthew Macy2020-07-015-5/+13
* Clean up OS-specific ARC and kmem codeMatthew Ahrens2020-06-291-3/+0
* Avoid installing kernel headers on FreeBSDArvind Sankar2020-06-275-20/+5
* Fixes for make distArvind Sankar2020-06-265-9/+20
* Drop unnecessary srcdir pathsArvind Sankar2020-06-245-84/+84