13,152,648 commits found in 11 milliseconds
Merge remote-tracking branch 'origin/hardened/current/master' into hardened/current/cross-dso-cfi
Merge branch 'freebsd/current/main' into hardened/current/master
Merge branch 'freebsd/15-stable/main' into hardened/15-stable/main
Merge branch 'freebsd/main' into hardenedbsd/main
amd64 initializecpu(): use 64bit type for rcr4() result
(cherry picked from commit 6099b4600256552fc6f664c82b7dd0325a4b5b19 )
amd64 initializecpu(): use 64bit type for rcr4() result
(cherry picked from commit 6099b4600256552fc6f664c82b7dd0325a4b5b19 )
As a temporary hack, model the timezone change for America/Vancouver
as occurring on 2026-11-01 02:00, not on 2026-03-09. This allows
for a transition period where America/Vancouver still shows as PDT.
It also replaces "-07" with "MST" post-transition until such time
as a better abbreviation is chosen.
kern.post.mk: Replace "mkdir -p" with "install -d"
to create the 'dir' entry in METALOG
Signed-off-by: Marian Cingel <cingel.marian at gmail.com>
Reviewed by: imp, kevans
Pull Request: https://github.com/freebsd/freebsd-src/pull/1967
kern.post.mk: Replace "mkdir -p" with "install -d"
to create the 'dir' entry in METALOG
Signed-off-by: Marian Cingel <cingel.marian at gmail.com>
Reviewed by: imp, kevans
Pull Request: https://github.com/freebsd/freebsd-src/pull/1967
java/dbvis: Update 25.3.3 => 26.1
Release Notes:
https://www.dbvis.com/releasenotes/26.1/
MFH: 2026Q1
(cherry picked from commit 60e603b04dad6244d45a41aacbbfdbb854a7ec2a )
java/dbvis: Update 25.3.2 => 25.3.3
Release Notes:
https://www.dbvis.com/releasenotes/25.3/
MFH: 2026Q1
(cherry picked from commit 2a42f45312cbeebc5b3b59ec7117a8c932a450c2 )
java/dbvis: Update 25.3.1 => 25.3.2
Release Notes:
https://www.dbvis.com/releasenotes/25.3/
(cherry picked from commit c30e294c229a61a9540eafd21fb66bff380c9646 )
devel/ghpr: update to v2
v2: Add check to make sure that there's a proper freebsd remote
Sponsored by: Netflix
devel/ghpr: update to v2
v2: Add check to make sure that there's a proper freebsd remote
Sponsored by: Netflix
java/dbvis: Update 25.3.3 => 26.1
Release Notes:
https://www.dbvis.com/releasenotes/26.1/
MFH: 2026Q1
java/dbvis: Update 25.3.2 => 25.3.3
Release Notes:
https://www.dbvis.com/releasenotes/25.3/
MFH: 2026Q1
java/dbvis: Update 25.3.3 => 26.1
Release Notes:
https://www.dbvis.com/releasenotes/26.1/
MFH: 2026Q1
java/dbvis: Update 25.3.2 => 25.3.3
Release Notes:
https://www.dbvis.com/releasenotes/25.3/
MFH: 2026Q1
textproc/moor: Update 2.11.0 => 2.11.1
Changelog:
https://github.com/walles/moor/releases/tag/v2.11.1
Reviewed by: osa, vvd (Mentors)
Approved by: osa (Mentor)
Differential Revision: https://reviews.freebsd.org/D55715
textproc/moor: Update 2.11.0 => 2.11.1
Changelog:
https://github.com/walles/moor/releases/tag/v2.11.1
Reviewed by: osa, vvd (Mentors)
Approved by: osa (Mentor)
Differential Revision: https://reviews.freebsd.org/D55715
virtual_oss: Use virtual_oss_timestamp() to avoid duplication
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
virtual_oss: Use virtual_oss_timestamp() to avoid duplication
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
virtual_oss: Use virtual_oss_delay_ns() to avoid duplication
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
virtual_oss: Use virtual_oss_delay_ns() to avoid duplication
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
virtual_oss(8) : Expose ioctl interface
PR: 293545
Sponsored by: The FreeBSD Foundation
MFC after: 3 days
(cherry picked from commit d15987cc06192f78a31040f2c142bcaf88e8a1ee )
virtual_oss(8): Expose ioctl interface
PR: 293545
Sponsored by: The FreeBSD Foundation
MFC after: 3 days
(cherry picked from commit d15987cc06192f78a31040f2c142bcaf88e8a1ee )
LLVM /project d712e43 — llvm/test/CodeGen/AArch64 fp-maximumnum-minimumnum.ll, llvm/test/CodeGen/X86 wide-scalar-shift-by-byte-multiple-legalization.ll andnot-sink-not.ll Rebase
Created using spr 1.3.7
Delta File +1,561 -2,812 llvm/test/CodeGen/X86/wide-scalar-shift-by-byte-multiple-legalization.ll +2,071 -1,930 llvm/test/CodeGen/AArch64/fp-maximumnum-minimumnum.ll +3,114 -0 llvm/test/CodeGen/X86/andnot-sink-not.ll +969 -2,001 llvm/test/CodeGen/X86/bit-manip-i512.ll +538 -1,357 llvm/test/CodeGen/X86/shift-i512.ll +730 -244 mlir/test/Dialect/Linalg/specialize-generic-ops.mlir +8,983 -8,344 1,211 files not shown +42,311 -22,357 1,217 files
FreeBSD /ports 857657c — security/mbedtls4 pkg-plist Makefile, security/mbedtls4/files patch-library_CMakeLists.txt security/mbedtls4: Fix upstream libmbedcrypto.so installation bug
Not respect DESTDIR during create symlinks libmbedcrypto.so*.
Upstream issue: https://github.com/Mbed-TLS/mbedtls/issues/10627
- Add fix for installing libmbedcrypto.so from upstream pool request:
https://github.com/Mbed-TLS/mbedtls/pull/10631
- Add strip for libmbedcrypto.so.
- Sort pkg-plist.
PR: 293653
Approved by: Paavo-Einari Kaipila <pkaipila at gmail.com> (maintainer)
HardenedBSD /ports 857657c — security/mbedtls4 pkg-plist Makefile, security/mbedtls4/files patch-library_CMakeLists.txt security/mbedtls4: Fix upstream libmbedcrypto.so installation bug
Not respect DESTDIR during create symlinks libmbedcrypto.so*.
Upstream issue: https://github.com/Mbed-TLS/mbedtls/issues/10627
- Add fix for installing libmbedcrypto.so from upstream pool request:
https://github.com/Mbed-TLS/mbedtls/pull/10631
- Add strip for libmbedcrypto.so.
- Sort pkg-plist.
PR: 293653
Approved by: Paavo-Einari Kaipila <pkaipila at gmail.com> (maintainer)
depend-cleanup.sh: rebuild strnlen.o on riscv64 if it came from strnlen.S
We have to switch back to the previous rule once the temporary
build fix has been replaced with a permanent fix.
MFC after: 1 week
See also: 2a4e3112c811b9892e14e15cfd23538e7e47329c
PR: 293353 , 293296