aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libzfs/os/freebsd/libzfs_compat.c
Commit message (Expand)AuthorAgeFilesLines
* libzfs: use zfs_strerror() in place of strerror()Richard Kojedzinszky2024-01-291-1/+1
* Only provide execvpe(3) when neededBrooks Davis2023-11-301-1/+3
* FreeBSD: Fix regression from kmem_scnprintf() in libzfsRichard Yao2022-11-011-1/+3
* Introduce kmem_scnprintf()Richard Yao2022-10-291-1/+1
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* libzfs: Define the defecto standard errbuf sizeRyan Moeller2022-06-091-2/+0
* libzfs: return (allocated) strings instead of filling buffersнаб2022-05-181-8/+16
* libzfs: don't NULL-check infallible allocationsнаб2022-03-301-4/+2
* 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
* Correct compilation errors reported by GCC 10/11Damian Szuberski2022-02-201-4/+7
* userspace: mark arguments usedнаб2022-02-181-0/+5
* Vdev Properties FeatureAllan Jude2021-11-301-0/+4
* Simplify and document OpenZFS library dependenciesBrian Behlendorf2021-10-071-2/+1
* Upstream: unmount snapshots before destroying them on macOSJorgen Lundman2021-09-201-0/+6
* libzfs: don't distribute libzfs_impl.hнаб2021-06-031-1/+1
* freebsd/libzfs: import execvPe() from FreeBSD 13наб2021-05-261-19/+42
* 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
* 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
* Remove dead codeArvind Sankar2020-06-181-35/+0
* Fix typosAndrea Gelmini2020-06-091-1/+1
* Improve compatibility with C++ consumersRyan Moeller2020-06-061-1/+1
* Add FreeBSD support to OpenZFSMatthew Macy2020-04-141-0/+323