NetBSD/src 73OK2Uvusr.sbin/npf/npfctl npf_build.c

   PR lib/60740

   provide more context into npf reload failures with const tables.
VersionDeltaFile
1.67+3-1usr.sbin/npf/npfctl/npf_build.c
+3-11 files

NetBSD/src BUP0pDNusr.sbin/npf/npfctl npf_build.c

   revert changes, not intended to be committed
VersionDeltaFile
1.66+0-2usr.sbin/npf/npfctl/npf_build.c
+0-21 files

NetBSD/src StKyutFsys/dev/sbus cgtwelve.c

   support a hardware cursor by scribbling into the mono overlay
   TODO:
   - proper on/off
   - handle hotspot and the cursor shifting off screen to the top / left
VersionDeltaFile
1.10+249-5sys/dev/sbus/cgtwelve.c
+249-51 files

NetBSD/src zZGMs3osys/net if.c, sys/net/npf npf_os.c npf_handler.c

   revert changes, not meant to be committed
VersionDeltaFile
1.11+20-26sys/net/npf/npf_ext_route.c
1.57+0-8sys/net/npf/npf_handler.c
1.28+0-3sys/net/npf/npf_os.c
1.541+2-0sys/net/if.c
+22-374 files

NetBSD/src BwqYhnQsys/net if.c, sys/net/npf npf_os.c npf_handler.c

   usr.sbin/npf/npfctl/npf_build.c
VersionDeltaFile
1.10+27-21sys/net/npf/npf_ext_route.c
1.56+9-1sys/net/npf/npf_handler.c
1.540+2-4sys/net/if.c
1.27+4-1sys/net/npf/npf_os.c
1.65+3-1usr.sbin/npf/npfctl/npf_build.c
+45-285 files

NetBSD/src Jh02Zvptests/net/ipsec t_ipsec_policy.c

   t_ipsec_policy: Skip if IPsec is disabled in the kernel.

   Currently failing on the sparc testbed with ENOPROTOOPT, which likely
   indicates that IPsec is disabled on that host -- although other IPsec
   tests are passing just fine?  Maybe they all use rump?

   XXX Should maybe do this as a rumpy test instead so we can always
   ensure IPsec is enabled.

   PR kern/60669: netipsec key_sp2msg buffer overrun
VersionDeltaFile
1.5+10-2tests/net/ipsec/t_ipsec_policy.c
+10-21 files

NetBSD/src U3XiS4Stests/net/ipsec t_ipsec_policy.c

   t_ipsec_policy: Send all output to stderr.

   This way it doesn't get separated in atf output, so you can see which
   subcases correspond to which check failures.

   PR kern/60669: netipsec key_sp2msg buffer overrun
VersionDeltaFile
1.4+11-11tests/net/ipsec/t_ipsec_policy.c
+11-111 files

NetBSD/src uq8qJJgsys/opencrypto cryptodev.c

   opencrypto(9): Fix mistakes in previous attempt to plug leaks.

   1. Common error branch is now also used when cse is null.

   2. Missed a spot in using the common error branch.

   PR kern/60281: crypto(4): bugs in reference counting and test
VersionDeltaFile
1.139+5-4sys/opencrypto/cryptodev.c
+5-41 files

NetBSD/src SdTRt8Btests/crypto/opencrypto t_opencrypto.sh

   t_opencrypto: Get stack traces on test failures.

   PR kern/60281: crypto(4): bugs in reference counting and test
VersionDeltaFile
1.15+11-1tests/crypto/opencrypto/t_opencrypto.sh
+11-11 files

NetBSD/src RwJcD86sys/miscfs/fifofs fifo_vnops.c, tests/lib/libc/sys t_mkfifo.c

   fifo: Fix race between open and signal.

   The problem is:

   thread A                        thread B
   --------                        --------
   enter open("fifo", O_WRONLY)
   -> fi_writers++
   -> sleep since fi_readers == 0
                                   enter open("fifo", O_RDONLY)
                                   -> fi_readers++
                                   -> succeed since fi_writers > 0
                                   open succeeds with fd
                                   enter close(fd)
                                   -> fi_readers--
                                   close succeeds
   *SIGALRM*
   -> fi_writers--
   open fails with EINTR

    [45 lines not shown]
VersionDeltaFile
1.92+17-6sys/miscfs/fifofs/fifo_vnops.c
1.6+2-4tests/lib/libc/sys/t_mkfifo.c
+19-102 files

NetBSD/src J02IBPttests/lib/libc/sys t_mkfifo.c

   t_mkfifo: Add test for PR kern/59578.

   The problem is:

   thread A                        thread B
   --------                        --------
   enter open("fifo", O_WRONLY)
   -> fi_writers++
   -> sleep since fi_readers == 0
                                   enter open("fifo", O_RDONLY)
                                   -> fi_readers++
                                   -> return since fi_writers > 0
                                   open succeeds with fd
                                   enter close(fd)
                                   -> fi_readers--
                                   close succeeds
   *SIGALRM*
   -> fi_writers--
   open fails with EINTR

    [17 lines not shown]
