NetBSD/src pgajuZasys/arch/powerpc/ibm4xx/pci pcix.c

   Enable prefetch on 460EX PCI bridge - massive performance improvement.
VersionDeltaFile
1.3+10-3sys/arch/powerpc/ibm4xx/pci/pcix.c
+10-31 files

NetBSD/src etTmBXydoc 3RDPARTY CHANGES

   new bind
VersionDeltaFile
1.2221+2-2doc/3RDPARTY
1.3274+2-1doc/CHANGES
+4-32 files

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

   bump libdns
VersionDeltaFile
1.1044+3-3distrib/sets/lists/base/shl.mi
1.405+2-2distrib/sets/lists/debug/shl.mi
+5-52 files

NetBSD/src LfJS0vEexternal/mpl/bind/dist/lib/dns resolver.c tsig.c, external/mpl/bind/dist/lib/ns query.c

   merge conflicts between bind-9.20.23 and 9.20.24
VersionDeltaFile
1.27+240-107external/mpl/bind/dist/lib/dns/resolver.c
1.16+37-48external/mpl/bind/dist/lib/dns/tsig.c
1.5+78-1external/mpl/bind/dist/tests/dns/dispatch_test.c
1.29+38-23external/mpl/bind/dist/lib/ns/query.c
1.22+44-17external/mpl/bind/dist/lib/dns/validator.c
1.20+31-24external/mpl/bind/dist/lib/dns/masterdump.c
+468-22058 files not shown
+751-42264 files

