aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libzfs/os
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: remove __FBSDID macro useBrooks Davis2023-11-171-3/+0
* nvpair: Constify string functionsRichard Yao2023-03-141-1/+1
* FreeBSD: do_mount() passes wrong string length to helperRichard Yao2022-11-181-18/+8
* FreeBSD: Fix regression from kmem_scnprintf() in libzfsRichard Yao2022-11-011-1/+3
* Introduce kmem_scnprintf()Richard Yao2022-10-291-1/+1
* Fix unsafe string operationsRichard Yao2022-09-271-2/+2
* Expose ZFS dataset case sensitivity setting via sb_optsixhamza2022-07-141-0/+7
* Replace dead opensolaris.org license linkTino Reichardt2022-07-114-4/+4
* Re-fix -Wwrite-strings on FreeBSDнаб2022-06-301-1/+1
* linux: libzfs: util: don't fallthrough to to end-of-switchнаб2022-06-291-1/+1
* Enable -Wwrite-stringsнаб2022-06-293-25/+18
* libzfs: zfs_userns: Don't leak the namespace fdRyan Moeller2022-06-141-0/+2
* Add Linux namespace delegation supportWill Andrews2022-06-101-0/+69
* libzfs: Define the defecto standard errbuf sizeRyan Moeller2022-06-092-3/+1
* libzfs: return (allocated) strings instead of filling buffersнаб2022-05-182-31/+35
* linux: libzfs: simplify module-loaded checkнаб2022-05-181-80/+71
* libzfs: don't NULL-check infallible allocationsнаб2022-03-301-4/+2
* Integrate carcass of libspl/i/s/vtoc.h into i/s/efi_partition.hнаб2022-03-151-1/+0
* Forbid b{copy,zero,cmp}(). Don't include <strings.h> for <string.h>наб2022-03-152-2/+2
* Remove bcopy(), bzero(), bcmp()наб2022-03-151-3/+3
* libspl: include: sys/vtoc.h: reduce to absolute barest minimumнаб2022-03-151-2/+3
* libzfs: Convert to fnvpair functionsRyan Moeller2022-03-141-4/+2
* libzfs: migrate single-use libzfs_set_pipe_max() to libzfs_coreнаб2022-03-082-58/+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
* linux: libzfs: mount: fix uninitialised flagsнаб2022-01-131-1/+1
* libzfs: fix unused, remove argsusedнаб2021-12-233-0/+8
* 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-202-0/+12
* Add zpool_disable_datasets_os() / zfs_unmount_os()Jorgen Lundman2021-08-312-0/+24
* pass handle to do_unmount()Jorgen Lundman2021-07-152-2/+2
* libzfs: don't distribute libzfs_impl.hнаб2021-06-036-6/+6
* freebsd/libzfs: import execvPe() from FreeBSD 13наб2021-05-261-19/+42
* FreeBSD: Don't force xattr mount optionRyan Moeller2021-05-131-5/+0
* lib/: set O_CLOEXEC on all fdsнаб2021-04-113-8/+8
* Return finer grain errors in libzfs unmount_oneDon Brady2021-03-082-4/+7
* FreeBSD libzfs: gcc requires __thread after staticRyan Libby2020-12-141-1/+1
* FreeBSD: Improve libzfs_error_init messagesRyan Moeller2020-10-131-5/+16
* pool may become suspended during device expansionGeorge Wilson2020-09-171-3/+0
* 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-132-640/+1
* libzfs: Add error message for why creating mountpoint failedRyan Moeller2020-07-111-1/+3
* 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