OPNSense/core be0693esrc/opnsense/www/js opnsense_bootgrid.js

bring this back
DeltaFile
+5-1src/opnsense/www/js/opnsense_bootgrid.js
+5-11 files

OPNSense/core cf7836f. plist, src/opnsense/mvc/app/models/OPNsense/Auth/FieldTypes UsernameField.php

mvc: stricten Email address validation and add a test case for it. filter_var(..,FILTER_VALIDATE_EMAIL) might align more with RFC's, but since RFC 5322 accepts almost everything, might not be the best option in reality.
DeltaFile
+91-0src/opnsense/mvc/tests/app/models/OPNsense/Base/FieldTypes/EmailFieldTest.php
+0-56src/opnsense/mvc/app/models/OPNsense/Base/Validators/Email.php
+9-3src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes/EmailField.php
+1-1src/opnsense/mvc/app/models/OPNsense/Auth/FieldTypes/UsernameField.php
+0-1plist
+101-615 files

OPNSense/core dfebdbfsrc/opnsense/www/js opnsense_bootgrid.js

do this in parallel
DeltaFile
+3-3src/opnsense/www/js/opnsense_bootgrid.js
+3-31 files

LLVM/project 11d15c3lldb/source/Target Process.cpp, lldb/test/API/functionalities/breakpoint/delayed_breakpoints TestDelayedBreakpoint.py

