Page MenuHomeFreeBSD
Feed Advanced Search

Oct 24 2020

freqlabs committed rS367009: sysctl+kern_sysctl: Honor SKIP for descendant nodes.
sysctl+kern_sysctl: Honor SKIP for descendant nodes
Oct 24 2020, 4:17 PM
freqlabs closed D26832: sysctl: Misc code cleanup.
Oct 24 2020, 4:05 PM
freqlabs committed rS367006: sysctl: Misc code cleanup.
sysctl: Misc code cleanup
Oct 24 2020, 4:05 PM
freqlabs closed D26854: kern_sysctl: Misc code cleanup.
Oct 24 2020, 2:47 PM
freqlabs committed rS367003: kern_sysctl: Misc code cleanup.
kern_sysctl: Misc code cleanup
Oct 24 2020, 2:47 PM

Oct 23 2020

freqlabs added a comment to D26746: Add a -R option to mountd so that it can be run without rpcbind for an NFSv4 only server.

The nesting is quite deep at this point, it would probably make sense to break things up a little but that's orthogonal to this change.

Oct 23 2020, 11:57 PM
freqlabs accepted D26746: Add a -R option to mountd so that it can be run without rpcbind for an NFSv4 only server.

Nice, looks good to me!

Oct 23 2020, 11:55 PM
freqlabs updated the diff for D26832: sysctl: Misc code cleanup.

Removed blank lines following section comments.

Oct 23 2020, 8:25 PM
freqlabs added a comment to D26832: sysctl: Misc code cleanup.
In D26832#600476, @imp wrote:

Modulo the blank line thing, this looks good. It's arguably two different commits, but it's so small splitting it further at this stage likely has little benefit.

Oct 23 2020, 8:16 PM
freqlabs updated the diff for D26854: kern_sysctl: Misc code cleanup.

Dropped various whitespace fixes to preserve blame.

Oct 23 2020, 4:08 PM
freqlabs added a reviewer for D26854: kern_sysctl: Misc code cleanup: mjg.
Oct 23 2020, 2:58 PM
freqlabs added a reviewer for D26832: sysctl: Misc code cleanup: mjg.
Oct 23 2020, 2:58 PM
freqlabs committed rS366965: MFC r366771:.
MFC r366771:
Oct 23 2020, 10:48 AM

Oct 21 2020

freqlabs updated the diff for D26833: sysctl+kern_sysctl: Honor SKIP for descendant nodes.

Actually works now after testing with fixed cxl driver.

Oct 21 2020, 8:04 AM
freqlabs updated the diff for D25447: lib/flua: Add bindings for libifconfig.
Oct 21 2020, 5:45 AM
freqlabs updated the diff for D25447: lib/flua: Add bindings for libifconfig.
Oct 21 2020, 5:43 AM
freqlabs closed D26858: Move list_cloners to libifconfig.
Oct 21 2020, 5:27 AM
freqlabs committed rS366906: Move list_cloners to libifconfig.
Move list_cloners to libifconfig
Oct 21 2020, 5:27 AM

Oct 20 2020

freqlabs updated the diff for D26858: Move list_cloners to libifconfig.

Simplified error handling.

Oct 20 2020, 9:15 AM

Oct 19 2020

freqlabs added inline comments to D26858: Move list_cloners to libifconfig.
Oct 19 2020, 5:30 PM
freqlabs requested review of D26858: Move list_cloners to libifconfig.
Oct 19 2020, 1:42 PM
freqlabs updated the diff for D26833: sysctl+kern_sysctl: Honor SKIP for descendant nodes.

Fixed edge cases where first child is a skip node and where descendants of a skip node are also flagged with skip.

Oct 19 2020, 12:40 PM
freqlabs closed D26852: efibootmgr: Use returned error code for error message, not errno.
Oct 19 2020, 10:39 AM
freqlabs committed rS366830: efibootmgr: Use returned error code for error message, not errno.
efibootmgr: Use returned error code for error message, not errno
Oct 19 2020, 10:39 AM
freqlabs updated the diff for D26833: sysctl+kern_sysctl: Honor SKIP for descendant nodes.

Don't skip nodes when iterating with NEXTNOSKIP.

Oct 19 2020, 7:06 AM
freqlabs added a comment to D26832: sysctl: Misc code cleanup.

Separated kern_sysctl changes to a different patch.
Use defined CTL_SYSCTL oid names.

