Just added this comment to the PR.
www/forgejo{,-lts}: Update license
www/forgejo{,-lts}: Update license
reboot: Fix halt -p behavior
For the confused reader (including myself):
My patch to add libxo supprt to devinfo was added in c759aca606cee8352
and then later reverted in 43b07bdbc5d24febc7a
and then @kgalazka revived this thread with a concrete fix, but there is more to it
Hello! I haven't forgotten about this, I've just been fleshing out the code using it. At some point I realized that it's more appropriate to generate the artifacts this change adds (libcore.rlib and libcompiler-builtins.rlib for the kernel arch) as part of each kernel build using the sources in the rust compiler repo. My bindings are pretty much at a state where developers can try it out (and I have a virtio-snd driver demo anyone can already run in QEMU), but it would be nice to have a better solution for getting a rust compiler when building on FreeBSD hosts before announcing it on the mailing lists.
www/iridium: update to 2025.12.143.3
www/iridium: update to 2025.12.143.3
www/phalcon: take over MAINTAINER.
shells/xonsh: Update to 0.22.0
science/R-cran-e1071: Update to 1.7-17
www/{chromium,ungoogled-chromium}: update to 143.0.7499.169
www/{chromium,ungoogled-chromium}: update to 143.0.7499.169
files.amd64: remove some lines duplicated from files.x86
LinuxKPI: bitcount fix builds with gcc and older llvm
A clean merge of my patch toghether with this fix on top of e8d6b58ef5a4afe0 would
address the problems I'm aware of, and hopefully provide the feature as intended.
There's deeper issues being raised though, seemingly related to each other.
sys/bitcount.h: add __const_bitcount<n>
0mp committed
R11:1c0b62b20d66: net/samba423: Fix build with GSSAPI_MIT (authored by Christian Ullrich <chris@chrullrich.net>).
net/samba423: Fix build with GSSAPI_MIT
editors/zed: Update to 0.217.3
math/octave-forge-datatypes: Update to 1.1.4.
zfs: merge openzfs/zfs@962e68865
deskutils/taskwarrior-tui: Update to 0.26.5
A similar change has been included in the latest vendor import of mtree.
Thank you!
Import latest mtree from NetBSD
Vendor import of NetBSD's mtree at 2025-12-19
Approving as mentor, wait for @manu to re-review before commiting
I'd also suggest to change it to SYSCTL_BOOL.
x11/lemonbar: Update 1.4 => 1.5, take maintainership
x11/lemonbar: Update 1.4 => 1.5, take maintainership
bpf: add missing IFT_BRIDGE in the write method
GitHub <noreply@github.com> committed
rGa83bb15fcd0c: Reduce minimal scrub/resilver times (authored by
mav).
Reduce minimal scrub/resilver times
Use reduced precision for scan times
Bypass snprintf() in quota checks if no quotas set
RAIDZ: Remove some excessive logging
zdb: Add -O option for -r to specify object-id
Remove the obsolete FreeBSD 14.2-RELEASE from CI
DDT: Fix compressed entry buffer size
DDT: Add/use zap_lookup_length_uint64_by_dnode()
DDT: Move logs searches out of the lock
DDT: Switch to using ZAP _by_dnode() interfaces
GitHub <noreply@github.com> committed
rG7ff329ac2e2d: Fix rangelock test for growing block size (authored by Mark Maybee <mark.maybee@delphix.com>).
Fix rangelock test for growing block size
Brian Behlendorf <behlendorf1@llnl.gov> committed
rG0ba34033237e: Change shellcheck and checkbashism triggers. (authored by Turbo Fredriksson <turbo@bayour.com>).
Change shellcheck and checkbashism triggers.
Brian Behlendorf <behlendorf1@llnl.gov> committed
rG6c6a469bea66: Replace bashisms in ZFS shell function stub. (authored by Turbo Fredriksson <turbo@bayour.com>).
Replace bashisms in ZFS shell function stub.
Brian Behlendorf <behlendorf1@llnl.gov> committed
rG1842d6b3cb8f: Make lines stay within 80 char limit. (authored by Turbo Fredriksson <turbo@bayour.com>).
Make lines stay within 80 char limit.
Brian Behlendorf <behlendorf1@llnl.gov> committed
rG01cb64510d30: Standardise if/then/else and for/do/done lines. (authored by Turbo Fredriksson <turbo@bayour.com>).
Standardise if/then/else and for/do/done lines.
Brian Behlendorf <behlendorf1@llnl.gov> committed
rGead77e952ef3: Add some comments to clarify the mounting of filesystems. (authored by Turbo Fredriksson <turbo@bayour.com>).
Add some comments to clarify the mounting of filesystems.
Brian Behlendorf <behlendorf1@llnl.gov> committed
rG29819a0177f8: Add missing initrd config variables. (authored by Turbo Fredriksson <turbo@bayour.com>).
Add missing initrd config variables.
Brian Behlendorf <behlendorf1@llnl.gov> committed
rG33dd57e1b499: Prefix all variables that are local with underscore. (authored by Turbo Fredriksson <turbo@bayour.com>).
Prefix all variables that are local with underscore.
Improve async destroy processing timing
Brian Behlendorf <behlendorf1@llnl.gov> committed
rG4af8e28a5948: Remove unnecessary sourcing of variables. (authored by Turbo Fredriksson <turbo@bayour.com>).
Remove unnecessary sourcing of variables.
Brian Behlendorf <behlendorf1@llnl.gov> committed
rG94975ff79b3a: Fix issue with finding degraded pool(s). (authored by Turbo Fredriksson <turbo@bayour.com>).
Fix issue with finding degraded pool(s).
Brian Behlendorf <behlendorf1@llnl.gov> committed
rGd3b447de4e60: Shell script good practices changes. (authored by Turbo Fredriksson <turbo@bayour.com>).
Shell script good practices changes.
GitHub <noreply@github.com> committed
rG32faecb0c28d: CI: Use Ubuntu mirrors instead of azure (#18057) (authored by Tony Hutter <hutter2@llnl.gov>).
CI: Use Ubuntu mirrors instead of azure (#18057)
Brian Behlendorf <behlendorf1@llnl.gov> committed
rG61ab032ae039: Fix potential global variable overwrite. (authored by Turbo Fredriksson <turbo@bayour.com>).
Fix potential global variable overwrite.
Brian Behlendorf <behlendorf1@llnl.gov> committed
rGf72fd378c828: Defer async destroys on pool import (authored by
mav).
Defer async destroys on pool import
Brian Behlendorf <behlendorf1@llnl.gov> committed
rGd976587a356a: ZTS: Fix zvol_misc_fua SLOG writes check (authored by
mav).
ZTS: Fix zvol_misc_fua SLOG writes check
GitHub <noreply@github.com> committed
rG842fb1c1357b: CI: Change timeout values (authored by Tony Hutter <hutter2@llnl.gov>).
CI: Change timeout values
ZIO: ZIO_STAGE_DDT_WRITE is a blocking stage
ARC: Increase parallel eviction batching
Linux: work around use of GPL-only symbol `kasan_flag_enabled`
Fix a declaration position of the nth_page.
ARC: Pre-convert zfs_arc_min_prefetch_ms
GitHub <noreply@github.com> committed
rG09492e0f219f: Reduce dataset buffers re-dirtying (authored by
mav).
Reduce dataset buffers re-dirtying
GitHub <noreply@github.com> committed
rG0c194352b529: Fix ddtprune causing space leak (authored by Chunwei Chen <tuxoko@gmail.com>).
Fix ddtprune causing space leak
GitHub <noreply@github.com> committed
rGff47dd35e2ca: Ensure 64-bit `off_t` is used in user space instead of `loff_t` (authored by Alexander Moch <mail@alexmoch.com>).
Ensure 64-bit `off_t` is used in user space instead of `loff_t`
GitHub <noreply@github.com> committed
rG48842c0a4150: ZTS: Add test for snapshot automount race (authored by Ameer Hamza <ahamza@ixsystems.com>).
ZTS: Add test for snapshot automount race
GitHub <noreply@github.com> committed
rG5d40e0ed70b6: CI: Fix Ubuntu 22.01 rsend failures (authored by Tony Hutter <hutter2@llnl.gov>).
CI: Fix Ubuntu 22.01 rsend failures
GitHub <noreply@github.com> committed
rGa3238a745e3c: Linux 6.18 compat: META (#18039) (authored by Brian Behlendorf <behlendorf1@llnl.gov>).
Linux 6.18 compat: META (#18039)
FreeBSD: Fix a potential null dereference in zfs_freebsd_fsync()
Brian Behlendorf <behlendorf1@llnl.gov> committed
rG574d5f3313bc: CI: exclude signed-off-by/reviewed-by from 72 char limit (authored by Brian Behlendorf <behlendorf1@llnl.gov>).
CI: exclude signed-off-by/reviewed-by from 72 char limit
Brian Behlendorf <behlendorf1@llnl.gov> committed
rG060bc8b70dd5: Fix HIGHMEM/kmap API violation in zfs_uiomove_bvec_impl() (authored by bspengler-oss <94915855+bspengler-oss@users.noreply.github.com>).
Fix HIGHMEM/kmap API violation in zfs_uiomove_bvec_impl()
GitHub <noreply@github.com> committed
rG4ce030e025b1: Fix snapshot automount race causing duplicate mounts and AVL tree panic (authored by Ameer Hamza <ahamza@ixsystems.com>).
Fix snapshot automount race causing duplicate mounts and AVL tree panic
Brian Behlendorf <behlendorf1@llnl.gov> committed
rG2cab0554c008: Preserve LIFO ordering of kmap ops in abd_raidz_gen_iterate() (authored by bspengler-oss <94915855+bspengler-oss@users.noreply.github.com>).
Preserve LIFO ordering of kmap ops in abd_raidz_gen_iterate()
Brian Behlendorf <behlendorf1@llnl.gov> committed
rG87df5e487266: Fix interaction of abd_iter_map()/abd_iter_unmap() with HIGHMEM (authored by bspengler-oss <94915855+bspengler-oss@users.noreply.github.com>).
Fix interaction of abd_iter_map()/abd_iter_unmap() with HIGHMEM
graphics/ImageMagick6: Update to 6.9.13-36
graphics/ImageMagick6: Update to 6.9.13-36
Just reverted instead, "may be" removed in 15.0 is good enough.
I think those issues are not made any worse by your patch? And the fix is something that RISC-V and amd64 would need as well (well, RISC-V also needs this patch). I think you should just merge your current patch and let @markj fix both amd64 and aarch64 when he adds the new arena.
Enable building the driver as a module.
BTW, I've thought about adding an or the like that just takes the argument and unregisters all commands that use the same function. That would be a nicer way to handle unloading of a module that registers multiple handlers.
Revert "sys: Bump 32-bit kernel removal to 16.0"