NetBSD/src ZbCNDDVsys/dev/pci voyager.c

   Both PCI mappings are mandatory, don't try to continue if they fail.
VersionDeltaFile
1.22+9-8sys/dev/pci/voyager.c
+9-81 files

NetBSD/src B5S0h6Xdoc CHANGES-11.0, external/gpl2/groff/tmac mdoc.local

   Welcome to 11.0!
VersionDeltaFile
1.1.2.141+7-1doc/CHANGES-11.0
1.11.4.9+3-3external/gpl2/groff/tmac/mdoc.local
1.738.2.9+2-2sys/sys/param.h
+12-63 files

NetBSD/src y34Jpgbsys/arch/arm/ti am18xx_usbphyclk.c am18xx_usbphy.c

   fix cvs revision comment not expanding
VersionDeltaFile
1.3+2-2sys/arch/arm/ti/ti_motgphy.c
1.2+2-2sys/arch/arm/ti/am18xx_platform.c
1.3+1-1sys/arch/arm/ti/am18xx_usbphyclk.c
1.2+1-1sys/arch/arm/ti/am18xx_usbphy.c
1.2+1-1sys/arch/arm/ti/am18xx_timer.c
1.4+1-1sys/arch/arm/ti/am18xx_psc.c
+8-84 files not shown
+12-1210 files

NetBSD/src HX90Nsfsys/arch/powerpc/powerpc bus_dma.c

   Don't forget to advance within the segment in _bus_dmamap_load_raw.

   This went unnoticed, because the function is rarely used. While it is
   wired in PowerPC DMA routines, no PowerPC specific drivers actually
   use it. It only appears in a few MI drivers.

   With small _dm_segcnt, load just failed with EFBIG, with large value
   all segments pointed to the same page, which resulted in corrupting
   the transfer.
VersionDeltaFile
1.60+3-2sys/arch/powerpc/powerpc/bus_dma.c
+3-21 files

