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

NetBSD/src klUmvJ3lib/libwrap expandm.c

   libwrap: Replace nonstandard SIZE_T_MAX by standard SIZE_MAX.
VersionDeltaFile
1.14+3-3lib/libwrap/expandm.c
+3-31 files

NetBSD/pkgsrc 5r2tVnOgraphics/librsvg Makefile

   librsvg: additional dylib post-install fixup
VersionDeltaFile
1.188+2-1graphics/librsvg/Makefile
+2-11 files

NetBSD/src jiLP6eslib/libc/gen nlist_elf32.c nlist_ecoff.c, lib/libc/stdio vswscanf.c

   libc: Replace nonstandard SIZE_T_MAX by standard SIZE_MAX.
VersionDeltaFile
1.65+4-4lib/libc/stdlib/jemalloc.c
1.13+3-3lib/libc/stdio/vswscanf.c
1.40+3-3lib/libc/gen/nlist_elf32.c
1.25+3-3lib/libc/gen/nlist_ecoff.c
1.14+3-3lib/libc/gen/nlist_coff.c
1.25+3-3lib/libc/gen/nlist_aout.c
+19-192 files not shown
+25-258 files

NetBSD/src dHJ6w2vbin/ls util.c

   ls(1): Replace nonstandard SIZE_T_MAX by standard SIZE_MAX.
VersionDeltaFile
1.35+3-3bin/ls/util.c
+3-31 files

NetBSD/src GfIqd0Qlibexec/ld.elf_so/arch/vax rtld_start.S

   ld.elf_so: vax: XXX Temporarily disable DEBUG code

   which has been introduced by rtld_start.S,v 1.21:
   https://cvsweb.netbsd.org/bsdweb.cgi/src/libexec/ld.elf_so/arch/vax/rtld_start.S#rev1.21

   Due to this code, /bin/sh dies by `Fatal error`, which results in:
   PR port-vax/60478 releng testbed is busted on VAX
VersionDeltaFile
1.26+2-2libexec/ld.elf_so/arch/vax/rtld_start.S
+2-21 files

NetBSD/src LVtKFwHlib/libedit readline.c

   libedit: Use the standard SIZE_MAX, not nonstandard SIZE_T_MAX.

   Cleanup after:

   PR lib/60593: libedit: buffer overruns and arithmetic overflow
VersionDeltaFile
1.187+3-3lib/libedit/readline.c
+3-31 files

NetBSD/pkgsrc 5lqJISwdevel/go-nbreader Makefile, devel/go-review Makefile

   Revbump all Go packages after Go 1.26 update
VersionDeltaFile
1.44+2-2devel/gotests/Makefile
1.98+2-2devel/go-sys/Makefile
1.36+2-2devel/go-swagger/Makefile
1.52+2-2devel/go-staticcheck/Makefile
1.93+2-2devel/go-review/Makefile
1.90+2-2devel/go-nbreader/Makefile
+12-12205 files not shown
+422-391211 files

NetBSD/pkgsrc 1XQGoo8doc CHANGES-2026

   doc: Updated lang/go126 to 1.26.6
VersionDeltaFile
1.5298+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc 2GrXlp8lang/go version.mk, lang/go125 distinfo PLIST

   go: update to 1.25.13 and 1.26.5 (security)

   These releases include 10 security fixes following the security policy:

   - x/mod/sumdb/tlog: fix transparency log tile verification bypass

     A malicious GOPROXY was previously capable of forging
     up to two sumdb tiles that allow for a requested module
     to bypass the GOSUMDB check and persist attacker-controlled
     module content to a local Go module cache.

     This attack allows for a malicious GOPROXY to serve
     malicious module content that cannot be detected
     by evaluating the transparency log.

     All tiles are now correctly verified against their parents.

     In order to determine if you have been affected:


    [117 lines not shown]
VersionDeltaFile
1.7+4-4lang/go126/distinfo
1.15+4-4lang/go125/distinfo
1.7+8-0lang/go126/PLIST
1.10+8-0lang/go125/PLIST
1.252+3-3lang/go/version.mk
+27-115 files

