]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libzfs/os/freebsd/libzfs_compat.c
libzfs: use zfs_strerror() in place of strerror()
[FreeBSD/FreeBSD.git] / lib / libzfs / os / freebsd / libzfs_compat.c
2024-01-29 Richard Kojedzinszkylibzfs: use zfs_strerror() in place of strerror()
2023-12-01 Brooks DavisOnly provide execvpe(3) when needed
2022-11-01 Richard YaoFreeBSD: Fix regression from kmem_scnprintf() in libzfs
2022-10-29 Richard YaoIntroduce kmem_scnprintf()
2022-07-11 Tino ReichardtReplace dead opensolaris.org license link
2022-06-09 Ryan Moellerlibzfs: Define the defecto standard errbuf size
2022-05-18 набlibzfs: return (allocated) strings instead of filling...
2022-03-30 набlibzfs: don't NULL-check infallible allocations
2022-03-15 набRemove bcopy(), bzero(), bcmp()
2022-03-08 набlibzfs: migrate single-use libzfs_set_pipe_max() to...
2022-02-21 Damian SzuberskiCorrect compilation errors reported by GCC 10/11
2022-02-18 набuserspace: mark arguments used
2021-11-30 Allan JudeVdev Properties Feature
2021-10-07 Brian BehlendorfSimplify and document OpenZFS library dependencies
2021-09-20 Jorgen LundmanUpstream: unmount snapshots before destroying them...
2021-06-03 набlibzfs: don't distribute libzfs_impl.h
2021-05-26 набfreebsd/libzfs: import execvPe() from FreeBSD 13
2020-12-14 Ryan LibbyFreeBSD libzfs: gcc requires __thread after static
2020-10-13 Ryan MoellerFreeBSD: Improve libzfs_error_init messages
2020-08-11 Matthew MacyFreeBSD: Fix module autoloading when built in base
2020-08-01 Ryan MoellerFreeBSD: Fix `zfs jail` and add a test
2020-07-10 Ryan Moellerlibzfs: Make zfs_cmd_t initialization consistent, use...
2020-07-06 Ryan MoellerAdd zpool_nextboot, move zfs_jail to libzfs.h
2020-06-18 Arvind SankarRemove dead code
2020-06-10 Andrea GelminiFix typos
2020-06-06 Ryan MoellerImprove compatibility with C++ consumers
2020-04-14 Matthew MacyAdd FreeBSD support to OpenZFS