Dreckly/dreckly 68c1ba9emulators/elkulator Makefile, emulators/elkulator/patches patch-src_debugger.c patch-src_config.c

elkulator: Initial import.
DeltaFile
+60-0emulators/elkulator/Makefile
+34-0emulators/elkulator/patches/patch-src_debugger.c
+30-0emulators/elkulator/patches/patch-src_config.c
+26-0emulators/elkulator/patches/patch-src_palfilt.c
+24-0emulators/elkulator/patches/patch-src_main.c
+23-0emulators/elkulator/patches/patch-src_uef.c
+197-07 files not shown
+281-013 files

Dreckly/dreckly f3fef76emulators/elkulator Makefile

elkulator: Link with maths library
DeltaFile
+2-0emulators/elkulator/Makefile
+2-01 files

LLVM/project a69693emlir/include/mlir/IR BuiltinTypeInterfaces.td BuiltinAttributes.td, mlir/lib/AsmParser AttributeParser.cpp

[mlir][WIP] `DenseElementsAttr` generalized

getter / iterator via interface

extraTraitClassDeclaration to provide default FloatType impls

address comments

simplify parser
DeltaFile
+124-1mlir/lib/AsmParser/AttributeParser.cpp
+25-92mlir/lib/IR/BuiltinAttributes.cpp
+87-0mlir/lib/IR/BuiltinTypes.cpp
+83-0mlir/test/IR/dense-elements-type-interface.mlir
+74-1mlir/include/mlir/IR/BuiltinTypeInterfaces.td
+32-13mlir/include/mlir/IR/BuiltinAttributes.td
+425-1078 files not shown
+579-11914 files

OPNSense/core 8405980src/opnsense/mvc/app/views/OPNsense/Interface overview.volt, src/opnsense/www/js opnsense_bootgrid.js

interfaces: overview: clean up UI code and fix CARP badge alignment
DeltaFile
+130-133src/opnsense/mvc/app/views/OPNsense/Interface/overview.volt
+2-2src/opnsense/www/js/opnsense_bootgrid.js
+132-1352 files

FreeNAS/freenas f4f74b0src/middlewared/debian control, src/middlewared/middlewared/utils mako_filters.py mako.py

