NetBSD/src AT5r5INsys/dev/ic dwc_gmac.c dwc_gmac_reg.h

   awge/dwc_gmac: enable flow control

   Avoids recieve FIFO overflows and dropped packets when connected to a switch
   supporting flow control.

   Gets us from hundeds of retransmits a second and ~450Mbps to zero retransmits
   and ~650Mbps on RockPro64 with iperf3 recieve testing.

   (To do: figure out why flow control isn't enabled until explicitly setting
   'media auto' with ifconfig.)
VersionDeltaFile
1.101+4-3sys/dev/ic/dwc_gmac.c
1.25+3-1sys/dev/ic/dwc_gmac_reg.h
+7-42 files

NetBSD/pkgsrc-wip 9c1ad28cloudflared distinfo go-modules.mk, cloudflared/patches patch-diagnostic_system__collector__netbsd.go patch-diagnostic_network_collector__unix__test.go

cloudflared: update to 2026.6.0

Pkgsrc changes:

* Build NetworkCollector on NetBSD.
* Add SystemCollectorImpl for NetBSD.
* Use GOFLAGS instead of GO_BUILD_PATTERN for -ldflags.

Upstream changes: (from CHANGES.md)

2026.4.0
* Breaking Change
  * The default value of --edge-ip-version has changed from 4 to auto. This
    means cloudflared will now use whichever address family (IPv4 or IPv6) the
    system resolver returns first, instead of always preferring IPv4. Users who
    require IPv4-only connections should explicitly set --edge-ip-version 4.

2026.2.0
* Breaking Change

    [38 lines not shown]
DeltaFile
+384-414cloudflared/distinfo
+126-137cloudflared/go-modules.mk
+183-0cloudflared/patches/patch-diagnostic_system__collector__netbsd.go
+12-0cloudflared/patches/patch-diagnostic_network_collector__unix__test.go
+12-0cloudflared/patches/patch-diagnostic_network_collector__unix.go
+3-3cloudflared/Makefile
+720-5546 files

NetBSD/src Dye08d5sys/arch/mac68k/dev adb_direct.c

   Revert rev 1.73 and instead insert a delay after the idle transition
   on Mac II-style ADB controllers so that the microcontroller properly
   recognizes the transition.

   Patch from zigzagjoe.
VersionDeltaFile
1.75+9-4sys/arch/mac68k/dev/adb_direct.c
+9-41 files

NetBSD/pkgsrc-wip c710751zls Makefile distinfo, zls/patches patch-build.zig

zls: import zls-0.16.0 as wip/zls

Copied from devel/zls and updated to the latest release.

* zls-0.16.0 built with zig-0.16.0.
* PIE enabled with a patch for build.zig.
DeltaFile
+24-0zls/Makefile
+14-0zls/patches/patch-build.zig
+6-0zls/distinfo
+6-0zls/zig-depends.mk
+4-0zls/DESCR
+4-0zls/COMMIT_MSG
+58-02 files not shown
+61-08 files

NetBSD/src FYGT7pTsys/dev/ic dm9000.c

   dm9000.c: fix typo in shift operation
VersionDeltaFile
1.43+2-2sys/dev/ic/dm9000.c
+2-21 files

NetBSD/src QjXeuCdsys/dev/ic dm9000.c

   dm9000.c: fix grammar in a comment
VersionDeltaFile
1.42+2-2sys/dev/ic/dm9000.c
+2-21 files

NetBSD/pkgsrc-wip 1023c8fkubectl distinfo COMMIT_MSG

kubectl: update to 1.36.2

No relevant changes from upstream changelog regarding kubectl.
DeltaFile
+3-3kubectl/distinfo
+1-1kubectl/COMMIT_MSG
+1-1kubectl/Makefile
+5-53 files

NetBSD/pkgsrc-wip 3497036iosevka-aile-ttf distinfo, iosevka-curly-slab-ttf distinfo

