ELF Tool Chain/elftoolchain 4382trunk/tests/libtest README.rst, trunk/tests/libtest/examples simple_example.c minimal_example.c

libtest: Make it mandatory for test functions to call test_result(3).

Instead of returning an 'enum test_result' value, test
functions now call test_result() one or more times to report
test status.  Calls to test_result() with values indicating
test failure override prior 'pass' results.

This changes simplifies the implementation of test functions
that conduct the same test over a range of inputs.
DeltaFile
+89-32trunk/tests/libtest/lib/test.3
+68-30trunk/tests/libtest/lib/test.h
+62-30trunk/tests/libtest/README.rst
+22-1trunk/tests/libtest/lib/test.c
+6-6trunk/tests/libtest/examples/simple_example.c
+3-3trunk/tests/libtest/examples/minimal_example.c
+250-1021 files not shown
+252-1027 files

FreeBSD/src 746c374sys/dev/evdev evdev.c evdev_private.h

evdev: add devnum sysctl

Add a sysctl entry for the evdev device number (devnum) to allow
libudev-devd to populate the corresponding device information
fields (MAJOR and MINOR) when running in a jail with no input devices
exposed through devfs.

Signed-off-by: Quentin Thébault <quentin.thebault at defenso.fr>

Reviewed by:    wulf
Sponsored by:   Defenso
MFC after:      3 days
Differential Revision:  https://reviews.freebsd.org/D56968
DeltaFile
+6-0sys/dev/evdev/evdev.c
+1-0sys/dev/evdev/evdev_private.h
+7-02 files

FreeBSD/ports 64c55d4graphics/gpu-firmware-amd-kmod pkg-plist Makefile, graphics/gpu-firmware-intel-kmod pkg-plist Makefile

graphics/gpu-firmware*kmod: Update to 20260519

Co-authored-by: Gleb Popov <arrowd at FreeBSD.org>
DeltaFile
+98-51graphics/gpu-firmware-kmod/Makefile
+95-0graphics/gpu-firmware-amd-kmod/pkg-plist
+58-11graphics/gpu-firmware-amd-kmod/Makefile
+10-0graphics/gpu-firmware-intel-kmod/pkg-plist
+4-3graphics/gpu-firmware-intel-kmod/Makefile
+3-3graphics/gpu-firmware-radeon-kmod/distinfo
+268-683 files not shown
+276-769 files

OPNSense/core ed87687src/opnsense/mvc/app/controllers/OPNsense/Firewall/forms dialogNptRule.xml, src/opnsense/mvc/app/models/OPNsense/Firewall Filter.php

firewall: allow WAN as "associated interface" for NPTv6 #10413
DeltaFile
+2-1src/opnsense/mvc/app/models/OPNsense/Firewall/Filter.php
+1-1src/opnsense/mvc/app/controllers/OPNsense/Firewall/forms/dialogNptRule.xml
+3-22 files

FreeBSD/doc 48fc8f4documentation/static/pgpkeys mav.key

pgpkeys: Update mav@ key
DeltaFile
+58-49documentation/static/pgpkeys/mav.key
+58-491 files

FreeBSD/src 2e1f5b7stand/man loader.efi.8

loader.efi(8): document the ia32 loader

Reviewed by:    kib
MFC after:      3 days
Differential Revision:  https://reviews.freebsd.org/D57569
DeltaFile
+12-0stand/man/loader.efi.8
+12-01 files

FreeBSD/src f771debstand/man loader.efi.8

loader.efi(8): the amd64 loader doesn't do protected mode

The amd64 UEFI loader executes in long mode, not protected mode.

Reviewed by:    kib
MFC after:      3 days
Differential Revision:  https://reviews.freebsd.org/D57568
DeltaFile
+2-2stand/man/loader.efi.8
+2-21 files

LLVM/project f683de4utils/bazel/llvm-project-overlay/llvm BUILD.bazel

