NetBSD/src 6yWOjGqusr.bin/make parse.c, usr.bin/make/unit-tests dep.mk dep.exp

   make: allow semicolons and parentheses in dependency line expressions

   https://mail-index.netbsd.org/tech-toolchain/2026/06/08/msg004846.html
VersionDeltaFile
1.6+39-20usr.bin/make/unit-tests/dep.mk
1.757+17-16usr.bin/make/parse.c
1.6+16-9usr.bin/make/unit-tests/dep.exp
+72-453 files

NetBSD/src guVbg56usr.bin/make/unit-tests dep.mk dep.exp

   tests/make: demonstrate parse errors for parentheses in dependency lines
VersionDeltaFile
1.5+20-1usr.bin/make/unit-tests/dep.mk
1.5+5-0usr.bin/make/unit-tests/dep.exp
+25-12 files

NetBSD/src qCEbfKssys/net if_spppsubr.c

   Fix missing TLF action on Closing -> Initial transition

   When a Down event occurs in the Closing state, the FSM transitions
   to Initial without a TLF action. Previously, the PPPoE layer was not
   explicitly stopped during this transition, leaving the PPP phase
   stuck in SPPP_PHASE_ESTABLISH.

   As a result, if an Open event occurred afterward, the PPPoE layer
   would wait for the PPPOE_SLOW_RETRY delay instead of reconnecting
   immediately.

   Added an additional TLF action to reset the phase and ensure
   immediate reconnection upon the next Open event.
VersionDeltaFile
1.288+26-8sys/net/if_spppsubr.c
+26-81 files

NetBSD/src ravTw6Ssys/dev/sdmmc sdmmc_mem.c

   Trailing whitespace
VersionDeltaFile
1.79+3-3sys/dev/sdmmc/sdmmc_mem.c
+3-31 files

NetBSD/src ctd26zQshare/man/man4/man4.evbarm rktsadc.4

   rktsadc.4: fix typo in CPU list
VersionDeltaFile
1.5+2-2share/man/man4/man4.evbarm/rktsadc.4
+2-21 files

NetBSD/src bvmOBsCcrypto/external/apache2/openssl/dist/ssl/record/methods tls_common.c

   Apply "Fix false success when BIO_write returns 0 without retry" patch

   from https://github.com/openssl/openssl/pull/31021

   Fixes PR 60292.
VersionDeltaFile
1.2+237-216crypto/external/apache2/openssl/dist/ssl/record/methods/tls_common.c
+237-2161 files

NetBSD/src DL5BeDzsys/dev/acpi sdhc_acpi.c

   Expand the RPi5 comment to explain the positioning of the BRCM5D12 entries.
   comCVS: ----------------------------------------------------------------------
VersionDeltaFile
1.25+9-3sys/dev/acpi/sdhc_acpi.c
+9-31 files

NetBSD/src kcWY8QLsys/dev/acpi sdhc_acpi.c

   PR/60314 Raspberry PI 5 SD support doesn't work under UEFI

   Apply the necessary SDHC_FLAG_* flags to make the Broadcom STB SDHCI
   controllers (Arasan IP) with HID BRCM5D12 work.

   Thanks to Jared for help with this.
VersionDeltaFile
1.24+11-2sys/dev/acpi/sdhc_acpi.c
+11-21 files

NetBSD/src 77G2KdFsys/dev/pci agp_amd64.c

   Add missing RCSID.
VersionDeltaFile
1.10+3-1sys/dev/pci/agp_amd64.c
+3-11 files

NetBSD/src JkJTkyWsys/arch/amiga/dev amidisplaycc.c

   Fix black on black text color problem with 1bpp screenmode,
   and clean up unnecessary ifdef.
VersionDeltaFile
1.41+9-6sys/arch/amiga/dev/amidisplaycc.c
+9-61 files

NetBSD/src XjjLhS4doc CHANGES-10.2

   Ticket #1270
VersionDeltaFile
1.1.2.100+8-1doc/CHANGES-10.2
+8-11 files

