NetBSD/src eQoVlWssys/arch/hppa/dev summitfb.c

   s/zeeo/zero/ in comment.
VersionDeltaFile
1.32+3-3sys/arch/hppa/dev/summitfb.c
+3-31 files

NetBSD/src MZWUTOHsys/arch/arm/s3c2xx0 s3c2410_spi.c s3c2440_spi.c

   s/dirver/driver/ in comments.
VersionDeltaFile
1.10+3-3sys/arch/arm/s3c2xx0/s3c2410_spi.c
1.5+2-2sys/arch/arm/s3c2xx0/s3c2440_spi.c
+5-52 files

NetBSD/src qJmbSfJlib/librt pset.3

   Add LIBRARY section and explicitly mention that these interfaces
   require super-user privileges.
VersionDeltaFile
1.15+8-2lib/librt/pset.3
+8-21 files

NetBSD/src 6RycZDDlib/libpthread affinity.3

   slightly expand example
VersionDeltaFile
1.9+4-3lib/libpthread/affinity.3
+4-31 files

NetBSD/src 5FFqHhKsys/arch/alpha/jensenio jensenio.c

   Fix a paste-o introduced in rev 1.22 that prevented ISA bus instances from
   attaching.
VersionDeltaFile
1.24+3-3sys/arch/alpha/jensenio/jensenio.c
+3-31 files

NetBSD/src x0AVwiXshare/misc acronyms.comp

   +MZM    Majorana zero mode
   +QPU    quantum processing unit
VersionDeltaFile
1.400+3-1share/misc/acronyms.comp
+3-11 files

NetBSD/src adX6MKitests/usr.bin/xlint/lint1 msg_306.c, usr.bin/xlint/lint1 tree.c err.c

   lint: add detail to message about truncated constant
VersionDeltaFile
1.6+29-21tests/usr.bin/xlint/lint1/msg_306.c
1.672+19-10usr.bin/xlint/lint1/tree.c
1.264+3-3usr.bin/xlint/lint1/err.c
+51-343 files

NetBSD/src 1KxG1vcexternal/mit/xorg/bin/xedit/lisp Makefile

   xedit: suppress a few lint warnings
VersionDeltaFile
1.8+12-1external/mit/xorg/bin/xedit/lisp/Makefile
+12-11 files

NetBSD/src gxgQv7Ltests/usr.bin/xlint/lint1 msg_183.c init_braces.c, usr.bin/xlint/lint1 tree.c err.c

   lint: mention the assignment operator in 'illegal combination'

   In source lines that contain both a 'return' statement as well as a
   function-like macro, such as the C11 atomics, seeing the word 'init' in
   the diagnostic helps to see that the type conflict is not in the
   'return' statement but instead in some initializer.

   Seen in userspace-rcu/wfcqueue.h:147.
VersionDeltaFile
1.671+5-4usr.bin/xlint/lint1/tree.c
1.7+6-3tests/usr.bin/xlint/lint1/msg_183.c
1.10+4-4tests/usr.bin/xlint/lint1/init_braces.c
1.263+3-3usr.bin/xlint/lint1/err.c
1.34+3-3tests/usr.bin/xlint/lint1/queries.c
1.17+3-3tests/usr.bin/xlint/lint1/init.c
+24-205 files not shown
+34-3011 files

NetBSD/src zMjT4TJtests/usr.bin/xlint/lint1 msg_267.c, usr.bin/xlint/lint1 cgram.y debug.c

   lint: support __attribute__((__mode__(TI)))

   This fixes the wrong lint warnings about the shift amount being greater
   than the type size in compiler_rt/popcountti2.c.
VersionDeltaFile
1.518+23-2usr.bin/xlint/lint1/cgram.y
1.83+6-4usr.bin/xlint/lint1/debug.c
1.9+1-5tests/usr.bin/xlint/lint1/msg_267.c
1.233+2-1usr.bin/xlint/lint1/lint1.h
+32-124 files

NetBSD/src Mg7T47cdoc CHANGES-9.5

   Ticket #1936
VersionDeltaFile
1.1.2.49+6-1doc/CHANGES-9.5
+6-11 files