iosevka-*: update to 34.6.2

* Add Characters:
  * LATIN SMALL LETTER R WITH CROSSED-TAIL (U+AB49).
* Refine shape of the following characters:
    LATIN LETTER REVERSED ESH LOOP (U+01AA).
    LATIN CAPITAL LETTER OU (U+0222).
    LATIN SMALL LETTER OU (U+0223).
    LATIN SMALL LETTER L WITH CURL (U+0234).
  * LATIN SMALL LETTER R WITH FISHHOOK (U+027E).
  * LATIN SMALL LETTER J WITH CROSSED-TAIL (U+029D).
  * COMBINING ASTERISK BELOW (U+0359).
  * GREEK SMALL LETTER XI (U+03BE).
  * CYRILLIC CAPITAL LETTER LJE (U+0409).
  * CYRILLIC CAPITAL LETTER DE (U+0414).
  * CYRILLIC CAPITAL LETTER EL (U+041B).
  * CYRILLIC SMALL LETTER DE (U+0434).
  * CYRILLIC SMALL LETTER EL (U+043B).
  * CYRILLIC SMALL LETTER LJE (U+0459).

    [37 lines not shown]
DeltaFile
+3-3iosevka-ttf/distinfo
+3-3iosevka-aile-ttf/distinfo
+3-3iosevka-curly-slab-ttf/distinfo
+3-3iosevka-curly-ttf/distinfo
+3-3iosevka-etoile-ttf/distinfo
+3-3iosevka-slab-ttf/distinfo
+18-1812 files not shown
+30-3018 files

NetBSD/src LptqxZlsys/arch/powerpc/ibm4xx/dev dwcsata.c if_emac.c, sys/arch/powerpc/ibm4xx/pci pciex.c pcix.c

   Add 440/460 peripherals (tested only on 460EX).

   Featuring:
   - PLB-PCIX host bridge
   - PLB-PCIE root complex
   - TCP/IP Acceleration Hardware support for EMAC (checksumming and TSO for IPv4 and IPv6)
   - Synopsys DWC SATA-II, the old non-AHCI variant (DMA is not stable, use DWCSATA_PIO_ONLY)
   - USB EHCI and OHCI
   - Updated watchdog
   - and necessary plumbing for the above for PPC460EX
VersionDeltaFile
1.1+891-0sys/arch/powerpc/ibm4xx/dev/dwcsata.c
1.61+826-27sys/arch/powerpc/ibm4xx/dev/if_emac.c
1.1+366-0sys/arch/powerpc/ibm4xx/pci/pciex.c
1.1+298-0sys/arch/powerpc/ibm4xx/pci/pcix.c
1.1+175-0sys/arch/powerpc/ibm4xx/dev/dwcdmacreg.h
1.1+148-0sys/arch/powerpc/ibm4xx/dev/ehci_plb.c
+2,704-2710 files not shown
+3,226-5016 files

NetBSD/pkgsrc 5M5zgv7doc CHANGES-2026

   doc: begin freeze for pkgsrc-2026Q2
VersionDeltaFile
1.3792+2-1doc/CHANGES-2026
+2-11 files

NetBSD/src 3xBUqT1sys/arch/powerpc/ibm4xx pmap.c trap.c

   PowerPC 440 core support, tested only on 460EX.
VersionDeltaFile
1.111+304-3sys/arch/powerpc/ibm4xx/pmap.c
1.103+257-4sys/arch/powerpc/ibm4xx/trap.c
1.31+146-3sys/arch/powerpc/ibm4xx/trap_subr.S
1.10+74-9sys/arch/powerpc/ibm4xx/pic_uic.c
1.41+51-2sys/arch/powerpc/ibm4xx/ibm4xx_machdep.c
1.34+39-8sys/arch/powerpc/ibm4xx/clock.c
+871-293 files not shown
+942-369 files

