NetBSD/src iBzNATAtests/usr.bin/mtree t_sets.sh

   Skip the dtb set as it's normally mounted on a DOS partition which doesn't
   support permissions
VersionDeltaFile
1.10+2-2tests/usr.bin/mtree/t_sets.sh
+2-21 files

NetBSD/src LHVTmoDsys/arch/riscv/riscv cpufunc.c

   From Rui-Xiang Guo in private email

   According to the c906 user manual,
   it uses sync.s to ensure completion of clean operations.

   Change the fence rw,rw to sync.s in the thead cache operations.
VersionDeltaFile
1.3+5-5sys/arch/riscv/riscv/cpufunc.c
+5-51 files

NetBSD/pkgsrc SgxUNZClang/quickjs distinfo, lang/quickjs/patches patch-Makefile

   lang/quickjs: Fix shared library on Darwin

   Mach-O shared libraries work rather differently from ELF ones. We must use
   a different set of linker options for them.
VersionDeltaFile
1.10+47-11lang/quickjs/patches/patch-Makefile
1.17+2-2lang/quickjs/distinfo
+49-132 files

NetBSD/pkgsrc UZARxf6lang/quickjs distinfo Makefile, lang/quickjs/patches patch-Makefile

   lang/quickjs: Fix shared library by installing both .so and .so.0

   Previously the Makefile would create libquickjs.so with DT_SONAME set to
   "libquickjs.so.0" but it wouldn't actually install the .so.0 file. This
   caused any packages (including www/elinks) that depend on the shared
   library to fail, because "ld -o obj -lquickjs" inserts DT_NEEDED to the
   non-existent .so.0 to the "obj". Setting DT_SONAME to .so.0 is fine, but
   then we actually need to install that file.

   While here, now that we build a shared library let's link qjs and qjsc
   dynamically.
VersionDeltaFile
1.9+74-14lang/quickjs/patches/patch-Makefile
1.16+2-2lang/quickjs/distinfo
1.20+2-1lang/quickjs/Makefile
1.11+2-1lang/quickjs/PLIST
+80-184 files

NetBSD/src ptVHI9Qsys/arch/atari/atari trap.c, sys/arch/cesfic/cesfic trap.c

   Re-factor exframesize[] into m68k_trap.c and declare it in <m68k/frame.h>.
VersionDeltaFile
1.7+22-3sys/arch/m68k/m68k/m68k_trap.c
1.122+2-20sys/arch/atari/atari/trap.c
1.68+2-20sys/arch/cesfic/cesfic/trap.c
1.162+2-20sys/arch/hp300/hp300/trap.c
1.117+2-20sys/arch/x68k/x68k/trap.c
1.158+2-20sys/arch/mac68k/mac68k/trap.c
+32-10316 files not shown
+65-28722 files

NetBSD/src fn0jAe9sys/arch/atari/atari trap.c, sys/arch/cesfic/cesfic trap.c

   Re-factor the trap description strings and provide a common function to
   get said string for whoever might need it (a call to panic, DDB, etc.).

   Remove all of the code that handles T_SSIR; it hasn't been used for
   many years now.
VersionDeltaFile
1.67+3-48sys/arch/cesfic/cesfic/trap.c
1.121+3-45sys/arch/atari/atari/trap.c
1.116+3-43sys/arch/x68k/x68k/trap.c
1.161+3-43sys/arch/hp300/hp300/trap.c
1.83+3-43sys/arch/luna68k/luna68k/trap.c
1.157+3-43sys/arch/mac68k/mac68k/trap.c
+18-26516 files not shown
+92-50322 files

NetBSD/src d2YJJSIsys/arch/amiga/conf files.amiga, sys/arch/atari/conf files.atari

   Make m68k/mmu_subr.s incldued conditionally on M68K_MMU_MOTOROLA ||
   M68K_MMU_HP.

   Tweak the sun3x pmap to use some of the common routines.