VersionDeltaFile
1.5+304-3tests/lib/libc/sys/t_mkfifo.c
+304-31 files

NetBSD/src jbGkoDndoc CHANGES-11.1

   Tickets #487 - #491
VersionDeltaFile
1.1.2.16+32-1doc/CHANGES-11.1
+32-11 files

NetBSD/src Je1YL6dsys/dev/ic mk48txxvar.h mk48txx.c

   Apply patch, requested by jdc in ticket #491:

        sys/dev/ic/mk48txx.c
        sys/dev/ic/mk48txxvar.h

   mk48txx(4): handle TODR difference between current and 11
VersionDeltaFile
1.28.34.2+8-9sys/dev/ic/mk48txx.c
1.7.100.2+3-1sys/dev/ic/mk48txxvar.h
+11-102 files

NetBSD/src t0ssLkMsys/arch/atari/atari bus.c

   Pull up following revision(s) (requested by tsutsui in ticket #490):

        sys/arch/atari/atari/bus.c: revision 1.71

   Make sure to pass an allocation strategy (VM_BESTFIT) to vmem_alloc().
VersionDeltaFile
1.69.4.1+3-3sys/arch/atari/atari/bus.c
+3-31 files

NetBSD/src NmZuUmhshare/man/man4 virtio_mmio.4 virtio.4

   Pull up following revision(s) (requested by andvar in ticket #489):

        share/man/man4/virtio.4: revision 1.14
        share/man/man4/virtio_mmio.4: file removal
        share/man/man4/virtio.4: revision 1.12
        share/man/man4/virtio.4: revision 1.13

   virtio(4): combine virtio and virtio_mmio man pages.

   While here, add missing VirtIO devices and improve grammar and text.
   virtio_mmio.4 was present in the source tree but never installed.
   remove virtio_mmio.4, which was combined with virtio(4).
   virtio(4): improve text and remove technical details not relevant to users.

   Do not mention virtio_mmio directly.

   Simplify wording were possible.

   pv(4) usage examples and author credits should likely be added in the future.

    [7 lines not shown]
VersionDeltaFile
1.11.2.1+44-13share/man/man4/virtio.4
1.2.2.1+1-1share/man/man4/virtio_mmio.4
+45-142 files

NetBSD/src xFs8Hd6distrib/sets/lists/comp mi, lib/libcurses Makefile

   Pull up following revision(s) (requested by andvar in ticket #488):

        distrib/sets/lists/comp/mi: revision 1.2530
        lib/libcurses/Makefile: revision 1.97

   Add a man page for wgetscrreg.3
VersionDeltaFile
1.96.6.1+3-2lib/libcurses/Makefile
1.2497.2.9+4-1distrib/sets/lists/comp/mi
+7-32 files

NetBSD/src N5fcotmdistrib/sets/lists/man mi, distrib/sets/lists/manhtml mi

   Pull up following revision(s) (requested by andvar in ticket #487):

        distrib/sets/lists/manhtml/mi: revision 1.59
        share/man/man4/Makefile: revision 1.756
        distrib/sets/lists/man/mi: revision 1.1841
        distrib/sets/lists/man/mi: revision 1.1842

   build and install pv(4) man page.

   Add omitted catman entry for pv(4).
VersionDeltaFile
1.747.2.4+3-3share/man/man4/Makefile
1.1808.2.8+3-1distrib/sets/lists/man/mi
1.30.2.8+2-1distrib/sets/lists/manhtml/mi
+8-53 files

NetBSD/src 3qXcVxEdoc CHANGES-10.3

   Remove entry for backed-out #1341
VersionDeltaFile
1.1.2.4+1-965doc/CHANGES-10.3
+1-9651 files

NetBSD/src 1lpCzgNcrypto/external/bsd/openssl/dist/crypto/aes/asm aes-x86_64.pl bsaes-x86_64.pl, crypto/external/bsd/openssl/dist/include/openssl bio.h.in

   Backout ticket #1341 - it needs to be redone differently.
VersionDeltaFile
1.2.8.4+3,243-0crypto/external/bsd/openssl/dist/crypto/aes/asm/bsaes-x86_64.pl
1.7.8.4+2,927-0crypto/external/bsd/openssl/dist/crypto/aes/asm/aes-x86_64.pl
1.11.2.5+3-622crypto/external/bsd/openssl/dist/test/evp_extra_test.c
1.1.1.1.2.6+1-396crypto/external/bsd/openssl/dist/test/endecode_test.c
1.2.2.6+163-166crypto/external/bsd/openssl/lib/libcrypto/man/migration_guide.7
1.2.2.5+117-117crypto/external/bsd/openssl/dist/include/openssl/bio.h.in
+6,454-1,301954 files not shown
+11,841-10,567960 files

NetBSD/src 2xvy58Kshare/mk bsd.own.mk

   switch everyone to jemalloc.old
VersionDeltaFile
1.1486+3-3share/mk/bsd.own.mk
+3-31 files

NetBSD/src bqboU65external/bsd/jemalloc.old/lib Makefile Makefile.inc

   merge conflicts
VersionDeltaFile
1.8+11-3external/bsd/jemalloc.old/lib/Makefile.inc
1.4+1-1external/bsd/jemalloc.old/lib/Makefile
+12-42 files

NetBSD/src NwenNjFexternal/bsd/jemalloc.old/dist config.log, external/bsd/jemalloc.old/dist/bin jeprof

   Import the jemalloc version from -current to jemailoc.old
VersionDeltaFile
1.1+5,816-0external/bsd/jemalloc.old/dist/bin/jeprof
1.1+4,603-0external/bsd/jemalloc.old/dist/config.log
1.1+3,967-0external/bsd/jemalloc.old/dist/doc/jemalloc.xml
1.1.1.3+1,347-1,432external/bsd/jemalloc.old/dist/test/unit/SFMT.c
1.1.1.3+1,506-1,174external/bsd/jemalloc.old/dist/src/ctl.c
1.1.1.3+607-1,626external/bsd/jemalloc.old/dist/src/jemalloc.c
+17,846-4,232711 files not shown
+70,862-26,896717 files

NetBSD/src cRwXlQlcrypto/external/bsd/openssh/dist sk-api.h ssh-sk.h

   Add missing NetBSD CVSID's
VersionDeltaFile
1.2+41-1crypto/external/bsd/openssh/dist/ed25519-openssl.c
1.2+29-8crypto/external/bsd/openssh/dist/sshsig.h
1.2+27-1crypto/external/bsd/openssh/dist/srclimit.h
1.2+7-13crypto/external/bsd/openssh/dist/addr.h
1.2+14-2crypto/external/bsd/openssh/dist/ssh-sk.h
1.2+12-3crypto/external/bsd/openssh/dist/sk-api.h
+130-288 files not shown
+157-3114 files

NetBSD/src DbStqGAdoc CHANGES

   new OpenSSH
VersionDeltaFile
1.3297+2-1doc/CHANGES
+2-11 files

NetBSD/src 7CFnNagdoc 3RDPARTY

   Bump OpenSSH, update comment for jemalloc
VersionDeltaFile
1.2252+5-4doc/3RDPARTY
+5-41 files

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

   bump libssh.so
VersionDeltaFile
1.1051+3-3distrib/sets/lists/base/shl.mi
1.415+2-2distrib/sets/lists/debug/shl.mi
+5-52 files

NetBSD/src ZM5wukycrypto/external/bsd/openssh/lib ssh.expsym

   update symbols
VersionDeltaFile
1.6+25-1crypto/external/bsd/openssh/lib/ssh.expsym
+25-11 files

NetBSD/src oRTwrOPcrypto/external/bsd/openssh/lib shlib_version

   bump libssh
VersionDeltaFile
1.43+3-3crypto/external/bsd/openssh/lib/shlib_version
+3-31 files

NetBSD/src eEPTXbwcrypto/external/bsd/openssh/dist moduli.5 moduli

   put back removed files
VersionDeltaFile
1.8+0-0crypto/external/bsd/openssh/dist/moduli.5
1.12+0-0crypto/external/bsd/openssh/dist/moduli
1.5+0-0crypto/external/bsd/openssh/dist/mlkem768.sh
1.5+0-0crypto/external/bsd/openssh/dist/libcrux_mlkem768_sha3.h
1.13+0-0crypto/external/bsd/openssh/dist/auth-pam.h
1.27+0-0crypto/external/bsd/openssh/dist/auth-pam.c
+0-06 files

NetBSD/src d6hfTIGcrypto/external/bsd/openssh/dist servconf.h servconf.c, crypto/external/bsd/openssh/dist/moduli-gen moduli.6144 moduli.4096

   Merge conflicts between 10.3 and 10.5
VersionDeltaFile
1.23+1,145-1,180crypto/external/bsd/openssh/dist/moduli-gen/moduli.2048
1.53+1,592-664crypto/external/bsd/openssh/dist/servconf.c
1.25+470-521crypto/external/bsd/openssh/dist/moduli-gen/moduli.3072
1.25+285-309crypto/external/bsd/openssh/dist/moduli-gen/moduli.4096
1.35+306-196crypto/external/bsd/openssh/dist/servconf.h
1.25+122-225crypto/external/bsd/openssh/dist/moduli-gen/moduli.6144
+3,920-3,09585 files not shown
+5,555-4,20291 files