NetBSD/src prfe8mbsys/arch/macppc/dev lightbar.c i2sreg.h

   de-obfuscate i2s register use in lightbar
VersionDeltaFile
1.5+6-5sys/arch/macppc/dev/lightbar.c
1.3+6-2sys/arch/macppc/dev/i2sreg.h
+12-72 files

NetBSD/src pP8aDPcshare/mk bsd.own.mk

   bsd.own.mk: sort various lists and expressions

   Sort various lists of variables.
   (Manually) sort various .if expressions on platform name.
   Should be no functional change, but easier to cross-check mk.conf(5).
VersionDeltaFile
1.1474+131-107share/mk/bsd.own.mk
+131-1071 files

NetBSD/pkgsrc FFJx9trchat/gomuks Makefile, chat/matterircd Makefile

   Revbump all Go packages after security update
VersionDeltaFile
1.59+2-2chat/gomuks/Makefile
1.88+2-2chat/matterircd/Makefile
1.24+2-2chat/neonmodem/Makefile
1.44+2-2chat/senpai/Makefile
1.13+2-2chat/soju/Makefile
1.31+2-2chat/ssh-chat/Makefile
+12-12197 files not shown
+406-388203 files

NetBSD/pkgsrc Vg8NUL8doc CHANGES-2026

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

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

   go: update to 1.25.9 and 1.26.2 (security).

   These releases include 10 security fixes following the security policy
   <https://go.dev/doc/security/policy>:

   - os: Root.Chmod can follow symlinks out of the root on Linux

     On Linux, if the target of Root.Chmod is replaced with a symlink while
     the chmod operation is in progress, Chmod could operate on the target
     of the symlink, even when the target lies outside the root.

     The Linux fchmodat syscall silently ignores the AT_SYMLINK_NOFOLLOW flag,
     which Root.Chmod uses to avoid symlink traversal. Root.Chmod checks its
     target before acting and returns an error if the target is a symlink
     lying outside the root, so the impact is limited to cases where the
     target is replaced with a symlink between the check and operation.

     On Linux, Root.Chmod now uses the fchmodat2 syscall when available, and
     an workaround using /proc/self/fd otherwise.

    [140 lines not shown]
VersionDeltaFile
1.3+18-0lang/go126/PLIST
1.6+14-0lang/go125/PLIST
1.11+4-4lang/go125/distinfo
1.3+4-4lang/go126/distinfo
1.247+3-3lang/go/version.mk
+43-115 files

NetBSD/src NxQadVMusr.sbin/npf/npfctl npf.conf.5

   New sentence, new line. Remove superfluous Pp.
VersionDeltaFile
1.108+4-6usr.sbin/npf/npfctl/npf.conf.5
+4-61 files

NetBSD/src KFpBRN7share/man/man5 mk.conf.5

   mk.conf(5): sync with bsd.own.mk 1.1473

   Sort variables in the list: MKAUTOFS, MKKERNFS, MKNLS,

   Update supported platforms per bsd.own.mk changes, including using
   the tested variable (MACHINE vs MACHINE_ARCH):
   MKAMDGPUFIRMWARE, MKCTF, MKDTB, MKFIRMWARE, MKLIBCXX, MKPIE, MKPROFILE,
   MKRELRO, MKSLJIT, MKSOFTFLOAT, MKZFS, USE_SSP, USE_XZ_SETS.

   Sort platforms in: MKXORG_SERVER.

   Document MKGDBSERVER.

   Add NetBSD 10 and NetBSD 11 to RUMP_NBCOMPAT.

   USE_SSP is also controlled by NOFORT.

   Cross reference npf(7) for MKNPF.

   Editorial fixes, including consistent punctuation.
VersionDeltaFile
1.122+95-53share/man/man5/mk.conf.5
+95-531 files