VersionDeltaFile
1.125+16-23sys/arch/sun3/sun3x/pmap.c
1.21+5-1sys/arch/sun3/sun3x/genassym.cf
1.104+1-2sys/arch/hp300/conf/files.hp300
1.24+1-2sys/arch/cesfic/conf/files.cesfic
1.129+1-2sys/arch/atari/conf/files.atari
1.188+1-2sys/arch/amiga/conf/files.amiga
+25-328 files not shown
+34-4714 files

NetBSD/src CrpTEhFsys/arch/luna68k/luna68k locore.s, sys/arch/mac68k/mac68k locore.s

   Clean up / re-factor trace and trap15:
   - Everyone now gets a shared implementatio of trace and trap15 trap
     handlers, largely based on the sun2/sun3 versions.
   - Have a single copy of trap_kdebug() that calls KGDB, DDB, and a
     machine-specific fallback hook (to accommodate the sun2/sun3
     "give PROM a chance").
   - The new shared trap_kdebug() is slightly different in that it takes
     the trapframe argument by reference rather than by value, making it
     easier to use as the back-end of ...
   - ... oh hey look, a new shared straytrap() that also invokes trap_kdebug().
VersionDeltaFile
1.158+2-111sys/arch/x68k/x68k/locore.s
1.114+2-111sys/arch/news68k/news68k/locore.s
1.109+2-111sys/arch/next68k/next68k/locore.s
1.206+2-111sys/arch/mac68k/mac68k/locore.s
1.111+2-111sys/arch/luna68k/luna68k/locore.s
1.164+2-107sys/arch/mvme68k/mvme68k/locore.s
+12-66240 files not shown
+235-1,66146 files

NetBSD/pkgsrc K3ShgfMdoc CHANGES-2026

   Updated databases/p5-DBD-CSV to 0.62
