NetBSD/src zG118jstests/lib/libc t_long_double.c

   tests/libc/long_double: fix sparc64, skip unknown platforms

   On sparc64, the sparc branch was previously taken.

   Skip further platforms as the existing platforms already show enough
   differences to warrant invoking undefined behavior.
VersionDeltaFile
1.8+16-14tests/lib/libc/t_long_double.c
+16-141 files

NetBSD/src k2k2Eeftests/usr.bin/xlint/lint1 t_integration.sh

   tests/lint: increase test timeout on slow platforms
VersionDeltaFile
1.86+4-1tests/usr.bin/xlint/lint1/t_integration.sh
+4-11 files

NetBSD/src y9hpWgOtests/lib/libc/stdio t_printf.c

   tests/t_printf: skip infinity test on vax
VersionDeltaFile
1.20+4-2tests/lib/libc/stdio/t_printf.c
+4-21 files

NetBSD/src 8rOrGcutests/lib/libc/stdio t_printf.c

   tests/t_printf: add debug aid

   On vax, the snprintf_float test can crash with SIGILL. To be able to
   replay the random numbers, print the seed, to be independent from the
   atf-run.log file, as that would involve additional guesswork.
VersionDeltaFile
1.19+2-1tests/lib/libc/stdio/t_printf.c
+2-11 files

NetBSD/src TikjSb9distrib/sparc64/xminiroot Makefile

   bump
VersionDeltaFile
1.38+2-2distrib/sparc64/xminiroot/Makefile
+2-21 files

NetBSD/src BJimcUJsys/dev/ata ata.c

   Avoid crash due to ATABUSIODETACH and ATABUSIOSCAN ioctls.

   Addresses PR kern/60158
VersionDeltaFile
1.172+12-7sys/dev/ata/ata.c
+12-71 files

NetBSD/src xokUososys/dev/ic wdc.c

   Avoid crash due to `atactl atabusX reset` when no drives are attached
VersionDeltaFile
1.314+6-5sys/dev/ic/wdc.c
+6-51 files

NetBSD/src Pst4hfVsys/arch/aarch64/aarch64 pmap_machdep.c

   Provide a PIPT aware pmap_md_page_syncicache for aarch64
VersionDeltaFile
1.10+10-3sys/arch/aarch64/aarch64/pmap_machdep.c
+10-31 files

NetBSD/src VeOkCpXsys/uvm/pmap pmap.c

   Fix two EXECness issues
   - when creating a WX mapping via pmap_enter mark the page as EXEC
   - when pmap_protect adds X then ensure that pmap_page_syncicache is called
     for the page.
VersionDeltaFile
1.87+4-4sys/uvm/pmap/pmap.c
+4-41 files

NetBSD/src eh35wx0sys/dev/pci virtioreg.h virtiovar.h

   TAB/space cleanup.
VersionDeltaFile
1.15+43-43sys/dev/pci/virtioreg.h
1.31+5-5sys/dev/pci/virtiovar.h
+48-482 files

NetBSD/src I4u9YtNshare/man/man3 makedev.3

   PR/60136: Yamamoto Takashi: Document major/minor to reflect reality.
VersionDeltaFile
1.3+10-6share/man/man3/makedev.3
+10-61 files

NetBSD/src USmnYarexternal/bsd/blocklist/diff named.diff

   updare for bind-9.20.22
VersionDeltaFile
1.3+137-192external/bsd/blocklist/diff/named.diff
+137-1921 files

NetBSD/src WyNNxhoexternal/mpl/bind/bin/named Makefile, external/mpl/bind/dist/bin/named main.c

   Put back blocklistd support (requested by Wolfgang Solfrank)
VersionDeltaFile
1.23+6-1external/mpl/bind/dist/bin/named/main.c
1.17+4-1external/mpl/bind/dist/lib/ns/xfrout.c
1.28+4-1external/mpl/bind/dist/lib/ns/client.c
1.7+3-1external/mpl/bind/bin/named/Makefile
1.2+2-1external/mpl/bind/include/ns/pfilter.h
+19-55 files

NetBSD/src XNhaBt4external/bsd/blocklist/etc blocklistd.conf

   fix RFC1918 typo (Ed Maste)
VersionDeltaFile
1.5+1-1external/bsd/blocklist/etc/blocklistd.conf
+1-11 files

NetBSD/src jerbCzMsys/arch/sun2/sun2 machdep.c, sys/arch/sun3/sun3 machdep.c machdep.h

   Use common m68k mm_md_physacc().