NetBSD/src rCnq17Isys/arch/powerpc/include psl.h fpu.h, sys/arch/powerpc/include/ibm4xx amcc460ex.h spr.h

   Includes for the upcoming PowerPC 440 core and 460EX SoC support.
VersionDeltaFile
1.1+149-0sys/arch/powerpc/include/ibm4xx/amcc460ex.h
1.6+97-1sys/arch/powerpc/include/ibm4xx/spr.h
1.8+48-1sys/arch/powerpc/include/ibm4xx/tlb.h
1.5+21-2sys/arch/powerpc/include/ibm4xx/dcr4xx.h
1.24+9-2sys/arch/powerpc/include/psl.h
1.26+7-3sys/arch/powerpc/include/fpu.h
+331-91 files not shown
+339-107 files

NetBSD/pkgsrc-wip 4ef7106rust-beta distinfo Makefile

rust-beta: update to 1.97.0-beta.4
DeltaFile
+3-3rust-beta/distinfo
+2-2rust-beta/Makefile
+5-52 files

NetBSD/src 1pjibgKdistrib/sets/lists/debug shl.mi

   Update for libexpat minor bump
VersionDeltaFile
1.404+3-2distrib/sets/lists/debug/shl.mi
+3-21 files

NetBSD/pkgsrc YtBuOHTdoc TODO

   doc/TODO: add some

   + digikam-9.1.0, grafana-13.0.2, kid3-3.10.0, mtr-0.96, pandoc-3.10,
     poppler-26.06.0, py-Glances-4.5.5, rumdl-0.2.16, shellcheck-0.11.0,
     unrar-7.2.6.
VersionDeltaFile
1.27403+11-2doc/TODO
+11-21 files

NetBSD/src egGe1L5sys/dev/ic dwc_eqos_var.h

   eqos: build fix
VersionDeltaFile
1.16+2-2sys/dev/ic/dwc_eqos_var.h
+2-21 files

NetBSD/pkgsrc Dqjiv0pdoc CHANGES-2026

   Updated emulators/qemu to 11.0.1nb2.
VersionDeltaFile
1.3791+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc VQ4e6CPemulators/qemu distinfo Makefile, emulators/qemu/patches patch-target_m68k_helper.c

   Update the 68040 MMU mod/ref emulation fix to more accurately reflect
   the hardware's behavior, from Laurent Vivier (who will incorporate this
   change into the Qemu mainline).

   Bump PKGREVISION to 2.
VersionDeltaFile
1.2+70-17emulators/qemu/patches/patch-target_m68k_helper.c
1.252+2-2emulators/qemu/distinfo
1.407+2-2emulators/qemu/Makefile
+74-213 files

NetBSD/src p22tfpDsys/dev/ic dwc_eqos.c

   eqos: Reduce the number of TX completion interrupts.

   Only request a completion interrupt after every 16 packets.
VersionDeltaFile
1.55+9-6sys/dev/ic/dwc_eqos.c
+9-61 files

NetBSD/src pFyJirJsys/dev/pci radeonfb.c

   Also display the total graphics memory if it's more than 64MB.  E.g.:
   radeonfb0: 128 MB, 64 MB aperture at 0x10000000, 64 KB registers at 0x00100000
VersionDeltaFile
1.123+8-5sys/dev/pci/radeonfb.c
+8-51 files

NetBSD/src cO00SQZsys/arch/sparc64/sparc64 ofw_patch.c

   Remove the ds1307 from the E250 patches - we can't reliably read from it.
VersionDeltaFile
1.13+2-5sys/arch/sparc64/sparc64/ofw_patch.c
+2-51 files

NetBSD/src RZf3wcddistrib/sets/lists/base shl.mi

   Update for expat 2.8.1
VersionDeltaFile
1.1043+2-2distrib/sets/lists/base/shl.mi
+2-21 files

NetBSD/src YBezzELdoc 3RDPARTY CHANGES

   Note export 2.8.1 import
