NetBSD/src 22yuj0Vsys/arch/luna68k/include vmparam.h, sys/arch/m68k/m68k pmap_motorola.c

   VM_KERNEL_PT_PAGES is an old-pmap parameter, so segregate it to
   the old-pmap, and default it there to a common value that individual
   platforms can override if desired.
VersionDeltaFile
1.106+7-2sys/arch/m68k/m68k/pmap_motorola.c
1.35+1-6sys/arch/next68k/include/vmparam.h
1.46+1-6sys/arch/x68k/include/vmparam.h
1.31+1-6sys/arch/luna68k/include/vmparam.h
1.51+1-6sys/arch/mac68k/include/vmparam.h
1.45+1-6sys/arch/mvme68k/include/vmparam.h
+12-329 files not shown
+25-6615 files

NetBSD/src gKHTIxUsys/arch/vax/vax machdep.c

   Fix an error in rev 1.202; that change did not properly account for the
   VAX page that needs to be reserved for the console routines.
VersionDeltaFile
1.203+4-4sys/arch/vax/vax/machdep.c
+4-41 files

NetBSD/src sKG81dBexternal/bsd/file Makefile.inc

   Use tabs instead of whitespace, make things line up nicer.
VersionDeltaFile
1.10+5-7external/bsd/file/Makefile.inc
+5-71 files

NetBSD/src Zj7xOmadoc 3RDPARTY CHANGES

   Note Christos' earlier tzcode2026b update.
VersionDeltaFile
1.2193+2-2doc/3RDPARTY
1.3250+2-1doc/CHANGES
+4-32 files

NetBSD/src JRoocYRdoc 3RDPARTY CHANGES

   CHANGES and 3RDPARTY must be updated manually (via 2026bgtz)
VersionDeltaFile
1.2192+2-2doc/3RDPARTY
1.3249+2-1doc/CHANGES
+4-32 files

NetBSD/src APXUBULtests/lib/libarchive Makefile

   Add ${ZSTDCPPFLAGS} to CPPFLAGS.
VersionDeltaFile
1.18+2-1tests/lib/libarchive/Makefile
+2-11 files

NetBSD/src VusJJOVexternal/public-domain/tz/dist northamerica NEWS

   Merge tzdata2026b
VersionDeltaFile
1.6+55-1external/public-domain/tz/dist/northamerica
1.7+45-8external/public-domain/tz/dist/NEWS
1.7+3-0external/public-domain/tz/dist/zonenow.tab
1.18+1-1external/public-domain/tz/dist/version
1.5+1-1external/public-domain/tz/dist/zone.tab
1.6+1-1external/public-domain/tz/dist/zone1970.tab
+106-121 files not shown
+107-137 files

NetBSD/src 1Znf0btexternal/public-domain/tz/dist northamerica NEWS

   Import tzdata2026bgtz

   from
     https://github.com/JodaOrg/global-tz/releases/download/2026bgtz/tzdata2026bgtz.tar.gz

   One change of note:

       British Columbia moved to permanent -07 on 2026-03-09.
VersionDeltaFile
1.1.1.41+55-1external/public-domain/tz/dist/northamerica
1.1.1.51+45-8external/public-domain/tz/dist/NEWS
1.1.1.8+3-0external/public-domain/tz/dist/zonenow.tab
1.1.1.39+1-1external/public-domain/tz/dist/version
1.1.1.30+1-1external/public-domain/tz/dist/zone.tab
1.1.1.32+1-1external/public-domain/tz/dist/zone1970.tab
+106-126 files

NetBSD/src GKQCkzlexternal/bsd/libarchive/include config_netbsd.h

   Re-enable zstd library usage mistakenly disabled in previous commit
   (the upgrade of libarchive from 3.7.7 to 3.8.5).
VersionDeltaFile
1.17+1-1external/bsd/libarchive/include/config_netbsd.h
+1-11 files

NetBSD/src 4SHiJghexternal/public-domain/sqlite/dist sqlite3.c

   Fix riscv sqlite3 builds

   It appears that with our gcc, there's no int128_t defined for
   the riscv architecture, so comment out the "|| defined(__riscv)"
   (2 places) which enables it.

   This should fix the riscv builds of HEAD after the recent sqlite3
   update.
VersionDeltaFile
1.25+2-2external/public-domain/sqlite/dist/sqlite3.c
+2-21 files

NetBSD/src TQJzO9rsys/arch/amiga/include vmparam.h, sys/arch/atari/include vmparam.h

   __HAVE_PMAP_PHYSSEG an old-68k-pmap construct, so put it and associated
   declarations into <m68k/pmap_motorola.h>, and remove it from all of the
   m68k vmparam.h's.
VersionDeltaFile
1.37+1-11sys/arch/atari/include/vmparam.h
1.23+1-10sys/arch/cesfic/include/vmparam.h
1.45+1-10sys/arch/hp300/include/vmparam.h
1.30+1-10sys/arch/luna68k/include/vmparam.h
1.45+1-10sys/arch/x68k/include/vmparam.h
1.50+1-10sys/arch/amiga/include/vmparam.h
+6-616 files not shown
+20-11212 files