VersionDeltaFile
1.128+2-22sys/arch/sun3/sun3x/pmap.c
1.97+2-12sys/arch/sun2/sun2/machdep.c
1.224+2-12sys/arch/sun3/sun3/machdep.c
1.152+2-9sys/arch/sun3/sun3x/machdep.c
1.44+1-2sys/arch/sun3/sun3/machdep.h
+9-575 files

NetBSD/src dPwh7U0distrib/sets/lists/comp mi, distrib/sets/lists/debug mi

   fix sun2 build with MKDEBUG=yes, and MKLINT=yes:
   - libgcc_eh_g.a, libgcc_s_g.a need to be marked as pic only builds
   - llibipsec.ln libipsec_g.a need to be marked as ipsec only builds
   - libnpf_g.a needs to be marked as npf only build
VersionDeltaFile
1.511+5-5distrib/sets/lists/debug/mi
1.2522+2-2distrib/sets/lists/comp/mi
+7-72 files

NetBSD/src kG71lJKsys/arch/hp300/hp300 machdep.c, sys/arch/m68k/m68k m68k_machdep.c

   Re-factor the virt68k mm_md_physacc() into mm_md_physacc_regular(),
   which is a common implementation that uses phys_seg_list[] to verify
   the offset is in regular physical memory.

   Add a mm_md_physacc() alias to mm_md_physacc_regular(), which makes it
   the standard implementation for m68k platforms.  If a platform wishes
   to provide additional access beyond what phys_seg_list[] describes
   (hp300 and x68k fall into this category), they merely need to provide
   a mm_md_physacc() that adds their own filtering in addition to what
   mm_md_physacc_regular() provides.

   Remove several copies of mm_md_physacc() which were obviously just blind
   copies of the hp300 version and incorrect for the platforms that copied
   it (the hp300 has an oddball memory layout).
VersionDeltaFile
1.20+32-2sys/arch/m68k/m68k/m68k_machdep.c
1.228+9-20sys/arch/x68k/x68k/machdep.c
1.39+2-22sys/arch/virt68k/virt68k/machdep.c
1.138+2-18sys/arch/news68k/news68k/machdep.c
1.267+10-7sys/arch/hp300/hp300/machdep.c
1.191+2-9sys/arch/mvme68k/mvme68k/machdep.c
+57-784 files not shown
+68-10610 files

NetBSD/src NLdVnuQsys/arch/x68k/conf files.x68k, sys/arch/x68k/include vmparam.h

   Use phys_seg_list[] / machine_init_common() / shared dumpsys().
VersionDeltaFile
1.227+30-302sys/arch/x68k/x68k/machdep.c
1.43+4-1sys/arch/x68k/include/vmparam.h
1.101+2-1sys/arch/x68k/conf/files.x68k
+36-3043 files

NetBSD/src qzoWnU8sys/arch/luna68k/luna68k machdep.c, sys/arch/m68k/m68k dumpsys.c

   Re-factor dumpsys() and related functions.  This requires the platform
   to use phys_seg_list[] to describe the RAM.
VersionDeltaFile
1.1+323-0sys/arch/m68k/m68k/dumpsys.c
1.190+2-277sys/arch/mvme68k/mvme68k/machdep.c
1.38+2-277sys/arch/virt68k/virt68k/machdep.c
1.141+2-222sys/arch/next68k/next68k/machdep.c
1.137+2-216sys/arch/news68k/news68k/machdep.c
1.128+2-204sys/arch/luna68k/luna68k/machdep.c
+333-1,1968 files not shown
+352-1,40714 files

NetBSD/src GRIxT22crypto/external/bsd/openssh/dist crypto_api.h bcrypt_pbkdf.c

   fix sun2 build.
VersionDeltaFile
1.8+2-2crypto/external/bsd/openssh/dist/crypto_api.h
1.5+2-0crypto/external/bsd/openssh/dist/bcrypt_pbkdf.c
+4-22 files

NetBSD/src wCJZZEmsys/arch/evbmips/conf files.sbmips, sys/arch/sbmips/conf files.sbmips

   s/macdep/machdep/ in comments.
VersionDeltaFile
1.19+2-2sys/arch/sbmips/conf/files.sbmips
1.6+2-2sys/arch/evbmips/conf/files.sbmips
+4-42 files

NetBSD/src TrmjpY5doc CHANGES

   new xz.
