NetBSD/src oC92fIisys/arch/arm/ti ti_edma.c

   evbarm/ti_edma: fix comparison sign

   The comparison sign was the wrong way around. This got masked
   during testing because the driver reverted to PIO mode
   when it couldn't acquire a DMA channel.
VersionDeltaFile
1.8+3-3sys/arch/arm/ti/ti_edma.c
+3-31 files

NetBSD/src wZVGXOxsys/arch/sparc64/sparc64 autoconf.c

   Add missing newline to debug logging when cpu nodes are ignored
VersionDeltaFile
1.254+5-3sys/arch/sparc64/sparc64/autoconf.c
+5-31 files

NetBSD/src t9sAijpbin/sh sh.1

   Fully describe the new dotglob option

   Move it to the correct place in the list of options (these things
   are sorted!) and flesh out the description of what it (now) does a bit.

   While here, fix some minor markup issues in an earlier revision relating
   to the new -c option to the read built-in.
VersionDeltaFile
1.282+40-11bin/sh/sh.1
+40-111 files

NetBSD/pkgsrc xzsvx9Udevel/jj distinfo, devel/jj/patches patch-.._vendor_serde__bser-0.4.0_src_ser_mod.rs

   devel/jj: add a patch to fix the build on big-endian hosts.

   This applies the change from this upstream pull request:
   https://github.com/facebook/watchman/pull/1238

   Admittedly I'm not able to figure out which version of the
   serde_bser crate has the fix and why it's not in devel/jj: the
   crate appears to be version 0.4.0 both in devel/jj and at the head
   of the github development branch, and this fix is in one but
   not the other.

   Reported upstream at https://github.com/jj-vcs/jj/issues/9992.
VersionDeltaFile
1.1+45-0devel/jj/patches/patch-.._vendor_serde__bser-0.4.0_src_ser_mod.rs
1.38+2-1devel/jj/distinfo
+47-12 files

NetBSD/src jEYFZ6ibin/sh expand.c

   sh: fully implement dotglob

   Since dotglob has been created, and is now a sh option, implement
   it fully, not only for filename completion (but not at all in SMALL
   shells).

   When dotglob is enabled '*' (etc) matches filenames beginning with
   a dot (period, '.') as well as everything else.  When it is disabled
   the historic practice of only matching files with names starting with
   a '.' when the pattern starts (that component) with a '.' continues.

   The default (as with most options) is disabled (traditional behaviour).

   Note that the names "." and ".." are unaffected by dotglob, they
   are only ever matched by a pattern starting with '.'.

   Note all of this applies only to filename expansion (aka, glob) and
   libedit's filename completion, and not to any other uses of pattern
   matching in sh.  In all other contexts a '.' is just a character,
   wherever it appears, and is matched just the same as anything else.
VersionDeltaFile
1.152+28-6bin/sh/expand.c
+28-61 files

NetBSD/src reZGxWwlib/libedit editline.3

   Fix typos.

   It not Ir, and DV does not work for Dv.
VersionDeltaFile
1.107+3-3lib/libedit/editline.3
+3-31 files

NetBSD/src N752Gpusys/arch/m68k/m68k pmap_68k.c

   Update to reflect current port-conversion status.
VersionDeltaFile
1.78+7-15sys/arch/m68k/m68k/pmap_68k.c
+7-151 files

NetBSD/src OgIruDxbin/sh option.list

   /bin/sh option list, don't include dotglob in SMALL shells

   dotglob is only (currently) used for file completion via libedit.
   None of that is included in SMALL shells, so the new dotglob option
   is pointless there (just occupies space), just exclude it.
VersionDeltaFile
1.15+2-2bin/sh/option.list
+2-21 files

NetBSD/pkgsrc-wip fbffab6gotosocial Makefile PLIST, gotosocial/files gotosocial.sh

gotosocial: upstream/codeberg version tracking enhancement

Functionnal and cosmetic change. This WIP package should be held back until next gotosocial upstream update.

Add a codeberg tag tracking variable in the Makefile, like many packages pulled from Github for consistency,
easier upstream version changes tracking, and make this package maintenance easier too.

- pkglint
- build using pkgsrc-trunk and bob
- deployed in production
DeltaFile
+1,871-0gotosocial/distinfo
+623-0gotosocial/go-modules.mk
+456-0gotosocial/PLIST
+86-0gotosocial/Makefile
+49-0gotosocial/files/gotosocial.sh
+29-0gotosocial/files/smf/manifest.xml
+3,114-03 files not shown
+3,147-09 files

NetBSD/src KF1BgFFsys/arch/luna68k/conf std.luna68k, sys/arch/news68k/conf std.news68k

   Switch luna68k and news68k over to the new pmap_68k.  Thanks tsutsui@
   for testing!
VersionDeltaFile
1.9+2-2sys/arch/news68k/conf/std.news68k
1.10+2-2sys/arch/luna68k/conf/std.luna68k
+4-42 files