NetBSD/src KuWMsCusys/arch/dreamcast/dreamcast machdep.c, sys/arch/hpcsh/hpcsh machdep.c

   G/C the do-nothing module_init_md() now that there's a global weak
   equivalent.
VersionDeltaFile
1.309+2-14sys/arch/mips/mips/mips_machdep.c
1.25+2-13sys/arch/landisk/landisk/machdep.c
1.81+2-13sys/arch/hpcsh/hpcsh/machdep.c
1.26+2-12sys/arch/hppa/hppa/machdep.c
1.48+2-12sys/arch/dreamcast/dreamcast/machdep.c
1.50+2-12sys/arch/riscv/riscv/riscv_machdep.c
+12-766 files not shown
+23-13112 files

NetBSD/src tmxgFJBsys/arch/atari/atari machdep.c, sys/arch/cesfic/cesfic machdep.c

   G/C the do-nothing module_init_md() now that there's a global weak
   equivalent.
VersionDeltaFile
1.204+2-12sys/arch/atari/atari/machdep.c
1.88+2-12sys/arch/cesfic/cesfic/machdep.c
1.265+2-12sys/arch/hp300/hp300/machdep.c
1.127+2-12sys/arch/luna68k/luna68k/machdep.c
1.384+2-12sys/arch/mac68k/mac68k/machdep.c
1.189+2-12sys/arch/mvme68k/mvme68k/machdep.c
+12-728 files not shown
+28-16614 files

NetBSD/src K6R7020bin/df df.c

   df: Rename nbytes to value in prthumanval (not always bytes)
VersionDeltaFile
1.107+5-5bin/df/df.c
+5-51 files

NetBSD/src 4jVp5dpbin/df df.c

   df: Add human-readable inode counts
VersionDeltaFile
1.106+35-19bin/df/df.c
+35-191 files

NetBSD/src BN4kN8qlib/npf/ext_route npfext_route.c, sys/modules/npf_ext_route Makefile

   Add Policy based routing by interface in NPF
VersionDeltaFile
1.1+478-0sys/net/npf/npf_ext_route.c
1.1+71-0lib/npf/ext_route/npfext_route.c
1.1+11-0sys/modules/npf_ext_route/Makefile
1.107+7-3usr.sbin/npf/npfctl/npf.conf.5
1.24+7-1sys/net/npf/npf_rproc.c
1.68+6-1usr.sbin/npf/npfctl/npfctl.c
+580-511 files not shown
+613-1217 files

NetBSD/src XoT5VsPdistrib/sets/lists/base shl.mi, distrib/sets/lists/debug shl.mi

   bump libdns
VersionDeltaFile
1.1033+2-2distrib/sets/lists/base/shl.mi
1.393+2-2distrib/sets/lists/debug/shl.mi
+4-42 files

NetBSD/src RtEuKXXdoc 3RDPARTY CHANGES

   new bind
VersionDeltaFile
1.2180+4-4doc/3RDPARTY
1.3243+2-1doc/CHANGES
+6-52 files

NetBSD/src LB3LcJxexternal/mpl/bind/dist/lib/dns qpzone.c diff.c, external/mpl/bind/dist/tests/dns qpzone_test.c rdata_test.c

   Merge changes between 9.20.18 and 9.20.22
VersionDeltaFile
1.4+0-2,336external/mpl/bind/dist/tests/isc/regex_test.c
1.5+333-47external/mpl/bind/dist/lib/dns/qpzone.c
1.5+308-1external/mpl/bind/dist/tests/dns/qpzone_test.c
1.12+155-152external/mpl/bind/dist/lib/dns/diff.c
1.7+129-59external/mpl/bind/dist/tests/dns/rdata_test.c
1.20+97-43external/mpl/bind/dist/lib/dns/validator.c
+1,022-2,638423 files not shown
+2,409-3,399429 files

