OPNSense/core 16ddd5asrc/opnsense/mvc/app/models/OPNsense/Unbound Unbound.php Unbound.xml

Services: Unbound DNS: Overrides - One of the major disadvantages of asking for domains and hostnames seperately is that standard fqdn validations don't apply, which is the case here. Adding a dot at the end of a fqdn is valid, having an empty element isn't. We fix the latter by preventing a hostname ending with a dot here. closes https://github.com/opnsense/core/issues/10170
DeltaFile
+10-0src/opnsense/mvc/app/models/OPNsense/Unbound/Unbound.php
+1-0src/opnsense/mvc/app/models/OPNsense/Unbound/Unbound.xml
+11-02 files

FreeBSD/ports 61b2ffctextproc/markdown-mode.el distinfo Makefile

textproc/markdown-mode.el: Update to 2.8
DeltaFile
+3-3textproc/markdown-mode.el/distinfo
+1-2textproc/markdown-mode.el/Makefile
+4-52 files

FreeBSD/ports 737fc9bdatabases/tredis distinfo Makefile

databases/tredis: Update to 1.2.0
DeltaFile
+67-69databases/tredis/distinfo
+33-35databases/tredis/Makefile
+100-1042 files

FreeBSD/ports eccf5aedevel/pyenv pkg-plist distinfo

devel/pyenv: Update to 2.6.27
DeltaFile
+23-4devel/pyenv/pkg-plist
+3-3devel/pyenv/distinfo
+1-1devel/pyenv/Makefile
+27-83 files

FreeBSD/ports 8ab54eenet/natscli distinfo Makefile

net/natscli: Update to 0.3.2
DeltaFile
+5-5net/natscli/distinfo
+1-2net/natscli/Makefile
+6-72 files

FreeBSD/ports e26fe2fnet/nats-nsc distinfo Makefile

net/nats-nsc: Update to 2.12.2
DeltaFile
+5-5net/nats-nsc/distinfo
+1-2net/nats-nsc/Makefile
+6-72 files

FreeBSD/ports a83c19bnet/nats-surveyor distinfo Makefile

net/nats-surveyor: Update to 0.9.9
DeltaFile
+7-7net/nats-surveyor/distinfo
+1-2net/nats-surveyor/Makefile
+8-92 files

FreeBSD/ports cd9f1danet/nats-server distinfo Makefile

net/nats-server: Update to 2.12.7
DeltaFile
+5-5net/nats-server/distinfo
+1-2net/nats-server/Makefile
+1-0net/nats-server/pkg-plist
+7-73 files

FreeBSD/ports bf18000net/nats-top distinfo Makefile

net/nats-top: Update to 0.6.4
DeltaFile
+5-5net/nats-top/distinfo
+1-2net/nats-top/Makefile
+6-72 files

FreeBSD/ports 6180a64net/nats-nkeys distinfo Makefile

net/nats-nkeys: Update to 0.4.15
DeltaFile
+5-5net/nats-nkeys/distinfo
+1-2net/nats-nkeys/Makefile
+6-72 files

NetBSD/src 1ZqG2sHsys/arch/arm/sunxi sunxi_mixer.c sunxi_drm.c

   sunxi: implement drm atomic interface
VersionDeltaFile
1.20+184-831sys/arch/arm/sunxi/sunxi_mixer.c
1.28+14-57sys/arch/arm/sunxi/sunxi_drm.c
1.16+21-15sys/arch/arm/sunxi/sunxi_lcdc.c
1.4+3-2sys/arch/arm/sunxi/sunxi_drm.h
+222-9054 files

NetBSD/src i96hF8dsys/dev/i2c anxedp.c

   anxedp: implement drm atomic interface
VersionDeltaFile
1.10+17-20sys/dev/i2c/anxedp.c
+17-201 files

FreeBSD/ports 0742759mail/imap-tools distinfo Makefile.crates

mail/imap-tools: update to 1.10.0
DeltaFile
+111-61mail/imap-tools/distinfo
+54-29mail/imap-tools/Makefile.crates
+2-2mail/imap-tools/Makefile
+167-923 files

NetBSD/pkgsrc OhjwoCSdoc CHANGES-2026

   doc: Updated devel/meld to 3.22.2nb19
VersionDeltaFile
1.2432+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc GXiHiOhdevel/meld Makefile distinfo, devel/meld/patches patch-meld_matchers_helpers.py

   meld: fix fd leak

   Bump PKGREVISION.
VersionDeltaFile
1.2+19-6devel/meld/patches/patch-meld_matchers_helpers.py
1.156+2-2devel/meld/Makefile
1.75+2-2devel/meld/distinfo
+23-103 files

FreeBSD/src ead225csys/dev/ixgbe if_ix.c if_sriov.c

ixgbe: Fix MRQC register value.