NetBSD/src kgAYnCgexternal/mpl/bind/dist/bin/tests/system/dnssec_cname_response tests_cname_rejection.py, external/mpl/bind/dist/bin/tests/system/dnssec_cname_response/ans2 ans.py

   Import bind 9.20.24 (previous was 9.20.23)

   Security Fixes
   ==============

   Fix DNS64 owner case after DNAME restart. 4de2229364
   When BIND 9 is configured to use DNS64 and encounters a DNAME redirect, it
   could end up using freed memory for the DNS response owner name. This caused
   the response to contain corrupted data. This fix ensures the correct owner
   name is used when constructing the synthesized response after a DNAME
   redirect.
   ISC thanks Qifan Zhang of Palo Alto Networks for reporting the issue. [GL #5934]

   New Features
   ============

   Enable PR-Agent reviews on merge requests. 46e4c236a3
   Adds a CI job that runs PR-Agent against each merge request opened from the

    [143 lines not shown]
VersionDeltaFile
1.1.1.24+239-106external/mpl/bind/dist/lib/dns/resolver.c
1.1+212-0external/mpl/bind/dist/doc/changelog/changelog-9.20.24.rst
1.1+173-0external/mpl/bind/dist/bin/tests/system/dnssec_cname_response/ans2/ans.py
1.1+172-0external/mpl/bind/dist/bin/tests/system/dnssec_cname_response/tests_cname_rejection.py
1.1.1.2+43-85external/mpl/bind/dist/bin/tests/system/resend_loop/ans3/ans.py
1.1+113-0external/mpl/bind/dist/doc/notes/notes-9.20.24.rst
+952-191258 files not shown
+3,204-660264 files

NetBSD/src N0uESKOexternal/mpl/bind/dist/dist/fuzz dns_name_fromwire.c, external/mpl/bind/dist/dist/tests/isc regex_test.c ratelimiter_test.c

   remove wrong import
VersionDeltaFile
1.2+1-1external/mpl/bind/dist/dist/fuzz/dns_name_fromwire.c
1.2+1-1external/mpl/bind/dist/dist/tests/isc/regex_test.c
1.2+1-1external/mpl/bind/dist/dist/tests/isc/ratelimiter_test.c
1.2+1-1external/mpl/bind/dist/dist/tests/isc/radix_test.c
1.2+1-1external/mpl/bind/dist/dist/tests/isc/quota_test.c
1.2+1-1external/mpl/bind/dist/dist/tests/isc/proxyudp_test.c
+6-65,176 files not shown
+896-8965,182 files

NetBSD/src kEARArDsys/arch/evbppc/sam460ex machdep.c, sys/arch/powerpc/ibm4xx ibm4xx_460ex_l2.c

   L2 cache support on 460EX plus cache coherency fixes and USB workarounds.
VersionDeltaFile
1.1+217-0sys/arch/powerpc/ibm4xx/ibm4xx_460ex_l2.c
1.2+60-2sys/arch/powerpc/ibm4xx/dev/ehci_plb.c
1.3+44-1sys/arch/powerpc/include/ibm4xx/amcc460ex.h
1.1+43-0sys/arch/powerpc/include/ibm4xx/ibm4xx_460ex_l2.h
1.5+31-2sys/arch/evbppc/sam460ex/machdep.c
1.2+12-2sys/arch/powerpc/ibm4xx/dev/ohci_plb.c
+407-73 files not shown
+417-179 files

NetBSD/src vZeila9external/mpl/bind/dist/dist configure, external/mpl/bind/dist/dist/bin/named server.c

   Initial revision
VersionDeltaFile
1.1+32,435-0external/mpl/bind/dist/dist/configure
1.1+24,896-0external/mpl/bind/dist/dist/lib/dns/zone.c
1.1+22,367-0external/mpl/bind/dist/dist/doc/changelog/changelog-history.rst
1.1+19,112-0external/mpl/bind/dist/dist/bin/tests/system/limits/ns1/example.db
1.1+17,059-0external/mpl/bind/dist/dist/bin/named/server.c
1.1+12,308-0external/mpl/bind/dist/dist/lib/ns/query.c
+128,177-010,358 files not shown
+893,516-010,364 files

NetBSD/src wmgQrJfexternal/bsd/tmux prepare-import.sh

   tmux/prepare-import.sh - script cleanups

   A bunch of minor changes that really affect nothing, but
   be sure to never use "test ... -a ...", and avoid using
        local "var=$(cmdsub)"
   or the status from the cmdsub is ignored, do it in 2 commands
        local var
        var=$(cmdsub)
   [And yes, the quotes are needed in the former version, not in the new.]

   Also, after setting a trap to cleanup in case of a signal, remove it
   again after the cleanup has been done.
VersionDeltaFile
1.8+39-22external/bsd/tmux/prepare-import.sh
+39-221 files

NetBSD/src GNXBkBqsys/arch/evbppc/sam460ex sam460ex_locore.S

   Properly enable FPU on Sam460ex.
VersionDeltaFile
1.2+8-1sys/arch/evbppc/sam460ex/sam460ex_locore.S
+8-11 files

NetBSD/src TxAbu2wsys/arch/evbppc/conf SAM460EX

   Enable voyagerfb mode setting on Sam460ex.
VersionDeltaFile
1.4+3-3sys/arch/evbppc/conf/SAM460EX
+3-31 files

NetBSD/src lk1gJhBsys/dev/ic sm502reg.h, sys/dev/pci/voyager voyagerfb.c files.voyager

   Implement DDC and mode setting on SM502.

   Enabled via kernel VOYAGERFB_MODE_SETTING option, disabled by default,
   since I can't test on Gdium.
VersionDeltaFile
1.36+423-5sys/dev/pci/voyager/voyagerfb.c
1.9+73-5sys/dev/ic/sm502reg.h
1.9+1-0sys/dev/pci/voyager/files.voyager
+497-103 files

NetBSD/src itP152Isys/arch/evbppc/sam460ex machdep.c, sys/arch/powerpc/include/ibm4xx dcr4xx.h

   Fix up EHCI handoff from firmware on Sam460ex.

   Sam460ex uses an external ULPI PHY. EHCI HCRESET resets only the on-chip
   core, never the external PHY, so it inherited the bad state. Workaround
   that.
VersionDeltaFile
1.4+57-2sys/arch/evbppc/sam460ex/machdep.c
1.7+2-1sys/arch/powerpc/include/ibm4xx/dcr4xx.h
+59-32 files

NetBSD/src lILSnrasys/kern kern_exec.c

   Prevent a DoS attack by crafted binaries that trigger KASSERTS. Change the
   KASSERTS into errors instead. Reported by Andrew Griffiths.
VersionDeltaFile
1.533+23-14sys/kern/kern_exec.c
+23-141 files

NetBSD/src OQoj0zisys/nfs nfs_srvsocket.c nfs.h

   Prevent a DoS attack by stuffing the server with too many fragments that
   can lead to resource exhaustion and memory corruption. Reported by Andrew
   Griffiths
VersionDeltaFile
1.7+23-3sys/nfs/nfs_srvsocket.c
1.83+3-1sys/nfs/nfs.h
+26-42 files

NetBSD/src PkHkGDhsys/nfs nfs_serv.c

   Validate the rpc readdir and readdirplus cnt, siz to prevent integer overflows
   that will corrupt memory. Reported by Andrew Griffiths
VersionDeltaFile
1.185+11-5sys/nfs/nfs_serv.c
+11-51 files

NetBSD/src HlKc4Dgsys/nfs nfs_syscalls.c

   Fix memory leak. ns_frag holds the unprocessed fragments that needs to be freed.
   Reported by Andrew Griffiths
VersionDeltaFile
1.165+3-3sys/nfs/nfs_syscalls.c
+3-31 files

NetBSD/src Yy7y4HMsys/net if_ethersubr.c

   eliminate stray space between tabs
VersionDeltaFile
1.335+3-3sys/net/if_ethersubr.c
+3-31 files

NetBSD/src ao3lsuGsys/net if_ethersubr.c

   Fix spelling of VLAN and make comment match code more clearly.
VersionDeltaFile
1.334+3-3sys/net/if_ethersubr.c
+3-31 files

NetBSD/src SUGuWKKdistrib/sets/lists/tests mi, tests/net/if_pppoe t_pppoe_keepalive.sh Makefile

   Added test case for PPPoE keepalive
VersionDeltaFile
1.1+96-0tests/net/if_pppoe/t_pppoe_keepalive.sh
1.6+3-2tests/net/if_pppoe/Makefile
1.1420+2-1distrib/sets/lists/tests/mi
+101-33 files

NetBSD/src kswWHJ0sys/net if_spppsubr.c, sys/rump/net/lib/libpppoe pppoe_component.c

   Make SPPP_KEEPALIVE_INTERVAL configurable for rump_server

   This allows changing the keepalive interval when running inside
   rump_server, which is useful for testing.
VersionDeltaFile
1.3+17-2sys/rump/net/lib/libpppoe/pppoe_component.c
1.289+10-8sys/net/if_spppsubr.c
+27-102 files

NetBSD/src LA1t8Rdshare/man/man4 ebus.4

   ebus(4): minor fixes, use wayback machine URL for the Sun manual
VersionDeltaFile
1.9+9-8share/man/man4/ebus.4
+9-81 files

NetBSD/src Q6H9Zcxshare/man/man4 ebus.4

   Add information about newer EBus implementations.
VersionDeltaFile
1.8+19-8share/man/man4/ebus.4
+19-81 files

NetBSD/src XSTKS6Jsys/arch/alpha/conf INSTALL

   Add bge (3X-DEGXA-T*) to the INSTALL configuration too.
   Requested by Janne Ramstedt.
VersionDeltaFile
1.123+2-1sys/arch/alpha/conf/INSTALL
+2-11 files

NetBSD/src bxbranldoc 3RDPARTY

   We have not yet imported the new bind
VersionDeltaFile
1.2220+2-2doc/3RDPARTY
+2-21 files

NetBSD/src nyUSMErdoc 3RDPARTY

   doc/TODO: BIND and Postfix updated
VersionDeltaFile
1.2219+6-6doc/3RDPARTY
+6-61 files

NetBSD/src kFZuVRmsys/arch/evbppc/conf SAM460EX

   Enable SM502 audio on Sam460ex.
VersionDeltaFile
1.3+6-2sys/arch/evbppc/conf/SAM460EX
+6-21 files

NetBSD/src ERxkiUIsys/dev/ic sm502reg.h, sys/dev/pci voyager.c

   Add support for AC97 audio component of SM502 Multimedia Companion chip.

   While here, endinaness fixes for the framebuffer part.
VersionDeltaFile
1.1+734-0sys/dev/pci/voyager/vac.c
1.1+236-0sys/dev/pci/voyager/vac8051.asm
1.21+27-19sys/dev/pci/voyager.c
1.35+24-9sys/dev/pci/voyager/voyagerfb.c
1.8+11-5sys/dev/ic/sm502reg.h
1.8+1-1sys/dev/pci/voyager/files.voyager
+1,033-346 files

NetBSD/src vrsSRIZsys/arch/evbppc/conf SAM460EX, sys/arch/evbppc/include sam460ex.h

   Improve console handling on Sam460ex.

   While here: support prefetchable PCI window and fix configuration
   space accesses on PPC460EX.
VersionDeltaFile
1.3+52-8sys/arch/evbppc/sam460ex/machdep.c
1.3+41-4sys/arch/evbppc/sam460ex/autoconf.c
1.2+34-8sys/arch/powerpc/ibm4xx/pci/pcix.c
1.2+15-10sys/arch/evbppc/conf/SAM460EX
1.112+20-2sys/arch/powerpc/ibm4xx/pmap.c
1.3+13-4sys/arch/evbppc/include/sam460ex.h
+175-363 files not shown
+200-409 files

NetBSD/src 4NqS5Cpsys/dev/usb xhci.c

   xhci: Add missing UHF_PORT_POWER support to xhci_roothub_ctrl_locked()
VersionDeltaFile
1.193+4-3sys/dev/usb/xhci.c
+4-31 files