NetBSD/src bV0HnpTsys/dev/sdmmc sdhc.c

   Pull up following revision(s) (requested by mlelstv in ticket #1270):

        sys/dev/sdmmc/sdhc.c: revision 1.126

   When seeing an error from the host controller, delay the soft reset by 100us.

   This helps the hardware found in Rockchip RK3568 and RK3588 SoCs.
   See PR kern/60311.
VersionDeltaFile
1.117.2.3+5-3sys/dev/sdmmc/sdhc.c
+5-31 files

NetBSD/src 1kBIWRhdoc CHANGES-11.0

   Ticket #305
VersionDeltaFile
1.1.2.97+7-1doc/CHANGES-11.0
+7-11 files

NetBSD/src PAzgrrUsys/dev/sdmmc sdhc.c

   Pull up following revision(s) (requested by mlelstv in ticket #305):

        sys/dev/sdmmc/sdhc.c: revision 1.126

   When seeing an error from the host controller, delay the soft reset by 100us.

   This helps the hardware found in Rockchip RK3568 and RK3588 SoCs.
   See PR kern/60311.
VersionDeltaFile
1.121.2.3+5-3sys/dev/sdmmc/sdhc.c
+5-31 files

NetBSD/src LFLlSuJsys/dev/wscons wskbd.c

   Add {} for clang, it's better style too.
VersionDeltaFile
1.148+5-3sys/dev/wscons/wskbd.c
+5-31 files

NetBSD/src XCFpsrysys/dev/acpi sdhc_acpi.c

   sdhc: Set SDHC_FLAG_NO_PWR0 for RKCP0D40
VersionDeltaFile
1.23+3-2sys/dev/acpi/sdhc_acpi.c
+3-21 files

NetBSD/src mDekJTisys/dev/sdmmc sdhc.c

   When seeing an error from the host controller, delay the soft reset by 100us.

   This helps the hardware found in Rockchip RK3568 and RK3588 SoCs.
   See PR kern/60311.

   Needs pullup to netbsd-10 and -11.
VersionDeltaFile
1.126+5-3sys/dev/sdmmc/sdhc.c
+5-31 files

NetBSD/src yciJQMasys/uvm/pmap pmap_tlb.c

   Remove another #ifdef DIAGNOSTIC / #endif
VersionDeltaFile
1.69+3-4sys/uvm/pmap/pmap_tlb.c
+3-41 files

NetBSD/src fOUyXuPsys/uvm/pmap pmap_tlb.c

   Remove some #ifdef DIAGNOSTIC / #endif by using __diagused, etc
VersionDeltaFile
1.68+11-9sys/uvm/pmap/pmap_tlb.c
+11-91 files

NetBSD/src ZtguO7xsys/dev/iscsi iscsi_ioctl.c iscsi_send.c

   Keep locking order.
   Prevent PDU double free.
   Add debug output.
VersionDeltaFile
1.38+6-9sys/dev/iscsi/iscsi_ioctl.c
1.42+4-8sys/dev/iscsi/iscsi_send.c
1.30+5-3sys/dev/iscsi/iscsi_utils.c
+15-203 files

NetBSD/src w09fSOKsys/dev/iscsi iscsi_globals.h

   Indent comment
VersionDeltaFile
1.29+2-2sys/dev/iscsi/iscsi_globals.h
+2-21 files

NetBSD/src gDvBj4Msys/arch/sparc64/dev fire_i2c.c

   Use PRI macro instead of type casting.
VersionDeltaFile
1.4+4-4sys/arch/sparc64/dev/fire_i2c.c
+4-41 files

NetBSD/src 4UTudzPsys/arch/sparc64/dev fire_i2c.c

   Add a cast when printing ma->ma_reg[0].ur_len, so that it works on both
   sparc and sparc64.
VersionDeltaFile
1.3+3-3sys/arch/sparc64/dev/fire_i2c.c
+3-31 files

NetBSD/src VFP4L6Lshare/man/man4 adt7462sm.4 adm1026hm.4

   Minor correction (mV to V).
VersionDeltaFile
1.2+13-13share/man/man4/adt7462sm.4
1.5+15-10share/man/man4/adm1026hm.4
+28-232 files

NetBSD/src pJV6hmKsys/dev/pci alipm.c

   Restore aprint_error_dev() for early errors.  It's not perfect, but on
   reflection better than removing it for when we run `dmesg` later.
   (partially reverts r1.15)
VersionDeltaFile
1.16+8-8sys/dev/pci/alipm.c
+8-81 files

NetBSD/src FGqc3E0sys/arch/arm/include cpufunc.h

   arm: relax coherent DMA ordering barriers from DSB to DMB

   Use DMB instead of DSB for the ARM coherent DMA ordering macros dma_*_*()

   The previous definitions used DSB, which enforces completion semantics and
   is heavier than needed for coherent device DMA ordering. DMB provides ordering
   of memory operations without requiring full completion, making it the
   appropriate barrier for these coherent-only CPU/device DMA paths.

   Tested on Fusion VM, Orion O6, and Thunderx.

   There is an approximate 1% performance improvement for the Fusion VM, but
   less for Orion O6 and Thunderx.
VersionDeltaFile
1.95+7-7sys/arch/arm/include/cpufunc.h
+7-71 files

NetBSD/src yg8hRDgsys/arch/sparc64/dev fire_i2c.c

   Fix format string (and sparc builds).
VersionDeltaFile
1.2+3-3sys/arch/sparc64/dev/fire_i2c.c
+3-31 files

NetBSD/src 9XPj86lsys/arch/sparc64/sparc64 ofw_patch.h

   Add OFW patches for U45 (missed in previous).
VersionDeltaFile
1.6+2-2sys/arch/sparc64/sparc64/ofw_patch.h
+2-21 files

NetBSD/src q07SSsGsys/net if_spppsubr.c

   fix invalid buffer length
VersionDeltaFile
1.287+3-4sys/net/if_spppsubr.c
+3-41 files

NetBSD/src iJ8xsBgsys/net if_spppsubr.c

   pppoe(4): wait for incoming connection in STATE_STARTING on server

   When the interface goes up, LCP is now explicitly opened to
   start the lower (PPPoE) layer. This behavior is the same for
   both active and passive connections.
   To unify the implementation, remove the difference in LCP
   handling between these connections.
VersionDeltaFile
1.286+13-10sys/net/if_spppsubr.c
+13-101 files