NetBSD/pkgsrc DrAapA2emulators/ntvcm/files ntvcm.1

   Flipped letters in naem, stupid acronyms...

   Spotted by John D. Baker - thanks!
VersionDeltaFile
1.2+2-2emulators/ntvcm/files/ntvcm.1
+2-21 files

NetBSD/pkgsrc-wip 8a99bf4llama.cpp Makefile.common PLIST, llama.cpp/patches patch-vendor_sheredom_subprocess.h

llama.cpp: update to 0.0.2.10437.

A couple of weeks of commits.
DeltaFile
+0-16llama.cpp/patches/patch-vendor_sheredom_subprocess.h
+6-7llama.cpp/distinfo
+4-4llama.cpp/PLIST
+2-2llama.cpp/Makefile.common
+12-294 files

NetBSD/pkgsrc eiGGdnydoc CHANGES-2026

   doc: Updated sysutils/xplr to 1.1.1
VersionDeltaFile
1.5297+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc BZszzfrsysutils/xplr Makefile cargo-depends.mk

   sysutils/xplr: update to 1.1.1

   What's Changed

       fix(search): fixed a bug that caused results to reshuffle during search.
       other(search): xplr search will default to the default skim algorithm.

   Others:

       deps: upgraded dependencies.
       docs: fix nonexistent util function in upgrade guide by @latent-9 in #777
       ubuntu(snap): @mikoloism helped fix Ubuntu snap build.
VersionDeltaFile
1.66+673-433sysutils/xplr/distinfo
1.41+223-143sysutils/xplr/cargo-depends.mk
1.66+4-4sysutils/xplr/Makefile
+900-5803 files

NetBSD/pkgsrc zU9lRhtdoc CHANGES-2026

   doc: Updated sysutils/dua-cli to 2.42.1
VersionDeltaFile
1.5296+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 13CtVrxsysutils/dua-cli cargo-depends.mk distinfo

   sysutils/dua-cli: update to 2.42.1

   v2.42.1
   *the same as 2.42, and:

   Starting directories with a large amount of files, like 50k, now see a 5x speedup on macOS and Windows as bulk-reading is also done there. Note also that this is still a small absolute difference, 100ms vs 500ms, but a good demonstration of how much large trees with a lot of such directories will benefit by this, as these small absolute improvements accumulate.

   v2.42.0
   The headline or this release is ~30% better traversal performance on macOS due to the usage of bulk-metadata APIs on supported filesytems.
   Bug Fixes

       sanitize control characters in marked path output
       dua-cli's interactive TUI is built on ratatui, which protects the
       paths it renders on screen. But marking a file for deletion and then
       quitting prints that file's path directly to the terminal after the
       TUI has already released terminal control, bypassing ratatui's
       protective rendering entirely. A scanned file's name has no character
       restrictions, so a crafted file name can inject terminal escape
       sequences into the printed path.

    [4 lines not shown]
VersionDeltaFile
1.55+4-4sysutils/dua-cli/distinfo
1.55+4-4sysutils/dua-cli/Makefile
1.42+0-0sysutils/dua-cli/cargo-depends.mk
+8-83 files

NetBSD/src sf28Qo0sys/arch/amiga/dev grf_cl.c, sys/arch/arm/include/arm32 pmap.h

   s/forcably/forcibly/ and couple more typos in comments.
VersionDeltaFile
1.220+3-3sys/miscfs/specfs/spec_vnops.c
1.73+3-3sys/miscfs/genfs/layer_vnops.c
1.27+3-3sys/arch/hppa/hppa/machdep.c
1.59+3-3sys/arch/amiga/dev/grf_cl.c
1.181+2-2sys/arch/arm/include/arm32/pmap.h
+14-145 files

NetBSD/src 5A44wORlib/libedit filecomplete.c

   Fix typo in comment.
VersionDeltaFile
1.76+3-3lib/libedit/filecomplete.c
+3-31 files

NetBSD/src nuD5h9ylib/libedit editline.3

   fix quoting a period
VersionDeltaFile
1.106+2-3lib/libedit/editline.3
+2-31 files