NetBSD/src 81j0s1wsys/dev smbiosvar.h

   s/repersentation/representation/ in comment.
VersionDeltaFile
1.3+2-2sys/dev/smbiosvar.h
+2-21 files

NetBSD/src 7WZ9ekLsys/sys featuretest.h

   sys/featuretest.h: Make _XOPEN_SOURCE>=500<600 imply POSIX.1-1995.

   PR standards/60389: sys/featuretest.h: _XOPEN_SOURCE=520 fails to
   imply _POSIX_C_SOURCE=199506L
VersionDeltaFile
1.15+2-2sys/sys/featuretest.h
+2-21 files

NetBSD/src na0e8q0sys/sys featuretest.h

   sys/featuretest.h: Explain the purpose more forcefully at the top.

   Substantially expand the bibliographic references while here.
VersionDeltaFile
1.14+79-30sys/sys/featuretest.h
+79-301 files

NetBSD/src ujmPCo9doc CHANGES-11.0

   Ticket #358
VersionDeltaFile
1.1.2.113+6-1doc/CHANGES-11.0
+6-11 files

NetBSD/src bwm5TJhsys/arch/m68k/m68k pmap_68k.c

   pmap_kenter_pa() should not be used to overwrite an existing mappings.
   Assert that the PTE for the specified VA is invalid, and remove the
   dead code that handled the case where it wasn't.
VersionDeltaFile
1.73+8-23sys/arch/m68k/m68k/pmap_68k.c
+8-231 files

NetBSD/src vAPVWalsys/arch/m68k/include vmparam.h

   Bump the 68020+ default MAXTSIZ to 64MB.  This allows the pkgsrc build of
   gcc-12 to run and pass the self-tests on virt68k.

   Also bump the 68020+ default DFLDSIZ to 64MB.
VersionDeltaFile
1.13+3-3sys/arch/m68k/include/vmparam.h
+3-31 files

NetBSD/src 6fGZ8KIsys/arch/m68k/include vmparam.h

   Revert previous so I can commit again with a corrected commit message.
VersionDeltaFile
1.12+2-2sys/arch/m68k/include/vmparam.h
+2-21 files

NetBSD/src tHyXlvHsys/arch/m68k/include vmparam.h

   Bump the 68020+ default MAXTSIZ to 64MB.  This allows the pkgsrc build of
   gcc-12 to run and pass the self-tests on virt68k.

   Also bump the 68020+ default MAXDSIZ to 64MB.
VersionDeltaFile
1.11+3-3sys/arch/m68k/include/vmparam.h
+3-31 files

NetBSD/src xkFUMo5sys/arch/mips/mips locore.S

   Tweak a comment indentation
VersionDeltaFile
1.232+6-5sys/arch/mips/mips/locore.S
+6-51 files

