FreeNAS/freenas 0751039src/middlewared/middlewared/etc_files scst.conf.mako

add dev_vdisk devices to DEVICE_GROUP on BACKUP

Without this, set_node_optimized fires bind_alua only for the dev_disk
passthrough devices in the DEVICE_GROUP, bypassing the dev_vdisk devices
entirely.
DeltaFile
+12-0src/middlewared/middlewared/etc_files/scst.conf.mako
+12-01 files

FreeBSD/src cb69238tests/sys/kern timerfd.c Makefile

timerfd: Expect periodic timer performance failures

The current timerfd implementation fails to correctly count events on a
nanosecond callout interval. The timerfd__periodic_timer_performance
test detects this and reports failure.

Mark this test as an expected failure so it isn't flagged by CI. A link
to the bug report is attached to the test for reference.

While we're here, clean up some minor style and Make issues.

Fixes:          834c1ba793d9 ("timerfd: Add tests")
MFC after:      1 week
DeltaFile
+2-3tests/sys/kern/timerfd.c
+0-1tests/sys/kern/Makefile
+2-42 files

LLVM/project 11cbd37flang/docs/MeetingNotes/2026 2026-03-25.md

[flang] Adding Flang Community Call Meeting Notes for 3/25/2026 (#188597)
DeltaFile
+106-0flang/docs/MeetingNotes/2026/2026-03-25.md
+106-01 files

NetBSD/pkgsrc 9rYeAQzbenchmarks/paranoia Makefile

   benchmarks/paranoia: Set -fexcess-precision=standard

   because the point is to test IEEE754, and an operating system
   providing "not IEEE754" by default is a red herring.
VersionDeltaFile
1.23+7-4benchmarks/paranoia/Makefile
+7-41 files

LLVM/project d7a39ccllvm/utils git-llvm-push git-llvm-push.md

[Utils] Add ability to configure git-llvm-push from .gitconfig (#187398)

This lets someone set git config options at whatever scope (per-repo,
global, etc.) for the options that they care about. This provides
similar functionality to just wrapping the script in a shell script with
one's desired options without the need to do that.

We need to be careful about how when we get the flags and how to execute
the git command to get the flags. For now, we do this before normal
argument parsing and fail silently to avoid printing output if someone
passes something like --quiet through the git config. This means options
like --verbose and --dry-run don't work for this specific command, but I
think that is a reasonable tradeoff.
DeltaFile
+25-1llvm/utils/git-llvm-push
+16-0llvm/utils/git-llvm-push.md
+41-12 files

FreeBSD/ports 1dbce6fbiology/sra-tools pkg-plist distinfo, biology/sra-tools/files patch-libs_kxml_xml.c

biology/sra-tools: Update to 3.4.1

Several minor enhancements and fixes
Changes:
    https://github.com/ncbi/sra-tools/blob/master/CHANGES.md
    https://github.com/ncbi/sra-tools/commits/master/

Reported by:    portscout
DeltaFile
+0-58biology/sra-tools/pkg-plist
+0-11biology/sra-tools/files/patch-libs_kxml_xml.c
+5-5biology/sra-tools/distinfo
+1-4biology/sra-tools/Makefile
+6-784 files

LLVM/project b7d8831llvm/utils/lit/lit run.py

[lit] dealloc ApplyResult objects as they're waited on (#188642)

In _wait_for(), all async tasks are waited for. However, the objects
are held in the async_result list until the function calls complete.
This leads to about 3.6gig mem usage on my system when running
check-llvm, even though these objects aren't needed after the ar.get()
call.

Dealloc them as we go instead.

Addresses #188641
DeltaFile
+4-1llvm/utils/lit/lit/run.py
+4-11 files

HardenedBSD/src 689c0cbsys/dev/ufshci ufshci_acpi.c ufshci_ctrlr.c, tests/sys/netinet raw.c

Merge remote-tracking branch 'origin/hardened/current/master' into hardened/current/cross-dso-cfi
DeltaFile
+248-0sys/dev/ufshci/ufshci_acpi.c
+170-71tests/sys/netinet/raw.c
+95-107usr.bin/m4/eval.c
+45-45usr.bin/m4/mdef.h
+62-9sys/dev/ufshci/ufshci_ctrlr.c
+35-35usr.bin/m4/main.c
+655-26725 files not shown
+849-36831 files

HardenedBSD/src 2220d96lib/libpmc pmc.ibs.3, sys/dev/hwpmc hwpmc_ibs.c hwpmc_ibs.h

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+170-71tests/sys/netinet/raw.c
+4-1lib/libpmc/pmc.ibs.3
+1-2sys/dev/hwpmc/hwpmc_ibs.c
+1-2sys/dev/hwpmc/hwpmc_ibs.h
+0-2sys/rpc/clnt_bck.c
+176-785 files

HardenedBSD/ports 89625fdcad/route-rnd Makefile, www/librewolf/files patch-libwebrtc-generated

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+2,797-34www/librewolf/files/patch-libwebrtc-generated
+58-9x11/ghostty/pkg-plist
+29-35x11/ghostty/distinfo
+33-0cad/route-rnd/Makefile
+14-17x11/ghostty/Makefile.zig
+14-9x11/ghostty/Makefile
+2,945-10425 files not shown
+3,032-15931 files

HardenedBSD/ports 3c302addevel/nextest Makefile

devel/nextest: Broken on aarch64

Reported by:    fallout
DeltaFile
+2-0devel/nextest/Makefile
+2-01 files

FreeBSD/ports 3c302addevel/nextest Makefile

devel/nextest: Broken on aarch64

Reported by:    fallout
DeltaFile
+2-0devel/nextest/Makefile
+2-01 files

LLVM/project b6ef20ellvm/utils/gn/secondary/libcxx/include BUILD.gn

[gn] port 0eb8f018a1c8
DeltaFile
+1-0llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+1-01 files

OpenBSD/src Mhu7NZFsys/dev/pci/drm/i915/display intel_psr.c intel_display_types.h

   drm/i915/psr: Compute PSR entry_setup_frames into intel_crtc_state

   From Jouni Hogander
   9691c50fd5dd14ecb88ce8e80a8632cb7471c052 in linux-6.18.y/6.18.20
   7caac659a837af9fd4cad85be851982b88859484 in mainline linux
VersionDeltaFile
1.16+3-2sys/dev/pci/drm/i915/display/intel_psr.c
1.16+1-0sys/dev/pci/drm/i915/display/intel_display_types.h
+4-22 files

OpenBSD/src HWsL8Ihsys/dev/pci/drm/i915/display intel_dmc.c intel_display_power_well.c

   drm/i915/dmc: Fix an unlikely NULL pointer deference at probe

   From Imre Deak
   0b35d11fbbcfd1079c8489282a341944228835e3 in linux-6.18.y/6.18.20
   ac57eb3b7d2ad649025b5a0fa207315f755ac4f6 in mainline linux
VersionDeltaFile
1.8+1-2sys/dev/pci/drm/i915/display/intel_dmc.c
1.6+1-1sys/dev/pci/drm/i915/display/intel_display_power_well.c
+2-32 files

OpenBSD/src fcOfS0Asys/dev/pci/drm/amd/amdgpu amdgpu_bo_list.c

   drm/amdgpu: Limit BO list entry count to prevent resource exhaustion

   From Jesse.Zhang
   5ce4a38e6c2488949e373d5066303f9c128db614 in linux-6.18.y/6.18.20
   6270b1a5dab94665d7adce3dc78bc9066ed28bdd in mainline linux
VersionDeltaFile
1.12+4-0sys/dev/pci/drm/amd/amdgpu/amdgpu_bo_list.c
+4-01 files

OpenBSD/src CAFxH94sys/dev/pci/drm/amd/pm/legacy-dpm si_dpm.c

   drm/amdgpu: apply state adjust rules to some additional HAINAN vairants

   From Alex Deucher
   73908f65f5cc32f9da07c5df0f58d1fd5ed5834e in linux-6.18.y/6.18.20
   9787f7da186ee8143b7b6d914cfa0b6e7fee2648 in mainline linux
VersionDeltaFile
1.2+3-1sys/dev/pci/drm/amd/pm/legacy-dpm/si_dpm.c
+3-11 files

NetBSD/pkgsrc SzeL2tUdoc CHANGES-2026

   doc: Updated net/iodine to 0.8.0
VersionDeltaFile
1.1855+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 6nDFZ9Jnet/iodine distinfo Makefile, net/iodine/patches patch-aa

   net/iodine: Update to 0.8.0

   pkgsrc changes:
     Because email to MAINTAINER timed out, take MAINTAINERship and leave
     previous as secondary.


   2023-04-17: 0.8.0 "Burning Snowman"
        - Mac OS X: Support native utun VPN devices. Patch by
                Peter Sagerson, ported from OpenVPN by Catalin Patulea.
        - Fix compilation failure on kFreeBSD and Hurd, by Gregor Herrmann
        - Patch from Ryan Welton that fixes compilation warning.
        - README converted to markdown by Nicolas Braud-Santoni.
        - Linux: use pkg-config for systemd support flags.
                Patch by Jason A. Donenfeld.
        - Add support for IPv6 in the server.
           Raw mode will be with same protocol as used for login.
           Traffic inside tunnel is still IPv4.
        - Update android build to try to support 5.0 (Lollipop) and newer.

    [4 lines not shown]
VersionDeltaFile
1.6+5-5net/iodine/distinfo
1.3+4-4net/iodine/patches/patch-aa
1.6+4-3net/iodine/Makefile
1.3+1-0net/iodine/PLIST
+14-124 files

OpenBSD/src AlPO1xLsys/dev/pci/drm/radeon si_dpm.c

   drm/radeon: apply state adjust rules to some additional HAINAN vairants

   From Alex Deucher
   c18eef45af03655e1c93b6438a357ceaeb567200 in linux-6.18.y/6.18.20
   86650ee2241ff84207eaa298ab318533f3c21a38 in mainline linux
VersionDeltaFile
1.10+3-1sys/dev/pci/drm/radeon/si_dpm.c
+3-11 files

NetBSD/pkgsrc vZU7C4adoc CHANGES-2026

   doc: Updated geography/shapelib to 1.6.3
VersionDeltaFile
1.1854+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc mtsvatigeography/shapelib Makefile distinfo

   geography/shapelib: Update to 1.6.3

   Changes since 1.6.2:
     - Fix GCC 15 build failure on dbfadd.c
     - shpgeo.c: fix wrong comparison operator in debug code (#189)
VersionDeltaFile
1.13+3-7geography/shapelib/Makefile
1.11+4-4geography/shapelib/distinfo
+7-112 files

OpenBSD/src 5ZtDHsIsys/dev/pci/drm/amd/amdgpu mmhub_v4_1_0.c

   drm/amdgpu/mmhub4.1.0: add bounds checking for cid

   From Alex Deucher
   7687403d658054027c60654cf71fc29ad90c9e1d in linux-6.18.y/6.18.20
   3cdd405831d8cc50a5eae086403402697bb98a4a in mainline linux
VersionDeltaFile
1.3+2-1sys/dev/pci/drm/amd/amdgpu/mmhub_v4_1_0.c
+2-11 files

NetBSD/pkgsrc GLeF2aydoc CHANGES-2026

   doc: Updated geography/py-rtcm to 1.1.12
VersionDeltaFile
1.1853+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc zj0jQ7pgeography/py-rtcm distinfo Makefile

   geography/py-rtcm: Update to 1.1.11

   Upstream NEWS:

   1. Update exception handling to cater for invalid length payloads - Fixes #91
VersionDeltaFile
1.4+4-4geography/py-rtcm/distinfo
1.7+2-2geography/py-rtcm/Makefile
+6-62 files

OpenBSD/src fjfJwkBsys/dev/pci/drm/amd/amdgpu mmhub_v3_0.c

   drm/amdgpu/mmhub3.0: add bounds checking for cid

   From Alex Deucher
   72365be44cc7e2cf05514e0dafcd7664f3267358 in linux-6.18.y/6.18.20
   cdb82ecbeccb55fae75a3c956b605f7801a30db1 in mainline linux
VersionDeltaFile
1.5+2-1sys/dev/pci/drm/amd/amdgpu/mmhub_v3_0.c
+2-11 files

OpenBSD/src qEogevgsys/dev/pci/drm/amd/amdgpu mmhub_v3_0_2.c

   drm/amdgpu/mmhub3.0.2: add bounds checking for cid

   From Alex Deucher
   4b9e5676db815341b0c21006250845e5a0161afa in linux-6.18.y/6.18.20
   e5e6d67b1ce9764e67aef2d0eef9911af53ad99a in mainline linux
VersionDeltaFile
1.5+2-1sys/dev/pci/drm/amd/amdgpu/mmhub_v3_0_2.c
+2-11 files

OpenBSD/src EfybzwKsys/dev/pci/drm/amd/amdgpu mmhub_v3_0_1.c

   drm/amdgpu/mmhub3.0.1: add bounds checking for cid

   From Alex Deucher
   56f0473d3c6314502fdcf76e574985a585aa707d in linux-6.18.y/6.18.20
   5d4e88bcfef29569a1db224ef15e28c603666c6d in mainline linux
VersionDeltaFile
1.6+2-1sys/dev/pci/drm/amd/amdgpu/mmhub_v3_0_1.c
+2-11 files

OpenBSD/src P8Io8Qssys/dev/pci/drm/amd/amdgpu mmhub_v2_3.c

   drm/amdgpu/mmhub2.3: add bounds checking for cid

   From Alex Deucher
   603db8a36517ce318b213cf1740b7d1f0f6b233b in linux-6.18.y/6.18.20
   a54403a534972af5d9ba5aaa3bb6ead612500ec6 in mainline linux
VersionDeltaFile
1.6+2-1sys/dev/pci/drm/amd/amdgpu/mmhub_v2_3.c
+2-11 files

OpenBSD/src BbpJe1Lsys/dev/pci/drm/amd/amdgpu mmhub_v2_0.c

   drm/amdgpu/mmhub2.0: add bounds checking for cid

   From Alex Deucher
   2c4eea0eba197b036804cf4c76bd9b70aa02f30a in linux-6.18.y/6.18.20
   0b26edac4ac5535df1f63e6e8ab44c24fe1acad7 in mainline linux
VersionDeltaFile
1.8+6-3sys/dev/pci/drm/amd/amdgpu/mmhub_v2_0.c
+6-31 files