NetBSD/src snOGY6Nsys/arch/amiga/include vmparam.h, sys/arch/atari/include vmparam.h

   Centralize the definitions of MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ,
   an MAXSSIZ across all m68k platforms.  Notable callouts:
   - default values for 68010 come directly from sun2, but will be suitable
     for any additional 68010 systems that may appear in the future.
   - Sun3 MMU dictates more conservative limits than the rest of the 68020+
     crowd.
   - Amiga is odd-one-out and keeps the previous values (it has an odd-ball
     USRSTACK, too).
VersionDeltaFile
1.2+46-1sys/arch/m68k/include/vmparam.h
1.18+5-28sys/arch/sun2/include/vmparam.h
1.49+16-15sys/arch/amiga/include/vmparam.h
1.36+1-21sys/arch/atari/include/vmparam.h
1.44+1-20sys/arch/x68k/include/vmparam.h
1.44+1-20sys/arch/hp300/include/vmparam.h
+70-1059 files not shown
+89-27215 files

NetBSD/src Mwk0qcOsys/arch/amiga/include param.h, sys/arch/atari/include param.h

   No need for N copies of NPTEPG; two is just fine, thanks.
VersionDeltaFile
1.19+1-3sys/arch/news68k/include/param.h
1.15+3-1sys/arch/m68k/include/pmap_68k.h
1.37+1-3sys/arch/atari/include/param.h
1.52+1-3sys/arch/amiga/include/param.h
1.15+1-3sys/arch/next68k/include/param.h
1.55+1-3sys/arch/hp300/include/param.h
+8-168 files not shown
+18-3714 files

NetBSD/src Ye2yjxItools/gcc gcc-version.mk

   bump version for m68k workaround.
VersionDeltaFile
1.33+2-2tools/gcc/gcc-version.mk
+2-21 files

NetBSD/src ekAh0Tadoc 3RDPARTY CHANGES

   new sqlite
VersionDeltaFile
1.2191+4-4doc/3RDPARTY
1.3248+2-1doc/CHANGES
+6-52 files

NetBSD/src iu1hHtudistrib/sets/lists/base shl.mi, distrib/sets/lists/comp mi

   changes for sqlite-3.53.0
VersionDeltaFile
1.2523+49-1distrib/sets/lists/comp/mi
1.397+2-2distrib/sets/lists/debug/shl.mi
1.1037+2-2distrib/sets/lists/base/shl.mi
+53-53 files

NetBSD/src bkVinBKexternal/public-domain/sqlite/dist sqlite3.c shell.c, external/public-domain/sqlite/man SQLITE_DBCONFIG_MAINDBNAME.3 sqlite3_carray_bind_v2.3

   Merge conflicts between 3.53.3 and 3.45.1
VersionDeltaFile
1.24+24,236-11,113external/public-domain/sqlite/dist/sqlite3.c
1.7+20,894-13,252external/public-domain/sqlite/dist/shell.c
1.5+225-57external/public-domain/sqlite/man/SQLITE_DBCONFIG_MAINDBNAME.3
1.1+86-0external/public-domain/sqlite/man/sqlite3_carray_bind_v2.3
1.7+67-17external/public-domain/sqlite/man/sqlite3changeset_apply.3
1.1+75-0external/public-domain/sqlite/man/sqlite3changegroup_change_begin.3
+45,583-24,439290 files not shown
+47,315-25,221296 files

NetBSD/src JFgTWeuexternal/public-domain/sqlite/dist sqlite3.c shell.c, external/public-domain/sqlite/dist/autosetup jimsh0.c

   Initial revision
VersionDeltaFile
1.1.1.9+24,242-11,096external/public-domain/sqlite/dist/sqlite3.c
1.1.1.9+21,019-13,376external/public-domain/sqlite/dist/shell.c
1.1+24,508-0external/public-domain/sqlite/dist/autosetup/jimsh0.c
1.1.1.3+4-16,887external/public-domain/sqlite/dist/configure
1.1.1.3+20-10,179external/public-domain/sqlite/dist/tea/configure
1.1+2,564-0external/public-domain/sqlite/dist/autosetup/teaish/core.tcl
+72,357-51,53870 files not shown
+90,447-53,71476 files

NetBSD/src VahUfwEshare/man/man4 pms.4

   pms.4: correct wording in a definition and style consistency
VersionDeltaFile
1.44+3-3share/man/man4/pms.4
+3-31 files

NetBSD/src TbhH8yfshare/man/man4 pms.4, sys/dev/pckbport synaptics.c

   Add synaptics tap-to-click sysctl so that it can be disabled
   (from base at atomicules dot co dot uk)
VersionDeltaFile
1.85+21-3sys/dev/pckbport/synaptics.c
1.43+10-2share/man/man4/pms.4
+31-52 files

NetBSD/src 0Ce78KAexternal/public-domain/xz Makefile.inc

   external/public-domain/xz: sync XZVERSION with reality