NetBSD/src 5B006ARsys/arch/i386/stand/efiboot/bootia32 multiboot32.S efibootia32.c, sys/arch/i386/stand/efiboot/bootx64 efibootx64.c multiboot64.S

   Pull up following revision(s) (requested by riastradh in ticket #1299):

        sys/arch/i386/stand/efiboot/bootia32/multiboot32.S: revision 1.3
        sys/arch/i386/stand/efiboot/bootx64/efibootx64.c: revision 1.7
        sys/arch/i386/stand/efiboot/bootia32/efibootia32.c: revision 1.9
        sys/arch/i386/stand/efiboot/bootia32/startprog32.S: revision 1.4
        sys/arch/i386/stand/efiboot/bootx64/multiboot64.S: revision 1.2
        sys/arch/i386/stand/efiboot/bootx64/startprog64.S: revision 1.6

   x86/efiboot: Put writable variables in .data, not .text.

   And define them in the .c file where they're used; no need to have
   extra unnecessary .S stuff just to define a global variable.

   Based on patch by Paul Ripke to bootx64.efi, adapted for bootia32.efi
   too.

   PR kern/59151: efiboot hangs on new motherboard
VersionDeltaFile
1.2.28.1+1-5sys/arch/i386/stand/efiboot/bootia32/multiboot32.S
1.5.26.3+3-3sys/arch/i386/stand/efiboot/bootia32/efibootia32.c
1.2.52.2+1-5sys/arch/i386/stand/efiboot/bootia32/startprog32.S
1.5.26.2+3-3sys/arch/i386/stand/efiboot/bootx64/efibootx64.c
1.1.32.1+1-5sys/arch/i386/stand/efiboot/bootx64/multiboot64.S
1.3.50.2+1-5sys/arch/i386/stand/efiboot/bootx64/startprog64.S
+10-266 files

NetBSD/src AiNRpjwdoc CHANGES-11.0

   Tickets #353 - #357
VersionDeltaFile
1.1.2.112+36-1doc/CHANGES-11.0
+36-11 files

NetBSD/src mbzh3abcrypto/external/bsd/openssh/dist sshd_config

   Pull up following revision(s) (requested by riastradh in ticket #357):

        crypto/external/bsd/openssh/dist/sshd_config: revision 1.30

   sshd_config(5): Clarify again how to disable password authentication.

   Upstream changed their version of this text by adding some quotation
   marks but not really making it clearer.  We had replaced the comment a
   while ago to cross-reference UsePAM but it got lost in the update to
   OpenSSH 10.0 last year.  Restore the explanation of how to disable
   password authentication, and expand on the relevant knobs a little.

   PR bin/32313: sshd 'PasswordAuthentication no' silently fails
VersionDeltaFile
1.29.2.1+8-2crypto/external/bsd/openssh/dist/sshd_config
+8-21 files

NetBSD/src 7oM7V0Odoc CHANGES-9.5

   Tickets #2027 - #2029
VersionDeltaFile
1.1.2.108+22-1doc/CHANGES-9.5
+22-11 files

NetBSD/src ZgybR8Zsys/arch/i386/stand/efiboot/bootia32 startprog32.S efibootia32.c, sys/arch/i386/stand/efiboot/bootx64 efibootx64.c multiboot64.S

   Pull up following revision(s) (requested by riastradh in ticket #2029):

        sys/arch/i386/stand/efiboot/bootia32/multiboot32.S: revision 1.3
        sys/arch/i386/stand/efiboot/bootx64/efibootx64.c: revision 1.7
        sys/arch/i386/stand/efiboot/bootia32/efibootia32.c: revision 1.9
        sys/arch/i386/stand/efiboot/bootia32/startprog32.S: revision 1.4
        sys/arch/i386/stand/efiboot/bootx64/multiboot64.S: revision 1.2
        sys/arch/i386/stand/efiboot/bootx64/startprog64.S: revision 1.6

   x86/efiboot: Put writable variables in .data, not .text.

   And define them in the .c file where they're used; no need to have
   extra unnecessary .S stuff just to define a global variable.

   Based on patch by Paul Ripke to bootx64.efi, adapted for bootia32.efi
   too.

   PR kern/59151: efiboot hangs on new motherboard
VersionDeltaFile
1.2.26.2+1-5sys/arch/i386/stand/efiboot/bootia32/startprog32.S
1.4.6.3+3-3sys/arch/i386/stand/efiboot/bootia32/efibootia32.c
1.1.2.4+1-5sys/arch/i386/stand/efiboot/bootia32/multiboot32.S
1.4.6.3+3-3sys/arch/i386/stand/efiboot/bootx64/efibootx64.c
1.1.2.3+1-5sys/arch/i386/stand/efiboot/bootx64/multiboot64.S
1.3.24.2+1-5sys/arch/i386/stand/efiboot/bootx64/startprog64.S
+10-266 files

NetBSD/src YG93r2Cdoc CHANGES-10.2

   Tickets #1297 - #1299
VersionDeltaFile
1.1.2.106+22-1doc/CHANGES-10.2
+22-11 files

NetBSD/src EYITtojsys/arch/i386/stand/efiboot/bootia32 efibootia32.c multiboot32.S, sys/arch/i386/stand/efiboot/bootx64 efibootx64.c startprog64.S

   Pull up following revision(s) (requested by riastradh in ticket #356):

        sys/arch/i386/stand/efiboot/bootia32/multiboot32.S: revision 1.3
        sys/arch/i386/stand/efiboot/bootx64/efibootx64.c: revision 1.7
        sys/arch/i386/stand/efiboot/bootia32/efibootia32.c: revision 1.9
        sys/arch/i386/stand/efiboot/bootia32/startprog32.S: revision 1.4
        sys/arch/i386/stand/efiboot/bootx64/multiboot64.S: revision 1.2
        sys/arch/i386/stand/efiboot/bootx64/startprog64.S: revision 1.6

   x86/efiboot: Put writable variables in .data, not .text.

   And define them in the .c file where they're used; no need to have
   extra unnecessary .S stuff just to define a global variable.

   Based on patch by Paul Ripke to bootx64.efi, adapted for bootia32.efi
   too.

   PR kern/59151: efiboot hangs on new motherboard
VersionDeltaFile
1.6.8.1+3-3sys/arch/i386/stand/efiboot/bootx64/efibootx64.c
1.5.8.1+1-5sys/arch/i386/stand/efiboot/bootx64/startprog64.S
1.1.40.1+1-5sys/arch/i386/stand/efiboot/bootx64/multiboot64.S
1.8.8.1+3-3sys/arch/i386/stand/efiboot/bootia32/efibootia32.c
1.2.36.1+1-5sys/arch/i386/stand/efiboot/bootia32/multiboot32.S
1.3.8.1+1-5sys/arch/i386/stand/efiboot/bootia32/startprog32.S
+10-266 files

NetBSD/src M7y3Whdexternal/bsd/pkg_install/dist/add parse_cross.c, external/bsd/pkg_install/dist/info pkg_info.1

   Pull up the following, requested by riastradh in ticket #355:

        external/bsd/pkg_install/dist/add/parse_cross.c up to 1.1.1.2
        external/bsd/pkg_install/dist/info/pkg_info.1   up to 1.5
        external/bsd/pkg_install/dist/lib/version.h     up to 1.25
        external/bsd/pkg_install/lib/Makefile           up to 1.12
        external/bsd/pkg_install/sbin/Makefile.inc      up to 1.6

   Sync pkg_install with HEAD.
   PR kern/59991: pkg_add: null pointer deref in pkg_add -m parsing.
VersionDeltaFile
1.4.10.1+11-11external/bsd/pkg_install/dist/info/pkg_info.1
1.1.1.1.4.1+3-3external/bsd/pkg_install/dist/add/parse_cross.c
1.5.26.1+3-1external/bsd/pkg_install/sbin/Makefile.inc
1.24.2.1+2-2external/bsd/pkg_install/dist/lib/version.h
1.11.10.1+2-1external/bsd/pkg_install/lib/Makefile
+21-185 files

NetBSD/src GuxKZDgsys/arch/vax/vax subr.S

   Pull up following revision(s) (requested by riastradh in ticket #2028):

        sys/arch/vax/vax/subr.S: revision 1.44

   vax longjmp(9): Fix return value.

   PR port-vax/59308: kernel longjmp(9) fails to make setjmp(9) return 1
   PR port-vax/60102: kernel longjmp(9) on vax reads stack garbage instead
   of returning 1 (patch)
VersionDeltaFile
1.36.4.2+2-2sys/arch/vax/vax/subr.S
+2-21 files

NetBSD/src xsc6Yzssys/arch/vax/vax subr.S

   Pull up following revision(s) (requested by riastradh in ticket #1298):

        sys/arch/vax/vax/subr.S: revision 1.44

   vax longjmp(9): Fix return value.

   PR port-vax/59308: kernel longjmp(9) fails to make setjmp(9) return 1
   PR port-vax/60102: kernel longjmp(9) on vax reads stack garbage instead
   of returning 1 (patch)
VersionDeltaFile
1.41.2.3+2-2sys/arch/vax/vax/subr.S
+2-21 files

NetBSD/src ZoBJGjasys/arch/vax/vax subr.S

   Pull up following revision(s) (requested by riastradh in ticket #354):

        sys/arch/vax/vax/subr.S: revision 1.44

   vax longjmp(9): Fix return value.

   PR port-vax/59308: kernel longjmp(9) fails to make setjmp(9) return 1
   PR port-vax/60102: kernel longjmp(9) on vax reads stack garbage instead
   of returning 1 (patch)
VersionDeltaFile
1.43.4.1+2-2sys/arch/vax/vax/subr.S
+2-21 files

NetBSD/src amXYBJAsys/arch/vax/include mcontext.h

   Pull up following revision(s) (requested by riastradh in ticket #2027):

        sys/arch/vax/include/mcontext.h (patch)
                from: sys/arch/vax/include/lwp_private.h: revision 1.2

   vax __lwp_getprivate_fast: Fix asm constraints.
   r0 is not clobbered; it is the output.  So say so.

   No volatile is needed here, and volatile would be wrong, because
   calls to __lwp_getprivate_fast can be safely deleted if the result is
   not used.

   PR port-vax/60101: vax: __lwp_getprivate_fast() inline asm uses
   GCC-specific register variable pattern, not portable
VersionDeltaFile
1.9.8.1+2-2sys/arch/vax/include/mcontext.h
+2-21 files

NetBSD/src gOrmkuUsys/arch/vax/include mcontext.h

   Pull up following revision(s) (requested by riastradh in ticket #1297):

        sys/arch/vax/include/mcontext.h (patch)
                from: sys/arch/vax/include/lwp_private.h: revision 1.2

   vax __lwp_getprivate_fast: Fix asm constraints.
   r0 is not clobbered; it is the output.  So say so.

   No volatile is needed here, and volatile would be wrong, because
   calls to __lwp_getprivate_fast can be safely deleted if the result is
   not used.

   PR port-vax/60101: vax: __lwp_getprivate_fast() inline asm uses
   GCC-specific register variable pattern, not portable
VersionDeltaFile
1.10.26.2+2-2sys/arch/vax/include/mcontext.h
+2-21 files

NetBSD/src 0oiZql5sys/arch/vax/include lwp_private.h

   Pull up following revision(s) (requested by riastradh in ticket #353):

        sys/arch/vax/include/lwp_private.h: revision 1.2

   vax __lwp_getprivate_fast: Fix asm constraints.
   r0 is not clobbered; it is the output.  So say so.

   No volatile is needed here, and volatile would be wrong, because
   calls to __lwp_getprivate_fast can be safely deleted if the result is
   not used.

   PR port-vax/60101: vax: __lwp_getprivate_fast() inline asm uses
   GCC-specific register variable pattern, not portable
VersionDeltaFile
1.1.2.1+2-2sys/arch/vax/include/lwp_private.h
+2-21 files

NetBSD/src C2QmoCTsys/dev/sbus tcx.c

   support bold, underline, and font loading
VersionDeltaFile
1.67+112-21sys/dev/sbus/tcx.c
+112-211 files

NetBSD/src 7Fg3qnntests/lib/libc/locale t_mbrtowc.c t_mbstowcs.c

   PR lib/60369 Update tests to match modern UTF-8

   This just removes test cases using invalid (by current standards) UTF-8
   sequences (in one case the test is modified to switch it from invalid to valid)
   The XFAIL that was added is removed.    ("removed" in all of this means
   hashifd away).

   There is, in this change, no attempt to fix either of the other very valid
   concerns - actually testing invalid input to ensure it is rejected (would
   need to be a whole new test case, the way they are currently structured is
   not condusive to that - the input is simply known to be valid),  nor having
   the test continue to try the remaining cases if an invalid result is obtained
   rather than simply abandoning ship at the first opportunity.

   Also note that none of this really has anything whatever to do with the
   PR, which had nothing at all to do with what is valid UTF-8 and what is
   not, but merely when something that is to be treated as invalid is
   detetected, that MUST be reported, the (libc, not test) code must not
   go on to examine further bytes and end up reporting that more are needed

    [2 lines not shown]
VersionDeltaFile
1.5+32-6tests/lib/libc/locale/t_mbrtowc.c
1.5+27-9tests/lib/libc/locale/t_mbstowcs.c
+59-152 files

NetBSD/src 18HoV05lib/libcurses refresh.c

   PR lib/58282 revert refresh.c 1.132 (Mon Jun 29 06:06:10 UTC 2026)

   This "broke stuff" (reported by gson@ and ryo@) and was reported as:

      This has been reverted and sysinst behaves for me now.

   Yet it had not been.   Now it has.
VersionDeltaFile
1.133+82-108lib/libcurses/refresh.c
+82-1081 files

NetBSD/src FAFRtzmcrypto/external/bsd/openssh/dist sshd_config

   sshd_config(5): Clarify again how to disable password authentication.

   Upstream changed their version of this text by adding some quotation
   marks but not really making it clearer.  We had replaced the comment a
   while ago to cross-reference UsePAM but it got lost in the update to
   OpenSSH 10.0 last year.  Restore the explanation of how to disable
   password authentication, and expand on the relevant knobs a little.

   PR bin/32313: sshd 'PasswordAuthentication no' silently fails
VersionDeltaFile
1.30+8-2crypto/external/bsd/openssh/dist/sshd_config
+8-21 files

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

   add rk3288 to the supported list and mention Jared added that.  bump date.
VersionDeltaFile
1.6+6-3share/man/man4/man4.evbarm/rktsadc.4
+6-31 files

NetBSD/src zBJ3HjXtests/bin/expr t_expr.sh

   tests/bin/expr - fix the regex & length tests for UTF-8 input

   If LC_CTYPE is to be set to a UTF-8 charset, the input must be
   valid UTF-8 encoded data, or the results will not be what is expected.

   0xFF as input is *not* ever valid in a UTF-8 string.   It cannot be
   the initial byte of a character (the biggest conceivable value for
   that is 0xFC and even that is beyond what current UTF-8 allows, the
   actual biggest is 0xF4), and it cannot be a trailing byte, as those
   always have 1 0 as the two higest bits (ie: range is 0x80..0xBF)
VersionDeltaFile
1.18+5-5tests/bin/expr/t_expr.sh
+5-51 files

NetBSD/src oRYYPuglib/libc/citrus/modules citrus_utf8.c

   mbrtowc() fix a stupid typo in the previous version.

   No idea how I managed to miss this previously.   This update should
   make at least some of the ATF tests (and other stuff) which failed
   after the previous change start working again.
VersionDeltaFile
1.21+4-4lib/libc/citrus/modules/citrus_utf8.c
+4-41 files