Focus on the MRQE field of the MRQC register, which is 4 bits wide,
and we use these 3 types of values.

  - IXGBE_MRQC_RSSEN 0x1  (non VF mode)
  - IXGBE_MRQC_VMDQRSS32EN 0xA (less than 33 VFs)
  - IXGBE_MRQC_VMDQRSS64EN 0xB (less than 65 VFs)

If we always take a bitwise OR with IXGBE_MRQC_RSSEN,
IXGBE_MRQC_VMDQRSS32EN will never be chosen.
Select these 3 types of values for the proper case.

Signed-off-by: Yuichiro NAITO <naito.yuichiro at gmail.com>

Pull Request:   https://github.com/freebsd/freebsd-src/pull/2132

(cherry picked from commit 938c076b9b0bc458a3877b52535527d37199fc09)
DeltaFile
+2-2sys/dev/ixgbe/if_ix.c
+1-1sys/dev/ixgbe/if_sriov.c
+1-1sys/dev/ixgbe/ixgbe_sriov.h
+4-43 files

FreeBSD/src d116007sys/dev/ixgbe if_ix.c if_sriov.c

ixgbe: Fix MRQC register value.

Focus on the MRQE field of the MRQC register, which is 4 bits wide,
and we use these 3 types of values.

  - IXGBE_MRQC_RSSEN 0x1  (non VF mode)
  - IXGBE_MRQC_VMDQRSS32EN 0xA (less than 33 VFs)
  - IXGBE_MRQC_VMDQRSS64EN 0xB (less than 65 VFs)

If we always take a bitwise OR with IXGBE_MRQC_RSSEN,
IXGBE_MRQC_VMDQRSS32EN will never be chosen.
Select these 3 types of values for the proper case.

Signed-off-by: Yuichiro NAITO <naito.yuichiro at gmail.com>

Pull Request:   https://github.com/freebsd/freebsd-src/pull/2132

(cherry picked from commit 938c076b9b0bc458a3877b52535527d37199fc09)
DeltaFile
+2-2sys/dev/ixgbe/if_ix.c
+1-1sys/dev/ixgbe/if_sriov.c
+1-1sys/dev/ixgbe/ixgbe_sriov.h
+4-43 files

FreeBSD/src 554f5aausr.sbin/service service.sh

service(8): Replace indentation in usage()

The -d option was indented with spaces instead of tabs, and this broke
formatting.

Before:

-d                Enable debugging of rc.d scripts
-j              Perform actions within the named jail

After:

-d              Enable debugging of rc.d scripts
-j              Perform actions within the named jail

MFC after:      1 week
DeltaFile
+1-1usr.sbin/service/service.sh
+1-11 files

FreeBSD/src fa3958csys/dev/ixgbe if_ix.c if_sriov.c

ixgbe: Fix MRQC register value.

Focus on the MRQE field of the MRQC register, which is 4 bits wide,
and we use these 3 types of values.

  - IXGBE_MRQC_RSSEN 0x1  (non VF mode)
  - IXGBE_MRQC_VMDQRSS32EN 0xA (less than 33 VFs)
  - IXGBE_MRQC_VMDQRSS64EN 0xB (less than 65 VFs)

If we always take a bitwise OR with IXGBE_MRQC_RSSEN,
IXGBE_MRQC_VMDQRSS32EN will never be chosen.
Select these 3 types of values for the proper case.

Signed-off-by: Yuichiro NAITO <naito.yuichiro at gmail.com>

Pull Request:   https://github.com/freebsd/freebsd-src/pull/2132

(cherry picked from commit 938c076b9b0bc458a3877b52535527d37199fc09)
DeltaFile
+2-2sys/dev/ixgbe/if_ix.c
+1-1sys/dev/ixgbe/if_sriov.c
+1-1sys/dev/ixgbe/ixgbe_sriov.h
+4-43 files

LLVM/project 44199b4mlir/include/mlir/Dialect/Math/IR MathOps.td MathBase.td, mlir/lib/Conversion/MathToLLVM MathToLLVM.cpp

[mlir][math] Add rounding modes to `math.fma`
DeltaFile
+45-4mlir/include/mlir/Dialect/Math/IR/MathOps.td
+40-0mlir/test/Conversion/MathToLLVM/math-to-llvm.mlir
+37-2mlir/lib/Conversion/MathToLLVM/MathToLLVM.cpp
+8-2mlir/test/Dialect/Math/ops.mlir
+7-0mlir/include/mlir/Dialect/Math/IR/MathBase.td
+137-85 files

OpenBSD/src VAcYhIJsys/arch/amd64/amd64 bus_dma.c autoconf.c, sys/arch/amd64/include bus.h

   Extend the SEV bounce buffer implementation to make it usable for bouncing
   memory that isn't DMA reachable.

   ok deraadt@