VersionDeltaFile
1.1927+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 8LeU1K0databases/p5-DBD-CSV distinfo Makefile

   Update to 0.62

   Upstream changes:
   0.62    - 2025-01-13, H.Merijn Brand
       * doc should not be part of test

   0.61    - 2025-01-13, H.Merijn Brand
       * Replace "use vars" with "our" (James Raspass: PR #9)
       * Specify recommended versions based on known CVE's
       * Update doc for groff-1.24
       * It's 2024
       * Tested with perl-5.40.0
       * It's 2025
       * Add SECURITY.md
VersionDeltaFile
1.33+4-4databases/p5-DBD-CSV/distinfo
1.67+2-3databases/p5-DBD-CSV/Makefile
+6-72 files

NetBSD/pkgsrc ivZ9FZLdoc CHANGES-2026

   update tex-latex*
VersionDeltaFile
1.1926+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc GvPUKIdprint/tex-latex DESCR distinfo, print/tex-latex-doc distinfo PLIST

   tex-latex{,-doc}: update to 20251101

   changes unknown
VersionDeltaFile
1.2+16-6print/tex-latex/DESCR
1.26+4-4print/tex-latex-doc/distinfo
1.27+4-4print/tex-latex/distinfo
1.17+5-1print/tex-latex-doc/PLIST
1.26+3-3print/tex-latex-doc/Makefile
1.29+3-3print/tex-latex/Makefile
+35-216 files

NetBSD/pkgsrc ZMzfNMDdoc CHANGES-2026

   tex package updates
VersionDeltaFile
1.1925+15-1doc/CHANGES-2026
+15-11 files

NetBSD/pkgsrc 6VeTIpfgraphics/tex-tzplot distinfo Makefile, graphics/tex-tzplot-doc PLIST distinfo

   tex-tzplot{,-doc}: update to 2.2

   A new macro \tzcoortangenttocircle is introduced.
VersionDeltaFile
1.2+7-7graphics/tex-tzplot-doc/PLIST
1.2+3-3graphics/tex-tzplot-doc/distinfo
1.2+3-3graphics/tex-tzplot/distinfo
1.2+2-2graphics/tex-tzplot-doc/Makefile
1.2+2-2graphics/tex-tzplot/Makefile
+17-175 files

NetBSD/pkgsrc 6Z1Jz5Fgraphics/tex-pst-barcode DESCR distinfo, graphics/tex-pst-barcode-doc PLIST distinfo

   tex-pst-barcode{,-doc}: update to 0.20

   - updated documentation
   - Common text rendering code was factored out of the linear and matrix renderers
     into its own resource.
   - The ITF-14 encoder's text positioning was fixed.
   - The Code 128 encoder's raw mode was fixed.
   - The linear and matrix renderers were enhanced to accept top and bottom for the
     textyalign option.
   - The linear and matrix renderers were enhanced with a textdirection option.
   - The linear and matrix renderer were enhanced with support for extratextsubspace,
     extratextsplit and extratextlinegaps options corresponding to the alttext
     equivalents.
   - The linear and matrix renderers were enhanced with alttextsubspace that allows
     given characters to be substituted for spaces.
   - The linear and matrix renderers were enhanced with alttextsplit and
     alttextlinegaps options that may be used to render multi-line blocks of text.
   - The GS1 AI linter was realigned with the latest release of the GS1 Syntax
     Dictionary.

    [14 lines not shown]
VersionDeltaFile
1.6+174-180graphics/tex-pst-barcode-doc/PLIST
1.2+5-4graphics/tex-pst-barcode/DESCR
1.12+3-3graphics/tex-pst-barcode-doc/distinfo
1.12+3-3graphics/tex-pst-barcode/distinfo
1.11+2-2graphics/tex-pst-barcode-doc/Makefile
1.11+2-2graphics/tex-pst-barcode/Makefile
+189-1946 files

NetBSD/pkgsrc DZZ1WH5graphics/tex-mptopdf Makefile distinfo, graphics/tex-mptopdf-doc distinfo Makefile

   tex-mptopdf{,-doc}: update to 2025

   changes unknown
VersionDeltaFile
1.15+4-3graphics/tex-mptopdf/Makefile
1.13+3-3graphics/tex-mptopdf-doc/distinfo
1.13+3-3graphics/tex-mptopdf/distinfo
1.13+3-2graphics/tex-mptopdf-doc/Makefile
1.3+3-1graphics/tex-mptopdf-doc/PLIST
1.3+3-1graphics/tex-mptopdf/DESCR
+19-136 files

NetBSD/pkgsrc 1I9rFjzgraphics/tex-mcf2graph distinfo Makefile, graphics/tex-mcf2graph-doc distinfo Makefile

   tex-mcf2graph{,-doc}: update to 5.29

   -improve atom,bond adress check
   -update mcf2graph.mp
   -update MCF manual,example
VersionDeltaFile
1.25+4-4graphics/tex-mcf2graph/distinfo
1.25+4-4graphics/tex-mcf2graph-doc/distinfo
1.23+3-3graphics/tex-mcf2graph/Makefile
1.23+3-3graphics/tex-mcf2graph-doc/Makefile
1.12+1-2graphics/tex-mcf2graph-doc/PLIST
+15-165 files

NetBSD/pkgsrc YT0tQKIgraphics/tex-incgraph distinfo Makefile, graphics/tex-incgraph-doc distinfo PLIST

   tex-incgraph{,-doc}: update to 1.4.0

   ### Added
   - `incgraph.doc.bib` for references (moved from documentation source)
   - `\incmultipages`: specialized macro to include multiple pages from
     a PDF file

   ### Changed
   - .tds.zip removed from CTAN upload to comply to CTAN rules
   - TDS structure flattend on GitHub repository
   - `README.md` adapted to these changes
   - `CHANGES.md` renamed to `CHANGELOG.md` following
     https://keepachangelog.com/en/1.1.0/
   - `incgraph-doc.sty` renamed to `incgraph.doc.sty`
   - References updated
   - Required LaTeX version bumped to 2025-06-01
   - Implemenation of `\igrGetLastPage` changed.
     It wraps an L3 layer function now.
   - `\igrLastPage` is locally assigned now.

    [6 lines not shown]
VersionDeltaFile
1.6+3-3graphics/tex-incgraph/distinfo
1.6+3-3graphics/tex-incgraph-doc/distinfo
1.3+3-2graphics/tex-incgraph-doc/PLIST
1.6+2-2graphics/tex-incgraph/Makefile
1.6+2-2graphics/tex-incgraph-doc/Makefile
+13-125 files

NetBSD/pkgsrc u7m20XPgraphics/tex-circuitikz distinfo Makefile, graphics/tex-circuitikz-doc distinfo Makefile

   tex-circuitikz{,-doc}: update to 1.8.5

   1.8.4
   - Add a new set of filter blocks, add options for inner block drawings
   - Add the option to *not* draw the wiper in rotary switches
   - Add an option to change the aspect of `msrstub`
   - Add the singeneric (sine generic bipole) component
   - Fix a problem with dc symbol dashes
   - Fix the position of the left/right up/down anchors for node-type blocks
   - Minor fixes in the manual
   - Make the value of `bipoles/length` usable by `\ctikzvalof`
   - Add a key to customise the number of lines of the `gridnode` inner drawing

   1.8.5
   - Add "automatic advanced voltages/currents/flows" (by Romano),
     marked as experimental for now.
   - Add an `ideal filter` option for plot-type filters,
     to draw ideal (square) filter shapes.
VersionDeltaFile
1.19+4-4graphics/tex-circuitikz-doc/distinfo
1.19+4-4graphics/tex-circuitikz/distinfo
1.18+3-3graphics/tex-circuitikz-doc/Makefile
1.18+3-3graphics/tex-circuitikz/Makefile
1.8+3-0graphics/tex-circuitikz/PLIST
+17-145 files

NetBSD/src guAVO7esys/kern vfs_init.c

   vfs_attach: reject file system with non-unique fstype

   while currently our fstype values are still unique, given the poor
   hash function used by makefstype [1], it isn't too unlikely for a future
   or out-of-tree file system to have a conflicting value. it's safer
   to reject it explicitly. note that, we can't lightly change the hash
   function because it's exposed as a part of nfs file handles.

   [1] for example, makefstype("qa") == makefstype("uq") == 0x1a5.

   the current list of fstype values used by the in-tree file systems:

       0000064b zfs
       000006a6 udf
       0000070b nfs
       0000072b lfs
       0000073b mfs
       0000076b hfs
       0000078b ffs

    [28 lines not shown]
VersionDeltaFile
1.68+14-2sys/kern/vfs_init.c
+14-21 files

NetBSD/src Q0qY6YDsys/kern kern_lock.c

   kernel_lock_spinout: Fix lock holder check

   * fix the "kernel_lock is still held by someone" check

   * stop asserting holder != curcpu() and comment why
VersionDeltaFile
1.193+18-1sys/kern/kern_lock.c
+18-11 files

NetBSD/pkgsrc WVVdfx5graphics/tex-chemfig Makefile distinfo, graphics/tex-chemfig-doc distinfo Makefile

   tex-chemfig{,-doc}: update to 1.71

   1.7
   1. To draw a horizontal reaction a new environment is provided: \hreac...\endhreac
   2. The strut of the previous atom is no longer added to the argument of \printatom
      The key 'use atom strut', when set to true, reverts to the previous behavior
   3. When 'use atom strut' is 'false', each atom is typeset in a TeX box only once,
      whereas previously it was sometimes 5 times or more
   1.71
   * bugfix: too many incorrect bond connections with the new definition of
     \CF_ifzerodim. Back to the previous definition (macro \CF_ifzerodim used
     only if the key "use atom strut" is true).
   * bugfix: optional argument \chemfig or \chemname taken into account in hreac
     environment.
   * bugfix:in hreac environment, the argument of \^{<dim>} or \>{<dim> }is no
     longer evaluated at 0pt if in ex or em.
   * the macro \name{<name>} has on optionnal argument [<dim>]
   * warning if non empty optional arguments of \schemestart are used
   * the key "name sep" is now set to 1.5ex by default and is the value used
     if the optional argument of \chemname is empty.
VersionDeltaFile
1.11+4-2graphics/tex-chemfig/Makefile
1.11+3-3graphics/tex-chemfig/distinfo
1.11+3-3graphics/tex-chemfig-doc/distinfo
1.11+2-2graphics/tex-chemfig-doc/Makefile
1.3+1-0graphics/tex-chemfig-doc/PLIST
+13-105 files

NetBSD/pkgsrc Mk03yBKdoc CHANGES-2026

   tex package updates
VersionDeltaFile
1.1924+5-1doc/CHANGES-2026
+5-11 files

NetBSD/pkgsrc UuCmdWttextproc/tex-lwarp DESCR distinfo, textproc/tex-lwarp-doc distinfo Makefile

   tex-lwarp{,-doc}: update to 0.921

   Improved accessibility tagging.
   Added documentation for how to use paragraph indentation.
VersionDeltaFile
1.2+17-11textproc/tex-lwarp/DESCR
1.19+4-4textproc/tex-lwarp/distinfo
1.19+4-4textproc/tex-lwarp-doc/distinfo
1.19+3-3textproc/tex-lwarp/Makefile
1.18+3-3textproc/tex-lwarp-doc/Makefile
+31-255 files

NetBSD/pkgsrc Uqy8xV8textproc/tex-latexdiff distinfo Makefile, textproc/tex-latexdiff-doc distinfo Makefile

   tex-latexdiff{,-doc}: update to 1.4.0

   add directive pairs %BEGIN DIF(ADD|DEL), %END DIF(ADD|DEL)
   that causes blocks to be marked up as a whole

   add directive pair %BEGIN DIFNOMARKUP, %END DIFNOMARKUP that
   can suppress markup locally

   add option for letter-level markup for single substituted words,
   controlled by configuration variable MAXCHANGESLETTER, which limits
   this behaviour to a small number of changes.
   By default this is set to 1 - other sensible settings are 0 and 2.
VersionDeltaFile
1.11+4-4textproc/tex-latexdiff-doc/distinfo
1.11+4-4textproc/tex-latexdiff/distinfo
1.17+3-3textproc/tex-latexdiff/Makefile
1.17+3-3textproc/tex-latexdiff-doc/Makefile
1.2+1-1textproc/tex-latexdiff/DESCR
+15-155 files

NetBSD/pkgsrc XXPADmdgraphics/simp Makefile distinfo, graphics/simp/patches patch-.._vendor_x11rb-0.13.2_src_xcb__ffi_raw__ffi_ffi.rs

   simp: undo vendor create hardcoding of libxcb.so path for NetBSD

   patch copied from x11/alacritty.
   While here adjust nasm dependency.
VersionDeltaFile
1.1+27-0graphics/simp/patches/patch-.._vendor_x11rb-0.13.2_src_xcb__ffi_raw__ffi_ffi.rs
1.42+8-2graphics/simp/Makefile
1.21+2-1graphics/simp/distinfo
+37-33 files

NetBSD/pkgsrc-wip f0b3b57syncthing distinfo go-modules.mk

Update syncthing to 2.0.15 and remove lock to go 1.25

Now it seems to run fine with go 1.26
DeltaFile
+177-192syncthing/distinfo
+58-63syncthing/go-modules.mk
+1-5syncthing/Makefile
+236-2603 files

NetBSD/src LwDBPiMusr.bin/telnet commands.c

   Fix reversed logic. Thanks Collin Funk.
VersionDeltaFile
1.82+3-3usr.bin/telnet/commands.c
+3-31 files

NetBSD/src o2Fy0ldsys/dev/hdaudio Makefile.hdaudiodevs, sys/dev/mii Makefile.miidevs

   Fix forward slash to dot typo in a few more places.
   Based on recent pgoyette changes in sys/dev/pci/Makefile.pcidevs rev 1.8
VersionDeltaFile
1.4+3-3sys/dev/hdaudio/Makefile.hdaudiodevs
1.5+2-2sys/dev/mii/Makefile.miidevs
+5-52 files

NetBSD/pkgsrc Q4R0Fmggraphics/oculante Makefile

   oculante: demote nasm to tool dependency (and only on x86)
VersionDeltaFile
1.97+7-3graphics/oculante/Makefile
+7-31 files