NAS-139754 / 26.0.0-BETA.1 / Remove mako filters, they are not needed anymore (#18198)

These were only used in the legacy documentation generation.
DeltaFile
+0-21src/middlewared/middlewared/utils/mako_filters.py
+2-2src/middlewared/middlewared/utils/mako.py
+0-2src/middlewared/debian/control
+2-253 files

FreeNAS/freenas 01af29csrc/middlewared/middlewared/plugins/interface dhcp.py addresses.py, src/middlewared/middlewared/plugins/network_ dns.py route_sync.py

use frozen dataclasses
DeltaFile
+48-19src/middlewared/middlewared/plugins/interface/dhcp.py
+6-6src/middlewared/middlewared/plugins/interface/addresses.py
+2-2src/middlewared/middlewared/plugins/network_/dns.py
+2-2src/middlewared/middlewared/plugins/network_/route_sync.py
+1-1src/middlewared/middlewared/plugins/interface/unconfigure.py
+1-1tests/api2/test_005_interface.py
+60-316 files

Dreckly/dreckly ab15029emulators/elkulator Makefile

elkulator: Link with maths library
DeltaFile
+2-0emulators/elkulator/Makefile
+2-01 files

FreeNAS/freenas f0bd4actests/unit test_api_key_keyring.py

Fix tests
DeltaFile
+11-11tests/unit/test_api_key_keyring.py
+11-111 files

FreeBSD/ports eb45173net-im/toot Makefile distinfo

net-im/toot: Update 0.51.0 => 0.51.1

Changelog:
https://github.com/ihabunek/toot/releases/tag/0.51.1

PR:     293143
DeltaFile
+3-6net-im/toot/Makefile
+3-3net-im/toot/distinfo
+6-92 files

FreeNAS/freenas 1d449c0src/middlewared/middlewared/api/v26_0_0 api_key.py, src/middlewared/middlewared/plugins api_key.py

Add convenience function to generate SCRAM data

This commit adds a convenience function for API key consumers
to transform a given raw API key into SCRAM auth material.

Shell example:

```
 midclt call api_key.convert_raw_key ${API_KEY} > ~/api_key

 midclt -u ws://127.0.0.1/api/current -U root \
     -K /root/api_key call auth.me | jq .account_attributes
 [
   "LOCAL",
   "API_KEY",
   "SYS_ADMIN",
   "API_KEY",
   "SCRAM"
 ]
```
DeltaFile
+111-0tests/unit/test_api_key_keyring.py
+48-1src/middlewared/middlewared/plugins/api_key.py
+43-3src/middlewared/middlewared/utils/crypto.py
+26-0src/middlewared/middlewared/api/v26_0_0/api_key.py
+228-44 files

FreeBSD/ports 7012281ports-mgmt/pkg-devel distinfo Makefile

ports-mgmt/pkg-devel: update to 1.5.99.1

Changes:
- Improve debug messages
- create: use -t to specify the MANIFEST file timestamps
- @dir: fix permission set via @mode
- manpages: fix some spelling
- progress:
  * pad the counters to improve the output,
  * remove the hash from the package names
- update mumhash to latest version
- fetch: add -s/--sumlnk option for mirror mode.
- fetch: honor PKG_REPO_SYMLINK env var
- triggers: only defer triggers which will fork/exec something
- db: enable WAL for databases on local file systems
- query: add support for evaluation of complex attributes
- store ignored shlibs in manifest and db
- Allow to define shlibs_{proviced,required}_ignore in the manifest directly
- configure: use some C23 features to reduce the number of checks in the configure

    [11 lines not shown]
DeltaFile
+3-3ports-mgmt/pkg-devel/distinfo
+2-2ports-mgmt/pkg-devel/Makefile
+5-52 files

LLVM/project 855be5fllvm/lib/CodeGen ShadowStackGCLowering.cpp

[ShadowStackGCLowering] Remove unnecessary zero-index GEP

This is a no-op.
DeltaFile
+1-6llvm/lib/CodeGen/ShadowStackGCLowering.cpp
+1-61 files

LLVM/project 32c79e0clang/lib/CodeGen CGDecl.cpp, clang/test/CodeGenCXX exceptions-seh.cpp

[WinEH] Only emit err_seh_object_unwinding when CXXExceptions are enabled (#180959)

Based on the PR(https://github.com/llvm/llvm-project/pull/180108)
discussion, it has been modified to check when `/EH*` is enabled.

Although `/EHsc` `/EHs` are slightly different from `/EHa`, and the
changes here have different effects than `/EHa` when these two switches
are enabled, we are still considering supporting this situation, and we
will improve support for `/EHs*` in the future.
DeltaFile
+9-0clang/test/CodeGenCXX/exceptions-seh.cpp
+4-2clang/lib/CodeGen/CGDecl.cpp
+13-22 files

pkgng/pkgng bdcacb7. NEWS auto.def

1.5.99.1
DeltaFile
+9-0NEWS
+2-2auto.def
+11-22 files

Dreckly/dreckly be96e10emulators/elkulator Makefile, emulators/elkulator/patches patch-src_debugger.c patch-src_config.c

elkulator: Initial import.
DeltaFile
+60-0emulators/elkulator/Makefile
+34-0emulators/elkulator/patches/patch-src_debugger.c
+30-0emulators/elkulator/patches/patch-src_config.c
+26-0emulators/elkulator/patches/patch-src_palfilt.c
+24-0emulators/elkulator/patches/patch-src_main.c
+23-0emulators/elkulator/patches/patch-src_uef.c
+197-07 files not shown
+281-013 files

FreeBSD/ports f2b328amail/mlmmj distinfo Makefile

mail/mlmmj: update to 1.7.1
DeltaFile
+3-3mail/mlmmj/distinfo
+1-1mail/mlmmj/Makefile
+4-42 files

LLVM/project b16e7declang/lib/CIR/CodeGen CIRGenCall.cpp, clang/test/CIR/CodeGenOpenACC loop-reduction-clause-outline-ops.cpp loop-reduction-clause-inline-ops.cpp

[CIR] Implement func/call return-attributes (#181052)

This patch implements the infrastructure for return attributes on
function/call operations, a little of the common infrastructure for arg
attributes on the same, and 4 return attributes lowering: noundef
nonnull
dereferenceable
align

These 4 common attributes are all pretty reasonable/common, so these
will change a lot of tests.

This patch chooses to just use the LLVM-IR-Dialect variant of these
attributes (as a NamedAttr), which means no changes to the dialect or
lowering are necessary.
DeltaFile
+159-19clang/lib/CIR/CodeGen/CIRGenCall.cpp
+39-39clang/test/CIR/CodeGenOpenACC/loop-reduction-clause-outline-ops.cpp
+39-39clang/test/CIR/CodeGenOpenACC/loop-reduction-clause-inline-ops.cpp
+39-39clang/test/CIR/CodeGenOpenACC/compute-reduction-clause-outline-ops.cpp
+39-39clang/test/CIR/CodeGenOpenACC/compute-reduction-clause-inline-ops.cpp
+39-39clang/test/CIR/CodeGenOpenACC/combined-reduction-clause-outline-ops.cpp
+354-21455 files not shown
+826-47861 files

LLVM/project a17ffafllvm/lib/Target/AMDGPU AMDGPUSwLowerLDS.cpp AMDGPULowerModuleLDSPass.cpp

[AMDGPU] Avoid unnecessary zero-index GEPs

These are no-ops.
DeltaFile
+1-7llvm/lib/Target/AMDGPU/AMDGPUSwLowerLDS.cpp
+1-4llvm/lib/Target/AMDGPU/AMDGPULowerModuleLDSPass.cpp
+2-112 files

LLVM/project a93e04cllvm/lib/Transforms/Instrumentation AddressSanitizer.cpp

[AddressSanitizer] Remove unnecessary zero-index GEP

This is a no-op.
DeltaFile
+1-6llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
+1-61 files

OpenBSD/ports SFjCOVEnet/synapse distinfo modules.inc, net/synapse/patches patch-synapse_util_check_dependencies_py

   net/synapse: update to 1.147.1, from MAINTAINER Renaud Allard
VersionDeltaFile
1.87+18-16net/synapse/distinfo
1.50+8-7net/synapse/modules.inc
1.116+7-4net/synapse/Makefile
1.2+0-0net/synapse/patches/patch-synapse_util_check_dependencies_py
+33-274 files

NetBSD/pkgsrc-wip c288d1fwendzelnntpd Makefile TODO

wendzelnntpd: Fix interpreter path for bash

Version is 2.2.0alpha.
Reduce line length in Makefile.
DeltaFile
+7-3wendzelnntpd/Makefile
+3-1wendzelnntpd/TODO
+1-1wendzelnntpd/COMMIT_MSG
+11-53 files

FreeNAS/freenas eff4247src/middlewared/middlewared/api/v26_0_0 api_key.py

Fix
DeltaFile
+1-2src/middlewared/middlewared/api/v26_0_0/api_key.py
+1-21 files

OPNSense/core 20f08aasrc/opnsense/mvc/app/views/OPNsense/Firewall filter_rule.volt

Firewall: Rules [new]: Move commands out of partial
DeltaFile
+27-23src/opnsense/mvc/app/views/OPNsense/Firewall/filter_rule.volt
+27-231 files

FreeNAS/freenas e539c6csrc/middlewared/middlewared/api/v26_0_0 api_key.py, src/middlewared/middlewared/plugins api_key.py

Fix
DeltaFile
+111-0tests/unit/test_api_key_keyring.py
+1-1src/middlewared/middlewared/api/v26_0_0/api_key.py
+1-1src/middlewared/middlewared/plugins/api_key.py
+113-23 files

FreeBSD/doc 87c7f20documentation/content/en/books/handbook introduction.adoc, shared releases.adoc

14.4-R: Revert previous commit until the 14.4-R release
DeltaFile
+10-10shared/releases.adoc
+1-1documentation/content/en/books/handbook/introduction.adoc
+11-112 files

LLVM/project 778948fllvm/examples/BrainF BrainF.cpp

[BrainF] Remove unnecessary zero-index GEP

This is a no-op.
DeltaFile
+4-22llvm/examples/BrainF/BrainF.cpp
+4-221 files

FreeBSD/doc 39ab755documentation/content/en/books/handbook introduction.adoc, shared releases.adoc

14.4-R: Temporary version bump for 14.4-R
DeltaFile
+11-2shared/releases.adoc
+1-1documentation/content/en/books/handbook/introduction.adoc
+12-32 files

LLVM/project 0d8d421llvm/tools/bugpoint Miscompilation.cpp

[bugpoint] Remove unnecessary zero-index GEP

This is a no-op.
DeltaFile
+3-14llvm/tools/bugpoint/Miscompilation.cpp
+3-141 files

FreeNAS/freenas d7f3991src/middlewared/middlewared/api/v26_0_0 api_key.py, src/middlewared/middlewared/plugins api_key.py

Fix
DeltaFile
+22-15src/middlewared/middlewared/plugins/api_key.py
+28-1src/middlewared/middlewared/api/v26_0_0/api_key.py
+50-162 files

LLVM/project 36a4a55clang/docs ReleaseNotes.rst, clang/lib/Sema SemaExpr.cpp

[Clang] Fix crash for _Countof(void) by correcting extension handling (#181169)

Fix a crash for _Countof(void) caused by incorrect extension handling in
CheckExtensionTraitOperandType.

Fixes #180893
DeltaFile
+16-15clang/lib/Sema/SemaExpr.cpp
+4-0clang/test/C/C2y/n3369.c
+1-0clang/docs/ReleaseNotes.rst
+21-153 files