NetBSD/src as5zcGDsys/arch/m68k/include bus_space_simple.h, sys/arch/m68k/m68k bus_space_simple.c

   Declare a m68k_simple_bus_space singleton, and make virt68k use it.
VersionDeltaFile
1.6+5-17sys/arch/virt68k/dev/mainbus.c
1.2+14-2sys/arch/m68k/m68k/bus_space_simple.c
1.42+5-4sys/arch/virt68k/virt68k/machdep.c
1.2+3-1sys/arch/m68k/include/bus_space_simple.h
+27-244 files

NetBSD/src e5o5pDPusr.sbin/sysinst configmenu.c msg.mi.pl

   For machines where the real time clock is off or not existing:

    - offer a config menu to set date and time
    - at build time burn the unix time of the build into the binary (or the
      reproducable build timestamp)
    - when the current clock claims we have a date older than two days before
      the embedded build time, show an error message and go to the date and
      time setup step automatically
VersionDeltaFile
1.22+165-2usr.sbin/sysinst/configmenu.c
1.52+31-1usr.sbin/sysinst/msg.mi.pl
1.55+31-1usr.sbin/sysinst/msg.mi.de
1.49+31-1usr.sbin/sysinst/msg.mi.fr
1.46+30-1usr.sbin/sysinst/msg.mi.es
1.56+30-1usr.sbin/sysinst/msg.mi.en
+318-73 files not shown
+351-109 files

NetBSD/src hKK2M5ssys/arch/m68k/include bus_space_simple.h, sys/arch/m68k/m68k bus_space_simple.c

   Make a common shareable bus_space implementatino for the simple (and common)
   case and make virt68k use.
VersionDeltaFile
1.2+2-625sys/arch/virt68k/include/bus_space.h
1.1+626-0sys/arch/m68k/include/bus_space_simple.h
1.1+122-0sys/arch/m68k/m68k/bus_space_simple.c
1.5+4-4sys/arch/virt68k/dev/mainbus.c
1.24+2-2sys/arch/virt68k/conf/files.virt68k
1.4+2-2sys/arch/virt68k/virt68k/bus_space.c
+758-6336 files

NetBSD/src 7YKHIjmsys/arch/arm/fdt arm_simplefb.c, sys/dev/fdt simplefb.c

   simplefb: recognize format "a8r8g8b8"
VersionDeltaFile
1.14+4-3sys/arch/arm/fdt/arm_simplefb.c
1.17+4-3sys/dev/fdt/simplefb.c
+8-62 files

NetBSD/src Igqt3Pvdistrib/utils/embedded/conf armv7.conf

   armv7.img: add files and comment for Raspberry Pi 4
VersionDeltaFile
1.50+3-2distrib/utils/embedded/conf/armv7.conf
+3-21 files

NetBSD/src gZPWp4Ksys/arch/evbarm/conf GENERIC

   evbarm/conf: add genet(4) and brgphy(4) to GENERIC for Raspberry Pi 4B
VersionDeltaFile
1.131+3-1sys/arch/evbarm/conf/GENERIC
+3-11 files

NetBSD/src nhCj5JAsys/arch/arm/include vfpreg.h, sys/arch/arm/vfp vfp_init.c

   arm/vfp: add and recoginize Cortex-A72 VFP

   With this change NetBSD/evbarm-earmv7hf kernel works upto multi-user
   on Raspberry Pi 4B.
VersionDeltaFile
1.79+5-2sys/arch/arm/vfp/vfp_init.c
1.18+2-1sys/arch/arm/include/vfpreg.h
+7-32 files

NetBSD/src fQnFdZpsys/arch/arm/arm32 bus_dma.c

   arm32/bus_dma: fix interger overflow on 32 bit kernels

   On Raspberry Pi 4B with BCM2711, dr_busbase is 0xc0000000 and
   dr_len is 0x40000000, so "dr->dr_busbase + dr->dr_len" causes
   wraparound.

   Fixes panic on Raspberry Pi 4B during attaching vcmbox0:
   > panic: _bus_dma_busaddr_to_paddr: curaddr 0xc5b6c000not in range
VersionDeltaFile
1.156+5-5sys/arch/arm/arm32/bus_dma.c
+5-51 files

NetBSD/src 0tqwd9Jsys/arch/arm/arm32 bus_dma.c

   arm32/bus_dma: add a missing whitespace in a panic message
VersionDeltaFile
1.155+3-3sys/arch/arm/arm32/bus_dma.c
+3-31 files

