aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libzfs/os/freebsd
Commit message (Expand)AuthorAgeFilesLines
* Remove bcopy(), bzero(), bcmp()наб2022-03-151-3/+3
* libzfs: migrate single-use libzfs_set_pipe_max() to libzfs_coreнаб2022-03-081-6/+0
* freebsd: libzfs: zmount: void-cast unused assert(3) variablesнаб2022-02-261-3/+3
* Correct compilation errors reported by GCC 10/11Damian Szuberski2022-02-201-4/+7
* userspace: mark arguments usedнаб2022-02-181-0/+5
* libzfs: fix unused, remove argsusedнаб2021-12-231-0/+3
* Vdev Properties FeatureAllan Jude2021-11-301-0/+4
* Simplify and document OpenZFS library dependenciesBrian Behlendorf2021-10-072-434/+1
* Upstream: unmount snapshots before destroying them on macOSJorgen Lundman2021-09-201-0/+6
* Add zpool_disable_datasets_os() / zfs_unmount_os()Jorgen Lundman2021-08-311-0/+12
* pass handle to do_unmount()Jorgen Lundman2021-07-151-1/+1
* libzfs: don't distribute libzfs_impl.hнаб2021-06-032-2/+2
* freebsd/libzfs: import execvPe() from FreeBSD 13наб2021-05-261-19/+42
* FreeBSD: Don't force xattr mount optionRyan Moeller2021-05-131-5/+0
* Return finer grain errors in libzfs unmount_oneDon Brady2021-03-081-2/+3
* FreeBSD libzfs: gcc requires __thread after staticRyan Libby2020-12-141-1/+1
* FreeBSD: Improve libzfs_error_init messagesRyan Moeller2020-10-131-5/+16
* FreeBSD: Fix module autoloading when built in baseMatthew Macy2020-08-111-2/+12
* FreeBSD: Fix `zfs jail` and add a testRyan Moeller2020-08-011-1/+1
* Remove dependency on sharetab file and refactor sharing logicGeorge Wilson2020-07-131-406/+0
* libzfs: Make zfs_cmd_t initialization consistent, use zfs_ioctlRyan Moeller2020-07-091-3/+3
* Add zpool_nextboot, move zfs_jail to libzfs.hRyan Moeller2020-07-061-0/+23
* Add include files for prototypesArvind Sankar2020-06-181-0/+2
* Remove dead codeArvind Sankar2020-06-182-46/+0
* Fix typosAndrea Gelmini2020-06-092-3/+3
* Improve compatibility with C++ consumersRyan Moeller2020-06-061-1/+1
* mount: use the mount syscall directlyfelixdoerre2020-05-201-3/+4
* Add FreeBSD support to OpenZFSMatthew Macy2020-04-144-0/+1308