VersionDeltaFile
1.2217+2-2doc/3RDPARTY
1.3272+2-1doc/CHANGES
+4-32 files

NetBSD/src NxMJBZmexternal/mit/expat/bin/xmlwf Makefile, external/mit/expat/lib/libexpat expat_config.h expat.expsym

   Update for expat 2.8.1
VersionDeltaFile
1.18+19-32external/mit/expat/lib/libexpat/expat_config.h
1.3+8-0external/mit/expat/lib/libexpat/expat.expsym
1.2+2-3external/mit/expat/bin/xmlwf/Makefile
1.6+2-2external/mit/expat/lib/libexpat/Makefile
1.7+2-2external/mit/expat/lib/libexpat/shlib_version
1.25+2-2external/mit/xorg/tools/fc-cache/Makefile
+35-416 files

NetBSD/src PP14Tdiexternal/mit/expat/bin/xmlwf xmlwf.1

   Add xmlwf man page (generated using docbook2x-man).
VersionDeltaFile
1.1+359-0external/mit/expat/bin/xmlwf/xmlwf.1
+359-01 files

NetBSD/src Fg5Ae2fexternal/mit/expat/dist/doc xmlwf.1, external/mit/expat/dist/examples Makefile.in

   Merge expat 2.8.1
VersionDeltaFile
1.12+749-381external/mit/expat/dist/lib/xmlparse.c
1.6+116-116external/mit/expat/dist/lib/xmltok.h
1.8+3-3external/mit/expat/dist/lib/xmltok.c
1.7+1-2external/mit/expat/dist/tests/xmltest.sh
1.2+0-0external/mit/expat/dist/doc/xmlwf.1
1.2+0-0external/mit/expat/dist/examples/Makefile.in
+869-50239 files not shown
+869-50245 files

NetBSD/src OvLcw9vexternal/mit/expat/dist Changes, external/mit/expat/dist/doc reference.html xmlwf.xml

   Import expat 2.8.1 as expat-2-8-1
VersionDeltaFile
1.1.1.9+3,052-1,934external/mit/expat/dist/doc/reference.html
1.1.1.10+749-381external/mit/expat/dist/lib/xmlparse.c
1.1.1.6+259-245external/mit/expat/dist/doc/xmlwf.xml
1.1+453-0external/mit/expat/dist/gennmtab/gennmtab.c
1.1.1.2+397-21external/mit/expat/dist/tests/basic_tests.c
1.1.1.10+361-15external/mit/expat/dist/Changes
+5,271-2,59691 files not shown
+9,084-3,34497 files

NetBSD/pkgsrc tlTX4hUdoc CHANGES-2026

   doc: Updated cross/ppc-morphos-gcc to 15.2.0
VersionDeltaFile
1.3790+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 6mKpx9Vcross/ppc-morphos-gcc distinfo Makefile, cross/ppc-morphos-gcc/files gcc-15-morphos.diff libcpp-disable-canonicalize.diff

   Update cross/ppc-morphos-gcc to 15.2.0

   This updates to the version from the MorphOS 3.20 SDK.
VersionDeltaFile
1.2+278-1,182cross/ppc-morphos-gcc/files/gcc-15-morphos.diff
1.1+18-0cross/ppc-morphos-gcc/files/libcpp-disable-canonicalize.diff
1.2+7-7cross/ppc-morphos-gcc/files/fix-fenv-for-crossbuild.diff
1.1+13-0cross/ppc-morphos-gcc/files/const-baserel.diff
1.5+4-6cross/ppc-morphos-gcc/distinfo
1.3+4-3cross/ppc-morphos-gcc/Makefile
+324-1,1983 files not shown
+328-1,2029 files

NetBSD/pkgsrc mhviusydoc CHANGES-2026

   doc: Added editors/vim-gtk4 version 9.2.0602
VersionDeltaFile
1.3789+2-1doc/CHANGES-2026
+2-11 files