NetBSD/src T1ITUM9sys/arch/arm/broadcom bcm283x_platform.c, sys/arch/arm/dts bcm2711-cpus.dtsi bcm2711-rpi-4-b.dts

   bcm2711: patch cpus "enable-method" in dts and use it on initialization

   The upstream bcm2711.dtsi returns "brcm,bcm2836-smp" as "enable-method" on
   /cpus node but bcm2711 requires different addresses from bcm2836.

   Fixes early panic on Raspberry Pi 4B with earmv7hf MULITIPROCESSOR kernel:

   ---
   [   1.0000000] NetBSD/evbarm (fdt) booting ...
   [   1.0000000] [ Kernel symbol table missing! ]
   [   1.0000000] Fatal kernel mode prefetch abort at 0x00000000
   [   1.0000000] trapframe: 0x80b73ee8, spsr=600001d3
   [   1.0000000] r0 =00000000, r1 =f4000000, r2 =0000009c, r3 =01000380
   [   1.0000000] r4 =00000000, r5 =807a0484, r6 =00000001, r7 =80a4b180
   [   1.0000000] r8 =807a0470, r9 =805baab8, r10=807a0484, r11=80b73f54
   [   1.0000000] r12=7f000000, ssp=80b73f38, slr=80011170, pc =00000000

   Stopped in pid 0.0 (system) at  0:      address 0x0 is invalid
   adchis  r3, r7, r4, lsr #26

    [2 lines not shown]
VersionDeltaFile
1.55+21-2sys/arch/arm/broadcom/bcm283x_platform.c
1.1+10-0sys/arch/arm/dts/bcm2711-cpus.dtsi
1.1+5-0sys/arch/arm/dts/bcm2711-rpi-4-b.dts
1.1+5-0sys/arch/arm/dts/bcm2711-rpi-400.dts
1.1+5-0sys/arch/arm/dts/bcm2711-rpi-cm4-io.dts
+46-25 files

NetBSD/src Tfzu7ALsys/arch/amiga/amiga machdep.c, sys/arch/cesfic/cesfic machdep.c

   Re-factor all of the badaddr() variants into a single badaddr_read()
   that takes an access size and can return a value.  Add a badaddr_write()
   that similarly takes a size.
VersionDeltaFile
1.11+77-2sys/arch/m68k/m68k/m68k_trap.c
1.142+2-57sys/arch/news68k/news68k/machdep.c
1.271+2-38sys/arch/hp300/hp300/machdep.c
1.93+2-38sys/arch/cesfic/cesfic/machdep.c
1.279+2-36sys/arch/amiga/amiga/machdep.c
1.232+2-36sys/arch/x68k/x68k/machdep.c
+87-20726 files not shown
+165-37332 files

NetBSD/pkgsrc mP2dGpzdoc CHANGES-2026

   doc: Updated print/cups to 2.4.18
VersionDeltaFile
1.2608+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc z0QxR6edoc CHANGES-2026

   doc: Updated print/cups-base to 2.4.18
VersionDeltaFile
1.2607+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc z2uRobtdoc CHANGES-2026 TODO

   doc: Updated print/libcups to 2.4.18