VersionDeltaFile
1.7+2-2external/public-domain/xz/Makefile.inc
+2-21 files

NetBSD/src W5pA6XItools/xz-include Makefile

   tools/xz: fix tools build errors on NetBSD/i386 hosts
VersionDeltaFile
1.6+2-1tools/xz-include/Makefile
+2-11 files

NetBSD/src dVX8gsVshare/mk bsd.README

   Remove confusing / (copy&pasto?)
VersionDeltaFile
1.465+2-2share/mk/bsd.README
+2-21 files

NetBSD/src 7DxVo3Dsys/arch/m68k/m68k m68k_machdep.c

   Oops, don't read the PCR unless we're actually on a 68060.
   Hat-tip to Isaki-san for pointing out my error.
VersionDeltaFile
1.23+5-6sys/arch/m68k/m68k/m68k_machdep.c
+5-61 files

NetBSD/src qytJ9Zasys/arch/sgimips/mace macekbc.c

   macekbc: fix byte transmit to properly inhibit clock line first

   The PS/2 "specification" requires the controller to inhibit
   the clock line for 100uS before trying to transmit.  This tells
   the device (in this case a bunch of ps/2 mice) to stop transmitting,
   get ready for receive and get ready to send the clock out to the
   controller to send said bits.

   The mice in question work fine on the O2 PROM, so it's not a
   hardware issue per se.

   After staring at traces with a logic analyser it looks like the
   controller is NOT doing this in hardware - it immediately attempts
   to transmit bytes and if the ps/2 device doesn't handle that,
   it will simply never send out clock pulses for the controller to
   clock the byte out.

   So:


    [10 lines not shown]
VersionDeltaFile
1.10+27-2sys/arch/sgimips/mace/macekbc.c
+27-21 files

NetBSD/src aknfCZVlib/libc/stdlib malloc.c

   old malloc(3): Use mutex_init, not mutex_unlock, in child post-fork.

   Using mutex_unlock may try to wake a thread that doesn't exist in the
   child, which could lead to trouble such as crash or deadlock.  But
   since the child is single-threaded, it is safe to just reinitialize
   the mutex memory anyway.

   PR lib/59237: postfork mutex audit: mutex_init, not mutex_unlock
VersionDeltaFile
1.61+10-3lib/libc/stdlib/malloc.c
+10-31 files

NetBSD/src hFhhyMsexternal/cddl/osnet/dist/lib/libuutil/common uu_avl.c uu_list.c

   osnet libuutil: Use mutex_init, not mutex_unlock, in child post-fork.

   Using mutex_unlock may try to wake a thread that doesn't exist in the
   child, which could lead to trouble such as crash or deadlock.  But
   since the child is single-threaded, it is safe to just reinitialize
   the mutex memory anyway.

   PR lib/59237: postfork mutex audit: mutex_init, not mutex_unlock
VersionDeltaFile
1.2+13-0external/cddl/osnet/dist/lib/libuutil/common/uu_avl.c
1.2+12-0external/cddl/osnet/dist/lib/libuutil/common/uu_list.c
1.5+6-1external/cddl/osnet/dist/lib/libuutil/common/uu_misc.c
1.2+2-0external/cddl/osnet/dist/lib/libuutil/common/libuutil_impl.h
+33-14 files

NetBSD/src zEhUTInlib/libbsdmalloc malloc.c

   libbsdmalloc: Use mutex_init, not mutex_unlock, in child post-fork.

   Using mutex_unlock may try to wake a thread that doesn't exist in the
   child, which could lead to trouble such as crash or deadlock.  But
   since the child is single-threaded, it is safe to just reinitialize
   the mutex memory anyway.

   PR lib/59237: postfork mutex audit: mutex_init, not mutex_unlock
VersionDeltaFile
1.13+3-3lib/libbsdmalloc/malloc.c
+3-31 files

NetBSD/src rCVfpzxlib/libc/gen arc4random.c

   arc4random(3): Use mutex_init, not mutex_unlock, in child post-fork.

   Using mutex_unlock may try to wake a thread that doesn't exist in the
   child, which could lead to trouble such as crash or deadlock.  But
   since the child is single-threaded, it is safe to just reinitialize
   the mutex memory anyway.

   PR lib/59237: postfork mutex audit: mutex_init, not mutex_unlock
VersionDeltaFile
1.51+3-3lib/libc/gen/arc4random.c
+3-31 files

NetBSD/src 17SO7VIexternal/gpl3/gcc/usr.bin/backend Makefile

   workaround a crash on m68k native buiding libnbcompat.

   use -O1 when building tree-vect-slp.cc which avoids a crash in this
   file when it compiles a bunch of not very complex things at -O2.

   this seems to make GCC 14 m68k stable for me.  at least, i'm able
   to build tcsh and perl5 now, and a few more things.
VersionDeltaFile
1.84+6-1external/gpl3/gcc/usr.bin/backend/Makefile
+6-11 files