Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2023113000_1 11 Mar 2024 16:34:18 |
Gleb Popov (arrowd) |
sysutils: Move manpages to share/man
Approved by: portmgr (blanket) |
2023113000 07 Dec 2023 21:26:01 |
Alan Somers (asomers) |
sysutils/openzfs, sysutils/openzfs-kmod: update to ZFS 2.2.2
Among other things, this fixes an important data corruption bug. It
also fixes the build on FreeBSD 14.
https://github.com/openzfs/zfs/releases/tag/zfs-2.2.2
PR: 275239
MFH: 2023Q4
Approved by: mikael (ports)
Sponsored-by: Axcient |
2023012600_3 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
2023012600_3 08 Feb 2023 00:10:40 |
Ryan Moeller (freqlabs) |
sysutils/openzfs: Fix zilstat installation
Approved by: lwhsu (implicit)
Sponsored by: iXsystems, Inc. |
2023012600_2 07 Feb 2023 23:15:37 |
Ryan Moeller (freqlabs) |
sysutils/openzfs*: Minor port housekeeping
Update the WWW to the official openzfs/zfs github repo, since the ZoF
repo is no longer used after merging to ZoL and renaming to openzfs/zfs.
While here, make a few small changes suggested by portlint.
Approved by: lwhsu (implicit)
PR: 267453
Sponsored by: iXsystems, Inc. |
2023012600_1 02 Feb 2023 15:34:56 |
Ryan Moeller (freqlabs) |
sysutils/openzfs*: Update to latest master
Approved by: lwhsu (implicit)
Sponsored by: iXsystems, Inc. |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2022082900_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2022082900_1 01 Sep 2022 13:52:16 |
Rene Ladan (rene) |
cleanup: remove support for FreeBSD 13.0 which expired today.
- Mk/bsd.port.mk: mark 13.0 as unsupported
- Tools/scripts/portsearch: Drop support for FreeBSD <= 4
- archivers/zstd: revert "Fix build on FreeBSD 13.0"
- deskutils/xdg-desktop-portal: remove check for 13.0
- devel/libpeas: remove outdated comment
- editors/imhex: remove compatibility for 13.0
- editors/libreoffice: remove compatibility for 13.0
- editors/openoffice-4: remove compatibility for 13.0
- editors/openoffice-devel: remove compatibility for 13.0
- emulators/linux_base-c7: remove compatiblity for 13.0
- graphics/drm-kmod: remove detection for 13.0
- graphics/gpu-firmware-amd-kmod: do not check 13.0 anymore
- graphics/linux-c7-libdrm: remove support for 13.0 (Only the first 15 lines of the commit message are shown above ) |
2022082900_1 30 Aug 2022 16:44:35 |
Ryan Moeller (freqlabs) |
sysutils/openzfs*: Update to latest master
Notable changes:
* openzfs/zfs@2d5622f5b Importing from cachefile can trip assertion
* openzfs/zfs@a582d5299 Updates for snapshots_changed property
* openzfs/zfs@0c4064d9a Fix zpool status in case of unloaded keys
* openzfs/zfs@e713b69e5 arcstat: fix -p option
* openzfs/zfs@fbc210fab Enable relatime by default
* openzfs/zfs@947465b98 libzfs: Remove unused zpool_get_physpath()
* openzfs/zfs@4fc1ea9c6 zpool: fix redundancy check after vdev removal
* openzfs/zfs@673aa7e6c Don't double-zero buffers in fault management nvlists
* openzfs/zfs@9681de465 Add snapshots_changed as property
* openzfs/zfs@68aa3379e Skip checksum benchmarks on systems with slow cpu
* openzfs/zfs@e8cf3a4f7 Implement a new type of zfs receive: corrective receive
(-c)
* openzfs/zfs@3a1ce4914 Add createtxg sort support for simple snapshot iterator (Only the first 15 lines of the commit message are shown above ) |
2022060100_1 01 Jun 2022 13:14:34 |
Ryan Moeller (freqlabs) |
sysutils/openzfs*: Bump to fix build
This updates the ports to bc8192cd5 and fixes the sysutils/openzfs
build after openzfs/zfs#13316 overhauled the build system.
The update also fixes the sysutils/openzfs-kmod build errors for
unused-but-set-variable warnings, which have been corrected upstream.
Approved by: lwhsu (implicit)
Sponsored by: iXsystems, Inc. |
2022040400_1 04 Apr 2022 15:49:44 |
Ryan Moeller (freqlabs) |
sysutils/openzfs*: Bump to fix build on main
Approved by: lwhsu (implicit)
Sponsored by: iXsystems, Inc. |
2022021400_1 14 Feb 2022 17:59:02 |
Ryan Moeller (freqlabs) |
sysutils/openzfs*: Bump to current upstream master
Approved by: lwhsu (implicit)
Sponsored by: iXsystems, Inc. |
2021121500_1 04 Jan 2022 17:59:56 |
Alan Somers (asomers) |
sysutils/openzfs: fix build errors
* Missing file in pkg-plist
* shebangfix not applied everywhere
Sponsored by: Axcient
Reviewed by: freqlabs
Approved by: lwhsu (ports)
Differential Revision: https://reviews.freebsd.org/D33692 |
2021121500 15 Dec 2021 19:12:40 |
Ryan Moeller (freqlabs) |
sysutils/openzfs*: Sync up to fix the build
Bump to openzfs/zfs@bb6c2b1e2
Approved by: lwhsu (implicit)
Sponsored by: iXsystems, Inc. |
2021111100 11 Nov 2021 18:59:58 |
Ryan Moeller (freqlabs) |
sysutils/openzfs*: Update to openzfs/zfs@637771a06
Approved by: lwhsu (implicit)
Sponsopred by: iXsystems, Inc. |
2021102500 25 Oct 2021 17:57:26 |
Ryan Moeller (freqlabs) |
sysutils/openzfs*: Update to latest commit
14b69c092
Approved by: lwhsu (implicit)
Sponsored by: iXsystems, Inc. |
2021101400 14 Oct 2021 16:51:06 |
Ryan Moeller (freqlabs) |
sysutils/openzfs*: Update to latest commit
Approved by: lwhsu (implicit)
Sponsored by: iXsystems, Inc. |
2021090800 30 Sep 2021 21:23:30 |
Rene Ladan (rene) |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
2021090800 08 Sep 2021 15:09:03 |
Ryan Moeller (freqlabs) |
sysutils/openzfs*: Add pkg-message install messages
PR: 258278
Approved by: lwhsu (implicit)
Sponsored by: iXsystems, Inc. |
2021090800 08 Sep 2021 15:08:41 |
Ryan Moeller (freqlabs) |
sysutils/openzfs*: Update to latest commit
Approved by: lwhsu (implicit)
Sponsored by: iXsystems, Inc. |
2021073000 01 Sep 2021 11:46:24 |
Alexey Dokuchaev (danfe) |
Cleanup: for ports under s* categories, drop redundant GH_* knobs. |
2021073000 31 Aug 2021 19:50:11 |
Bernhard Froehlich (decke) |
sysutils/openzfs: Add CPE information
Approved by: portmgr (blanket) |
2021073000 02 Aug 2021 13:22:07 |
Ryan Moeller (freqlabs) |
sysutils/openzfs*: Bump to current master
Reviewed by: kbowling
Approved by: kbowling (ports)
Sponsored by: iXsystems, Inc.
Differential Revision: https://reviews.freebsd.org/D31362 |
2021062100 24 Jun 2021 02:11:53 |
Kevin Bowling (kbowling) Author: Ryan Moeller |
sysutils/openzfs*: Bump to fix HEAD build failures
Approved by: maintainer
Reviewed by: kbowling
Sponsored by: iXsystems, Inc.
Differential Revision: https://reviews.freebsd.org/D30851 |
2021030100 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2021030100 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2021030100 02 Mar 2021 13:02:53 |
freqlabs |
sysutils/openzfs*: Bump to latest master
Notable commits:
2e160dee9 Fix assert in FreeBSD-specific dmu_read_pages
3e73ea0c1 ZTS: zpool_trim_start_and_cancel_pos.ksh
03ef8f09e Add missing checks for unsupported features
8e43fa12c Fix vdev_rebuild_thread deadlock
75a089ed3 Fix overly broad locking in spa_vdev_config_exit()
f01eaed45 Add upper bound for slop space calculation
515686296 Wrap bare EINVAL returns with SET_ERROR
94fa1c3d9 Force symlink creation for zpool.d compat links
b9c07ec71 send_iterate_snap : doall send without fromsnap
9312e0fd1 Fix error message when zfs module are already unloaded
11f2e9a49 vdev_ops: don't try to call vdev_op_hold or vdev_op_rele when NULL (Only the first 15 lines of the commit message are shown above ) |
2021020900 09 Feb 2021 17:11:32 |
freqlabs |
sysutils/openzfs*: Bump to fix mode issue in zfs_write
See https://github.com/openzfs/zfs/pull/11576 for details.
Reviewed by: wg
Approved by: wg (ports)
Sponsored by: iXsystems, Inc.
Differential Revision: https://reviews.freebsd.org/D28554 |
2021012500 25 Jan 2021 18:37:50 |
freqlabs |
sysutils/openzfs*: Bump to fix build on HEAD
Reviewed by: wg
Approved by: wg (ports)
Sponsored by: iXsystems, Inc.
Differential Revision: https://reviews.freebsd.org/D28335 |
2020120100 02 Jan 2021 01:46:09 |
linimon |
For ports on riscv64 that fail the same (or similar ways) to aarch64, mark
them BROKEN.
While here, pet portlint (Makevar order).
Approved by: portmgr (tier-2 blanket) |
2020120100 02 Dec 2020 14:54:43 |
freqlabs |
sysutils/openzfs*: Bump, fix kmod on 13-CURRENT
When the kernel is built with INVARIANTS we also need to build ZFS
with INVARIANTS. Additionally, the knob for this has been broken out
from WITH_DEBUG=true to WITH_INVARIANTS=true in the OpenZFS build
system. We add an INVARIANTS option to the port for this, and enable
the DEBUG and INVARIANTS options by default on 13-CURRENT to ensure
that a default configuration builds openzfs-kmod with the correct
options.
Users building their 13-CURRENT kernel without INVARIANTS will need to
disable the INVARIANTS option in the port manually. I'm not aware of a
better way to implement this decision at the moment.
Reviewed by: wg
Approved by: wg (ports)
Sponsored by: iXsystems, Inc.
Differential Revision: https://reviews.freebsd.org/D27442 |
2020110200 02 Nov 2020 19:00:38 |
freqlabs |
sysutils/openzfs*: Bump for latest build fixes
- 8583540c6 Consolidate zfs_holey and zfs_access
- 2f94e8f09 Remove duplicate cond_resched() definition
- 65a343bbd zvol_os: Fix handling of zvol private data
- 277884ab4 zvol_os: Don't leak doi in cdev error path
- 9a0ef216e zvol_os: Properly ignore error in volmode lookup
- 1a6a75ac0 zvol_os: Code cleanup in zvol_create_minor_impl
- 260f6a28a zvol_os: Keep better track of open count in close
- 0b32d8178 zvol_os: Tidy up asserts
- c4ede65bd zstd: track allocator statistics
- e8beeaa11 ICP: gcm: Allocate hash subkey table separately
- d9655c5b3 Add some missing cfi frame info in aesni-gcm-x86_64.S
- 115216cc9 FreeBSD: catch up with 1300124 version bump
- d1e4ded7b FreeBSD: Fix 12.2-STABLE after AT_BENEATH MFC (Only the first 15 lines of the commit message are shown above ) |
2020102700 27 Oct 2020 12:52:31 |
freqlabs |
sysutils/openzfs*: Bump to catch up with 1300123
* 5c810ac49 FreeBSD: Skip RAW kstat sysctls by default
* 01a65c586 FreeBSD: catch up with 1300123 version bump
* 3928ec533 Restore identification of VDEVs using non-native block size
* 1e36af8c7 Properly format NAME subsection of zfs/zpool subcommands
* eb02a4c6f Add missing zfs_arc_evict_batch_limit tunable
* 2aaab887b arcstat: Add -a and -p options from FreeNAS
* e53d678d4 Share zfs_fsync, zfs_read, zfs_write, et al between Linux and
FreeBSD
* 666aa69f3 Non-l2arc pool reads shouldn't be l2arc misses
* 241c62bdd Makefile.bsd: remove directory that no longer exists
* ff2f54246 FreeBSD: delete unreferenced file
* 777b8ccc3 Fix commitcheck on FreeBSD
* 13d65987a zed syslog entries drop important info
* ab6a0e236 Ignore zpool_influxdb binary
Reviewed by: wg
Approved by: wg (ports)
Sponsored by: iXsystems, Inc.
Differential Revision: https://reviews.freebsd.org/D26968 |
2020101600 16 Oct 2020 19:52:22 |
freqlabs |
sysutils/openzfs*: Bump for vop_fplookup_vexec after 1300121
Otherwise lookup can fail with EOPNOTSUPP or panic.
Reviewed by: wg
Approved by: wg (ports)
Sponsored by: iXsystems, Inc.
Differential Revision: https://reviews.freebsd.org/D26822 |
2020100400 05 Oct 2020 15:53:49 |
freqlabs |
sysutils/openzfs*: Update to fix 12.1-REL build
Bump to 79f0935fa for header changes to fix the package build on FreeBSD 12.1
PR: ports/250001
Reported by: tleavitt@alumni.usc.edu
Reviewed by: wg
Approved by: wg (ports)
Sponsored by: iXsystems, Inc.
Differential Revision: https://reviews.freebsd.org/D26656 |
2020092900 29 Sep 2020 18:00:40 |
freqlabs |
sysutils/openzfs*: Bump to update cache_purgevfs usage after 1300117
Fixes build failure on 13-CURRENT
Reviewed by: wg
Approved by: wg (ports)
Sponsored by: iXsystems, Inc.
Differential Revision: https://reviews.freebsd.org/D26583 |
2020091600 21 Sep 2020 19:24:48 |
freqlabs |
sysutils/openzfs*: Bump for recent changes
See the differential revision for a short log of noteworthy changes or
the git log at https://github.com/openzfs/zfs for an exhaustive list.
Reviewed by: wg
Approved by: wg (ports)
Sponsored by: iXsystems, Inc.
Differential Revision: https://reviews.freebsd.org/D26457 |
2020082100 24 Aug 2020 14:57:00 |
freqlabs |
openzfs*: Bump OpenZFS ports for zstd, vdev ashift optimizations
And the manpages no longer say "Linux" as the OS. :)
Reviewed by: wg
Approved by: wg (ports)
Sponsored by: iXsystems, Inc.
Differential Revision: https://reviews.freebsd.org/D26154 |
2020081800 18 Aug 2020 18:36:09 |
freqlabs |
openzfs*: Bump OpenZFS ports
FreeBSD highlights:
* Fix enforcement of POSIX mode bits
* Fix enforcement of NFSv4 ACLs
* Fix Clang 11 build for 13-CURRENT
* Fix send/recv operations with a large number of snapshots/datasets
* Default to autotrim=on (fixes POLA)
* Automatic fallback to /boot/ to look for zpool.cache (fixes POLA)
* Fix l2arc_dev_rebuild_start thread name
* Create taskq threads in appropriate proc
* Restore ARC MFU/MRU pressure
VuXML will be updated to mention the permissions/ACLs issue once a
report documenting the issue appropriately has been written.
Reviewed by: wg
Approved by: wg (ports)
Sponsored by: iXsystems, Inc.
Differential Revision: https://reviews.freebsd.org/D26107 |
2020080800 08 Aug 2020 15:02:35 |
freqlabs |
openzfs*: Bump OpenZFS ports
Fixes build after vaccess signature change on HEAD
Reviewed by: wg
Approved by: wg (ports)
Sponsored by: iXsystems, Inc.
Differential Revision: https://reviews.freebsd.org/D26007 |
2020080100 03 Aug 2020 22:41:48 |
freqlabs |
openzfs*: Update to latest master
Brings in several fixes for FreeBSD issues, see the commit logs
on GitHub for details.
Reviewed by: wg
Approved by: wg (ports)
Sponsored by: iXsystems, Inc.
Differential Revision: https://reviews.freebsd.org/D25915 |
2020072000 21 Jul 2020 15:52:59 |
freqlabs |
openzfs*: Bump OpenZFS ports
Key highlight is added legacy compat names for vfs.zfs.arc_min and arc_max.
Reviewed by: wg
Approved by: wg (ports)
Sponsored by: iXsystems, Inc.
Differential Revision: https://reviews.freebsd.org/D25748 |
2020071100 11 Jul 2020 17:25:27 |
zeising |
sysutils/openzfs: update snapshot
Update sysutils/openzfs to a more recent snapshot [0]
Unbreak when NLS is unset. [1]
PR: 247827 [1]
Submitted by: freqlabs
Reported by: Tomohiro Hosaka [1] |
2020061900 21 Jun 2020 14:04:30 |
freqlabs |
openzfs*: Bump ports again
Fixes breakage on -CURRENT after vfs_checkexp KPI change.
Reviewed by: wg (ports)
Approved by: mav (mentor)
Sponsored by: iXsystes, Inc.
Differential Revision: https://reviews.freebsd.org/D25366 |
2020061800 19 Jun 2020 12:07:18 |
freqlabs |
openzfs*: Bump to latest master
Some FreeBSD highlights:
* Adopt new vfs_checkexp KPI on -CURRENT
* Reap ABD cache, fixing memory leak
* Depend on xdr module instead of krpc on -CURRENT
Reviewed by: wg (ports)
Approved by: mav (mentor)
Sponsored by: iXsystems, Inc.
Differential Revision: https://reviews.freebsd.org/D25352 |
2020060300 03 Jun 2020 18:50:07 |
freqlabs |
openzfs*: Update to latest master
Some highlights for FreeBSD:
* Updated for cryptodev API changes in HEAD
* Improved zvol locking
* Fixed top and arc kstats
* Marked i386 as broken
Reviewed by: mav, wg
Approved by: mav (mentor), wg (ports)
Sponsored by: iXsystems, Inc.
Differential Revision: https://reviews.freebsd.org/D25122 |
2020050800 08 May 2020 12:37:02 |
freqlabs |
sysutils/openzfs*: Update to latest master
FreeBSD-specific changes:
Use new FreeBSD API to largely eliminate object locking
Fix zlib leak on FreeBSD
Update FreeBSD SPL atomics (synced with FreeBSD in an attempt to unbreak i386)
Avoid the GEOM topology lock recursion when autoexpanding a pool
taskq: Don't leak system_delay_taskq on FreeBSD (on module unload)
See the full commit log on GitHub.
Reviewed by: mav, wg
Approved by: mav (mentor), wg (ports)
Sponsored by: iXsystems, Inc.
Differential Revision: https://reviews.freebsd.org/D24759 |
2020041501 17 Apr 2020 15:27:08 |
freqlabs |
sysutils/openzfs*: Switch to merged OpenZFS repo
FreeBSD support has been merged into the openzfs/zfs repo on Github.
Switch the port to use the new upstream. Update maintainer to be me.
Reviewed by: kmoore, mav, wg
Approved by: kmoore (maintainer)
Approved by: mav (mentor)
Sponsored by: iXsystems, Inc.
Differential Revision: https://reviews.freebsd.org/D24434 |
2020031600 16 Mar 2020 14:37:24 |
freqlabs |
Update OpenZFS ports to 2020031600
Bring in the latest fixes, including fixing the build with Clang 10.
Approved by: wg (ports)
Approved by: mav (mentor)
Sponsored by: iXsystems, Inc.
Differential Revision: https://reviews.freebsd.org/D24086 |
2020022700 29 Feb 2020 23:51:46 |
freqlabs |
Unbreak openzfs ports
Revamp the Makefiles for openzfs and openzfs-kmod:
* Bump port versions
* Update to a more recent commit
* Regen distinfo
* Add TESTS option to make ZTS installation optional
* Add descriptions for options
* Add missing run-time dependency on py-sysctl with PYTHON option
* Regen pkg-plist for openzfs
* Generate metadata headers post-patch
* Fix some inconsistent whitespace
* Remove unnecessary PLIST_SUB manipulation (automated by OPTIONS_SUB=yes)
* Unbreak openzfs-kmod
Approved by: wg (ports)
Approved by: mav (mentor)
Sponsored by: iXsystems, Inc.
Differential Revision: https://reviews.freebsd.org/D23854 |
2020011300 13 Jan 2020 20:02:41 |
kmoore |
- Update to 2020011300 |
2019101600 16 Oct 2019 14:18:55 |
kmoore |
- Update openzfs and openzfs-kmod to 2019101600 |
2019091000 10 Sep 2019 19:10:16 |
kmoore |
- Bump to 2019091000 |
2019080800 04 Sep 2019 14:22:07 |
kmoore |
- Update to 20190808 |
2019072200 22 Jul 2019 22:55:09 |
kmoore |
- Update to 2019072200 |
2019072000 20 Jul 2019 17:19:41 |
kmoore |
- Update to 2019072000
- Unbreak on CURRENT
Includes the new Log Spacemap functionality:
https://github.com/zfsonlinux/zfs/pull/8442
PR: 239342
Sponsored by: iXsystems |
2019070800 08 Jul 2019 23:45:43 |
kmoore |
- Apply missed pkg-plist update from previous commit |
2019070800 08 Jul 2019 17:25:45 |
kmoore |
- Update to 2019070800
This brings us up to date with the code currently in review in:
https://github.com/zfsonlinux/zfs/pull/8987 |
2019061900 19 Jun 2019 17:25:23 |
kmoore |
- Update OpenZFS to 2019061900
- Adds some missing FreeBSD sysctls
- Cleanup messages at kldload time |
2019061000 11 Jun 2019 19:51:54 |
kmoore |
- Rename sysutils/zol -> sysutils/openzfs
- Rename sysutils/zol-kmod -> sysutils/openzfs-kmod
- Update to 2019061000
- Update MOVED
- Adds ioctl compat with legacy ZFS userland binaries
Sponsored by: iXsystems |