[bazel] Add an LLVM ABI-breaking checks build setting (#203739)
DeltaFile
+23-5utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
+23-51 files

LLVM/project f58495allvm/lib/Target/RISCV RISCVFrameLowering.cpp, llvm/test/CodeGen/RISCV shadowcallstack.ll

[RISCV] Remove manual compression of SSPUSH in RISCVFrameLowering.cpp. NFC (#203635)

We used to emit a Zcmop instruction here, which required manual
compression. Since we now emit a Zicfiss instruction, we can rely on
CompressPat to do the right thing.
DeltaFile
+814-394llvm/test/CodeGen/RISCV/shadowcallstack.ll
+3-10llvm/lib/Target/RISCV/RISCVFrameLowering.cpp
+817-4042 files

LLVM/project a44231fllvm/lib/Target/RISCV RISCVISelLowering.cpp RISCVInstrInfoP.td

[RISCV] Lower the paadd/pasub intrinsics to existing ISD nodes. NFC (#203646)

This avoids having 2 different isel patterns for the same operation.
DeltaFile
+40-2llvm/lib/Target/RISCV/RISCVISelLowering.cpp
+0-27llvm/lib/Target/RISCV/RISCVInstrInfoP.td
+40-292 files

FreeBSD/ports ac0878daudio/mpz Makefile distinfo, audio/mpz/files patch-mpz.pro patch-CMakeLists.txt

audio/mpz: Update to 2.0.10 and switch to qt6

https://raw.githubusercontent.com/olegantonyan/mpz/refs/tags/2.0.10/CHANGELOG.md

PR:             295717
Approved by:    danfe (maintainer timeout > 2 weeks)
Approved by:    osa (mentor)
DeltaFile
+0-48audio/mpz/files/patch-mpz.pro
+9-10audio/mpz/Makefile
+11-0audio/mpz/files/patch-CMakeLists.txt
+0-11audio/mpz/files/patch-app_app.pro
+3-3audio/mpz/distinfo
+23-725 files

FreeBSD/ports 5b0052earchivers/arqiver distinfo pkg-plist

archivers/arqiver: Update to 1.0.2

https://github.com/tsujan/Arqiver/releases/tag/V1.0.2

PR:             296028
Approved by:    osa (mentor)
DeltaFile
+3-3archivers/arqiver/distinfo
+5-0archivers/arqiver/pkg-plist
+1-1archivers/arqiver/Makefile
+9-43 files

NetBSD/src 3mLFZtlsys/dev/ic dm9000.c

   dm9000.c: add missing __KERNEL_RCSID
VersionDeltaFile
1.44+2-1sys/dev/ic/dm9000.c
+2-11 files

NetBSD/pkgsrc 6kLPJqTgraphics/gdchart distinfo Makefile, graphics/gdchart/patches patch-gdchart.c patch-gdc__pie.c

   gdchart: Various fixes for GCC 14 & 15.
VersionDeltaFile
1.3+13-29graphics/gdchart/patches/patch-gdchart.c
1.1+19-0graphics/gdchart/patches/patch-gdc__pie.c
1.1+14-0graphics/gdchart/patches/patch-gdc.c
1.16+4-1graphics/gdchart/distinfo
1.53+3-1graphics/gdchart/Makefile
+53-315 files

Dreckly/dreckly 1e6b3e9graphics/gdchart distinfo Makefile, graphics/gdchart/patches patch-gdc__pie.c patch-gdchart.c

gdchart: Various fixes for GCC 14 & 15.
DeltaFile
+19-0graphics/gdchart/patches/patch-gdc__pie.c
+15-0graphics/gdchart/patches/patch-gdchart.c
+14-0graphics/gdchart/patches/patch-gdc.c
+3-0graphics/gdchart/distinfo
+2-0graphics/gdchart/Makefile
+53-05 files

NetBSD/pkgsrc 3zBnKprx11/blt distinfo Makefile, x11/blt/patches patch-ae patch-src_bltTreeView.h

   blt: Various GCC 15 build fixes.
VersionDeltaFile
1.10+14-5x11/blt/patches/patch-ae
1.1+15-0x11/blt/patches/patch-src_bltTreeView.h
1.20+3-2x11/blt/distinfo
1.42+4-1x11/blt/Makefile
+36-84 files

Dreckly/dreckly e68df72x11/blt Makefile distinfo, x11/blt/patches patch-ae patch-src_bltTreeView.h

blt: GCC 15 build fixes.
DeltaFile
+13-4x11/blt/patches/patch-ae
+15-0x11/blt/patches/patch-src_bltTreeView.h
+3-0x11/blt/Makefile
+2-1x11/blt/distinfo
+33-54 files

FreeBSD/ports 8b1f21etextproc/codebook Makefile

textproc/codebook: Mark broken on arm64

Fails to build due to unknown field in structure.

Reported by:    pkg-fallout
DeltaFile
+2-0textproc/codebook/Makefile
+2-01 files

FreeBSD/ports 4aa2a20net/netatalk4 Makefile pkg-plist, net/netatalk4/files patch-etc_uams_meson.build patch-config_meson.build

net/netatalk4: Update to 4.5.0

See https://github.com/Netatalk/netatalk/releases/tag/netatalk-4-5-0 for
a list of changes in this release.
DeltaFile
+21-12net/netatalk4/files/patch-etc_uams_meson.build
+9-21net/netatalk4/files/patch-config_meson.build
+11-11net/netatalk4/files/patch-meson.build
+4-9net/netatalk4/Makefile
+5-8net/netatalk4/pkg-plist
+3-3net/netatalk4/distinfo
+53-646 files

FreeBSD/ports dad6443audio Makefile, sysutils Makefile

{audio,sysutils}/Makefile: Remove hooks of deleted ports

PR:             296049
Reported by:    chris.torek at gmail.com
Fixes:          2717347b94f9 ("audio/freebsd-13-mixer: Discontinue")
Fixes:          c3c20bddefe4 ("sysutils/mixer: Discontinue")

Approved by:    osa, vvd (Mentors, implicit)
DeltaFile
+0-1audio/Makefile
+0-1sysutils/Makefile
+0-22 files

NetBSD/pkgsrc H8WK5KQsysutils/mtx Makefile

   mtx: Fails with C23 default language.

   This time, because of defining its own true and false, rather than
   because of K&R style declarations.
VersionDeltaFile
1.4+4-2sysutils/mtx/Makefile
+4-21 files

Dreckly/dreckly 2e2591asysutils/mtx Makefile

mtx: Fails with C23 default language.
DeltaFile
+3-1sysutils/mtx/Makefile
+3-11 files

NetBSD/pkgsrc parO914security/crack Makefile distinfo, security/crack/patches patch-src_libdes_rpw.c patch-src_libdes_speed.c

   crack: Fix building with GCC 15.
VersionDeltaFile
1.1+14-0security/crack/patches/patch-src_libdes_rpw.c
1.1+14-0security/crack/patches/patch-src_libdes_speed.c
1.35+3-1security/crack/Makefile
1.12+3-1security/crack/distinfo
+34-24 files

Dreckly/dreckly 46a4a22security/crack Makefile distinfo, security/crack/patches patch-src_libdes_rpw.c patch-src_libdes_speed.c

crack: Fix build with GCC 15.
DeltaFile
+14-0security/crack/patches/patch-src_libdes_rpw.c
+14-0security/crack/patches/patch-src_libdes_speed.c
+2-0security/crack/Makefile
+2-0security/crack/distinfo
+32-04 files

NetBSD/pkgsrc 8chFjACdevel/smake Makefile

   smake: Fails with C23 default language.
VersionDeltaFile
1.29+3-1devel/smake/Makefile
+3-11 files

FreeBSD/ports e192bcfprint/ft2demos Makefile distinfo, print/ft2demos/files patch-meson.build

print/ft2demos: Update 2.11.1 => 2.14.3

Commit log:
https://gitlab.com/freetype/freetype-demos/-/compare/VER-2-11-1...VER-2-14-3

PR:             295907
Sponsored by:   UNIS Labs
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
DeltaFile
+12-12print/ft2demos/Makefile
+3-3print/ft2demos/files/patch-meson.build
+3-3print/ft2demos/distinfo
+18-183 files

NetBSD/pkgsrc Ebzkhkadoc CHANGES-2026

   doc: Updated www/ruby-aws-sdk-kms to 1.129.0nb1
VersionDeltaFile
1.3804+2-1doc/CHANGES-2026
+2-11 files

Dreckly/dreckly c1968bedevel/smake Makefile

smake: Fails with C23 default language.
DeltaFile
+2-0devel/smake/Makefile
+2-01 files

NetBSD/pkgsrc aNtTZfHwww/ruby-aws-sdk-kms Makefile

   www/ruby-aws-sdk-kms: update dependency

   Update minimum version for ruby-aws-sdk-core.

   Bump PKGREVISION.
VersionDeltaFile
1.47+3-2www/ruby-aws-sdk-kms/Makefile
+3-21 files

NetBSD/pkgsrc PXYAEludoc CHANGES-2026

   doc: Updated www/ruby-aws-sdk-secretsmanager to 1.133.0nb1
VersionDeltaFile
1.3803+2-1doc/CHANGES-2026
+2-11 files