Oct 19 2020, 7:03 AM
freqlabs updated the diff for D26832: sysctl: Misc code cleanup.
Oct 19 2020, 7:01 AM
freqlabs requested review of D26854: kern_sysctl: Misc code cleanup.
Oct 19 2020, 6:59 AM
freqlabs added a comment to D26833: sysctl+kern_sysctl: Honor SKIP for descendant nodes.

The page fault in t4_get_lb_stats with my T580-LP-SO-CR was fun.
I have fixed CTL_SYSCTL_NEXTNOSKIP so it doesn't skip nodes, will update the diffs soon.

Oct 19 2020, 5:54 AM
freqlabs requested review of D26852: efibootmgr: Use returned error code for error message, not errno.
Oct 19 2020, 5:25 AM

Oct 18 2020

freqlabs added a comment to D26833: sysctl+kern_sysctl: Honor SKIP for descendant nodes.

Ok I see the problem. We don't get nodes when iterating, so the skip node never gets seen for this to skip its descendants. Back to the drawing board, then.

Oct 18 2020, 3:53 PM

Oct 17 2020

freqlabs requested review of D26833: sysctl+kern_sysctl: Honor SKIP for descendant nodes.
Oct 17 2020, 5:27 PM
freqlabs requested review of D26832: sysctl: Misc code cleanup.
Oct 17 2020, 5:10 PM

Oct 16 2020

freqlabs closed D26798: /usr/sbin/bhyve: Update TX descriptor base address and host mapping on change.
Oct 16 2020, 8:27 PM
freqlabs committed rS366771: bhyve: Update TX descriptor base address and host mapping on change.
bhyve: Update TX descriptor base address and host mapping on change
Oct 16 2020, 8:27 PM
freqlabs closed D26822: sysutils/openzfs*: Bump for vop_fplookup_vexec after 1300121.
Oct 16 2020, 7:52 PM
freqlabs committed rP552520: sysutils/openzfs*: Bump for vop_fplookup_vexec after 1300121.
sysutils/openzfs*: Bump for vop_fplookup_vexec after 1300121
Oct 16 2020, 7:52 PM
freqlabs requested review of D26822: sysutils/openzfs*: Bump for vop_fplookup_vexec after 1300121.
Oct 16 2020, 7:42 PM

Oct 15 2020

freqlabs updated the diff for D26798: /usr/sbin/bhyve: Update TX descriptor base address and host mapping on change.

Restored check that tx is enabled

Oct 15 2020, 5:53 PM
freqlabs requested review of D26798: /usr/sbin/bhyve: Update TX descriptor base address and host mapping on change.
Oct 15 2020, 5:38 PM
freqlabs updated the diff for D26080: flua: Add a libjail module.

Incorporated feedback

Oct 15 2020, 7:21 AM

Oct 13 2020

freqlabs added a comment to D26756: jail(3lua): add a jail.list() method.

Nice work, just a few notes.

Oct 13 2020, 2:48 PM

Oct 12 2020

freqlabs committed rS366651: MFC r366433.
MFC r366433
Oct 12 2020, 5:43 PM
freqlabs updated the diff for D25447: lib/flua: Add bindings for libifconfig.

Updated diff to include man page, example code, build as a lua module instead of embedded in flua.
Diff is based on flua-libjail going in first.

Oct 12 2020, 5:20 PM

Oct 9 2020

freqlabs added a comment to D26723: Document the rather suprising behavior with ' inside action rules..

I think this should be in a BUGS section

Oct 9 2020, 5:37 PM

Oct 6 2020

freqlabs committed rP551593: MFH: r551500.
MFH: r551500
Oct 6 2020, 8:27 PM

Oct 5 2020

freqlabs closed D26560: Enable iterating all sysctls, even ones with CTLFLAG_SKIP.
Oct 5 2020, 8:13 PM
freqlabs committed rS366465: Enable iterating all sysctls, even ones with CTLFLAG_SKIP.
Enable iterating all sysctls, even ones with CTLFLAG_SKIP
Oct 5 2020, 8:13 PM
freqlabs closed D26684: devel/py-sysctl: Update to 0.3.0.
Oct 5 2020, 6:22 PM
freqlabs committed rP551534: devel/py-sysctl: Update to 0.3.0.
devel/py-sysctl: Update to 0.3.0
Oct 5 2020, 6:22 PM
freqlabs requested review of D26684: devel/py-sysctl: Update to 0.3.0.
Oct 5 2020, 5:56 PM
freqlabs closed D26656: sysutils/openzfs*: Update to fix 12.1-REL build.
Oct 5 2020, 3:54 PM
freqlabs committed rP551500: sysutils/openzfs*: Update to fix 12.1-REL build.
sysutils/openzfs*: Update to fix 12.1-REL build
Oct 5 2020, 3:54 PM

