13,225,498 commits found in 6 milliseconds
OPNSense /core b98bb93 — src/opnsense/mvc/app/controllers/OPNsense/Routing/Api GroupSettingsController.php use xpath to determine uses
Add zvol block cloning test
zvol block cloning depends on custom TrueNAS kernel patches that add
blkdev_copy_offload() to the block layer. The ZFS code path is gated
behind HAVE_BLKDEV_COPY_OFFLOAD and compiles out on stock kernels, and
there is no existing automated coverage of this path.
The test creates two zvols, issues copy_file_range, and asserts via zdb
that exactly 64 L0 blocks share identical DVAs between src and dst.
Identical DVAs prove the destination references the source's blocks
rather than holding an independent copy.
security/vaultwarden: Update to 1.36.0
www/vaultwarden-web_vault: Update to 2026.4.1
PR: 294907
Reported by: Bernard Spil
audio/sidplayfp: Update to 3.0.0
update function docs here
OPNSense /core 4c09144 — src/opnsense/mvc/app/models/OPNsense/Routing GatewayGroups.php, src/opnsense/scripts/routes gateway_watcher.php Gateway Groups: typo and lazy-load model in gateway watcher
OPNSense /core 4b7d2ca — src/opnsense/mvc/app/controllers/OPNsense/Routing/Api GroupSettingsController.php, src/opnsense/mvc/app/controllers/OPNsense/Routing/forms dialogEditGatewayGroup.xml gateway groups: prepare controller logic, add missing lock on delete
remove line
OPNSense /core 78fb962 — . plist, src/www system_gateway_groups_edit.php system_gateway_groups.php remove legacy pages
OPNSense /core 1be335a — src/opnsense/mvc/app/controllers/OPNsense/Routes/Api GatewayController.php, src/opnsense/mvc/app/controllers/OPNsense/Routing/Api SettingsController.php gateways: do a bit of refactoring in the regular gateway controller and backend call to ease parsing for the group settings
OPNSense /core 408233f — src/opnsense/mvc/app/controllers/OPNsense/Routing GatewayGroupsController.php, src/opnsense/mvc/app/controllers/OPNsense/Routing/forms dialogEditGatewayGroup.xml Gateway Groups: MVC conversion: review feedback and add UI
OPNSense /core 2f23070 — src/opnsense/mvc/app/controllers/OPNsense/Routing/Api GroupSettingsController.php, src/opnsense/mvc/app/models/OPNsense/Routing GatewayGroups.php GatewayGroups.xml tmp
OPNSense /core 9db3e8f — src/opnsense/mvc/app/models/OPNsense/Routing GatewayGroups.xml, src/opnsense/mvc/app/models/OPNsense/Routing/FieldTypes GatewayGroupItemField.php set this in the model just to be explicit
Gateway Groups: MVC: fix endpoint
OPNSense /core b750016 — src/opnsense/mvc/app/controllers/OPNsense/Routes/Api GatewayController.php, src/opnsense/mvc/app/controllers/OPNsense/Routing/Api GroupSettingsController.php review feedback
OPNSense /core 0e7628a — src/opnsense/mvc/app/models/OPNsense/Routing GatewayGroups.php GatewayGroups.xml, src/opnsense/scripts/routes gateways.php Gateway Groups: MVC: missing gateway name validation, modify backend call to optionally exclude localhost,inactive,disabled
OPNSense /core bc615f1 — src/opnsense/mvc/app/controllers/OPNsense/Routing/Api GroupSettingsController.php, src/opnsense/mvc/app/models/OPNsense/Routing GatewayGroups.php Gateway Groups: MVC: protect group deletion and fix getGroupsConfig()
OPNSense /core c3e6a6f — src/opnsense/mvc/app/controllers/OPNsense/Routing/Api SettingsController.php, src/opnsense/mvc/app/models/OPNsense/Routing GatewayGroups.php Gateways.php Gateway Groups: convert to MVC
LLVM /project c33d4bf — clang/include/clang/Analysis/Analyses/LifetimeSafety Origins.h, clang/lib/Analysis/LifetimeSafety Origins.cpp FactsGenerator.cpp [LifetimeSafety] Track per-field origins for record types
security/openvpn-devel: upgrade to commit 64fae9d829
this brings in the upstream development work that has happened over
the last two months, plus two CVE fixes:
- fix race condition in TLS handshake that could lead to leaking of
packet data from a previous handshake under specific circumstances
(CVE-2026-40215 )
(Bug found by XlabAI Team of Tencent Xuanwu Lab (xlabai at tencent.com))
- fix server ASSERT() on receiving a suitably malformed packet with
a valid tls-crypt-v2 key (CVE-2026-35058 )
(Bug found by XlabAI Team of Tencent Xuanwu Lab (xlabai at tencent.com)
and independently by Emma Reuter of Cisco ASIG (TALOS-2026-2381))
besides this, most of the commits are code maintenance - modernizing
code, adjusting OpenSSL APIs used to be 4.0 compatible, adding more
[7 lines not shown ] LLVM /project 52340a4 — libc/src/__support/math CMakeLists.txt roundf16.h, libc/src/math/generic CMakeLists.txt [libc][math] Refactor round-roundeven-trunc family to header-only (#195590)
Refactors the round-roundeven-trunc math family to be header-only.
part of: #147386
Target Functions:
- round
- roundbf16
- roundf
- roundf128
- roundf16
- roundl
- roundeven
- roundevenbf16
- roundevenf
- roundevenf128
- roundevenf16
- roundevenl
[5 lines not shown ] [ELF] Remove dead stable_sort in TargetInfo::scanSectionImpl. NFC (#195601)
Dead since the code is moved to target-specific relocation scanning. tests/sys/arch/amd64: add a program to check INT $0x80 behavior on amd64
(cherry picked from commit 2c2ec6bbc9cc7762a250ffe903bda6c2e44d25ff )
amd64 ia32_syscall(): only allow for ILP32 processes
(cherry picked from commit bd8edba0792b71be3f8ed5dea9c22287e95c986a )
bin/sh: make it possible to use as interactive init
(cherry picked from commit d7338bb4914d120e5719d3216b23a509c49ed3be )
init: build dynamically
(cherry picked from commit 24d887436dcd5b6c18a7505e477c79cae3002c3a )
amd64: ia32_fetch_syscall_args() does not need to check params != NULL
(cherry picked from commit 912f9dfca451e359dda7cdf45539b7c19764f54d )
init.8: add RECOVERING section
(cherry picked from commit e378d97eeb2b8961f312cc04d4751579a7b70741 )
init.8: document init_path among loader tunables
(cherry picked from commit 9e6ae89d831a4ddce0925ac3682d602a71f1b26d )