NetBSD/src FIT8GR0sys/dev dksubr.c

   Pull up following revision(s) (requested by jakllsch in ticket #1936):

        sys/dev/dksubr.c: revision 1.115

   Prevent leakage of 4 bytes of stack data via return of uninitialized b_error.
VersionDeltaFile
1.109.2.3+3-2sys/dev/dksubr.c
+3-21 files

NetBSD/src E5UreKZdoc CHANGES-10.2

   Tickets #1046 - #1051
VersionDeltaFile
1.1.2.8+36-1doc/CHANGES-10.2
+36-11 files

NetBSD/src KlwDLXAsys/dev dksubr.c

   Pull up following revision(s) (requested by jakllsch in ticket #1051):

        sys/dev/dksubr.c: revision 1.115

   Prevent leakage of 4 bytes of stack data via return of uninitialized b_error.
VersionDeltaFile
1.113.16.2+3-2sys/dev/dksubr.c
+3-21 files

NetBSD/src XRUG4tisys/arch/xen/xenbus xenbus_probe.c

   Pull up following revision(s) (requested by sborrill in ticket #1050):

        sys/arch/xen/xenbus/xenbus_probe.c: revision 1.61
        sys/arch/xen/xenbus/xenbus_probe.c: revision 1.62

   cdroms as xbd devices are skipped in PVHVM mode to avoid hangs if they
   are not ready, i.e. do not contain an ISO image (that they hang is a bug
   that should be fixed in itself). They are instead detected as an emulated
   cdX which does deal with not being ready.

   This leads to a regression in pure PV mode where xbd devices are hot-plugged
   when an ISO is mounted and there are no emulated block devices such as cdX.

   The xbd devices never appear and thus ISO images are not accessible.

   Revert to pre-10 behaviour on pure PV kernels.

   Ignore cdroms only for VM_GUEST_XENPVHVM guests, not for all !XENPV kernels
   (we can also have PVH guests with !XENPV kernels)
VersionDeltaFile
1.58.6.2+4-3sys/arch/xen/xenbus/xenbus_probe.c
+4-31 files

NetBSD/src Dq69uNAusr.bin/deroff deroff.c

   deroff: fix lint warnings
VersionDeltaFile
1.14+14-14usr.bin/deroff/deroff.c
+14-141 files

NetBSD/src n0Oxat5sys/altq altq_rmclass.h

   Pull up following revision(s) (requested by ozaki-r in ticket #1049):

        sys/altq/altq_rmclass.h: revision 1.14

   altq, cbq: fix TS_ADD_DELTA on ILP32

   TS_ADD_DELTA adds a nanosecond value, delta, to a timespec value while
   delta is int64_t and tv_nsec is long.  delta is guaranteed as positive
   in ALTQ/CBQ.  However, the original code used delta after casting it
   into long.  So it could be negative on ILP32 systems.  TS_ADD_DELTA
   didn't assume that delta was negative and resulting tv_nsec could be
   negative unexpectedly.

   This issue was likely to occur when bandwidth borrowing was used where
   the borrowing class had a absolutely small bandwidth (e.g., less than
   10 Mbps) or a relatively small bandwidth (e.g., 10 Mbps when the parent
   class had 200 Mbps).

   KASSERT has been added to guarantee resulting tv_nsec is always not

    [2 lines not shown]
VersionDeltaFile
1.13.4.1+8-8sys/altq/altq_rmclass.h
+8-81 files

NetBSD/src Ps7mcxdetc/skel dot.cshrc

   Pull up following revision(s) (requested by tsutsui in ticket #1047):

        etc/skel/dot.cshrc: revision 1.10

   Set $ENV in the default skel/dot.cshrc as dot.profile for su(1) etc.

   Fixes PR/59008.
VersionDeltaFile
1.8.14.1+4-1etc/skel/dot.cshrc
+4-11 files

NetBSD/src XbSWFC4sys/arch/macppc/stand/ofwboot boot.c version

   Pull up following revision(s) (requested by tsutsui in ticket #1048):

        sys/arch/macppc/stand/ofwboot/version: revision 1.16
        sys/arch/macppc/stand/ofwboot/boot.c: revision 1.32

   Tweak bootpath strings in ofwboot for OpenBIOS used on qemu-system-ppc.
   Bump version to denote the visible change.

   This makes qemu-system-ppc -M mac99 booting from a harddisk image
   using ofwboot installed by installboot(8) with /usr/mdec/bootxx:
   ---
   % qemu-system-ppc --version
   QEMU emulator version 9.1.2
   Copyright (c) 2003-2024 Fabrice Bellard and the QEMU Project developers
   % qemu-system-ppc -M mac99 -drive file=NetBSD-10.1-macppc.img,media=disk,format=raw -nographic
   > =============================================================
   > OpenBIOS 1.1 [Mar 7 2023 22:21]
   > Configuration device id QEMU version 1 machine id 1
   > CPUs: 1

    [32 lines not shown]
VersionDeltaFile
1.31.18.1+23-3sys/arch/macppc/stand/ofwboot/boot.c
1.15.18.1+2-1sys/arch/macppc/stand/ofwboot/version
+25-42 files

NetBSD/src I2oIxkbdistrib/common/bootimage Makefile.bootimage, distrib/vax/liveimage/emuimage Makefile

   Pull up following revision(s) (requested by tsutsui in ticket #1046):

        distrib/vax/liveimage/emuimage/Makefile: revision 1.5
        distrib/common/bootimage/Makefile.bootimage: revision 1.43

   It turns out vax liveimage requires INSTALLBOOT_AFTER_DISKLABEL.

   It looks tools disklabel(8) doesn't preserve installed bootblock
   on creating a new label.  Confirmed on simh.

   Remove "(untested)" comment from INSTALLBOOT_AFTER_DISKLABEL.
   Also note vax requires it.
VersionDeltaFile
1.30.2.1+3-3distrib/common/bootimage/Makefile.bootimage
1.4.10.1+4-1distrib/vax/liveimage/emuimage/Makefile
+7-42 files

NetBSD/src AVgFbMCtests/usr.bin/xlint/lint2 msg_002.ln msg_003.ln

   tests/lint: sync messages in test comments with their counterparts
VersionDeltaFile
1.4+2-2tests/usr.bin/xlint/lint2/msg_002.ln
1.4+2-2tests/usr.bin/xlint/lint2/msg_003.ln
1.4+2-2tests/usr.bin/xlint/lint2/msg_004.ln
1.4+2-2tests/usr.bin/xlint/lint2/msg_005.ln
1.4+2-2tests/usr.bin/xlint/lint2/msg_006.ln
1.3+2-2tests/usr.bin/xlint/lint2/msg_007.ln
+12-1213 files not shown
+38-3819 files

NetBSD/src xFLocIisys/dev/pci ld_virtio.c

   Remove trailing whitespace
VersionDeltaFile
1.37+3-3sys/dev/pci/ld_virtio.c
+3-31 files

NetBSD/src NDMvY4ousr.bin/deroff deroff.c

   deroff: remove unused macro

   The '\cp' in the macro's expansion triggered a lint warning about the
   dubious character escape '\c'.
VersionDeltaFile
1.13+2-3usr.bin/deroff/deroff.c
+2-31 files

NetBSD/src uncNsFTdoc 3RDPARTY

   zstd 1.5.7 is out; fix path
VersionDeltaFile
1.2083+4-4doc/3RDPARTY
+4-41 files

NetBSD/src xj2nEaJusr.bin/cut cut.c x_cut.c

   cut(1): correct some comments
VersionDeltaFile
1.30+4-4usr.bin/cut/cut.c
1.3+3-3usr.bin/cut/x_cut.c
+7-72 files

NetBSD/src rhxQxDsdistrib/sets/lists/base shl.mi, distrib/sets/lists/debug shl.mi

   Bump libssh for strprefix
VersionDeltaFile
1.357+2-2distrib/sets/lists/debug/shl.mi
1.997+2-2distrib/sets/lists/base/shl.mi
+4-42 files

NetBSD/src CgRG94Ucrypto/external/bsd/openssh/dist servconf.c readconf.c, crypto/external/bsd/openssh/libexec Makefile.inc

   Bring in changes from OpenSSH-9.9p2:

   Security
   ========

   * Fix CVE-2025-26465 - ssh(1) in OpenSSH versions 6.8p1 to 9.9p1
     (inclusive) contained a logic error that allowed an on-path
     attacker (a.k.a MITM) to impersonate any server when the
     VerifyHostKeyDNS option is enabled. This option is off by default.

   * Fix CVE-2025-26466 - sshd(8) in OpenSSH versions 9.5p1 to 9.9p1
     (inclusive) is vulnerable to a memory/CPU denial-of-service related
     to the handling of SSH2_MSG_PING packets. This condition may be
     mitigated using the existing PerSourcePenalties feature.

   Both vulnerabilities were discovered and demonstrated to be exploitable
   by the Qualys Security Advisory team. We thank them for their detailed
   review of OpenSSH.


    [18 lines not shown]
VersionDeltaFile
1.49+45-18crypto/external/bsd/openssh/dist/servconf.c
1.48+25-7crypto/external/bsd/openssh/dist/readconf.c
1.38+22-1crypto/external/bsd/openssh/dist/misc.c
1.53+11-3crypto/external/bsd/openssh/dist/packet.c
1.50+6-3crypto/external/bsd/openssh/dist/sshconnect2.c
1.2+2-5crypto/external/bsd/openssh/libexec/Makefile.inc
+111-379 files not shown
+130-4415 files

NetBSD/src 47rziLxsys/dev dksubr.c

   Allowing dump to a RAID partition (i.e. a raid(4) component).
   Fixes PR 59024
VersionDeltaFile
1.118+3-3sys/dev/dksubr.c
+3-31 files

NetBSD/src KIjilmzexternal/cddl/osnet/dist/cmd/zfs zfs.8

   Remove orphaned -f flag for zfs mount
VersionDeltaFile
1.3+0-3external/cddl/osnet/dist/cmd/zfs/zfs.8
+0-31 files

NetBSD/src 8a0WHHIsys/arch/i386/conf MICROVM, sys/arch/i386/i386 locore.S machdep.c

   Add support for non-Xen PVH guests to i386, PR kern/57813
   Tested on QEMU by me, Xen PV & PVH by bouyer@.
VersionDeltaFile
1.1+143-0sys/arch/i386/conf/MICROVM
1.199+99-8sys/arch/i386/i386/locore.S
1.843+8-3sys/arch/i386/i386/machdep.c
1.136+8-2sys/arch/i386/i386/genassym.cf
+258-134 files