NetBSD/src Gm9TbNPexternal/mpl/bind/lib Makefile.inc

   bind: remove outdated lint warning

   In C11 mode, lint now allows typedef to redefine an existing type.
VersionDeltaFile
1.4+5-5external/mpl/bind/lib/Makefile.inc
+5-51 files

LLVM/project fcc6192clang/test/CIR/CodeGen lambda-dtor-field.cpp cxx-default-init.cpp

[CIR] Emit inbounds nuw flags on GetMemberOp GEP lowering (#186738)

Struct member accesses via GetMemberOp are always inbounds and cannot
unsigned-wrap, matching LLVM's IRBuilder::CreateStructGEP behavior.
DeltaFile
+15-15clang/test/CIR/CodeGen/lambda-dtor-field.cpp
+14-14clang/test/CIR/CodeGen/cxx-default-init.cpp
+13-13clang/test/CIR/CodeGen/lambda.cpp
+11-11clang/test/CIR/CodeGen/struct.cpp
+9-9clang/test/CIR/CodeGen/bitfields.c
+8-8clang/test/CIR/CodeGen/volatile.cpp
+70-7027 files not shown
+149-14333 files

FreeBSD/ports dd8f68barchivers/py-zstandard Makefile distinfo, archivers/py-zstandard/files patch-pyproject.toml

archivers/py-zstandard: update 0.23.0 → 0.25.0

PR:     294616
Submitted by:    Franco Ricci <franco.ricc at gmail.com> (initial patch)
DeltaFile
+24-0archivers/py-zstandard/files/patch-pyproject.toml
+8-4archivers/py-zstandard/Makefile
+3-3archivers/py-zstandard/distinfo
+35-73 files

NetBSD/src OC69fpatests/usr.bin/xlint/lint1 msg_089.c c11.c, usr.bin/xlint/lint1 decl.c

   lint: in C11 mode, allow typedef to redefine an existing type
VersionDeltaFile
1.6+16-2tests/usr.bin/xlint/lint1/msg_089.c
1.427+7-5usr.bin/xlint/lint1/decl.c
1.15+9-1tests/usr.bin/xlint/lint1/c11.c
1.19+9-1tests/usr.bin/xlint/lint1/c23.c
+41-94 files

NetBSD/src otienUsexternal/bsd/jemalloc/dist config.log, external/bsd/jemalloc/dist/bin jeprof

   Import jemalloc-5.3.1 (previous was 5.3.0)

   This release includes over 390 commits spanning bug fixes, new features,
   performance optimizations, and portability improvements. Multiple percent
   of system-level metric improvements were measured in tested production
   workloads. The release has gone through large-scale production testing
   at Meta.

   New features:

   Support pvalloc. (@Lapenkov: 5b1f2cc)
   Add double free detection for the debug build. (@izaitsevfb:
   36366f3, @guangli-dai: 42daa1a, @divanorama: 1897f18)
   Add compile-time option --enable-pageid to enable memory mapping
   annotation. (@devnexen: 4fc5c4f)
   Add runtime option prof_bt_max to control the max stack depth for
   profiling. (@guangli-dai: a0734fd)
   Add compile-time option --enable-force-getenv to use getenv instead
   of secure_getenv. (@interwq: 481bbfc)

    [129 lines not shown]
VersionDeltaFile
1.1+5,816-0external/bsd/jemalloc/dist/bin/jeprof
1.1+4,603-0external/bsd/jemalloc/dist/config.log
1.1+3,967-0external/bsd/jemalloc/dist/doc/jemalloc.xml
1.1.1.3+1,347-1,432external/bsd/jemalloc/dist/test/unit/SFMT.c
1.1.1.3+1,506-1,174external/bsd/jemalloc/dist/src/ctl.c
1.1.1.3+605-1,622external/bsd/jemalloc/dist/src/jemalloc.c
+17,844-4,228560 files not shown
+63,658-22,629566 files

NetBSD/pkgsrc XEQ9vSqdoc CHANGES-2026

   doc: Updated textproc/jsongrep to 0.9.0nb1
VersionDeltaFile
1.2459+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc yk9jH1gtextproc/jsongrep Makefile PLIST

   textproc/jsongrep: install man pages
VersionDeltaFile
1.4+16-1textproc/jsongrep/Makefile
1.2+6-0textproc/jsongrep/PLIST
+22-12 files

FreeBSD/ports 101e513editors/mle distinfo Makefile

editors/mle: Update 1.7.2 => 1.8.1

Changelog:
https://github.com/adsr/mle/blob/v1.8.1/CHANGELOG.md

PR:             294604
Sponsored by:   UNIS Labs
DeltaFile
+3-3editors/mle/distinfo
+2-2editors/mle/Makefile
+5-52 files

FreeBSD/src 9d39213lib/libsys pdfork.2

pdfork.2: correct pdrfork's HISTORY section

Since pdrfork will be included in FreeBSD 15.1

Reviewed by:    kib
MFC after:      1 week
Differential Revision: https://reviews.freebsd.org/D56513
DeltaFile
+2-2lib/libsys/pdfork.2
+2-21 files

LLVM/project a3f244elibcxx/include/__functional bind_front.h, libcxx/test/libcxx/utilities/function.objects/func.bind.partial bind_front.nttp.compile.pass.cpp bind_front.nttp.nodiscard.verify.cpp

[libc++][functional] Implement `std::bind_front<NTTP>` (#165096)

Add `std::bind_front<NTTP>` function from
[P2714R1](https://wg21.link/p2714r1).

Towards https://github.com/llvm/llvm-project/issues/105388.
DeltaFile
+388-0libcxx/test/std/utilities/function.objects/func.bind.partial/bind_front.nttp.pass.cpp
+65-0libcxx/test/std/utilities/function.objects/func.bind.partial/bind_front.nttp.verify.cpp
+49-0libcxx/include/__functional/bind_front.h
+43-0libcxx/test/libcxx/utilities/function.objects/func.bind.partial/bind_front.nttp.compile.pass.cpp
+19-0libcxx/test/libcxx/utilities/function.objects/func.bind.partial/bind_front.nttp.nodiscard.verify.cpp
+8-0libcxx/test/std/utilities/function.objects/func.bind.partial/types.h
+572-01 files not shown
+574-07 files

NetBSD/pkgsrc pFwH0dQdoc CHANGES-2026

   doc: Updated graphics/feh to 3.12.1
VersionDeltaFile
1.2458+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 7kcQQNfgraphics/feh distinfo Makefile

   graphics/feh: update to 3.12.1

   Mon, 06 Apr 2026 21:47:59 +0200  Birte Friesel <derf+feh at finalrewind.org>

   * Release v3.12.1
       * Update tests to reflect the %f/%F changes implemented in v3.12

   Mon, 06 Apr 2026 11:13:12 +0200  Birte Friesel <derf+feh at finalrewind.org>

   * Release v3.12
       * Disallow %f and %n format specifiers in --action and --info strings;
         abort with an error message if those are encountered. Use %F and %N
         instead. Rationale: %f and %n do not escape shell-specific syntax and
         are thus a security risk when passing untrusted file names to feh. %F and
         %N, which have been available since v2.3 (Feb 2012), do escape
         shell-specific syntax. Migration path: Replace %f (or '%f') and %n (or
         '%n') with %F and %N (without '') in --action and --info commands.
         Reported by Paavan Bagla, Archit Goyal, Michael Hurtado, Venkat Nallam,
         and Jaden Wang <https://github.com/derf/feh/issues/821>.

    [9 lines not shown]
VersionDeltaFile
1.75+4-4graphics/feh/distinfo
1.147+2-2graphics/feh/Makefile
+6-62 files

NetBSD/src CSqmXG2doc 3RDPARTY

   3RDPARTY: update a minor detail about OpenSSL versioning
VersionDeltaFile
1.2186+2-2doc/3RDPARTY
+2-21 files

Linux/linux bea8d77drivers/staging/octeon octeon-stubs.h, drivers/staging/rtl8723bs/core rtw_mlme.c rtw_recv.c

Merge tag 'staging-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging

Pull staging driver updates from Greg KH:
 "Here is the "big" set of staging driver changes for 7.1-rc1.

  Nothing major in here at all, just lots of little cleanups for the
  staging drivers, driven by new developers getting their feet wet in
  kernel development. "Largest" thing in here is the change of some of
  the octeon variable types into proper kernel ones.

  Full details are in the shortlog.

  All of these have been in linux-next for a while with no reported
  issues"

* tag 'staging-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging: (154 commits)
  staging: rtl8723bs: remove redundant & parentheses
  staging: most: dim2: replace BUG_ON() in poison_channel()
  staging: most: dim2: replace BUG_ON() in enqueue()

    [18 lines not shown]
DeltaFile
+807-807drivers/staging/octeon/octeon-stubs.h
+95-124drivers/staging/rtl8723bs/core/rtw_mlme.c
+72-68drivers/staging/rtl8723bs/core/rtw_recv.c
+65-66drivers/staging/rtl8723bs/core/rtw_ieee80211.c
+55-61drivers/staging/rtl8723bs/core/rtw_security.c
+60-51drivers/staging/rtl8723bs/core/rtw_cmd.c
+1,154-1,17785 files not shown
+1,726-2,25891 files

FreeBSD/src 5cfadb6sys/modules/ath12k Makefile

ath12k: update module Makefiles for v7.0 driver version

Update LINUXKPI_VERSION to reflect that the driver is based on
Linux v7.0.

Handle the file changes and the extra wifi7/ subdirectory.

Sponsored by:   The FreeBSD Foundation
MFC after:      3 days
DeltaFile
+12-3sys/modules/ath12k/Makefile
+12-31 files

Linux/linux 99ef60ddrivers/power/supply max77759_charger.c, drivers/usb/dwc3 dwc3-imx.c

Merge tag 'usb-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb

Pull USB / Thunderbolt updates from Greg KH:
 "Here is the big set of USB and Thunderbolt changes for 7.1-rc1.

  Lots of little things in here, nothing major, just constant
  improvements, updates, and new features. Highlights are:

   - new USB power supply driver support.

     These changes did touch outside of drivers/usb/ but got acks from
     the relevant mantainers for them.

   - dts file updates and conversions

   - string function conversions into "safer" ones

   - new device quirks


    [37 lines not shown]
DeltaFile
+767-122drivers/usb/typec/tcpm/tcpm.c
+774-0drivers/power/supply/max77759_charger.c
+448-0drivers/usb/dwc3/dwc3-imx.c
+178-205drivers/usb/host/xhci-hub.c
+123-108drivers/usb/host/xhci.c
+137-29include/linux/mfd/max77759.h
+2,427-464128 files not shown
+4,767-1,385134 files

Linux/linux 73398c2drivers/tty/serial esp32_uart.c esp32_acm.c, drivers/tty/serial/8250 8250_pci.c

Merge tag 'tty-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty

Pull tty/serial updates from Greg KH:
 "Here is the set of tty and serial driver changes for 7.1-rc1.

  Not much here this cycle, biggest thing is the removal of an old
  driver that never got any actual hardware support (esp32), and the
  second try to moving the tty ports to their own workqueues (first try
  was in 7.0-rc1 but was reverted due to problems)

  Otherwise it's just a small set of driver updates and some vt modifier
  key enhancements.

  All have been in linux-next for a while with no reported issues"

* tag 'tty-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty: (35 commits)
  tty: serial: ip22zilog: Fix section mispatch warning
  hvc/xen: Check console connection flag
  serial: sh-sci: Add support for RZ/G3L RSCI

    [18 lines not shown]
DeltaFile
+0-779drivers/tty/serial/esp32_uart.c
+0-459drivers/tty/serial/esp32_acm.c
+126-27drivers/tty/serial/amba-pl011.c
+74-6drivers/tty/vt/keyboard.c
+51-0drivers/tty/serial/8250/8250_pci.c
+45-3drivers/tty/vt/vt.c
+296-1,27437 files not shown
+534-1,36643 files

FreeBSD/ports e5fd1c9net/netatalk4 distinfo Makefile

net/netatalk4: Update to 4.4.2

See https://github.com/Netatalk/netatalk/releases/tag/netatalk-4-4-2 for
a list of changes in this release.
DeltaFile
+3-3net/netatalk4/distinfo
+1-1net/netatalk4/Makefile
+4-42 files

Illumos/gate 7e16cfbusr/src/uts/common/crypto/io blowfish.c

18025 blowfish: passing freed memory
Reviewed by: Jason King <jason.brian.king+illumos at gmail.com>
Reviewed by: Bill Sommerfeld <sommerfeld at hamachi.org>
Approved by: Gordon Ross <gordon.w.ross at gmail.com>
DeltaFile
+4-2usr/src/uts/common/crypto/io/blowfish.c
+4-21 files

FreeBSD/src 60bac4dsys/contrib/dev/athk/ath12k dp_mon.c dp_rx.c, sys/contrib/dev/athk/ath12k/wifi7 dp_mon.c hal_desc.h

ath12k: update Atheros/QCA's ath12k driver

This version is based on
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
028ef9c96e96197026887c0f092424679298aae8 ( tag: v7.0 ).

Sponsored by:   The FreeBSD Foundation
MFC after:      3 days
DeltaFile
+103-3,414sys/contrib/dev/athk/ath12k/dp_mon.c
+257-3,253sys/contrib/dev/athk/ath12k/dp_rx.c
+3,385-0sys/contrib/dev/athk/ath12k/wifi7/dp_mon.c
+0-3,045sys/contrib/dev/athk/ath12k/hal_desc.h
+2,742-0sys/contrib/dev/athk/ath12k/wifi7/hal_desc.h
+256-2,061sys/contrib/dev/athk/ath12k/hal.c
+6,743-11,77386 files not shown
+28,207-23,80192 files

FreeBSD/ports 64eb672x11/plank distinfo Makefile

x11/plank: Update 0.11.166 => 0.11.167

Changelog:
https://github.com/zquestz/plank-reloaded/releases/tag/0.11.167

PR:             294637
Sponsored by:   UNIS Labs
DeltaFile
+3-3x11/plank/distinfo
+1-1x11/plank/Makefile
+4-42 files

FreeBSD/src 20cf118sys/modules/ath11k Makefile

ath11k: update module Makefiles for v7.0 driver version

Update LINUXKPI_VERSION to reflect that the driver is based on
Linux v7.0.

Add optional support for the new cfr (channel frequency response)
file/option.

Sponsored by:   The FreeBSD Foundation
MFC after:      3 days
DeltaFile
+7-1sys/modules/ath11k/Makefile
+7-11 files

FreeBSD/src 4ed5b94sys/contrib/dev/athk/ath11k cfr.c cfr.h

ath11k: update Atheros/QCA's ath11k driver

This version is based on
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
028ef9c96e96197026887c0f092424679298aae8 ( tag: v7.0 ).

Sponsored by:   The FreeBSD Foundation
MFC after:      3 days
DeltaFile
+1,022-0sys/contrib/dev/athk/ath11k/cfr.c
+308-0sys/contrib/dev/athk/ath11k/cfr.h
+154-13sys/contrib/dev/athk/ath11k/wmi.c
+141-1sys/contrib/dev/athk/ath11k/debugfs_sta.c
+96-12sys/contrib/dev/athk/ath11k/core.c
+94-3sys/contrib/dev/athk/ath11k/wmi.h
+1,815-2921 files not shown
+1,999-11027 files

FreeBSD/ports d9c5a50converters/bibtexconv distinfo Makefile

converters/bibtexconv: Update 2.1.1 => 2.2.0

Changelog:
https://github.com/dreibh/bibtexconv/blob/bibtexconv-2.2.0/ChangeLog

Commit log:
https://github.com/dreibh/bibtexconv/compare/bibtexconv-2.1.1...bibtexconv-2.2.0

PR:             294635
Sponsored by:   UNIS Labs
DeltaFile
+3-3converters/bibtexconv/distinfo
+1-1converters/bibtexconv/Makefile
+4-42 files

FreeBSD/ports acc9799net/subnetcalc distinfo Makefile

net/subnetcalc: Update 2.6.5 => 2.6.6

Changelog:
https://github.com/dreibh/subnetcalc/blob/subnetcalc-2.6.6/ChangeLog

Commit log:
https://github.com/dreibh/subnetcalc/compare/subnetcalc-2.6.5...subnetcalc-2.6.6

PR:             294634
Sponsored by:   UNIS Labs
DeltaFile
+3-3net/subnetcalc/distinfo
+2-1net/subnetcalc/Makefile
+5-42 files

FreeBSD/src 634a48fsys/modules/brcm80211/brcmfmac Makefile, sys/modules/brcm80211/brcmutil Makefile

brcm80211: update module Makefiles for v7.0 driver version

Update LINUXKPI_VERSION to reflect that the driver is based on
Linux v7.0.

Sponsored by:   The FreeBSD Foundation
MFC after:      3 days
DeltaFile
+1-1sys/modules/brcm80211/brcmfmac/Makefile
+1-1sys/modules/brcm80211/brcmutil/Makefile
+2-22 files

FreeBSD/src 117d933sys/contrib/dev/broadcom/brcm80211/brcmfmac cfg80211.c pcie.c, sys/contrib/dev/broadcom/brcm80211/brcmsmac main.c

brcm80211: update Broadcom wireless brcmsmac and brcmfmac drivers

This version is based on
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
028ef9c96e96197026887c0f092424679298aae8 ( tag: v7.0 ).

Sponsored by:   The FreeBSD Foundation
MFC after:      3 days
DeltaFile
+14-15sys/contrib/dev/broadcom/brcm80211/brcmsmac/main.c
+13-14sys/contrib/dev/broadcom/brcm80211/brcmfmac/cfg80211.c
+5-10sys/contrib/dev/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c
+7-8sys/contrib/dev/broadcom/brcm80211/brcmfmac/pcie.c
+6-7sys/contrib/dev/broadcom/brcm80211/brcmfmac/bcmsdh.c
+6-6sys/contrib/dev/broadcom/brcm80211/brcmfmac/msgbuf.c
+51-6027 files not shown
+106-11233 files

NetBSD/pkgsrc-wip 970d80bsayonara Makefile

sayonara: fix depends
DeltaFile
+2-0sayonara/Makefile
+2-01 files

FreeBSD/src 4546eb0sys/modules/ath10k Makefile, sys/modules/athk_common Makefile

athk_common / ath10k: update module Makefiles for v7.0 driver version

Update LINUXKPI_VERSION to reflect that the driver is based on
Linux v7.0.

Sponsored by:   The FreeBSD Foundation
MFC after:      3 days
DeltaFile
+1-1sys/modules/ath10k/Makefile
+1-1sys/modules/athk_common/Makefile
+2-22 files

NetBSD/src rCuNsTvsys/arch/aarch64/aarch64 pmap_machdep.c pmap.c, sys/arch/aarch64/include pmap.h

   pmap: move userland xtab activate/deactivate into pmap_md_asid{,de}activate

   pmap_segtab_{,de}activate() no longer calls pmap_md_xtab_{,de}activate()

   Instead move the calls into
       - pmap_tlb_asid_acquire()
       - pmap_tlb_asid_deactivate()

   respectively.

   Rename xtab to asid at the same time so that the functions are now named
   pmap_md_asid_{,de}activate(), and are provided as static inline to improve
   code size.

   On arm32 and aarch64 TTBR0 is disabled for the entire time that a userland
   process in not pmap_activate()ed and only ever enabled if a userland
   process is pmap_activate()ed. This results in less twiddling of the disable
   bit, and no speculation window there incorrect TTBR0 walks can occur.

   The last part makes GENERIC64_PMAPMI stable on Fusion on an M4 laptop.
VersionDeltaFile
1.448+18-93sys/arch/arm/arm32/pmap.c
1.13+11-72sys/arch/aarch64/aarch64/pmap_machdep.c
1.179+60-1sys/arch/arm/include/arm32/pmap.h
1.60+48-1sys/arch/aarch64/include/pmap.h
1.154+13-34sys/arch/aarch64/aarch64/pmap.c
1.26+2-35sys/arch/riscv/riscv/pmap_machdep.c
+152-23610 files not shown
+234-27516 files