NetBSD/src jNnsIcUsys/arch/m68k/fpsp util.sa, sys/arch/shark/shark scr.c

   fix typos in comments.
VersionDeltaFile
1.40+5-5sys/arch/shark/shark/scr.c
1.4+3-3sys/dev/ic/mcp23xxxgpio.c
1.6+2-2sys/arch/m68k/fpsp/util.sa
1.3+2-2sys/dev/ic/mcp23xxxgpiovar.h
+12-124 files

NetBSD/src Kx0lkcWexternal/mit/xorg/server/drivers/xf86-video-r128 Makefile

   set HAVE_DEV_WSCONS_WSCONSIO_H
VersionDeltaFile
1.13+2-1external/mit/xorg/server/drivers/xf86-video-r128/Makefile
+2-11 files

NetBSD/src rYwi2JBsys/arch/arm/arm disksubr.c

   Remove unused variable.
VersionDeltaFile
1.30+3-3sys/arch/arm/arm/disksubr.c
+3-31 files

NetBSD/src aH2xvaVtests/usr.bin/xlint/lint1 c11_generic_expression.c, usr.bin/xlint/lint1 tree.c

   lint: clean up comments
VersionDeltaFile
1.27+4-3tests/usr.bin/xlint/lint1/c11_generic_expression.c
1.716+3-3usr.bin/xlint/lint1/tree.c
+7-62 files

NetBSD/src wZQhZf6sys/arch/m68k/include pmap_68k.h

   No longer need to provide kvtopte() to generic code.
VersionDeltaFile
1.21+1-2sys/arch/m68k/include/pmap_68k.h
+1-21 files

NetBSD/src upzeh2mexternal/bsd/unbound/etc/rc.d unbound

   /etc/rc.d/unbound: Fix order of migration and trust anchor setup.

   Add some comments explaining the order, and make sure we propagate
   various failures back to the caller.

   Based on a patch by Erik LaBine.

   PR bin/60447: unbound rc.d fails on fresh install before
   configuration migration can run
VersionDeltaFile
1.4+20-9external/bsd/unbound/etc/rc.d/unbound
+20-91 files

NetBSD/src J0Zn7X9tests/kernel/arch/x86 sig_fpu.c

   t_signal_and_fpu: Fix XMM register trashing.

   The units we read from memory into registers are 16 bytes (128 bits)
   each, not 32 bytes (256 bits).

   Fortunately, this mistake didn't prevent the test from generally
   working: reading past the end of our stack frame will just give us
   other garbage that is unlikely to coincide with the register content
   that the interrupted code expects.

   PR kern/60426: Signal handler corrupts AVX (YMM) registers
VersionDeltaFile
1.3+19-19tests/kernel/arch/x86/sig_fpu.c
+19-191 files

NetBSD/src EBUrmbtsys/dev/nvmm/x86 nvmm_x86_svm.c nvmm_x86_vmx.c

   nvmm: Add support for extended CPU state (XSAVE) beyond x87/SSE.

   New machine-dependent x86 vCPU configuration command
   NVMM_VCPU_CONF_XCR0_MASK sets the vCPU's XCR0 mask, that is, the set
   of XSAVE features that the guest sees as supported in the vCPU.  This
   command is advertised by the new machine capability
   NVMM_CAP_ARCH_VCPU_CONF_XCR0_MASK.  (Changing the XCR0 mask after the
   guest has begun execution will clear all extended CPU state for now;
   it is unlikely that hypervisor software will do this anyway.)

   This change doesn't expose the XSAVE area to userland in the comm
   page -- there are already machine-independent members in struct
   nvmm_comm_page at fixed offsets past the machine-dependent state so
   we can't just extend struct nvmm_vcpu_state without breaking the ABI.
   And the XSAVE area may exceed a page, but the address space for the
   virtual machine uvm object packs comm areas in consecutive pages, so
   we can't put it in the comm page at all without breaking the ABI
   another way.


    [10 lines not shown]
