NetBSD/src 7FUJJwvsys/arch/aarch64/include pmap_machdep.h, sys/arch/m68k/include pte_coldfire.h

   Rename pte_prot_nowrite to pte_clear_modify
VersionDeltaFile
1.92+3-3sys/uvm/pmap/pmap.c
1.4+2-2sys/arch/m68k/include/pte_coldfire.h
1.28+2-2sys/arch/mips/include/pte.h
1.13+2-2sys/arch/powerpc/include/booke/pte.h
1.19+2-2sys/arch/riscv/include/pte.h
1.15+2-2sys/arch/aarch64/include/pmap_machdep.h
+13-136 files

NetBSD/src t5sfBMcsys/arch/riscv/include pte.h

   KNF comments
VersionDeltaFile
1.18+11-11sys/arch/riscv/include/pte.h
+11-111 files

NetBSD/src MKyLLE8sys/arch/riscv/riscv pmap_machdep.c

   Remove some empty lines.
VersionDeltaFile
1.28+2-4sys/arch/riscv/riscv/pmap_machdep.c
+2-41 files

NetBSD/src OcCtMEqsys/arch/aarch64/aarch64 pmap.c

   Fix non-DIAGNOSTIC builds
VersionDeltaFile
1.157+3-4sys/arch/aarch64/aarch64/pmap.c
+3-41 files

NetBSD/src nyFikK0sys/sys atomic.h

   sys/atomic.h: Nix const qualifiers on temporaries added in previous.

   The temporaries aren't modified, so in principle const is correct,
   but on some ports (notably, sparc) we pass pointers to them through
   __UNVOLATILE which objects to the const qualifier:

   > In file included from /home/source/ab/HEAD/src/lib/librump/../../sys/rump/librump/rumpkern/sleepq.c:28:
   > /home/source/ab/HEAD/src/lib/librump/../../sys/rump/librump/rumpkern/sleepq.c: In function 'lwp_unlock_to':
   > /home/source/ab/HEAD/src/lib/librump/../../sys/rump/../sys/cdefs.h:202:49: error: cast discards 'const' qualifier from pointer target type [-Werror=cast-qual]
   >   202 | #define __UNVOLATILE(a) ((void *)(unsigned long)(volatile void *)(a))
   >       |                                                 ^
   > /home/source/ab/HEAD/src/lib/librump/../../sys/rump/../sys/atomic.h:448:30: note: in expansion of macro '__UNVOLATILE'
   >   448 |         __do_atomic_store(p, __UNVOLATILE(&v), sizeof(v))
   >       |                              ^~~~~~~~~~~~
   > /home/source/ab/HEAD/src/lib/librump/../../sys/rump/../sys/atomic.h:495:9: note: in expansion of macro '__DO_ATOMIC_STORE'
   >   495 |         __DO_ATOMIC_STORE(__as_ptr, __as_val);                                \
   >       |         ^~~~~~~~~~~~~~~~~
   > /home/source/ab/HEAD/src/lib/librump/../../sys/rump/librump/rumpkern/sleepq.c:187:9: note: in expansion of macro 'atomic_store_release'
   >   187 |         atomic_store_release(&l->l_mutex, new);

    [4 lines not shown]
VersionDeltaFile
1.29+3-3sys/sys/atomic.h
+3-31 files

NetBSD/src thqPmj5tests/usr.sbin/inetd t_accept_max.sh

   inetd(8): Fix some tyupos in previous.

   PR bin/59645: inetd `rate-limiting' algorithm is stupid
VersionDeltaFile
1.2+5-5tests/usr.sbin/inetd/t_accept_max.sh
+5-51 files

NetBSD/src pO2jhDvdistrib/sets/lists/tests mi, tests/usr.sbin/inetd t_accept_max.sh Makefile

   inetd(8): Add a test case for accept-max.

   PR bin/59645: inetd `rate-limiting' algorithm is stupid
VersionDeltaFile
1.1+254-0tests/usr.sbin/inetd/t_accept_max.sh
1.1418+2-1distrib/sets/lists/tests/mi
1.3+2-1tests/usr.sbin/inetd/Makefile
+258-23 files

NetBSD/src QlVrDO2distrib/utils/embedded/files ec2_init

   Improve metadata fetching to work more reliably across
   IPv4-only, IPv6-only, and dual-stack instances.

   AWS does not by default enable the metadata service on
   IPv6; you have to specify '--metadata-options "HttpProtocolIpv6=enabled"'.
   Without this, even a dual-stack instance can't fetch
   metadata from the IPv6 endpoint.

   In addition, reaching the metadata service takes some
   time, so we can't trivially check for network
   readiness and instead need to actually try to fetch a
   file.  Ok.

   While here, don't overwrite a hostname that is set
   from /etc/rc.conf and only set the hostname if
   otherwise unset.