VersionDeltaFile
1.3246+2-1doc/CHANGES
+2-11 files

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

   bump liblzma.
VersionDeltaFile
1.1036+3-3distrib/sets/lists/base/shl.mi
1.396+3-3distrib/sets/lists/debug/shl.mi
+6-62 files

NetBSD/src 40Bg994external/public-domain/xz/dist configure configure.ac, external/public-domain/xz/dist/build-aux config.guess

   merge changes between 5.2.4 and 5.8.3
VersionDeltaFile
1.3+16,223-11,609external/public-domain/xz/dist/configure
1.3+1,025-681external/public-domain/xz/dist/build-aux/config.guess
1.6+673-121external/public-domain/xz/dist/configure.ac
1.4+478-313external/public-domain/xz/dist/src/xz/list.c
1.2+600-166external/public-domain/xz/dist/src/common/tuklib_integer.h
1.10+229-83external/public-domain/xz/include/config.h
+19,228-12,97321 files not shown
+19,583-13,09127 files

NetBSD/src Cow4FmLsys/arch/xen/conf files.xen

   s/peudo/pseudo/ in comment.
VersionDeltaFile
1.190+2-2sys/arch/xen/conf/files.xen
+2-21 files

NetBSD/src E7kpWUUexternal/public-domain/xz/dist configure ChangeLog, external/public-domain/xz/dist/po4a pt_BR.po fr.po

   Import xz-5.8.3 (previous was 5.2.4)

   5.8.3 (2026-03-31)

       * liblzma:

           - Fix a buffer overflow in lzma_index_append(): If
             lzma_index_decoder() was used to decode an Index that
             contained no Records, the resulting lzma_index was left in
             a state where where a subsequent lzma_index_append() would
             allocate too little memory, and a buffer overflow would occur.

             The lzma_index functions are rarely used by applications
             directly. In the few applications that do use these functions,
             the combination of function calls required to trigger this bug
             are unlikely to exist, because there typically is no reason to
             append Records to a decoded lzma_index. Thus, it's likely that
             this bug cannot be triggered in any real-world application.


    [37 lines not shown]
VersionDeltaFile
1.1.1.2+16,704-12,095external/public-domain/xz/dist/configure
1.1.1.5+17,605-3,768external/public-domain/xz/dist/ChangeLog
1.1+4,003-0external/public-domain/xz/dist/po4a/pt_BR.po
1.1+3,978-0external/public-domain/xz/dist/po4a/fr.po
1.1+3,936-0external/public-domain/xz/dist/po4a/ro.po
1.1+3,919-0external/public-domain/xz/dist/po4a/de.po
+50,145-15,863728 files not shown
+175,036-29,215734 files

NetBSD/src Mwuqui4lib/libc/nameser ns_print.c, lib/libc/resolv res_debug.c

   Check inet_ntop(3) return value.
VersionDeltaFile
1.14+13-8lib/libc/nameser/ns_print.c
1.21+9-4lib/libc/resolv/res_debug.c
+22-122 files

NetBSD/src Z1YGWMEdoc 3RDPARTY CHANGES

   new OpenSSH
VersionDeltaFile
1.2182+3-3doc/3RDPARTY
1.3245+2-1doc/CHANGES
+5-42 files

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

   bump libssh
VersionDeltaFile
1.395+2-2distrib/sets/lists/debug/shl.mi
1.1035+2-2distrib/sets/lists/base/shl.mi
+4-42 files

NetBSD/src Jcrdmlmcrypto/external/bsd/openssh/dist libcrux_mlkem768_sha3.h channels.c, crypto/external/bsd/openssh/dist/moduli-gen moduli.2048 moduli.3072

   Merge changes between OpenSSH-10.2 and 10.3
VersionDeltaFile
1.3+6,619-7,201crypto/external/bsd/openssh/dist/libcrux_mlkem768_sha3.h
1.22+1,180-57crypto/external/bsd/openssh/dist/moduli-gen/moduli.2048
1.24+521-73crypto/external/bsd/openssh/dist/moduli-gen/moduli.3072
1.48+218-210crypto/external/bsd/openssh/dist/channels.c
1.24+309-70crypto/external/bsd/openssh/dist/moduli-gen/moduli.4096
1.24+225-80crypto/external/bsd/openssh/dist/moduli-gen/moduli.6144
+9,072-7,691131 files not shown
+11,752-9,366137 files