NetBSD/src EUYUhMAlib/libedit filecomplete.c

   Only match "." and ".." if the filename is non-empty & starts with '.',
   regardless of the state of MATCH_HIDDEN_FILES.  That's the way bash
   actually works, and makes sense.

   Also, while here, don't allow calling the completion function to
   alter the "match_hidden_files" setting set by EL_MATCH_HIDDEN_FILES
   (or not permanently, only for the current match process).

   Also, have fn_complete() call fn_complete2() using MATCH_HIDDEN_FILES
   if EL_MATCH_HIDDEN_FILES has been set.   This gives some purpose to
   the global setting, which was otherwise doing nothing at all.

   And make the default be to match hidden files (the way libedit used to
   work) which seems likely to have been the intent.
VersionDeltaFile
1.77+35-8lib/libedit/filecomplete.c
+35-81 files

NetBSD/pkgsrc lfoBR40doc CHANGES-2026

   doc: Updated sysutils/yazi to 26.8.15
VersionDeltaFile
1.5301+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc Hee1HHRsysutils/yazi Makefile cargo-depends.mk

   yazi: update to 26.8.15.

   Added

       Drag and drop (#4005, #4225)
       Trash bin (#4144, #4204, #4212)
       Bulk create (#3793)
       Make help menu a command palette (#4074)
       Input history (#4104)
       Automatic dark/light theme switching (#4196)
       Experimental %y, %Y, %t, %T, %yN, %YN, %tN, %TN shell formatting parameters (#4108)
       Custom VFS provider (#4118)
       Make visual mode support wraparound scrolling (#4101)
       H/M/L Vim-like motion for moving cursor relative to viewport (#3970)
       Context-aware icons for inputs (#4080)
       Show file icons in trash/delete/overwrite confirmations (#4096)
       Dynamic keymap Lua API (#4031)
       Dynamic Lua API for preloader, spotter, fetcher (#4235)
       Configurable border for the which component (#4189)

    [42 lines not shown]
VersionDeltaFile
1.32+859-1,051sysutils/yazi/distinfo
1.28+285-349sysutils/yazi/cargo-depends.mk
1.38+5-2sysutils/yazi/Makefile
+1,149-1,4023 files

NetBSD/pkgsrc O5a60u2doc CHANGES-2026

   doc: Updated devel/compiledb-go to 1.7.0
VersionDeltaFile
1.5300+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc duaOkLpdevel/compiledb-go Makefile go-modules.mk

   compiledb-go: update to 1.7.0.

   feat: update existing compilation database by @fcying in #14
   fix: merge legacy compilation database paths by @fcying in #15
   refactor: harden command parsing and make wrapping by @fcying in #16
   feat: add compiler argument option by @fcying in #17
   feat: add predefined compiler macros by @fcying in #18
   fix: record source commands without -c by @fcying in #19
   fix: align Python compatibility details by @fcying in #20
   dev by @fcying in #21
   fix: harden compiler command detection by @fcying in #22
   feat: improve make integration by @fcying in #23
   feat: embed POSIX shell interpreter by @fcying in #24
   feat: improve platform compatibility by @fcying in #25
   refactor: clarify path handling domains by @fcying in #26
   test: add build log memory benchmarks by @fcying in #27
   refactor: parse shell commands with AST by @fcying in #28
   feat: expand GNU compiler response files by @fcying in #29
   fix: track recursive Make directories by @fcying in #31
   docs: rewrite README by @fcying in #32
VersionDeltaFile
1.11+28-13devel/compiledb-go/distinfo
1.4+8-3devel/compiledb-go/go-modules.mk
1.29+3-4devel/compiledb-go/Makefile
+39-203 files

NetBSD/pkgsrc VQtq7tydoc CHANGES-2026

   doc: Updated databases/p5-DBI to 1.652
VersionDeltaFile
1.5299+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc jxEP9i4databases/p5-DBI Makefile distinfo

   p5-DBI: update to 1.652.

   1.652 - 2026-08-15, H.Merijn Brand & Robert Rothenberg
       * DBI now requires perl-5.12, driven by CVE's
       * Fix test for perl configured without threads (caught by perl-5.45.1)
       * Small doc fix, (issue#155), thanks Dick Franks
       * Add suggested dependency (issue#145), thanks Dick Franks
       * Force placeholder limit on :# and :p# too (CVE-2026-73194)
       * Limit statements to 292 Mb in preparse (CVE-2026-73193)
       * Add a security policy (issue#174)
       * Add dbm_updatable_key attribute to DBD::DBM to configure how keys are updated
       * Fix missing import in DBI::DBD::SqlEngine
       * Fix !Caller2 caller loss when $^P is set (PR#184) (Thanks Paul)
VersionDeltaFile
1.64+4-4databases/p5-DBI/distinfo
1.101+2-3databases/p5-DBI/Makefile
+6-72 files

NetBSD/pkgsrc 5cCB2a7security/zoneminder Makefile

   security/zoneminder: Move to ffmpeg8

   A different program had trouble building with old zoneminder, which
   prompted me to flip to ffmpeg8 and test.
VersionDeltaFile
1.110+5-5security/zoneminder/Makefile
+5-51 files

NetBSD/src 4c6Ct7zusr.sbin/sysinst mbr.c

   sysinst(8): Replace nonstandard SIZE_T_MAX by standard SIZE_T.
VersionDeltaFile
1.50+2-2usr.sbin/sysinst/mbr.c
+2-21 files

NetBSD/src 6PtTMkiusr.sbin/kvm_mkdb nlist_elf32.c nlist_ecoff.c

   kvm_mkdb(8): Replace nonstandard SIZE_T_MAX by standard SIZE_MAX.

   Should we delete this?  It was unhooked from the build in 2003 and it
   no longer builds now:

   /home/riastradh/netbsd/current/src/usr.sbin/kvm_mkdb/kvm_mkdb.c: In function 'main':
   /home/riastradh/netbsd/current/src/usr.sbin/kvm_mkdb/kvm_mkdb.c:133:24: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
     133 |                 dbname = _PATH_KVMDB;
         |                        ^
   /home/riastradh/netbsd/current/src/usr.sbin/kvm_mkdb/kvm_mkdb.c:155:35: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
     155 |                         nlistpath = _PATH_KSYMS;
         |                                   ^
   /home/riastradh/netbsd/current/src/usr.sbin/kvm_mkdb/kvm_mkdb.c:157:35: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
     157 |                         nlistpath = _PATH_UNIX;
         |                                   ^
VersionDeltaFile
1.20+3-3usr.sbin/kvm_mkdb/nlist_elf32.c
1.12+3-3usr.sbin/kvm_mkdb/nlist_ecoff.c
1.9+3-3usr.sbin/kvm_mkdb/nlist_coff.c
+9-93 files

NetBSD/src RKfSHWVusr.bin/wall wall.c

   wall(1): Replace nonstandard SIZE_T_MAX by standard SIZE_MAX.
VersionDeltaFile
1.31+3-3usr.bin/wall/wall.c
+3-31 files

NetBSD/src EEYj2u0usr.bin/tail reverse.c

   tail(1): Replace nonstandard SIZE_T_MAX by standard SIZE_MAX.
VersionDeltaFile
1.25+3-3usr.bin/tail/reverse.c
+3-31 files

NetBSD/src 8jF4ovAusr.bin/spell/spellprog spellprog.c

   spell(1): Replace nonstandard SIZE_T_MAX by standard SIZE_MAX.
VersionDeltaFile
1.11+2-2usr.bin/spell/spellprog/spellprog.c
+2-21 files

NetBSD/src N2wAWeGusr.bin/sdiff sdiff.c

   sdiff(1): Replace nonstandard SIZE_T_MAX by standard SIZE_MAX.
VersionDeltaFile
1.4+5-5usr.bin/sdiff/sdiff.c
+5-51 files

NetBSD/src WcdkCrnusr.bin/fmt fmt.c

   fmt(1): Replace nonstandard SIZE_T_MAX by standard SIZE_MAX.
VersionDeltaFile
1.34+3-3usr.bin/fmt/fmt.c
+3-31 files

NetBSD/src 1LJboCKusr.bin/crunch/crunchide exec_coff.c

   crunch(1): Replace nonstandard SIZE_T_MAX by standard SIZE_MAX.
VersionDeltaFile
1.8+3-3usr.bin/crunch/crunchide/exec_coff.c
+3-31 files

NetBSD/src zQGuh5Ntests/lib/libc/db h_db.c

   tests: Replace nonstandard SIZE_T_MAX by standard SIZE_MAX.

   (Can we remove the #ifdef NOT_PORTABLE now?)
VersionDeltaFile
1.4+3-3tests/lib/libc/db/h_db.c
+3-31 files

NetBSD/src SaYSXagsys/uvm uvm_swap.c

   uvm: Replace nonstandard SIZE_T_MAX by standard SIZE_MAX.
VersionDeltaFile
1.236+3-3sys/uvm/uvm_swap.c
+3-31 files

NetBSD/src ztw96a9sys/ufs/lfs lfs_syscalls.c

   lfs: Replace nonstandard SIZE_T_MAX by standard SIZE_MAX.
VersionDeltaFile
1.181+5-5sys/ufs/lfs/lfs_syscalls.c
+5-51 files

NetBSD/src sRS0cT6sys/arch/i386/stand/lib exec_multiboot2.c

   sys/i386/stand: Replace nonstandard SIZE_T_MAX by standard SIZE_MAX.
VersionDeltaFile
1.10+3-3sys/arch/i386/stand/lib/exec_multiboot2.c
+3-31 files