NetBSD/src im2qmWkexternal/mpl/bind/dist/bin/tests/system/allow_query tests.sh, external/mpl/bind/dist/bin/tests/system/dnstap tests.sh

   Import bind-9.20.22 (previous was 9.20.18)

   Notes for BIND 9.20.22
   Security Fixes
   Fix crash when reconfiguring zone update policy during active updates.
   We fixed a crash that could occur when running rndc reconfig to change a zone's
   update policy (e.g., from allow-update to update-policy) while DNS UPDATE
   requests were being processed for that zone. ISC would like to thank Vitaly
   Simonovich for bringing this issue to our attention. [GL #5817]

   Bug Fixes
   Fix intermittent named crashes during asynchronous zone operations.
   Asynchronous zone loading and dumping operations occasionally dispatched tasks
   to the wrong internal event loop. This threading violation triggered internal
   safety assertions that abruptly terminated named. Strict loop affinity is now
   enforced for these tasks, ensuring they execute on their designated threads and
   preventing the crashes. [GL #4882]

   Count temporal problems with DNSSEC validation as attempts.

    [160 lines not shown]
VersionDeltaFile
1.1+2,837-0external/mpl/bind/dist/bin/tests/system/serve_stale/tests.sh
1.1+738-0external/mpl/bind/dist/bin/tests/system/allow_query/tests.sh
1.1+551-0external/mpl/bind/dist/bin/tests/system/xfer/tests_xfer.py
1.1.1.13+219-322external/mpl/bind/dist/bin/tests/system/dnstap/tests.sh
1.1+490-0external/mpl/bind/dist/bin/tests/system/nsec3/ans7/ans.py
1.1.1.5+369-116external/mpl/bind/dist/bin/tests/system/isctest/asyncserver.py
+5,204-4381,236 files not shown
+33,054-3,9541,242 files

NetBSD/src LVURiNllib/libc/db/hash hash.h

   s/numberered/numbered/ in comment.
VersionDeltaFile
1.18+2-2lib/libc/db/hash/hash.h
+2-21 files

NetBSD/src rnYMGWWsys/arch/hppa/dev summitfb.c, sys/arch/hppa/doc ngle_manual.txt

   fix various typos, mainly in comments.
VersionDeltaFile
1.7+5-5sys/arch/hppa/doc/ngle_manual.txt
1.39+3-3sys/arch/hppa/dev/summitfb.c
1.74+3-3sys/arch/mac68k/dev/adb_direct.c
1.4+3-3sys/arch/macppc/dev/lightbar.c
1.17+3-3sys/arch/mips/rmi/rmixl_pcie.c
1.20+3-3sys/arch/mips/rmi/rmixl_pcix.c
+20-2018 files not shown
+64-6424 files

NetBSD/src bVNs1Vosbin/blkdiscard blkdiscard.8

   blkdiscard.8: correct a detail in the history section
VersionDeltaFile
1.4+2-2sbin/blkdiscard/blkdiscard.8
+2-21 files

NetBSD/pkgsrc z0lgn9Adoc CHANGES-2026

   doc: Updated meta-pkgs/xfce4 to 4.20.0nb16
VersionDeltaFile
1.2145+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc pUpbxl0meta-pkgs/xfce4 Makefile

   xfce4: bump for xfce4-desktop 4.20.2 & xfce4-thunar 4.20.8
VersionDeltaFile
1.167+4-4meta-pkgs/xfce4/Makefile
+4-41 files

NetBSD/pkgsrc bWwpwXKdoc CHANGES-2026

   doc: Updated sysutils/xfce4-thunar to 4.20.8
VersionDeltaFile
1.2144+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 7wpHXmssysutils/xfce4-thunar distinfo Makefile

   xfce4-thunar: update to 4.20.8

   4.20.8 (2026-03-28)
   ======
   - Store pending column size changes on close (#1318)
   - Pass current dir to catfish (#1785)
   - Ignore G_IO_ERROR_NOT_SUPPORTED (#1782)
   - Translation Updates:
     Slovenian, Turkish
VersionDeltaFile
1.48+4-4sysutils/xfce4-thunar/distinfo
1.115+2-2sysutils/xfce4-thunar/Makefile
+6-62 files

NetBSD/pkgsrc Guxj01ldoc CHANGES-2026

   doc: Updated x11/xfce4-desktop to 4.20.2
VersionDeltaFile
1.2143+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc DsUULIPx11/xfce4-desktop distinfo Makefile

   xfce4-desktop: update to 4.20.2

   4.20.2 (2026-03-27)
   ======
   - I18n: Update po/LINGUAS list
   - Fix criticals in g_file_info_get_name with trashed files
   - I18n: Update po/LINGUAS list
   - Fix a use-after-free crash in the icon unplace/removal code
   - Fix column boundary check in xfdesktop_icon_view_unplace_item
   - Mark shortcut editor group names as translatable
   - Ensure src icon & parent are writable and can be moved more thoroughly
   - autotools: ensure xfdesktop-settings links with libxfce4util
   - Don't limit number of templates shown in the 'Create Document' menu
   - Add gradient benchmarking test binary to .gitignore
   - Add test-gradient-benchmarking to autotools build
   - Set up for new machinery to automatically update copyright year
   - I18n: Update po/LINGUAS list
   - Translation Updates:
     Albanian, Amharic, Arabic, Armenian (Armenia), Asturian, Azerbaijani,

    [10 lines not shown]
VersionDeltaFile
1.44+4-4x11/xfce4-desktop/distinfo
1.120+2-3x11/xfce4-desktop/Makefile
1.38+3-0x11/xfce4-desktop/PLIST
+9-73 files

NetBSD/pkgsrc xm7O3T4doc CHANGES-2026

   doc: Updated editors/vim-share to 9.2.0319
VersionDeltaFile
1.2142+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 1J3Ldtteditors/vim-share distinfo version.mk

   Security update to 9.2.0319.

   Changes:
   - patch 9.2.0319: popup: rendering issues with partially transparent popups
   - patch 9.2.0318: cannot configure opacity for popup menu
   - runtime(doc): document gitcommit_summary_length
   - runtime(bitbake): Update syntax script
   - patch 9.2.0317: listener functions do not check secure flag
   - patch 9.2.0316: [security]: command injection in netbeans interface via defineAnnoType
   - runtime(doc): clarify incsearch feature and typed chars
VersionDeltaFile
1.229+4-4editors/vim-share/distinfo
1.165+2-2editors/vim-share/version.mk
+6-62 files

NetBSD/src xQSKcQwsys/uvm/pmap pmap.c

   s/referened/referenced/ in log message.
VersionDeltaFile
1.86+3-3sys/uvm/pmap/pmap.c
+3-31 files

NetBSD/src SUORAixlib/libc/softfloat/bits64 softfloat.c

   libc/softfloat: prevent undefined behavior in floating point conversions

   See the previous commit for details.

   The same code pattern occur in the bits32 implementation, as well as in
   other copies of the same upstream code, for example in libkern.
VersionDeltaFile
1.22+9-9lib/libc/softfloat/bits64/softfloat.c
+9-91 files

NetBSD/src Iskw6mytests/usr.bin/xlint/lint1 queries.c t_usage.sh, usr.bin/xlint/lint1 tree.c err.c

   lint: add query for negation of minimum signed value

   This helped double-check that the remaining negations in the
   softfloat/bits64 code are fine. There are some false positives, due to
   int16 being typedef'd to int, thus being int32 realistically.
VersionDeltaFile
1.37+25-2tests/usr.bin/xlint/lint1/queries.c
1.711+19-2usr.bin/xlint/lint1/tree.c
1.29+4-4tests/usr.bin/xlint/lint1/t_usage.sh
1.282+3-2usr.bin/xlint/lint1/err.c
+51-104 files