Oct 4 2020

freqlabs accepted D24966: lualoader: improve the design of the brand-/logo- mechanism .
Oct 4 2020, 10:29 PM
freqlabs added inline comments to D24966: lualoader: improve the design of the brand-/logo- mechanism .
Oct 4 2020, 8:54 PM
freqlabs closed D26561: Explicit CTLFLAG_DYN not needed.
Oct 4 2020, 7:37 PM
freqlabs committed rS366433: Explicit CTLFLAG_DYN not needed.
Explicit CTLFLAG_DYN not needed
Oct 4 2020, 7:37 PM
freqlabs requested review of D26656: sysutils/openzfs*: Update to fix 12.1-REL build.
Oct 4 2020, 7:28 AM

Oct 2 2020

freqlabs added a comment to D26560: Enable iterating all sysctls, even ones with CTLFLAG_SKIP.

I intend to commit this once https://github.com/william-gr/py-sysctl/pull/8 has merged and tagged and the port has been updated.

Oct 2 2020, 7:53 PM

Sep 30 2020

freqlabs added a comment to D26560: Enable iterating all sysctls, even ones with CTLFLAG_SKIP.

Looks like I'm going to need to add this to py-sysctl, too. It's using sysctl(3) so won't benefit from the fixed sysctl(8). A few of the Python-based tools in OpenZFS use py-sysctl on FreeBSD to get at kstat sysctls, which are exactly what I have planned to SKIP.

Sep 30 2020, 10:58 PM
freqlabs updated the diff for D26080: flua: Add a libjail module.

Add 3lua section to contrib/mandoc/msec.in

Sep 30 2020, 9:00 PM

Sep 29 2020

freqlabs updated the summary of D26560: Enable iterating all sysctls, even ones with CTLFLAG_SKIP.
Sep 29 2020, 7:57 PM
freqlabs updated the diff for D26560: Enable iterating all sysctls, even ones with CTLFLAG_SKIP.

Addressed some feedback.

Sep 29 2020, 7:57 PM
freqlabs closed D26583: sysutils/openzfs*: Bump to update cache_purgevfs usage after 1300117 version bump.
Sep 29 2020, 6:01 PM
freqlabs committed rP550541: sysutils/openzfs*: Bump to update cache_purgevfs usage after 1300117.
sysutils/openzfs*: Bump to update cache_purgevfs usage after 1300117
Sep 29 2020, 6:01 PM
freqlabs requested review of D26583: sysutils/openzfs*: Bump to update cache_purgevfs usage after 1300117 version bump.
Sep 29 2020, 2:07 AM

Sep 25 2020

freqlabs added inline comments to D26218: Integrate zstd into boot loader.
Sep 25 2020, 9:09 PM
freqlabs updated the test plan for D26560: Enable iterating all sysctls, even ones with CTLFLAG_SKIP.
Sep 25 2020, 7:01 PM
freqlabs updated the diff for D26560: Enable iterating all sysctls, even ones with CTLFLAG_SKIP.

Also visit all with tflag

Sep 25 2020, 6:58 PM
freqlabs updated the test plan for D26560: Enable iterating all sysctls, even ones with CTLFLAG_SKIP.
Sep 25 2020, 6:52 PM
freqlabs requested review of D26561: Explicit CTLFLAG_DYN not needed.
Sep 25 2020, 6:43 PM
freqlabs added inline comments to D26560: Enable iterating all sysctls, even ones with CTLFLAG_SKIP.
Sep 25 2020, 6:38 PM
freqlabs added inline comments to D26560: Enable iterating all sysctls, even ones with CTLFLAG_SKIP.
Sep 25 2020, 6:36 PM
freqlabs requested review of D26560: Enable iterating all sysctls, even ones with CTLFLAG_SKIP.
Sep 25 2020, 6:33 PM
freqlabs added inline comments to D26028: Expose NFSv41 ACL automatic inheritance flags.
Sep 25 2020, 2:43 PM
freqlabs added a reviewer for D26028: Expose NFSv41 ACL automatic inheritance flags: rmacklem.
Sep 25 2020, 2:33 PM