[lldb] Flush delayed breakpoints before eagerly changing one (#195815)

See the discussion in https://github.com/llvm/llvm-project/pull/192971

When LLDB makes the decision to eagerly send a breakpoint packet, it
should first ensure the delayed breakpoints are flushed, as they may
interfere with the eager breakpoint that is about to be changed.

Implementation note: we could have included the eager breakpoint in the
    batch that is about to be flushed. However, it's important to get
    information about the error status of this eager breakpoint, and the
current APIs dont make it easy to distinguish which breakpoint caused an
    error.
DeltaFile
+32-0lldb/test/API/functionalities/breakpoint/delayed_breakpoints/TestDelayedBreakpoint.py
+8-0lldb/source/Target/Process.cpp
+40-02 files

OPNSense/core d2656d4src/opnsense/www/js opnsense_bootgrid.js opnsense_ui.js

backwards compatibility for data-editAlert
DeltaFile
+7-1src/opnsense/www/js/opnsense_bootgrid.js
+1-1src/opnsense/www/js/opnsense_ui.js
+8-22 files

LLVM/project 5016e34llvm/lib/CodeGen/SelectionDAG TargetLowering.cpp

[DAG] expandVecReduce - pull out repeated getFlags() calls. NFC. (#195838)
DeltaFile
+5-4llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
+5-41 files

LLVM/project fe2138dlibcxx/include/__thread thread.h

[libcxx] Include __utility/exchange.h in thread.h (#195786)
DeltaFile
+1-0libcxx/include/__thread/thread.h
+1-01 files

OPNSense/core 6e20e40src/opnsense/mvc/app/controllers/OPNsense/Base ControllerBase.php, src/opnsense/mvc/app/views/OPNsense/Firewall filter_rule.volt nat_rule.volt

ui: use single generic event
DeltaFile
+9-13src/opnsense/www/js/opnsense_bootgrid.js
+4-4src/opnsense/www/js/opnsense_ui.js
+3-3src/opnsense/mvc/app/views/OPNsense/Firewall/filter_rule.volt
+2-2src/opnsense/mvc/app/views/OPNsense/Firewall/nat_rule.volt
+3-1src/opnsense/mvc/app/controllers/OPNsense/Base/ControllerBase.php
+1-2src/opnsense/mvc/app/views/layout_partials/base_apply_button.volt
+22-253 files not shown
+25-289 files

OPNSense/core 9bf92bfsrc/opnsense/mvc/app/controllers/OPNsense/IPsec/forms dialogConnection.xml, src/opnsense/mvc/app/views/OPNsense/IPsec connections.volt

ipsec: fancy up the connections dialog

It's a bit special but save is for the form in particular
and this way we can have native striping. The grids save
on their own and hopefully UI will be clearer now.

Add a static header option for it and fix true/false checks.

Close the extra dialog-form on apply.

Discussed with: @Monviech
DeltaFile
+98-111src/opnsense/mvc/app/views/OPNsense/IPsec/connections.volt
+21-5src/opnsense/mvc/app/views/layout_partials/base_dialog.volt
+5-0src/opnsense/mvc/app/controllers/OPNsense/IPsec/forms/dialogConnection.xml
+124-1163 files

NetBSD/src XM4Slbtlib/libpthread pthread.c

   pthread__getstack: remove a redundant assignment

   no functional changes are intended.
VersionDeltaFile
1.196+0-2lib/libpthread/pthread.c
+0-21 files

NetBSD/src TZ42WBnlib/libpthread pthread.c

   libpthread: remove a stale comment

   the trick described by the comment has been removed in 2007.
   ("- Maintain a per-thread pointer to the last mutex acquired by...")
VersionDeltaFile
1.195+0-7lib/libpthread/pthread.c
+0-71 files

OPNSense/core ed20516src/opnsense/mvc/app/views/OPNsense/Firewall filter_rule.volt nat_rule.volt, src/opnsense/mvc/app/views/OPNsense/IPsec connections.volt

ui: apply message unification progress #10230
DeltaFile
+8-32src/opnsense/mvc/app/views/OPNsense/IPsec/connections.volt
+1-5src/opnsense/mvc/app/views/OPNsense/Unbound/acl.volt
+3-2src/opnsense/www/js/opnsense_bootgrid.js
+3-2src/opnsense/mvc/app/views/OPNsense/Firewall/filter_rule.volt
+2-2src/opnsense/mvc/app/views/OPNsense/Firewall/nat_rule.volt
+4-0src/opnsense/www/js/opnsense_ui.js
+21-431 files not shown
+22-447 files

NetBSD/pkgsrc n6gZPtpsysutils/ups-nut PLIST.Darwin

   sysutils/nut: Add PLIST.Darwin based on bulk build reports

   The path share/man/man8 is wrong, but this will probably let it
   package, and I'm calling that progress.
VersionDeltaFile
1.1+3-0sysutils/ups-nut/PLIST.Darwin
+3-01 files

LLVM/project 672f75elldb/source/Plugins/Process/gdb-remote ProcessGDBRemote.cpp

fixup! Remove fallbacks
DeltaFile
+21-35lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
+21-351 files

FreeBSD/ports 9fcd661devel Makefile, devel/maki distinfo Makefile.crates

devel/maki: Efficient AI coding agent [NEW PORT]
DeltaFile
+1,137-0devel/maki/distinfo
+567-0devel/maki/Makefile.crates
+28-0devel/maki/Makefile
+8-0devel/maki/pkg-descr
+1-0devel/Makefile
+1,741-05 files

LLVM/project 9db9f6dmlir/test/Dialect/EmitC/tosa td.mlir ops.mlir, mlir/test/Integration/Dialect/EmitC td.mlir tosa.mlir

[mlir][emitc] Refactor the e2e test for TOSA -> EmitC lowering (#194686)

Update the TOSA -> EmitC test, mlir/test/Dialect/EmitC/tosa/ops.mlir, to also
compile the generated source with a C++ compiler. This adds an `mlir-translate`
step, making the overall flow:

    mlir-opt tosa.mlir | mlir-translate | c++ -Wall -Werror -c

Although the test still does not execute the generated code, compiling it with
a host compiler increases coverage and makes the test closer to an integration
test. For this reason, move it to:

    mlir/test/Integration/Dialect/EmitC/

The source generated by the translator uses `size_t`, which requires the
`stddef.h` header. This is currently provided explicitly in the compile step
with `-include stddef.h`; a follow-up should consider emitting the required
include from the translator instead.
DeltaFile
+0-44mlir/test/Dialect/EmitC/tosa/td.mlir
+44-0mlir/test/Integration/Dialect/EmitC/td.mlir
+0-43mlir/test/Dialect/EmitC/tosa/ops.mlir
+37-0mlir/test/Integration/Dialect/EmitC/tosa.mlir
+0-2mlir/test/Dialect/EmitC/tosa/lit.local.cfg
+2-0mlir/test/Integration/Dialect/EmitC/lit.local.cfg
+83-896 files

OPNSense/core 8c40e2dsrc/opnsense/mvc/app/views/OPNsense/Firewall filter_rule.volt

firewall: remove duplicated CSV hook
DeltaFile
+0-8src/opnsense/mvc/app/views/OPNsense/Firewall/filter_rule.volt
+0-81 files

OPNSense/core d9eba2fsrc/opnsense/mvc/app/views/OPNsense/IPsec vti.volt

ipsec: remove unused styling
DeltaFile
+0-10src/opnsense/mvc/app/views/OPNsense/IPsec/vti.volt
+0-101 files

OPNSense/core a33ed28src/opnsense/mvc/app/controllers/OPNsense/Base ControllerBase.php, src/opnsense/mvc/app/views/OPNsense/Firewall filter_rule.volt nat_rule.volt

ui: use single generic event
DeltaFile
+9-13src/opnsense/www/js/opnsense_bootgrid.js
+4-4src/opnsense/www/js/opnsense_ui.js
+3-3src/opnsense/mvc/app/views/OPNsense/Firewall/filter_rule.volt
+2-2src/opnsense/mvc/app/views/OPNsense/Firewall/nat_rule.volt
+3-1src/opnsense/mvc/app/controllers/OPNsense/Base/ControllerBase.php
+1-2src/opnsense/mvc/app/views/layout_partials/base_apply_button.volt
+22-253 files not shown
+25-289 files

LLVM/project 0c27430mlir/include/mlir/Dialect/SPIRV/Transforms Passes.td

[mlir][spirv][nfc] Fix the summary of SPIRVLowerABIAttributesPass (#195043)
DeltaFile
+1-1mlir/include/mlir/Dialect/SPIRV/Transforms/Passes.td
+1-11 files

OPNSense/plugins be18b31net/turnserver pkg-descr Makefile, net/turnserver/src/opnsense/service/templates/OPNsense/Turnserver turnserver.conf

Merge pull request #5423 from fraenki/turnserver_130

net/turnserver: release 1.3
DeltaFile
+5-0net/turnserver/pkg-descr
+0-4net/turnserver/src/opnsense/service/templates/OPNsense/Turnserver/turnserver.conf
+1-1net/turnserver/Makefile
+6-53 files

LLVM/project c61b06ellvm/test/CodeGen/X86 vector-reduce-smin.ll vector-reduce-smax.ll, llvm/test/tools/llvm-mca/AArch64/Cortex C1Premium-sve-instructions.s C1Premium-writeback.s

Merge branch 'main' into users/kparzysz/a01-nontemporal-arguments
DeltaFile
+6,873-0llvm/test/tools/llvm-mca/AArch64/Cortex/C1Premium-sve-instructions.s
+2,928-1,388llvm/test/CodeGen/X86/vector-reduce-smin.ll
+2,924-1,389llvm/test/CodeGen/X86/vector-reduce-smax.ll
+3,979-0llvm/test/tools/llvm-mca/AArch64/Cortex/C1Premium-writeback.s
+2,677-1,279llvm/test/CodeGen/X86/vector-reduce-umax.ll
+2,628-1,271llvm/test/CodeGen/X86/vector-reduce-umin.ll
+22,009-5,3272,250 files not shown
+99,997-34,8912,256 files

LLVM/project 8a0c5d3llvm/include/llvm/CodeGen SelectionDAG.h SelectionDAGNodes.h, llvm/lib/CodeGen/SelectionDAG SelectionDAG.cpp DAGCombiner.cpp

[DAG] Replace llvm::isNeutralConstant with SelectionDAG::isIdentityElement (#195827)

Initial step towards generalising this - move to SelectionDAG like other
valuetracker helpers, add DemandedElts/Depth controls, etc.

We can add target node handling when it becomes necessary.

Renamed to "IdentityElement" to match llvm naming conventions.
DeltaFile
+17-11llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
+16-3llvm/include/llvm/CodeGen/SelectionDAG.h
+4-4llvm/lib/Target/RISCV/RISCVISelLowering.cpp
+0-6llvm/include/llvm/CodeGen/SelectionDAGNodes.h
+2-2llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+2-2llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
+41-281 files not shown
+42-297 files

FreeBSD/ports 30aabf4deskutils/podman-desktop Makefile, graphics/drawio Makefile

*/*: Bump port revision after electron40 update (1a4933cc5343)
DeltaFile
+1-1graphics/drawio/Makefile
+1-1deskutils/podman-desktop/Makefile
+2-22 files

FreeBSD/ports 1a4933cdevel/electron40 distinfo, devel/electron40/files patch-electron_spec_api-app-spec.ts patch-third__party_blink_renderer_platform_runtime__enabled__features.json5

devel/electron40: Update to 40.9.3

Changelog: https://github.com/electron/electron/releases/tag/v40.9.3

Reported by:    GitHub (watch releases)
DeltaFile
+82-0devel/electron40/files/packagejsons/.yarn/README.md
+33-15devel/electron40/files/patch-electron_spec_api-app-spec.ts
+28-0devel/electron40/files/packagejsons/npm/package.json
+5-5devel/electron40/distinfo
+5-5devel/electron40/files/patch-third__party_blink_renderer_platform_runtime__enabled__features.json5
+5-2devel/electron40/files/packagejsons/.yarn/releases/yarn-4.12.0.cjs
+158-2752 files not shown
+369-3658 files

GhostBSD/ports f848297devel/llvm16 Makefile, devel/llvm17 Makefile

Remove `GOLD_PLIST_FILES` entries from llvm{16-22} Makefiles
DeltaFile
+0-1devel/llvm18/Makefile
+0-1devel/llvm16/Makefile
+0-1devel/llvm17/Makefile
+0-1devel/llvm19/Makefile
+0-1devel/llvm20/Makefile
+0-1devel/llvm21/Makefile
+0-61 files not shown
+0-77 files

FreeNAS/freenas 9ebadcbtests/sharing_protocols/fibre_channel test_fibre_channel.py, tests/sharing_protocols/iscsi test_261_iscsi_cmd.py test_264_iscsi_mode_compat.py

Remove tests
DeltaFile
+0-3,596tests/sharing_protocols/iscsi/test_261_iscsi_cmd.py
+0-2,303tests/sharing_protocols/nvmet/test_nvmet_tcp.py
+0-1,107tests/sharing_protocols/iscsi/test_264_iscsi_mode_compat.py
+0-1,081tests/sharing_protocols/fibre_channel/test_fibre_channel.py
+0-921tests/sharing_protocols/nvmet/nvmet_ha_utils.py
+0-818tests/sharing_protocols/smb/test_smb_protocol_base.py
+0-9,82614 files not shown
+0-14,22820 files

LLVM/project c863f7elldb/test/API/functionalities/breakpoint/delayed_breakpoints TestDelayedBreakpoint.py

fixup! Fix TestDelayedBreakpoint
DeltaFile
+5-1lldb/test/API/functionalities/breakpoint/delayed_breakpoints/TestDelayedBreakpoint.py
+5-11 files

LLVM/project 607b185lldb/packages/Python/lldbsuite/test lldbreverse.py

fixup! Fix Reverse breakpoint tests
DeltaFile
+22-0lldb/packages/Python/lldbsuite/test/lldbreverse.py
+22-01 files

LLVM/project 7c69de3lldb/source/Plugins/Process/gdb-remote ProcessGDBRemote.cpp

fixup! don't fallback on all packets
DeltaFile
+21-11lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
+21-111 files