VersionDeltaFile
1.96+291-37sys/dev/nvmm/x86/nvmm_x86_svm.c
1.96+291-37sys/dev/nvmm/x86/nvmm_x86_vmx.c
1.25+188-4sys/dev/nvmm/x86/nvmm_x86.c
1.22+7-2sys/dev/nvmm/x86/nvmm_x86.h
+777-804 files

NetBSD/src QvOzfUmtests/kernel/arch/x86 sig_fpu.c

   t_signal_and_fpu: Add test case for AVX-512 ZMM registers.

   PR kern/60426: Signal handler corrupts AVX (YMM) registers
VersionDeltaFile
1.2+202-6tests/kernel/arch/x86/sig_fpu.c
+202-61 files

NetBSD/src rJRhKuxusr.bin/make meta.c

   meta_ignore use :N with .MAKE.META.IGNORE_PATTERNS

   By using :N .MAKE.META.IGNORE_PATTERNS is just a special case
   of .MAKE.META.IGNORE_FILTER and processed the same way.
VersionDeltaFile
1.225+13-17usr.bin/make/meta.c
+13-171 files

NetBSD/src Yrkx9q7sys/arch/arm/arm disksubr.c

   remove "found" flag, now that it's last use is gone.
VersionDeltaFile
1.29+3-4sys/arch/arm/arm/disksubr.c
+3-41 files

NetBSD/src kTyeuSKsys/arch/virt68k/virt68k machdep.c

   Garbage-collect a few more includes, and remove a no-longer-true comment.
VersionDeltaFile
1.45+2-17sys/arch/virt68k/virt68k/machdep.c
+2-171 files

NetBSD/src tcnhGNesys/arch/evbmips/evbmips disksubr.c, sys/arch/evbppc/evbppc disksubr.c

   Now that bad144 handling is isolated to the places that care about it,
   garbage-collect it from all of the various machine-dependent files that
   have been cargo-culting it around needlessly for 20+ years.

   Version bump to 11.99.7 because this changes the size of struct cpu_disklabel
   on some platforms, and that structure is exposed in the module ABI.
VersionDeltaFile
1.20+4-44sys/arch/evbmips/evbmips/disksubr.c
1.40+4-42sys/arch/x68k/x68k/disksubr.c
1.20+2-44sys/arch/evbppc/evbppc/disksubr.c
1.34+2-43sys/arch/sh3/sh3/disksubr.c
1.25+2-43sys/arch/sbmips/sbmips/disksubr.c
1.23+2-43sys/arch/playstation2/playstation2/disksubr.c
+16-25932 files not shown
+66-66338 files

NetBSD/src FEN0cBbsys/arch/sparc64/dev vpci.c

   Use PRIx64 to printf uint64_t values.
VersionDeltaFile
1.15+3-3sys/arch/sparc64/dev/vpci.c
+3-31 files

NetBSD/src Bp2lN4Rsys/net if_spppvar.h

   sppp: added comments for sppp_is_connecting and sppp_ondemand_enabled
VersionDeltaFile
1.55+26-1sys/net/if_spppvar.h
+26-11 files

NetBSD/src LQd0Ulksys/net if_spppsubr.c

   sppp: clean up partially attached sysctl keys on error
   and use SPPP_LOG instead of printf()
VersionDeltaFile
1.305+5-4sys/net/if_spppsubr.c
+5-41 files

NetBSD/src BgVkPUlsys/net if_spppsubr.c

   Use CTLTYPE_BOOL for boolean-valued sysctl nodes
VersionDeltaFile
1.304+3-3sys/net/if_spppsubr.c
+3-31 files

NetBSD/src 4XCdczcsys/net if_spppsubr.c

   Added __read_mostly attribute to sppp_keppalive_interval
VersionDeltaFile
1.303+4-3sys/net/if_spppsubr.c
+4-31 files

NetBSD/src H3dFrhvsys/net if_spppsubr.c

   sppp: hold RW_READER lock while checking state of IPv6CP, not RW_WRITER
VersionDeltaFile
1.302+3-3sys/net/if_spppsubr.c
+3-31 files

NetBSD/src H7EkOtJsys/net if_spppsubr.c

   sppp: remove unused variable