VersionDeltaFile
1.2606+2-1doc/CHANGES-2026
1.27169+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc YWXaKOCprint/cups Makefile.common, print/cups-base distinfo

   cups*: update to 2.4.18

   Changes in CUPS v2.4.18 (2026-04-22)
   ------------------------------------

   - Fixed cupsd crash if user does not exist (Issue #1555)
VersionDeltaFile
1.49+4-4print/cups-base/distinfo
1.28+2-2print/cups/Makefile.common
+6-62 files

NetBSD/pkgsrc IRr1Nykdoc TODO CHANGES-2026

   doc: Updated textproc/dasel to 3.8.0
VersionDeltaFile
1.27168+1-2doc/TODO
1.2605+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc Nlsglqotextproc/dasel distinfo Makefile

   dasel: update to 3.8.0.

   v3.8.0 - 2026-04-26

   Added

       dasel completion <shell> subcommand to generate shell completion scripts for bash, zsh, fish, and powershell (#497).
       dasel man subcommand to generate a man page (#497).

   Fixed

       YAML string quote style (double, single, literal, folded) is now preserved on round-trip (#452).

   v3.7.0 - 2026-04-25

   Changed

       merge function now performs deep merge, recursively merging nested maps (#133).


    [51 lines not shown]
VersionDeltaFile
1.9+4-4textproc/dasel/distinfo
1.23+2-2textproc/dasel/Makefile
+6-62 files

NetBSD/pkgsrc zN0YTabdoc TODO CHANGES-2026

   doc: Updated textproc/rumdl to 0.1.82
VersionDeltaFile
1.27167+1-2doc/TODO
1.2604+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc sDSAUtPtextproc/rumdl distinfo Makefile

   rumdl: update to 0.1.82.

   md057: fall back to project root when resolving absolute links (3df4ed0)
VersionDeltaFile
1.23+4-4textproc/rumdl/distinfo
1.25+2-2textproc/rumdl/Makefile
+6-62 files

NetBSD/pkgsrc-wip 0dca3cf. TODO, resterm distinfo Makefile

resterm: update to 0.31.2
DeltaFile
+3-3resterm/distinfo
+1-1resterm/Makefile
+0-1TODO
+4-53 files

NetBSD/pkgsrc S5qlcOidoc CHANGES-2026 TODO

   doc: Updated comms/py-textual to 8.2.4
VersionDeltaFile
1.2603+2-1doc/CHANGES-2026
1.27166+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc CEDoWS7comms/py-textual distinfo Makefile

   py-textual: update to 8.2.4.

   Small potatoes update, to fix a glitch with anchor.
VersionDeltaFile
1.44+4-4comms/py-textual/distinfo
1.49+3-3comms/py-textual/Makefile
+7-72 files

NetBSD/src lH4pRfysys/arch/atari/dev atari5380.c, sys/arch/cesfic/cesfic machdep.c

   Centralize the declaration of "nofault".
VersionDeltaFile
1.146+2-44sys/arch/next68k/next68k/machdep.c
1.270+14-16sys/arch/hp300/hp300/machdep.c
1.231+10-12sys/arch/x68k/x68k/machdep.c
1.92+10-12sys/arch/cesfic/cesfic/machdep.c
1.141+10-12sys/arch/news68k/news68k/machdep.c
1.67+9-10sys/arch/atari/dev/atari5380.c
+55-10622 files not shown
+134-22628 files

NetBSD/pkgsrc NXbWODndoc CHANGES-2026 TODO

   doc: Updated devel/py-ruff to 0.15.12
VersionDeltaFile
1.2602+2-1doc/CHANGES-2026
1.27165+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc rVSoqiGdevel/py-ruff distinfo cargo-depends.mk, devel/py-ruff/patches patch-Cargo.toml

   py-ruff: update to 0.15.12.

   Preview features

       Implement #ruff:file-ignore file-level suppressions (#23599)
       Implement #ruff:ignore logical-line suppressions (#23404)
       Revert preview changes to displayed diagnostic severity in LSP (#24789)
       [airflow] Implement task-branch-as-short-circuit (AIR004) (#23579)
       [flake8-bugbear] Fix break/continue handling in loop-iterator-mutation (B909) (#24440)
       [pylint] Fix PLC2701 for type parameter scopes (#24576)

   Rule changes

       [pandas-vet] Suggest .array as well in PD011 (#24805)

   CLI

       Respect default Unix permissions for cache files (#24794)


    [5 lines not shown]
VersionDeltaFile
1.102+35-29devel/py-ruff/distinfo
1.98+10-10devel/py-ruff/cargo-depends.mk
1.41+1-10devel/py-ruff/patches/patch-Cargo.toml
1.104+2-5devel/py-ruff/Makefile
+48-544 files

NetBSD/pkgsrc K8QxGGxdoc CHANGES-2026 TODO

   doc: Updated net/py-requests-ratelimiter to 0.10.0
VersionDeltaFile
1.2601+2-1doc/CHANGES-2026
1.27164+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc YbnyBAknet/py-requests-ratelimiter distinfo Makefile

   py-requests-ratelimiter: update to 0.10.0.

   0.10.0 (2026-04-22)

       Add max_delay parameter compatible with pyrate-limiter v4 (previously removed in 0.9)
       Fix per-host rate-limiting for Redis and Postgres backends
       If both per_host=True and a bucket_name is specified, use bucket_name as a bucket prefix
       Add warning if a custom Limiter object is passed with per_host=True and no HostBucketFactory
VersionDeltaFile
1.4+4-4net/py-requests-ratelimiter/distinfo
1.4+2-2net/py-requests-ratelimiter/Makefile
+6-62 files

NetBSD/pkgsrc MiOk1JQdoc CHANGES-2026 TODO

   doc: Updated devel/py-packaging to 26.2
VersionDeltaFile
1.2600+2-1doc/CHANGES-2026
1.27163+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc WpCzrORdevel/py-packaging Makefile distinfo

   py-packaging: update to 26.2.

   26.2 - 2026-04-24
   ~~~~~~~~~~~~~~~~~

   Fixes:

   * Fix incorrect sysconfig var name for pyemscripten in (:pull:`1160`)
   * Make ``Version``, ``Specifier``, ``SpecifierSet``, ``Tag``, ``Marker``, and ``Requirement`` pickle-safe
     and backward-compatible with pickles created in 25.0-26.1 (including references to the removed
     ``packaging._structures`` module) (:pull:`1163`, :pull:`1168`, :pull:`1170`, :pull:`1171`)
   * Re-export ``ExceptionGroup`` in metatadata for now in (:pull:`1164`)

   Documentation:

   * Add errors section and fix missing details in (:pull:`1159`)
   * Document our property-based test suite in (:pull:`1167`)
   * Fix a ``DirectUrl`` typo in (:pull:`1167`)
   * Add example of ``is_unsatisfiable`` in (:pull:`1166`)

    [6 lines not shown]
VersionDeltaFile
1.28+8-5devel/py-packaging/Makefile
1.23+4-4devel/py-packaging/distinfo
1.12+4-1devel/py-packaging/PLIST
+16-103 files

NetBSD/pkgsrc TBFK50rdoc CHANGES-2026 TODO

   doc: Updated www/py-nh3 to 0.3.5
VersionDeltaFile
1.2599+2-1doc/CHANGES-2026
1.27162+1-2doc/TODO
+3-32 files