VersionDeltaFile
1.8+75-37distrib/utils/embedded/files/ec2_init
+75-371 files

NetBSD/src 4N2pgtKexternal/bsd/elftoolchain/dist/common/sys elfconstants.m4 elfdefinitions.m4, external/bsd/elftoolchain/dist/libdwarf libdwarf_str.c libdwarf_abbrev.c

   Import elftoolchain revision [r4324] (previous was [r4037]).

   Changes since the previous vendor import.

   common/
    - Add/update the sets of symbols defined by recent psABI revisions
      for: Aarch64, Alpha, AMD64, SPARC, ARM, IA64, M68K, MIPS, MIPS64,
      OpenRisc, PARISC, PPC, PPC64, RISC-V, S390, and SuperH.
    - Add support for the LoongArch architecture.
    - Add symbols in v4.3-DRAFT of the ELF Generic ABI definition.
    - Improve compatibility with NetBSD's set of ELF definitions.
   libelf/
    - Address Coverity Scan reports.
    - Bug fix ar(1) header parsing.
    - Manual page fixes.
   libdwarf/
    - Address Coverity Scan reports.
    - Support for the DWARF5 ".debug_str_offsets" section (ticket #620).
    - Support LoongArch.
    - Manual page fixes.
VersionDeltaFile
1.1.1.2+2,467-747external/bsd/elftoolchain/dist/common/sys/elfconstants.m4
1.1.1.2+169-52external/bsd/elftoolchain/dist/common/sys/elfdefinitions.m4
1.1.1.4+129-1external/bsd/elftoolchain/dist/libdwarf/libdwarf_str.c
1.1.1.4+52-23external/bsd/elftoolchain/dist/libdwarf/libdwarf_abbrev.c
1.1.1.4+39-30external/bsd/elftoolchain/dist/libdwarf/dwarf_get_AT_name.3
1.1.1.4+34-26external/bsd/elftoolchain/dist/libdwarf/libdwarf_reloc.c
+2,890-879263 files not shown
+3,447-1,386269 files

NetBSD/src a56JCn2share/man/man4 ddb.4

   ddb(4): Specify which status and flags are meant in ddb man page.

   Can never remember what these numbers correspond to.
VersionDeltaFile
1.207+12-4share/man/man4/ddb.4
+12-41 files

NetBSD/src P0WPpTSsys/dev/acpi/acpica OsdSchedule.c

   s/APCICA/ACPICA/ in comment.
VersionDeltaFile
1.21+3-3sys/dev/acpi/acpica/OsdSchedule.c
+3-31 files

NetBSD/src pw7orKAexternal/bsd/elftoolchain README

   elftoolchain/README: Update the recommended invocation of 'cvs import'.

   Reviewed by: christos
VersionDeltaFile
1.2+1-1external/bsd/elftoolchain/README
+1-11 files

NetBSD/src uA3Zw2Usys/sys atomic.h

   sys/atomic.h: Avoid needless stack spillage with typeof_unqual.

   Using typeof_unqual strips the volatile qualifier on the local
   temporaries, so the compiler doesn't issue store/load cycles for
   access to them.

   PR kern/60272: sys/atomic.h: unnecessary stack spillage
VersionDeltaFile
1.28+16-6sys/sys/atomic.h
+16-61 files

NetBSD/src hvyULO1crypto/external/bsd/openssh/dist sshd-auth.c sshd-session.c

   PR/60270: Jose Luis Duran: Add back accidentally removed probes.
VersionDeltaFile
1.6+7-3crypto/external/bsd/openssh/dist/sshd-auth.c
1.13+5-3crypto/external/bsd/openssh/dist/sshd-session.c
+12-62 files

NetBSD/src uOkRqcMsys/arch/arm/arm psci.c psci.h, sys/arch/arm/fdt acpi_fdt.c psci_fdt.c

   psci: ensure cores are in a known state before SYSTEM_OFF

   The PSCI spec says that the caller must place all cores in a known state
   prior to calling SYSTEM_OFF.

   It doesn't really specify what a "known state" is, but it does suggest
   that one way to do this is to call CPU_OFF on all other cores. So let's
   do that.

   This has the nice side effect of workaround around a heartbeat timeout
   when attempting to power down a system with firmware that doesn't return
   from a SYSTEM_OFF call but does not actually know how to power off the
   system (like Rockchip's secure firmware on RK356x based boards).
VersionDeltaFile
1.9+68-4sys/arch/arm/arm/psci.c
1.6+23-2sys/arch/arm/arm/psci.h
1.26+4-4sys/arch/arm/fdt/acpi_fdt.c
1.22+4-4sys/arch/arm/fdt/psci_fdt.c
+99-144 files

NetBSD/src s9SeqKMetc/etc.luna68k MAKEDEV.conf

   luna68k: Add missing audio devices to MAKEDEV.
   Should be pulled up -10 and -11.
VersionDeltaFile
1.12+2-1etc/etc.luna68k/MAKEDEV.conf
+2-11 files

NetBSD/src NNYZIYrlib/libc README

   lib/libc/README: Note that jemalloc definition has moved.

   Should maybe find a better example than malloc/free for this but
   let's at least fix this one point of confusion.
VersionDeltaFile
1.8+4-2lib/libc/README
+4-21 files

NetBSD/src vAFSSEpdoc CHANGES-11.0

   Tickets #286 and #287
VersionDeltaFile
1.1.2.92+11-1doc/CHANGES-11.0
+11-11 files

NetBSD/src qgA6tw3tools/xz-include Makefile

   Pull up following revision(s) (requested by hgutch in ticket #287):

        tools/xz-include/Makefile: revision 1.5
        tools/xz-include/Makefile: revision 1.6

   Avoid "sandbox" features in tools xz; fixes tools build failure on Linux

   tools/xz: fix tools build errors on NetBSD/i386 hosts
VersionDeltaFile
1.4.6.1+3-2tools/xz-include/Makefile
+3-21 files

NetBSD/src BcTMIevsys/net if.c

   Pull up following revision(s) (requested by roy in ticket #286):

        sys/net/if.c: revision 1.538

   if: abort early if no queue and the link state is the same

   Restores a minor optimisation the prior commit accidently removed.
VersionDeltaFile
1.535.2.2+6-2sys/net/if.c
+6-21 files

NetBSD/src mbZA0ijexternal/gpl3/gcc/dist/gcc/config/vax vax.md

   gcc/vax: adjust the constraints on the output operands of the
   '*extzv_aligned' instruction patterns, removing the 'earlyclobber'
   modifier, to be consistent with the constraints on the output operands
   of the related 'extv_aligned' instruction patterns.
VersionDeltaFile
1.27+2-2external/gpl3/gcc/dist/gcc/config/vax/vax.md
+2-21 files

NetBSD/src TR11uClshare/man/man5 mk.conf.5

   mk.conf.5: Note that MKDTRACE defaults to "yes" for MACHINE_ARCH ~ /earm*/.
VersionDeltaFile
1.123+3-2share/man/man5/mk.conf.5
+3-21 files

NetBSD/src r3lkCGkexternal/bsd/elftoolchain/dist/tools netbsd-base-system-import.sh

   elftoolchain/netbsd-base-system-import.sh: Update to upstream [r4372].

   This change implements a '-rREV' option for importing a specific
   upstream revision.
VersionDeltaFile
1.4+9-4external/bsd/elftoolchain/dist/tools/netbsd-base-system-import.sh
+9-41 files

NetBSD/src KiqemYLdoc 3RDPARTY

   doc/3RDPARTY: update the stanza for Elftoolchain.

   Correct the 'Maintainer' and 'Location' fields, add myself
   to the 'Responsible' field.
VersionDeltaFile
1.2205+4-4doc/3RDPARTY
+4-41 files

NetBSD/src 2moGLXKdoc/roadmaps licensing

   fix typo
VersionDeltaFile
1.4+2-2doc/roadmaps/licensing
+2-21 files

NetBSD/src 0pAp8xzsys/net if.c

   if: abort early if no queue and the link state is the same

   Restores a minor optimisation the prior commit accidently removed.
VersionDeltaFile
1.538+6-2sys/net/if.c
+6-21 files

NetBSD/src UbQmioushare/man/man4 ure.4

   ure.4: add details about supported offloading capabilities
VersionDeltaFile
1.7+10-2share/man/man4/ure.4
+10-21 files

NetBSD/src wXg55Ofexternal/public-domain/tz tzdata2netbsd

   Restore line whose content vanished in previous

   Somehow in the previous version, the content of one line was
   removed, leaving just the indentation tabs... restore that line.

   While here, and inspired by that line remnant, check for trailing
   whitespace, and obliterate all of it that is unintentional (there
   is one space in an EDIT_ME in a here-doc which is intended).

   Also, in the rarely used "zones added"/"zones removed" commit message,
   for the set lists, add some vertical white space before the listings
   of any zones added or removed (happens so rarely, I'm not sure that
   code has ever been used).
VersionDeltaFile
1.19+8-8external/public-domain/tz/tzdata2netbsd
+8-81 files

NetBSD/src CiLfgUNshare/misc acronyms.comp

   +CWE  common weakness enumeration
VersionDeltaFile
1.424+2-1share/misc/acronyms.comp
+2-11 files

NetBSD/src 5IxpPHwsys/arch/m68k/m68k pmap_68k.c

   Update comments to reflect that mac68k now uses this pmap as the default.
VersionDeltaFile
1.71+7-6sys/arch/m68k/m68k/pmap_68k.c
+7-61 files