VersionDeltaFile
1.301+6-5sys/net/if_spppsubr.c
+6-51 files

NetBSD/src AK89Xuhsys/net if_spppvar.h

   added '*'at the beginning of comment
VersionDeltaFile
1.54+3-3sys/net/if_spppvar.h
+3-31 files

NetBSD/src RrztnD8tests/net/if_pppoe t_pppoe_ondemand.sh t_pppoe_keepalive.sh

   minor cleanup and typo fixes in tests/net/if_pppoe
VersionDeltaFile
1.3+11-9tests/net/if_pppoe/t_pppoe_ondemand.sh
1.4+6-6tests/net/if_pppoe/t_pppoe_keepalive.sh
1.35+4-4tests/net/if_pppoe/t_pppoe.sh
1.2+3-3tests/net/if_pppoe/common.sh
+24-224 files

NetBSD/src MOTFdd9tests/net/if_ipsec t_ipsec_natt.sh, tests/net/ipsec t_ipsec_natt.sh

   ATF: Avoid DNS timeout of netstat(1).
VersionDeltaFile
1.6+2-2tests/net/ipsec/t_ipsec_natt.sh
1.6+2-2tests/net/if_ipsec/t_ipsec_natt.sh
+4-42 files

NetBSD/src 0pAQf2Csys/arch/sparc64/dev vpci.c

   vpci_intr_map: emit an error  message in case the call to hv_intr_devino_to_sysino() fails
VersionDeltaFile
1.14+6-4sys/arch/sparc64/dev/vpci.c
+6-41 files

NetBSD/src S0duF8uusr.bin/make meta.c

   make: remove trailing whitespace
VersionDeltaFile
1.224+2-2usr.bin/make/meta.c
+2-21 files

NetBSD/src 9uSPy3husr.bin/make var.c

   make: fix lint error messages from strict bool mode
VersionDeltaFile
1.1182+5-5usr.bin/make/var.c
+5-51 files

NetBSD/src xfJxt0Cdoc 3RDPARTY CHANGES

   new tzcode
VersionDeltaFile
1.2232+2-2doc/3RDPARTY
1.3280+2-1doc/CHANGES
+4-32 files

NetBSD/src DKzhCeNlib/libc/time zic.c localtime.c

   Apply changes between 2026b and 2026c

   Release 2026c - 2026-07-08 10:23:58 -0700

     Briefly:
       Alberta moved to permanent -06 on 2026-06-18.
       Morocco moves to permanent +00 on 2026-09-20.
       More integer overflow bugs have been fixed in zic.

     Changes to future timestamps

       Alberta's 2026-03-08 spring forward was its last foreseeable clock
       change, as it moved to permanent -06 thereafter.  (Thanks to Roozbeh
       Pournader and others.)  Model this with its traditional abbreviation
       CST.  Although the change to permanent -06 legally took place on
       2026-06-18, temporarily model the change to occur on 2026-11-01 at
       02:00 instead, for the same reason we introduced a similarly
       temporary hack for British Columbia in 2026b.


    [45 lines not shown]
VersionDeltaFile
1.101+197-186lib/libc/time/zic.c
1.155+45-33lib/libc/time/localtime.c
1.51+70-7lib/libc/time/NEWS
1.68+12-57lib/libc/time/zdump.c
1.23+23-27lib/libc/time/tz-link.html
1.62+17-28lib/libc/time/Makefile
+364-3387 files not shown
+418-37913 files

NetBSD/src MfhLDp0bin/sh miscbltin.c sh.1

   sh - read - handle read errors in read builtin

   It used to be (incorrectly) that a read error was treated
   the same as EOF in the read builtin utility.   They should
   be errors, with a message, and exit status > 1.  Now they are.
VersionDeltaFile
1.58+35-14bin/sh/miscbltin.c
1.278+12-8bin/sh/sh.1
+47-222 files

NetBSD/src gYepCiisys/arch/arm/ti ti_otgreg.h

   ti_motg: remove unused define
VersionDeltaFile
1.2+1-2sys/arch/arm/ti/ti_otgreg.h
+1-21 files