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/pkgsrc 9qhuTb6geography/viking Makefile

   viking: comment out nettle bl3.mk now that it's not used
VersionDeltaFile
1.166+2-2geography/viking/Makefile
+2-21 files

NetBSD/pkgsrc e4Y601Pgeography/gpsd Makefile

   gpsd: fix build
VersionDeltaFile
1.94+4-1geography/gpsd/Makefile
+4-11 files

NetBSD/pkgsrc-wip fae5a3demacs-git PLIST

emacs-git: update PLIST
DeltaFile
+2-2emacs-git/PLIST
+2-21 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/pkgsrc KQc85NLdoc CHANGES-2026

   doc: Updated textproc/rumdl to 0.1.93
VersionDeltaFile
1.3062+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 7Yzdf0ptextproc/rumdl distinfo Makefile

   textproc/rumdl: update to 0.1.93

   0.1.93 - 2026-05-15
   Added

       quarto: add MD078 missing-chunk-labels and MD079 chunk-label-spaces (818cba4)

   Fixed

       md079: flag whitespace in quoted positional chunk labels (ea069c5)
       quarto: harden chunk header parser against codex review findings (9ee8e28)
       test: drive pipeline idempotency tests through real fix coordinator (5f9fdb9)
       test: remove redundant default on MD077 unit struct (6b383b0)

   0.1.92 - 2026-05-14
   Added

       config: accept [rules.X] wrapper as alias for [X] (229ff7d)


    [3 lines not shown]
VersionDeltaFile
1.29+7-4textproc/rumdl/distinfo
1.31+2-2textproc/rumdl/Makefile
1.14+1-0textproc/rumdl/cargo-depends.mk
+10-63 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/pkgsrc gmkXyppmeta-pkgs/bulk-test-boost Makefile

   bulk-test-boost: Add missing packages

   gnuradio-uhd and gr-osmosdr were previously not included.  At least
   gnuradio-uhd is recently broken, apparently by the latest boost
   update.
VersionDeltaFile
1.24+4-2meta-pkgs/bulk-test-boost/Makefile
+4-21 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/pkgsrc P6xh4h5doc CHANGES-pkgsrc-2026Q1

   Tickets #7113 and #7114
VersionDeltaFile
1.1.2.21+7-1doc/CHANGES-pkgsrc-2026Q1
+7-11 files

NetBSD/pkgsrc j8ToTmXsysutils/xenkernel420 distinfo, sysutils/xentools420 distinfo version.mk

   Pullup ticket #7114 - requested by bouyer
   sysutils/xen{kernel,tools}/420: security fix

   Revisions pulled up:
   - sysutils/xenkernel420/distinfo                                1.5
   - sysutils/xentools420/distinfo                                 1.5
   - sysutils/xentools420/version.mk                               1.4

   ---
      Module Name:      pkgsrc
      Committed By:     bouyer
      Date:             Sat May 16 09:38:16 UTC 2026

      Modified Files:
        pkgsrc/sysutils/xenkernel420: distinfo
        pkgsrc/sysutils/xentools420: distinfo version.mk

      Log Message:
      Update xenkernel420, xentools420 and xenstoretools to version 20260515.

    [7 lines not shown]
VersionDeltaFile
1.4.2.1+4-4sysutils/xenkernel420/distinfo
1.4.2.1+4-4sysutils/xentools420/distinfo
1.3.2.1+4-4sysutils/xentools420/version.mk
+12-123 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/pkgsrc-wip 6072284g-golf Makefile distinfo

g-golf: Update to 0.8.7

Note that the gtk4 dependency is beyond what pkgsrc provides.  But
this is wip!

** May 2026

*** Noteworthy changes in 0.8.7

**** API missing fix

***** Adding the missing g-value-set-variant api

** May 2026

*** Noteworthy changes in 0.8.6

**** Dependencies


    [21 lines not shown]
DeltaFile
+1-5g-golf/Makefile
+3-3g-golf/distinfo
+4-82 files

NetBSD/pkgsrc U06rDP9geography/viking Makefile

   geography/viking: Store upstream issue URL for nettle use
VersionDeltaFile
1.165+2-2geography/viking/Makefile
+2-21 files

NetBSD/pkgsrc 1PR95Ptgeography/viking Makefile

   geography/viking: Disable nettle because of withdrawal of md5-compat.h
VersionDeltaFile
1.164+6-2geography/viking/Makefile
+6-21 files

NetBSD/pkgsrc WnqrT4fmk/misc locking.mk

   mk/locking.mk: simplify sanity check

   The .for loop made the code unnecessarily difficult to read and more
   expensive to execute.

   While here, use full pathnames in the error messages.
VersionDeltaFile
1.2+16-25mk/misc/locking.mk
+16-251 files

NetBSD/pkgsrc 7qRaKfYdoc CHANGES-2026

   doc: Updated geography/py-gnssutils to 1.2.1
VersionDeltaFile
1.3061+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc mMv3JSbgeography/py-gnssutils Makefile distinfo

   geography/py-gnssutils: Update to 1.2.1

   packaging: Align deps to pyproject.toml more.

   Upstream NEWS: bugfixes
VersionDeltaFile
1.9+8-10geography/py-gnssutils/Makefile
1.6+4-4geography/py-gnssutils/distinfo
+12-142 files

NetBSD/pkgsrc Gzq1MhWdoc CHANGES-2026

   doc: Updated geography/py-ubxutils to 1.0.6
VersionDeltaFile
1.3060+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc zQBtyRNgeography/py-ubxutils distinfo Makefile

   geography/py-ubxutils: Update to 1.0.6

   ENHANCMENTS:

   1. Allow mixed file formats (ubx & txt) in ubxcompare - addresses feature request https://github.com/semuconsulting/pyubxutils/issues/10
VersionDeltaFile
1.3+4-4geography/py-ubxutils/distinfo
1.5+4-3geography/py-ubxutils/Makefile
+8-72 files