VersionDeltaFile
1.61+118-33sys/arch/amd64/amd64/bus_dma.c
1.60+3-1sys/arch/amd64/amd64/autoconf.c
1.38+3-1sys/arch/amd64/include/bus.h
+124-353 files

LLVM/project 26b7fd5llvm/lib/Transforms/Vectorize VPlanVerifier.cpp LoopVectorize.cpp, llvm/test/Transforms/LoopVectorize/VPlan vplan-print-after-all.ll

[VPlan] Support plain CFG plans in the verifier. (#181817)

Update the verifier to support verifying plain CFG plans in the verifier
and add missing support for switch opcodes in type analysis.

This allows the verifier to handle early plain-CFG plans, allowing using
RUN_PASS wrapper for early transforms.

PR: https://github.com/llvm/llvm-project/pull/181817
DeltaFile
+50-10llvm/lib/Transforms/Vectorize/VPlanVerifier.cpp
+18-18llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+10-0llvm/lib/Transforms/Vectorize/VPlanConstruction.cpp
+7-0llvm/test/Transforms/LoopVectorize/VPlan/vplan-print-after-all.ll
+1-0llvm/lib/Transforms/Vectorize/VPlanAnalysis.cpp
+86-285 files

LLVM/project d4974dfmlir/docs Canonicalization.md

[mlir][docs] Add poison example to canonicalization section (#192782)

Mention that folding to `ub.poison` is a common canonicalization.
DeltaFile
+2-0mlir/docs/Canonicalization.md
+2-01 files

LLVM/project 4327b91mlir/include/mlir/Dialect/Math/IR MathOps.td MathBase.td, mlir/lib/Conversion/MathToLLVM MathToLLVM.cpp

[mlir][math] Add rounding modes to `math.fma`
DeltaFile
+45-4mlir/include/mlir/Dialect/Math/IR/MathOps.td
+40-0mlir/test/Conversion/MathToLLVM/math-to-llvm.mlir
+37-2mlir/lib/Conversion/MathToLLVM/MathToLLVM.cpp
+7-0mlir/include/mlir/Dialect/Math/IR/MathBase.td
+6-0mlir/test/Dialect/Math/ops.mlir
+135-65 files

NetBSD/pkgsrc-wip 01dc8bb. TODO

TODO: + crush-0.60.0, resterm-0.28.1.
DeltaFile
+2-0TODO
+2-01 files

NetBSD/pkgsrc H2GG0NJdoc TODO

   doc/TODO: add some

   + OpenJPH-0.27.0, compiledb-go-1.6.1, grafana-13.0.1, jjui-0.10.3,
     jsongrep-0.9.0, libcups-2.4.17, libexif-0.6.26, libsixel-1.8.7r1,
     libxmlb-0.3.26, meson-1.11.0, moor-2.12.1, openexr-3.4.10,
     prometheus-3.11.2, py-lxml-6.1.0, py-mako-1.3.11, py-mediafile-0.16.2,
     py-ruff-0.15.11, py-uv-build-0.11.7, rucola-0.9.0, rumdl-0.1.74,
     slumber-5.2.5, tree-sitter-c-sharp-0.23.5.
VersionDeltaFile
1.27124+23-3doc/TODO
+23-31 files

LLVM/project bd5b293mlir/lib/IR OperationSupport.cpp, mlir/test/Dialect/Func duplicate-function-elimination.mlir

[mlir] Support full commutative operation equality (#192652)

Previous, commutative equality only works if the operand lists are
exact permutations of one another.
By treating the `equivalentValues` map as a map onto a common set of
values, we can achieve full commutative equality.
DeltaFile
+28-0mlir/test/IR/operation-equality.mlir
+6-5mlir/lib/IR/OperationSupport.cpp
+2-3mlir/test/Dialect/Func/duplicate-function-elimination.mlir
+36-83 files

FreeBSD/ports 8a71acemisc Makefile, misc/goplaces Makefile pkg-descr

misc/goplaces: New port: Modern Google Places CLI in Go
DeltaFile
+20-0misc/goplaces/Makefile
+16-0misc/goplaces/pkg-descr
+5-0misc/goplaces/distinfo
+1-0misc/Makefile
+42-04 files

OpenBSD/src DNUrysLsys/dev/ic com.c

   Get rid of the COM_CONSOLE ifdef maze.  This was introduced for sparc
   which is no longer with us.

   ok jsg@
VersionDeltaFile
1.182+6-35sys/dev/ic/com.c
+6-351 files

NetBSD/pkgsrc aw1Aj5xsysutils/lsof distinfo, sysutils/lsof/files rnmt.c

   lsof: apply patch directly to implementation in files/

   noted by tnn
VersionDeltaFile
1.6+2-2sysutils/lsof/files/rnmt.c
1.112+1-2sysutils/lsof/distinfo
1.2+1-1sysutils/lsof/patches/patch-lib_rnmt.c
+4-53 files