NetBSD/src poOD1rzshare/man/man7 users.7 groups.7

   users(7), groups(7): Expand on `operator' user and group.
VersionDeltaFile
1.9+29-5share/man/man7/groups.7
1.6+21-4share/man/man7/users.7
+50-92 files

NetBSD/src eizorwGbin/pax gen_subs.c

   pax(1): Fix function name in comment

   No functional change intended -- comment only.
VersionDeltaFile
1.38+3-3bin/pax/gen_subs.c
+3-31 files

NetBSD/src a6F9KLcdoc CHANGES-11.0

   Tickets #399, #407 and #408
VersionDeltaFile
1.1.2.140+19-1doc/CHANGES-11.0
+19-11 files

NetBSD/src T4WVXNUcrypto/external/bsd/openssh/dist sshd-session.c

   Pull up following revision(s) (requested by rin in ticket #408):

        crypto/external/bsd/openssh/dist/sshd-session.c: revision 1.14

   sshd-session: For libwrap, only check "sshd"

   Previously, both "sshd" and "sshd-session" were checked, which
   does not work for some hosts.allow configurations, as described
   in PR bin/60512.

   Instead, only check "sshd" again as done before sshd-session was
   introduced; "sshd-session" is an internal implementation detail,
   and we should just use "sshd" consistently.

   OK christos
VersionDeltaFile
1.10.2.4+4-6crypto/external/bsd/openssh/dist/sshd-session.c
+4-61 files

NetBSD/src iJyo4Kbcrypto/external/apache2/openssl/lib/libcrypto Makefile, distrib/sets/lists/comp mi

   Pull up following revision(s) (requested by riastradh in ticket #407):

        distrib/sets/lists/comp/mi: revision 1.2528
        distrib/sets/lists/comp/mi: revision 1.2529
        crypto/external/apache2/openssl/lib/libcrypto/Makefile: revision 1.4

   openssl: Install byteorder.h, hpke.h, and ml_kem.h.

   Sort INCS and format it to make detecting changes a little easier by
   diff from:
   ls ../../dist/include/openssl | sed -E -e 's,(\.in)?$, \\,'

   Nix separate sections for IDEA/MDC2/RC5; the patents on these have
   long since expired so it's not worth mentioning them separately.
   (The algorithms are also all obsolete, but if OpenSSL ships the
   header files, we should do so too.)

   PR lib/60511: openssl set lists differences to pkgsrc
   add openssl hpke.h header to set list

    [2 lines not shown]
VersionDeltaFile
1.1.2.3+10-12crypto/external/apache2/openssl/lib/libcrypto/Makefile
1.2497.2.8+5-1distrib/sets/lists/comp/mi
+15-132 files

NetBSD/src zMKJ4H3sys/netinet tcp_syncache.c

   Pull up following revision(s) (requested by riastradh in ticket #399):

        sys/netinet/tcp_syncache.c: revision 1.8

   tcp syncache: Don't leak kernel stack data through timestamps.

   kern/60486: tcp syncache leaks 4-byte kernel stack content
VersionDeltaFile
1.7.4.1+9-2sys/netinet/tcp_syncache.c
+9-21 files

NetBSD/src cpIqZMCcrypto/external/bsd/openssh/dist sshd-session.c

   sshd-session: For libwrap, only check "sshd"

   Previously, both "sshd" and "sshd-session" were checked, which
   does not work for some hosts.allow configurations, as described
   in PR bin/60512.

   Instead, only check "sshd" again as done before sshd-session was
   introduced; "sshd-session" is an internal implementation detail,
   and we should just use "sshd" consistently.

   OK christos
VersionDeltaFile
1.14+4-6crypto/external/bsd/openssh/dist/sshd-session.c
+4-61 files

NetBSD/src l2iS5Fhdistrib/sets/lists/comp mi

   add openssl hpke.h header to set list

   untested, but should fix the build breakage - new header is now installed
VersionDeltaFile
1.2529+2-1distrib/sets/lists/comp/mi
+2-11 files

NetBSD/src saDy8pXsys/fs/nfs/client nfs_clport.c, sys/fs/nfs/common oldnfsproto.h nfsproto.h

   s/setable/settable in comments and a man page
VersionDeltaFile
1.2+143-13sys/fs/nfs/common/nfsproto.h
1.5+4-4sys/fs/nfs/server/nfs_nfsdport.c
1.2+4-4sys/fs/nfs/common/oldnfsproto.h
1.19+3-3sys/nfs/nfsproto.h
1.7+3-3sys/fs/nfs/server/nfs_nfsdserv.c
1.3+3-3sys/fs/nfs/client/nfs_clport.c
+160-305 files not shown
+171-4111 files

NetBSD/src Nxty5mwcrypto/external/apache2/openssl/lib/libcrypto Makefile, distrib/sets/lists/comp mi

   openssl: Install byteorder.h, hpke.h, and ml_kem.h.

   Sort INCS and format it to make detecting changes a little easier by
   diff from:

   ls ../../dist/include/openssl | sed -E -e 's,(\.in)?$, \\,'

   Nix separate sections for IDEA/MDC2/RC5; the patents on these have
   long since expired so it's not worth mentioning them separately.
   (The algorithms are also all obsolete, but if OpenSSL ships the
   header files, we should do so too.)

   PR lib/60511: openssl set lists differences to pkgsrc
VersionDeltaFile
1.4+10-12crypto/external/apache2/openssl/lib/libcrypto/Makefile
1.2528+4-1distrib/sets/lists/comp/mi
+14-132 files

NetBSD/src zOEY3YBsys/dev fss.c

   Bracket I/O from or to the backing store with fstrans_start_lazy()
   so the fss device doesn't block before the file system is suspended.

   Should fix some deadlocks with revokation of ttys.

   PR kern/59663 (ffs_snapshot_read -> uvm_fault (or pool page empty)
VersionDeltaFile
1.116+8-2sys/dev/fss.c
+8-21 files

NetBSD/src Qk7Wqi3sys/uvm/pmap pmap.c

   Don't use pmap_update in pmap_{page_protect,clear_attribute} as the
   PMAP_DEFERRED_ACTIVATE logic doesn't apply. Instead create a new
   pmap_shootdown which performs the necessary shootdowns for
   PMAP_TLB_NEED_SHOOTDOWN architectures.
VersionDeltaFile
1.107+19-9sys/uvm/pmap/pmap.c
+19-91 files

NetBSD/src VaqKmWjsys/arch/arm/ti ti_motgphy.c

   Fix some whitespace issues noted by Brook
VersionDeltaFile
1.2+28-28sys/arch/arm/ti/ti_motgphy.c
+28-281 files

NetBSD/src c6sQpmodoc CHANGES-9.5

   Ticket 2041
VersionDeltaFile
1.1.2.121+7-1doc/CHANGES-9.5
+7-11 files

NetBSD/src s7Niotgsys/netinet tcp_input.c

   Pull up the following revisions(s) (requested by riastradh in ticket #2041):
        sys/netinet/tcp_input.c: patch

   tcp: Plug a 4-byte leak of kernel stack data through timestamps.
   Addresses PR kern/60486
VersionDeltaFile
1.414.2.6+9-2sys/netinet/tcp_input.c
+9-21 files

NetBSD/src Zz59kRLdoc CHANGES-10.2

   Ticket 1315
VersionDeltaFile
1.1.2.121+8-1doc/CHANGES-10.2
+8-11 files

NetBSD/src jQahnaYsys/dev/raidframe rf_disks.c

   Pull up the following revisions(s) (requested by joe in ticket #1315):
        sys/dev/raidframe/rf_disks.c:   revision 1.96-1.97

   Use the right assertions to ensure that all IOs are suspended.
   zero indicates that IOs resume.
   PR kern/60477
VersionDeltaFile
1.93.4.3+3-3sys/dev/raidframe/rf_disks.c
+3-31 files

NetBSD/src J2EXu3fsys/arch/arm/ti files.ti ti_otgreg.h, sys/arch/evbarm/conf GENERIC

   evbarm/am335x: initialize usb phy

   This fixes the USB devices not being detected part of PR port-evbarm/60404.
VersionDeltaFile
1.1+157-0sys/arch/arm/ti/ti_motgphy.c
1.6+12-2sys/arch/arm/ti/ti_motg.c
1.3+8-1sys/arch/arm/ti/ti_otgreg.h
1.32+5-1sys/arch/arm/ti/files.ti
1.132+2-1sys/arch/evbarm/conf/GENERIC
+184-55 files

NetBSD/src FfBnjiIcrypto/external/bsd/openssh/dist kexgen.c gss-genr.c

   openssh: Fix up NetBSD RCSID. Otherwise, NFC
VersionDeltaFile
1.10+2-2crypto/external/bsd/openssh/dist/kexgen.c
1.17+2-2crypto/external/bsd/openssh/dist/gss-genr.c
+4-42 files

NetBSD/src qutuBGHcrypto/external/bsd/openssh Makefile.inc

   there there, don't have a there there, man.  (fix a comment.)
VersionDeltaFile
1.21+2-2crypto/external/bsd/openssh/Makefile.inc
+2-21 files

NetBSD/src n1xqzJBdoc CHANGES-10.2

   Ticket 1319
VersionDeltaFile
1.1.2.120+7-1doc/CHANGES-10.2
+7-11 files

NetBSD/src ejh6nhTsys/netinet tcp_syncache.c

   Pull up the following revisions(s) (requested by riastradh in ticket #1319):
        sys/netinet/tcp_syncache.c:     revision 1.8

   tcp: Plug a 4-byte leak of kernel stack data through timestamps.
   Addresses PR kern/60486
VersionDeltaFile
1.6.2.1+9-2sys/netinet/tcp_syncache.c
+9-21 files

NetBSD/src nNzYeyEdoc CHANGES-10.2

   Ticket 1318
VersionDeltaFile
1.1.2.119+7-1doc/CHANGES-10.2
+7-11 files

NetBSD/src 48Mio02sys/dist/pf/net pf.c

   Pull up the following revisions(s) (requested by riastradh in ticket #1318):
        sys/dist/pf/net/pf.c:   revision 1.88

   pf: Fix use-after-free in fragment reassembly.
   PR kern/60485: pf(4): uaf in fragment reassembly
VersionDeltaFile
1.87.2.1+20-2sys/dist/pf/net/pf.c
+20-21 files

NetBSD/src NeykhFrdoc CHANGES-10.2

   Ticket 1317
VersionDeltaFile
1.1.2.118+12-1doc/CHANGES-10.2
+12-11 files

NetBSD/src 8KgeS0esys/external/bsd/ipf/netinet fil.c, tests/ipf/expected ipv6.3

   Pull up the following revisions(s) (requested by riastradh in ticket #1317):
        sys/external/bsd/ipf/netinet/fil.c:     revision 1.38
        tests/ipf/t_filter_exec.sh:     revision 1.9
        tests/ipf/expected/ipv6.3:      revision 1.2
        tests/ipf/input/ipv6.3: revision 1.3
        tests/ipf/t_filter_exec.sh:     revision 1.10

   ipfilter: Fix remotely triggerable null pointer dereference and
   add an automatic test for it.
   PR kern/60484: ipfilter: null pointer deref in icmp6 parsing
VersionDeltaFile
1.2.42.1+15-0tests/ipf/input/ipv6.3
1.35.4.1+4-3sys/external/bsd/ipf/netinet/fil.c
1.1.58.1+1-0tests/ipf/expected/ipv6.3
+20-33 files