FreeBSD/src b72cb30sys/dev/bnxt/bnxt_en if_bnxt.c

bnxt: fix i2c read to allow access to different addresses

Allow reading of i2c addresses other than A0. A0 does provide most
information, but doesn't provide things like module temps, and optical
signal levels.

Sponsored by: Netflix
Reviewed by: sumit.saxena_broadcom.com
Differential Revision: https://reviews.freebsd.org/D54590
MFC after: 3 days
DeltaFile
+1-1sys/dev/bnxt/bnxt_en/if_bnxt.c
+1-11 files

FreeBSD/ports 86d7a29math/calc distinfo Makefile

math/calc: Update to 2.16.1.2
DeltaFile
+3-3math/calc/distinfo
+1-1math/calc/Makefile
+4-42 files

LLVM/project 0f3ba5alld/COFF Driver.cpp Driver.h, lld/docs ReleaseNotes.rst

[lld][COFF] Add /linkreprofullpathrsp flag (#174971)

This patch adds the /linkreprofullpathrsp flag with the same behaviour
as link.exe. This flag emits a file containing the full paths to each
object passed to the link line.

This is used in particular when linking Arm64X binaries, as you need the
full path to all the Arm64 objects that were used in a standard Arm64
build.

See:

https://learn.microsoft.com/en-us/cpp/build/reference/link-repro-full-path-rsp
for the Microsoft documentation of the flag.

Relands #165449
DeltaFile
+46-11lld/COFF/Driver.cpp
+43-0lld/test/COFF/linkreprofullpathrsp.test
+11-2lld/COFF/Driver.h
+3-0lld/COFF/Options.td
+2-0lld/docs/ReleaseNotes.rst
+105-135 files

OPNSense/plugins 6ef3facnet/relayd Makefile, net/relayd/src/opnsense/mvc/app/controllers/OPNsense/Relayd/Api SettingsController.php

net/relayd: removed isEmptyAndRequired()
DeltaFile
+25-26net/relayd/src/opnsense/mvc/app/controllers/OPNsense/Relayd/Api/SettingsController.php
+1-1net/relayd/Makefile
+26-272 files

FreeBSD/ports 2f6b962security/git-credential-oauth distinfo Makefile

security/git-credential-oauth: Update to 0.17.1
DeltaFile
+7-7security/git-credential-oauth/distinfo
+1-2security/git-credential-oauth/Makefile
+8-92 files

FreeNAS/freenas 38aaef7src/middlewared/debian control

Add python3-truenas-pyos as a dependency
DeltaFile
+1-0src/middlewared/debian/control
+1-01 files

LLVM/project 35585dallvm/docs AMDGPUUsage.rst

Clarify barrier-modification-order
DeltaFile
+4-1llvm/docs/AMDGPUUsage.rst
+4-11 files

OPNSense/core 22702e1src/opnsense/mvc/app/models/OPNsense/Base BaseModelMigration.php, src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes BaseField.php

mvc: BaseField: remove isEmptyAndRequired()
DeltaFile
+2-11src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes/BaseField.php
+8-5src/opnsense/mvc/tests/app/models/OPNsense/Base/FieldTypes/TextFieldTest.php
+1-1src/opnsense/mvc/app/models/OPNsense/Base/BaseModelMigration.php
+11-173 files

NetBSD/xsrc dMTLM37external/mit/libpciaccess/dist/src netbsd_pci.c

   libpciaccess: Don't assume <sys/endian.h> is transcluded via <sys/param.h>

   prompted by PR pkg/59839
VersionDeltaFile
1.23+1-0external/mit/libpciaccess/dist/src/netbsd_pci.c
+1-01 files

LLVM/project 476ad9fllvm/test/CodeGen/X86 combine-fma-concat.ll

[X86] Add test showing failure to concat fma nodes due to the constant being hidden (#174969)

By the time the maxps nodes have been lowered, the v4f32 constant splats
have been hidden behind a extract_subvector from the v8f32 constant
splat
DeltaFile
+36-0llvm/test/CodeGen/X86/combine-fma-concat.ll
+36-01 files

LLVM/project 56e8aa6libcxx/include future, libcxx/test/libcxx/thread nodiscard.verify.cpp

[libc++][future] Applied `[[nodiscard]]` (#174924)

- https://libcxx.llvm.org/CodingGuidelines.html
- https://wg21.link/futures

Towards #172124
DeltaFile
+107-7libcxx/test/libcxx/thread/nodiscard.verify.cpp
+23-23libcxx/include/future
+2-2libcxx/test/std/thread/futures/futures.shared_future/get.pass.cpp
+2-2libcxx/test/std/thread/futures/futures.task/futures.task.members/make_ready_at_thread_exit.pass.cpp
+2-2libcxx/test/std/thread/futures/futures.unique_future/get.pass.cpp
+2-2libcxx/test/std/thread/futures/futures.task/futures.task.members/operator.pass.cpp
+138-383 files not shown
+143-439 files

FreeBSD/ports d199b9dx11-fonts/fnt Makefile

x11-fonts/fnt: Release maintainership
DeltaFile
+1-1x11-fonts/fnt/Makefile
+1-11 files

pkgng/pkgng 5a98c3fdocs pkg-fetch.8, libpkg pkg_repo.c pkg.h.in

fetch: add -s/--symlink option for mirror mode

Add ability to create symlinks in All/ directory when fetching packages
with -o option. This helps tools like synth that expect packages directly
in All/ when repositories use Hashed/ subdirectories.

Also honor PKG_REPO_SYMLINK environment variable similar to pkg repo.

Fixes #2585
DeltaFile
+42-11libpkg/repo/binary/fetch.c
+20-4docs/pkg-fetch.8
+9-2src/fetch.c
+2-2libpkg/pkg_repo.c
+2-2libpkg/private/pkg.h
+2-1libpkg/pkg.h.in
+77-222 files not shown
+80-248 files

OPNSense/core 3a80a7bsrc/etc/inc/plugins.inc.d radvd.inc

radvd: use isSet() in this one instance
DeltaFile
+1-1src/etc/inc/plugins.inc.d/radvd.inc
+1-11 files

OPNSense/core bb16c64src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes BaseField.php

Merge branch 'master' into radvd_8351
DeltaFile
+19-11src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes/BaseField.php
+19-111 files

OPNSense/core ef08258src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes BaseField.php

mvc: BaseField: add isSet() in case we need "0" values
DeltaFile
+19-11src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes/BaseField.php
+19-111 files

HardenedBSD/src 647688dlibexec/nuageinit nuageinit, libexec/nuageinit/tests nuageinit.sh

Merge remote-tracking branch 'origin/hardened/current/master' into hardened/current/cross-dso-cfi
DeltaFile
+67-46libexec/nuageinit/nuageinit
+45-54sys/netpfil/pf/pf_nl.c
+4-2release/tools/gce.conf
+5-1sys/dev/acpica/Osd/OsdSchedule.c
+4-0libexec/nuageinit/tests/nuageinit.sh
+1-1sys/contrib/openzfs/module/icp/asm-x86_64/modes/ghash-x86_64.S
+126-1042 files not shown
+128-1068 files

HardenedBSD/src 2b966dalibexec/nuageinit nuageinit, libexec/nuageinit/tests nuageinit.sh

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+67-46libexec/nuageinit/nuageinit
+45-54sys/netpfil/pf/pf_nl.c
+4-2release/tools/gce.conf
+5-1sys/dev/acpica/Osd/OsdSchedule.c
+4-0libexec/nuageinit/tests/nuageinit.sh
+1-1sys/contrib/openzfs/module/icp/asm-x86_64/modes/aesni-gcm-avx2-vaes.S
+126-1042 files not shown
+128-1068 files

NetBSD/src 1HHqrDxlibexec/ld.elf_so xmalloc.c Makefile

   Remove the unused RCHECK option - inspired by FreeBSD.
VersionDeltaFile
1.15+9-47libexec/ld.elf_so/xmalloc.c
1.153+2-1libexec/ld.elf_so/Makefile
+11-482 files

LLVM/project ff3af1dmlir/include/mlir/Interfaces ControlFlowInterfaces.td

[mlir][Interfaces] Document that `RegionBranchTerminatorOpInterface` is mandatory
DeltaFile
+13-2mlir/include/mlir/Interfaces/ControlFlowInterfaces.td
+13-21 files

pkgng/pkgng dc77980docs pkg-fetch.8, libpkg pkg_repo.c pkg_jobs.c

fetch: add -s/--symlink option for mirror mode

Add ability to create symlinks in All/ directory when fetching packages
with -o option. This helps tools like synth that expect packages directly
in All/ when repositories use Hashed/ subdirectories.

Also honor PKG_REPO_SYMLINK environment variable similar to pkg repo.

Fixes #2585
DeltaFile
+42-11libpkg/repo/binary/fetch.c
+20-4docs/pkg-fetch.8
+9-2src/fetch.c
+2-2libpkg/pkg_repo.c
+2-2libpkg/private/pkg.h
+2-1libpkg/pkg_jobs.c
+77-222 files not shown
+80-248 files

pkgng/pkgng abd1491docs pkg-fetch.8, libpkg pkg_repo.c pkg_jobs.c

fetch: add -s/--symlink option for mirror mode

Add ability to create symlinks in All/ directory when fetching packages
with -o option. This helps tools like synth that expect packages directly
in All/ when repositories use Hashed/ subdirectories.

Also honor PKG_REPO_SYMLINK environment variable similar to pkg repo.

Fixes #2585
DeltaFile
+42-11libpkg/repo/binary/fetch.c
+20-4docs/pkg-fetch.8
+9-2src/fetch.c
+2-2libpkg/pkg_repo.c
+2-2libpkg/private/pkg.h
+2-1libpkg/pkg_jobs.c
+77-222 files not shown
+80-248 files

OpenBSD/ports 5MbClQ7lang/php/8.5 Makefile

   explicitly use external www/uriparser for the new 'uri' extension in PHP 8.5;
   although it was previously mostly using the internal copy, aja@ ran into a
   problem with this which must have been related to dpb junking during "make
   fake".
VersionDeltaFile
1.2+10-3lang/php/8.5/Makefile
+10-31 files

LLVM/project f6a8695llvm/lib/Target/AArch64 AArch64InstrInfo.td

Improve the comment wording a bit
DeltaFile
+9-9llvm/lib/Target/AArch64/AArch64InstrInfo.td
+9-91 files

LLVM/project f931538openmp/docs SupportAndFAQ.rst

Remove reference to LLVM_ENABLE_PROJECT
DeltaFile
+1-3openmp/docs/SupportAndFAQ.rst
+1-31 files

LLVM/project 4b60f11.github/workflows docs.yml, clang/utils/analyzer entrypoint.py

Reapply "[OpenMP] Remove LLVM_ENABLE_PROJECTS=openmp build mode (#152189)"
DeltaFile
+10-13llvm/CMakeLists.txt
+2-17flang/tools/f18/CMakeLists.txt
+0-7llvm/runtimes/CMakeLists.txt
+2-2flang-rt/README.md
+2-2.github/workflows/docs.yml
+1-1clang/utils/analyzer/entrypoint.py
+17-421 files not shown
+18-427 files

OpenBSD/ports OZO9kAMgames/xwelltris/patches patch-configure, x11/fleditor/patches patch-configure

   Fix more old configure scripts that fail with -Wimplicit-int on gcc15.

   OK tb@ kili@
VersionDeltaFile
1.6+13-3x11/flwm/patches/patch-configure
1.9+12-2x11/fleditor/patches/patch-configure
1.1+12-0games/xwelltris/patches/patch-configure
1.1+12-0x11/gmrun/patches/patch-configure
+49-54 files

NetBSD/src 2oHBebilibexec/ld.elf_so xmalloc.c

   More whitespace.
VersionDeltaFile
1.14+9-9libexec/ld.elf_so/xmalloc.c
+9-91 files

NetBSD/pkgsrc CrDO3gmgraphics/geeqie Makefile

   geeqie: xxd is not needed any longer

   Reported by Onno van der Linden in PR 59898.
VersionDeltaFile
1.154+1-3graphics/geeqie/Makefile
+1-31 files

OPNSense/core 9a435d5src/opnsense/mvc/app/controllers/OPNsense/Radvd/forms dialogEntry.xml

Fix types for DNSSL RDNSS and source_address
DeltaFile
+7-3src/opnsense/mvc/app/controllers/OPNsense/Radvd/forms/dialogEntry.xml
+7-31 files