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
[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
[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
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
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
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
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".