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

NetBSD/src IP1bCzIsys/kern uipc_mbufdebug.c

   m_print(): Support TH_ACK flag
VersionDeltaFile
1.10+4-2sys/kern/uipc_mbufdebug.c
+4-21 files

NetBSD/src p5wYj69sys/arch/evbppc/conf files.sam460ex, sys/arch/evbppc/include sam460ex.h

   Make FDT parsing in Sam460ex port less bad.

   Avoid messing directly with libfdt.
VersionDeltaFile
1.2+106-72sys/arch/evbppc/sam460ex/sam460ex_fdt.c
1.2+22-3sys/arch/evbppc/sam460ex/machdep.c
1.2+6-1sys/arch/evbppc/include/sam460ex.h
1.2+3-3sys/arch/evbppc/sam460ex/autoconf.c
1.2+3-3sys/arch/evbppc/conf/files.sam460ex
+140-825 files

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

   Add support for Sam460ex by ACube Systems.

   Still very much work in progress, but already bootable to multiuser
   and CPU support itself seems stable.
VersionDeltaFile
1.1+529-0sys/arch/evbppc/sam460ex/machdep.c
1.1+222-0sys/arch/evbppc/sam460ex/sam460ex_locore.S
1.1+151-0sys/arch/evbppc/sam460ex/autoconf.c
1.1+148-0sys/arch/evbppc/sam460ex/sam460ex_fdt.c
1.1+145-0sys/arch/evbppc/conf/SAM460EX
1.1+91-0sys/arch/evbppc/include/sam460ex.h
+1,286-03 files not shown
+1,378-09 files

NetBSD/src qYx7hqusys/arch/aarch64/aarch64 locore_el2.S

   aarch64: Remove an isb and add a comment why it's not needed.
VersionDeltaFile
1.12+6-3sys/arch/aarch64/aarch64/locore_el2.S
+6-31 files

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

   Welcome to 11.0_RC5!
VersionDeltaFile
1.1.2.101+7-1doc/CHANGES-11.0
1.11.4.6+3-3external/gpl2/groff/tmac/mdoc.local
1.738.2.6+2-2sys/sys/param.h
+12-63 files

NetBSD/src DCRWWgDdoc 3RDPARTY

   reminder for protocols
VersionDeltaFile
1.2218+2-1doc/3RDPARTY
+2-11 files

NetBSD/src lO5cyjHetc protocols

   Put back CVSID (Tobias Nygren)
VersionDeltaFile
1.37+1-0etc/protocols
+1-01 files

NetBSD/src SPdSbundoc CHANGES-10.2

   Ticket #1272
VersionDeltaFile
1.1.2.102+6-1doc/CHANGES-10.2
+6-11 files