NetBSD/src Iz86BtWshare/man/man4/man4.x86 mem.4

   x86/mem(4): stop mentioning the per process area

   the "kstack" for i386 was removed in 1995.
VersionDeltaFile
1.2+1-9share/man/man4/man4.x86/mem.4
+1-91 files

LLVM/project 840e9a4llvm/lib/Transforms/Vectorize VPlanUnroll.cpp VPlan.h, llvm/test/Transforms/LoopVectorize induction.ll iv-select-cmp-decreasing.ll

[VPlan] Fix wrap-flags on WidenInduction unroll (#187710)

Due to a somewhat recent change, IntOrFpInduction recipes have
associated VPIRFlags. The VPlanUnroll logic for WidenInduction recipes
predates this change, and computes incomplete wrap-flags: update it to
simply use the flags on IntOrFpInduction recipes; PointerInduction
recipes have no associated flags, and indeed, no flags should be used.
DeltaFile
+18-18llvm/test/Transforms/LoopVectorize/induction.ll
+14-14llvm/test/Transforms/LoopVectorize/iv-select-cmp-decreasing.ll
+12-12llvm/test/Transforms/LoopVectorize/iv-select-cmp.ll
+12-7llvm/lib/Transforms/Vectorize/VPlanUnroll.cpp
+14-0llvm/lib/Transforms/Vectorize/VPlan.h
+3-5llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
+73-5611 files not shown
+90-7317 files

NetBSD/pkgsrc fCz48RDdoc CHANGES-2026

   Updated time/p5-DateTime-Format-Natural to 1.25
VersionDeltaFile
1.1922+2-1doc/CHANGES-2026
+2-11 files

OPNSense/core b605816src/etc/inc/plugins.inc.d radvd.inc

radvd: skipping disabled needs ignore list population too #10044
DeltaFile
+5-3src/etc/inc/plugins.inc.d/radvd.inc
+5-31 files

NetBSD/pkgsrc R1lJnistime/p5-DateTime-Format-Natural distinfo Makefile

   Update to 1.25

   Upstream changes:
   1.25  2026-02-13  <schubiger at cpan.org>
    - Merged development version to stable.
   1.24_01  2026-02-12  <schubiger at cpan.org>
    - Add parsing for beginning and end of x months ago, this month,
      and x months from now. [github #28 - gibus]
   1.24  2026-01-18  <schubiger at cpan.org>
    - Merged development version to stable.
   1.23_03  2026-01-13  <schubiger at cpan.org>
    - Don't use _{set,get}_truncated() when no value is truncated.
    - Use hash slices instead of passing values one by one.
   1.23_02  2026-01-12  <schubiger at cpan.org>
    - Support fractional seconds in iso8601 strings.
      [github #27 - isla w]
   1.23_01  2026-01-09  <schubiger at cpan.org>
    - Support optional time zone information in iso8601 time strings.
      [github #26 - isla w]

    [10 lines not shown]
VersionDeltaFile
1.30+4-4time/p5-DateTime-Format-Natural/distinfo
1.48+3-3time/p5-DateTime-Format-Natural/Makefile
+7-72 files

LLVM/project 675c43dllvm/lib/Target/AMDGPU AMDGPUCodeGenPrepare.cpp, llvm/test/CodeGen/AMDGPU fract-match.ll

AMDGPU: Allow poison vector elts in fract pattern
DeltaFile
+287-1llvm/test/CodeGen/AMDGPU/fract-match.ll
+1-1llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
+288-22 files

FreeBSD/ports b04e8b3databases/py-harlequin distinfo Makefile

databases/py-harlequin: Update to 2.5.2

ChangeLog:      https://github.com/tconbeer/harlequin/releases/tag/v2.5.2
Reported by:    Ted Conbeer <notifications at github.com>
DeltaFile
+3-3databases/py-harlequin/distinfo
+2-2databases/py-harlequin/Makefile
+5-52 files

OPNSense/core fff53c4src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes BaseListField.php

mvc: BaseListField replace empty check with isSet so a 0 value is considered a non empty selection (#10047)
DeltaFile
+1-1src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes/BaseListField.php
+1-11 files

NetBSD/pkgsrc tTLW81Ddoc CHANGES-2026

   Updated time/p5-DateTime-Format-ISO8601 to 0.19
VersionDeltaFile
1.1921+2-1doc/CHANGES-2026
+2-11 files

OpenBSD/ports FU12JaAeditors/vim-classic Makefile, editors/vim-classic/pkg PLIST

   add dirs to PLIST so that add/delete of the non-gui version doesn't leave
   empty dirs around, noticed by lucas@
VersionDeltaFile
1.2+5-0editors/vim-classic/pkg/PLIST
1.3+1-0editors/vim-classic/Makefile
+6-02 files

NetBSD/pkgsrc Ij4kvgRtime/p5-DateTime-Format-ISO8601 distinfo Makefile

   Update to 0.19

   Upstream changes:
   0.19     2026-03-12
   - Release version 0.18-TRIAL as production release.
   - 0.18-TRIAL Fixed an issue calculating nanoseconds on certain architectures where the precision
   of integers caused the nanoseconds calculation to round incorrectly.  Occurred on
   Raspberry Pi with -Duselongdouble (arm64). Fixed by @timlegge (Timothy Legge).
   Fixes GH #16 via PR #19.
   0.18     2026-03-10 (TRIAL RELEASE)
   - Fixed an issue calculating nanoseconds on certain architectures where the precision
   of integers caused the nanoseconds calculation to round incorrectly.  Occurred on
   Raspberry Pi with -Duselongdouble (arm64). Fixed by @timlegge (Timothy Legge).
   Fixes GH #16 via PR #19.
VersionDeltaFile
1.12+4-4time/p5-DateTime-Format-ISO8601/distinfo
1.30+3-4time/p5-DateTime-Format-ISO8601/Makefile
+7-82 files

OPNSense/core 66eafc3src/etc/inc/plugins.inc.d radvd.inc

radvd: match radvd_enable() more closely for #10044

Users are confused why they can add an entry but their settings are not
being used.  This is specifically wrong according to the inventor of
"dhcpd6track6allowoverride" as it circumvents half of its use cases but
more closely matches user expectation.

May cause regression for some people, but not much we can do here other
than not doing it.
DeltaFile
+4-7src/etc/inc/plugins.inc.d/radvd.inc
+4-71 files

LLVM/project 94c0d37clang/lib/CrossTU CrossTranslationUnit.cpp, clang/lib/StaticAnalyzer/Core CallEvent.cpp

[clang][analyzer] Add location to CTU failure diagnostics

Report CTU import failures at the place where the imported symbol would
be used. This helps to quicker understand why CSA might miss a certain
expected CTU bug.

--
CPP-7804
DeltaFile
+6-5clang/lib/CrossTU/CrossTranslationUnit.cpp
+1-4clang/test/Analysis/ctu/diag/missing-index.cpp
+1-4clang/test/Analysis/ctu/different-triples.cpp
+1-4clang/test/Analysis/ctu/diag/invalid-index.cpp
+3-1clang/lib/StaticAnalyzer/Core/CallEvent.cpp
+1-1clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
+13-191 files not shown
+14-207 files

LLVM/project 32c429bmlir/lib/Dialect/Linalg/Transforms DecomposeLinalgOps.cpp

[MLIR][Linalg] Remove unused function permuteValues (NFC) (#188990)
DeltaFile
+0-13mlir/lib/Dialect/Linalg/Transforms/DecomposeLinalgOps.cpp
+0-131 files

FreeBSD/ports a7fb879x11/hyprlock distinfo Makefile

x11/hyprlock: Update to 0.9.3

Changelog: https://github.com/hyprwm/hyprlock/releases/tag/v0.9.3

Reported by:    GitHub (watch releases)
DeltaFile
+3-3x11/hyprlock/distinfo
+1-2x11/hyprlock/Makefile
+4-52 files

OpenBSD/ports 43i39w1x11/xfce4/xfdesktop distinfo Makefile, x11/xfce4/xfdesktop/pkg PLIST

   x11/xfce4/xfdesktop: update to 4.20.2.

   see https://gitlab.xfce.org/xfce/xfdesktop/-/tags/xfdesktop-4.20.2
VersionDeltaFile
1.33+2-2x11/xfce4/xfdesktop/distinfo
1.36+3-0x11/xfce4/xfdesktop/pkg/PLIST
1.87+1-1x11/xfce4/xfdesktop/Makefile
+6-33 files

FreeBSD/ports a0548e0devel/hut distinfo Makefile

devel/hut: Update to 0.8.0

ChangeLog:      https://git.sr.ht/~xenrox/hut/refs/v0.8.0
Reported by:    portscout!
DeltaFile
+5-5devel/hut/distinfo
+2-2devel/hut/Makefile
+7-72 files

LLVM/project 965f9d8llvm/lib/Transforms/Utils LoopPeel.cpp LoopUnroll.cpp

[LoopUnroll] Use MapVector for deterministic iteration order. (#188821)

NonLoopBlocksIDom determines the order we adjust the DT, impacting DRT
child ordering.

Similarly, ExitInfos order impacts the order of SetDest, which applies
DT updates.

The order impacts collectChildrenInLoop, which in turn impacts the we
process BBs in LICM. And this in turn impacts the order in which we
perform alias queries.

If the order is not deterministic, we sometimes get different NumNoAlias
statistic counts for the same input, and possibly also different IR,
although I have not confirmed the latter.

Compile-time impact is neutral:
https://llvm-compile-time-tracker.com/compare.php?from=77710f14202a8684e12d68d08d2cd3738bbd0e1d&to=066ac6284041aac454c8ffa2894b866acbf96fd3&stat=instructions:u


    [3 lines not shown]
DeltaFile
+2-1llvm/lib/Transforms/Utils/LoopPeel.cpp
+2-1llvm/lib/Transforms/Utils/LoopUnroll.cpp
+4-22 files

NetBSD/src QaBYg0Osys/arch/alpha/include param.h

   Apply __HIDE_DELAY
VersionDeltaFile
1.51+3-1sys/arch/alpha/include/param.h
+3-11 files

LLVM/project 3b58a74llvm/lib/Transforms/Vectorize LoopVectorize.cpp

[VPlan] Move flags to separate variable (NFC).

Addresses post-commit feedback missed in
https://github.com/llvm/llvm-project/pull/188966.
DeltaFile
+2-2llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+2-21 files

LLVM/project 90c1c58llvm/lib/Transforms/Vectorize LoopVectorize.cpp VPlanTransforms.cpp, llvm/test/Transforms/LoopVectorize/VPlan vplan-iv-transforms.ll

[VPlan] Don't set WrapFlags for truncated IVs. (#188966)

The wrap flags from the IV bin-op are not guaranteed to apply to
truncated inductions, which are evaluated in narrower types.

Instead of dropping them late (in expandVPWidenIntOrFpInduction), do not
add them at the outset, the prevent invalid transforms based on
incorrect flags in the future.

PR: https://github.com/llvm/llvm-project/pull/188966
DeltaFile
+4-5llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+0-2llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
+1-1llvm/test/Transforms/LoopVectorize/VPlan/vplan-iv-transforms.ll
+5-83 files

NetBSD/pkgsrc-wip c1004e0mixer.tk Makefile distinfo

Bugfix and version upgrade.
DeltaFile
+5-5mixer.tk/Makefile
+4-4mixer.tk/distinfo
+2-3mixer.tk/DESCR
+1-1mixer.tk/PLIST
+12-134 files

OPNSense/core 8c21361src/opnsense/mvc/app/controllers/OPNsense/Firewall/forms dialogFilterRule.xml dialogNptRule.xml, src/opnsense/mvc/app/views/OPNsense/Firewall filter_rule.volt

Firewall: Remove tokenizer from categories and use selectpicker instead (#10049)

The issue with the tokenizer is the limit of items that is set to 10 per default, which does not always display all items. And you can increase it, but that also needs CSS changes. Additionally the tokenizer is not maintained anymore, and needs replacement. Cutting it out here decreases the need to clean this up later.

The fix here is that now all categories will be displayed and are searchable via the normal selectpicker search field.
DeltaFile
+2-8src/opnsense/mvc/app/views/OPNsense/Firewall/filter_rule.volt
+0-1src/opnsense/mvc/app/controllers/OPNsense/Firewall/forms/dialogFilterRule.xml
+0-1src/opnsense/mvc/app/controllers/OPNsense/Firewall/forms/dialogNptRule.xml
+0-1src/opnsense/mvc/app/controllers/OPNsense/Firewall/forms/dialogOneToOneRule.xml
+0-1src/opnsense/mvc/app/controllers/OPNsense/Firewall/forms/dialogSNatRule.xml
+0-1src/opnsense/mvc/app/controllers/OPNsense/Firewall/forms/dialogDNatRule.xml
+2-136 files

OpenBSD/src l3iSCxvlib/libc/thread rthread_sync.c rthread_mutex.c

   Make pthread_mutex_destroy() not error out for mutexes that were initalized
   with PTHREAD_MUTEX_INITIALIZER but not used.

   Unify handling of mutexp == NULL in both version of pthread_mutex_destroy()
   and ensure that *mutexp == NULL is not considered an error.

   Problem found by tb@ with rpki-client.
   OK kettenis@ tb@
VersionDeltaFile
1.7+4-2lib/libc/thread/rthread_sync.c
1.8+2-2lib/libc/thread/rthread_mutex.c
+6-42 files

NetBSD/pkgsrc zMinVLFmultimedia/libde265 Makefile

   libde265: pass ENABLE_SDL=OFF explicitly

   SDL is not depended upon and seems only useful for the decoder debugging
   tool.
VersionDeltaFile
1.17+3-1multimedia/libde265/Makefile
+3-11 files

OPNSense/core 8158609src/opnsense/mvc/app/views/OPNsense/Firewall filter_rule.volt

Did not want to remove that newline
DeltaFile
+1-0src/opnsense/mvc/app/views/OPNsense/Firewall/filter_rule.volt
+1-01 files

OpenBSD/ports npGqXslprint/hplip Makefile, print/hplip/patches patch-prnt_hpps_pserror_c

   Fix a -Wimplicit-int error in prnt/hpps/pserror.c and adjust WANTLIB
   and bump the -hpcups subpackage since it does not need C++ libs.
   OK aja
VersionDeltaFile
1.1+14-0print/hplip/patches/patch-prnt_hpps_pserror_c
1.227+3-1print/hplip/Makefile
+17-12 files

FreeNAS/freenas 75c638esrc/middlewared/middlewared/alembic/versions/26.0 2026-03-27_16-24_container_name.py, src/middlewared/middlewared/migration 0019_container_name.py

Improve container name validation
DeltaFile
+58-0src/middlewared/middlewared/alembic/versions/26.0/2026-03-27_16-24_container_name.py
+50-0src/middlewared/middlewared/migration/0019_container_name.py
+13-3src/middlewared/middlewared/plugins/container/container.py
+121-33 files

OPNSense/core 5d2fe0bsrc/opnsense/mvc/app/controllers/OPNsense/Firewall/forms dialogNptRule.xml dialogOneToOneRule.xml, src/opnsense/mvc/app/views/OPNsense/Firewall filter_rule.volt nat_rule.volt

Remove tokenizer from categories in filter and nat rules, to natively display all items without workarounds
DeltaFile
+2-16src/opnsense/mvc/app/views/OPNsense/Firewall/filter_rule.volt
+0-5src/opnsense/mvc/app/views/OPNsense/Firewall/nat_rule.volt
+0-2src/opnsense/mvc/app/controllers/OPNsense/Firewall/forms/dialogNptRule.xml
+0-2src/opnsense/mvc/app/controllers/OPNsense/Firewall/forms/dialogOneToOneRule.xml
+0-2src/opnsense/mvc/app/controllers/OPNsense/Firewall/forms/dialogSNatRule.xml
+0-2src/opnsense/mvc/app/controllers/OPNsense/Firewall/forms/dialogFilterRule.xml
+2-291 files not shown
+2-317 files

LLVM/project 0067d92llvm/utils/gn/secondary/llvm/unittests/Target/AMDGPU BUILD.gn

[gn build] Port f8416c864353
DeltaFile
+1-0llvm/utils/gn/secondary/llvm/unittests/Target/AMDGPU/BUILD.gn
+1-01 files