Sep 22 2020

freqlabs accepted D26521: fix mountd.c so that it does not allocate 4K for credential groups unless a large groups list is needed.
Sep 22 2020, 9:14 PM

Sep 21 2020

freqlabs closed D26457: sysutils/openzfs*: Bump for recent changes.
Sep 21 2020, 7:30 PM
freqlabs committed rP549482: sysutils/openzfs*: Bump for recent changes.
sysutils/openzfs*: Bump for recent changes
Sep 21 2020, 7:25 PM
freqlabs added a reviewer for D26457: sysutils/openzfs*: Bump for recent changes: kevans.
Sep 21 2020, 7:14 PM

Sep 16 2020

freqlabs requested review of D26457: sysutils/openzfs*: Bump for recent changes.
Sep 16 2020, 6:37 PM
freqlabs accepted D26447: add deprecation notice to ftpd.
Sep 16 2020, 5:47 PM

Sep 9 2020

freqlabs committed rP548105: devel/py-libzfs: Take over as maintainer, bump for OpenZFS in base.
devel/py-libzfs: Take over as maintainer, bump for OpenZFS in base
Sep 9 2020, 4:03 PM
freqlabs closed D26325: devel/py-libzfs: Take over as maintainer, bump for OpenZFS in base.
Sep 9 2020, 4:03 PM
freqlabs updated the diff for D26325: devel/py-libzfs: Take over as maintainer, bump for OpenZFS in base.

Bumped to a version that works on 12 and 11, too.

Sep 9 2020, 3:00 PM

Sep 5 2020

freqlabs added inline comments to D26340: run clang-format over vtfontcvt.c.
Sep 5 2020, 10:56 PM

Sep 4 2020

freqlabs added a comment to D26325: devel/py-libzfs: Take over as maintainer, bump for OpenZFS in base.

Assuming it currently builds on 11.3 and 12.1 this shouldn't break anything, but I'll test it to be sure.

Sep 4 2020, 3:48 PM
freqlabs requested review of D26325: devel/py-libzfs: Take over as maintainer, bump for OpenZFS in base.
Sep 4 2020, 3:41 PM

Sep 2 2020

freqlabs committed rS365252: Correct and expand on OpenZFS cache file and auto import.
Correct and expand on OpenZFS cache file and auto import
Sep 2 2020, 4:03 PM
freqlabs committed rS365250: Use MLINKS where appropriate for zfs/zpool subcommand pages.
Use MLINKS where appropriate for zfs/zpool subcommand pages
Sep 2 2020, 3:20 PM

Sep 1 2020

freqlabs committed rS365057: Ensure zstreamdump subdir can be visited.
Ensure zstreamdump subdir can be visited
Sep 1 2020, 7:02 PM

Aug 31 2020

freqlabs added a comment to D26258: libifconfig now depends on libm due to usage of log10()..

Lol, who did that? :-)

Oh well!

Aug 31 2020, 11:06 PM
freqlabs accepted D26258: libifconfig now depends on libm due to usage of log10()..
Aug 31 2020, 10:57 PM

Aug 28 2020

freqlabs added a comment to D26218: Integrate zstd into boot loader.

Generally happy about the cleanup and the added flexibility in the build infrastructure.

Aug 28 2020, 5:06 PM

Aug 27 2020

freqlabs committed rS364863: libzfs: Also add the crypto dependency to Makefile.inc1.
libzfs: Also add the crypto dependency to Makefile.inc1
Aug 27 2020, 1:26 PM
freqlabs committed rS364861: libzfs: Add missing crypto dependency.
libzfs: Add missing crypto dependency
Aug 27 2020, 1:05 PM

Aug 26 2020

freqlabs accepted D26193: Fix dtrace tools bootstrap on non-FreeBSD after OpenZFS import.

Looks reasonably noninvasive. I'm surprised it's that easy :)

Aug 26 2020, 7:15 PM
freqlabs committed rS364830: Move zstd sources from libzfs to libzpool.
Move zstd sources from libzfs to libzpool
Aug 26 2020, 7:03 PM
freqlabs committed rS364829: Tidy up libzpool Makefile.
Tidy up libzpool Makefile
Aug 26 2020, 7:00 PM
freqlabs committed rS364821: Install zfs-events.5.
Install zfs-events.5
Aug 26 2020, 3:44 PM