NetBSD/src axJLNYrsys/dev/pci viaide.c

   replace cp->name with channel in couple via_sata_chip_map_new() errors messages.

   channel name is never set in via_vt6421_chansetup(), so it's always null.
VersionDeltaFile
1.108+5-5sys/dev/pci/viaide.c
+5-51 files

NetBSD/src sKYnDuxusr.sbin/fssconfig fssconfig.8

   fssconfig(8): Fix punctuation-o noticed milliseconds after commit.

   Prompted by the persistent confusion on my part that led to:

   PR bin/60383: fssconfig(8): distinguish between taking and loading a
   snapshot
VersionDeltaFile
1.14+3-3usr.sbin/fssconfig/fssconfig.8
+3-31 files

NetBSD/src N79tv7Qusr.sbin/fssconfig fssconfig.8

   fssconfig(8) Rework man page and give more practical examples.

   Prompted by the persistent confusion on my part that led to:

   PR bin/60383: fssconfig(8): distinguish between taking and loading a
   snapshot
VersionDeltaFile
1.13+238-79usr.sbin/fssconfig/fssconfig.8
+238-791 files

NetBSD/src O31y1vwdoc 3RDPARTY

   openssh 10.4 is out
VersionDeltaFile
1.2228+3-3doc/3RDPARTY
+3-31 files

NetBSD/src 36ImsGGsys/arch/m68k/conf files.m68k

   Now that all m68k platforms are using the commonn db_memrw.c, declare
   that file in the common files.m68k.
VersionDeltaFile
1.76+2-1sys/arch/m68k/conf/files.m68k
+2-11 files

NetBSD/src ACo7LQPsys/arch/luna68k/conf files.luna68k, sys/arch/mac68k/conf files.mac68k

   Now that all m68k platforms are using the commonn db_memrw.c, declare
   that file in the common files.m68k.
VersionDeltaFile
1.49+1-2sys/arch/luna68k/conf/files.luna68k
1.151+1-2sys/arch/mac68k/conf/files.mac68k
1.88+1-2sys/arch/mvme68k/conf/files.mvme68k
1.58+1-2sys/arch/news68k/conf/files.news68k
1.61+1-2sys/arch/next68k/conf/files.next68k
1.26+1-2sys/arch/sun2/conf/files.sun2
+6-127 files not shown
+13-2613 files

NetBSD/src Cr9CcWYdoc CHANGES-9.5

   Ticket #2034. Pull up 3 other commits.
VersionDeltaFile
1.1.2.114+7-2doc/CHANGES-9.5
+7-21 files

NetBSD/src QuIlN2Musr.sbin/syslogd tls.c

   Pull up the following revisions(s) (requested by msaitoh in ticket #2034):
        usr.sbin/syslogd/tls.c: revision 1.23-1.25

   Use X509_free() to deallocate certfile data in init_global_TLS_CTX().
   Fix mem-leak of match_hostname().
   ASN1_OCTET_STRING must be deallocated.
   Fix memory-leak during tls_send().
VersionDeltaFile
1.16.6.3+24-10usr.sbin/syslogd/tls.c
+24-101 files

NetBSD/src 16gVzI1sys/arch/sun3/conf files.sun3, sys/arch/sun3/include pmap3.h pmap3x.h

   Implement pmap_db_write_text_{enter,exit}() and switch to the common
   m68k db_memrw.c.
VersionDeltaFile
1.131+51-2sys/arch/sun3/sun3x/pmap.c
1.186+50-2sys/arch/sun3/sun3/pmap.c
1.55+9-1sys/arch/sun3/include/pmap3.h
1.36+9-1sys/arch/sun3/include/pmap3x.h
1.29+2-2sys/arch/sun3/sun3/db_memrw.c
1.91+2-2sys/arch/sun3/conf/files.sun3
+123-106 files

NetBSD/src 20DrZthdoc CHANGES-9.5

   Ticket 2033. Pullup second half of ticket
VersionDeltaFile
1.1.2.113+3-3doc/CHANGES-9.5
+3-31 files

NetBSD/src 7R8r493sys/arch/sun2/sun2 pmap.c

   Guard previous with DDB || KGDB.
VersionDeltaFile
1.59+4-2sys/arch/sun2/sun2/pmap.c
+4-21 files

NetBSD/src nyNuXlnusr.sbin/syslogd syslogd.c

   Pull up the following revisions(s) (requested by msaitoh in ticket #2033):
        usr.sbin/syslogd/syslogd.c:     revision 1.150

   Fix incorrect comparison in buf_queue_obj_size()
VersionDeltaFile
1.131.2.2+4-4usr.sbin/syslogd/syslogd.c
+4-41 files

NetBSD/src aCQWnfwsys/arch/sun2/conf files.sun2, sys/arch/sun2/include pmap.h

   Implement pmap_db_write_text_{enter,exit}() and switch to the common
   m68k db_memrw.c.
VersionDeltaFile
1.58+51-2sys/arch/sun2/sun2/pmap.c
1.32+9-1sys/arch/sun2/include/pmap.h
1.9+2-2sys/arch/sun2/sun2/db_memrw.c
1.25+2-2sys/arch/sun2/conf/files.sun2
+64-74 files

NetBSD/src 8fbQIQmsys/arch/m68k/m68k m68k_trap.c

   Explicitly include <machine/fcode.h>.
VersionDeltaFile
1.12+3-2sys/arch/m68k/m68k/m68k_trap.c
+3-21 files

NetBSD/src bmoTpCHsys/arch/m68k/include cacheops.h

   Neuter the cacheops macros on 68010.
VersionDeltaFile
1.18+20-1sys/arch/m68k/include/cacheops.h
+20-11 files

NetBSD/src 9ghFeVusys/arch/m68k/include pmap_motorola.h pmap_68k.h, sys/arch/m68k/m68k pmap_motorola.c pmap_68k.c

   Add a pmap hook for dealing with making kernel text writable temporarily
   for the benefit of db_write_text().
VersionDeltaFile
1.110+65-2sys/arch/m68k/m68k/pmap_motorola.c
1.75+64-2sys/arch/m68k/m68k/pmap_68k.c
1.10+8-40sys/arch/m68k/m68k/db_memrw.c
1.64+10-1sys/arch/m68k/include/pmap_motorola.h
1.20+10-1sys/arch/m68k/include/pmap_68k.h
+157-465 files

NetBSD/src lU90NbEshare/man/man4 fss.4

   fss(4): Clarify FSSIOCSET operation for persistent snapshots.

   Prompted by the persistent confusion on my part that led to:

   PR bin/60383: fssconfig(8): distinguish between taking and loading a
   snapshot
VersionDeltaFile
1.16+15-1share/man/man4/fss.4
+15-11 files

NetBSD/src gKk5ZEvsys/arch/m68k/include linux_bootinfo.h, sys/arch/m68k/m68k linux_bootinfo.c

   Add bootinfo_find_machdep(), which is like bootinfo_find() except
   only if the machine type matches.
VersionDeltaFile
1.8+13-2sys/arch/m68k/m68k/linux_bootinfo.c
1.5+3-2sys/arch/m68k/include/linux_bootinfo.h
+16-42 files

NetBSD/src ZBBqC1usys/arch/m68k/m68k pmap_68k.c

   pmap_enter(): When overwriting an existing mapping for one to a different
   PA, don't pass the vm_page * computed earlier to the pmap_remove_mapping()
   call; that vm_page * is for the new PA, not the existing one we're removing
   the mapping for.
VersionDeltaFile
1.74+3-3sys/arch/m68k/m68k/pmap_68k.c
+3-31 files

NetBSD/src YlGqgVjsys/rump Makefile.rump

   rump: Also skip renaming for RUMPCOMP_USER_SRCS .go objects.

   Same as for .o/.po/.pico.

   PR lib/60418: -current rump/wg(4) build failure
VersionDeltaFile
1.140+2-2sys/rump/Makefile.rump
+2-21 files

NetBSD/src IU0uLPgsys/rump Makefile.rump

   rump: New rule for RUMPCOMP_USER_SRCS .go objects for MKDEBUGLIB.

   Similar to the .o/.po/.pico rules already here.

   PR lib/60418: -current rump/wg(4) build failure
VersionDeltaFile
1.139+5-1sys/rump/Makefile.rump
+5-11 files

NetBSD/src 3QgUM87doc CHANGES-9.5

   Ticket 2034
VersionDeltaFile
1.1.2.112+8-2doc/CHANGES-9.5
+8-21 files

NetBSD/src gjDrMHxusr.sbin/syslogd tls.c

   Pull up the following revisions(s) (requested by msaitoh in ticket #2034):
        usr.sbin/syslogd/tls.c: revision 1.22

   Fix memory leak in match_certfile().
   Found and fixed by Masakazu OOHASHI at IIJ.
VersionDeltaFile
1.16.6.2+8-6usr.sbin/syslogd/tls.c
+8-61 files

NetBSD/src hvAByk1doc CHANGES-9.5

   Ticket 2033
VersionDeltaFile
1.1.2.111+7-1doc/CHANGES-9.5
+7-11 files

NetBSD/src 3MERpm6usr.sbin/syslogd syslogd.c

   Pull up the following revisions(s) (requested by msaitoh in ticket #2033):
        usr.sbin/syslogd/syslogd.c:     revision 1.149

   syslogd: Fix a bug that tls_ca mistakenly matches tls_cadir.
   Found and fixed by Masakazu OOHASHI at IIJ.
VersionDeltaFile
1.131.2.1+3-3usr.sbin/syslogd/syslogd.c
+3-31 files

NetBSD/src oqIFHmasys/dev/usb if_smsc.c

   usmsc(4): Check the return value of smsc_readreg() in smsc_uno_read_reg()

    Fixes PR kern/58634:
    - Check the return value of smsc_readreg() in smsc_uno_read_reg() and return
      the error to the caller.
    - Return 0 as the register value when error occurred just for the consistency
      in smsc_uno_read_reg(). Note that it's not required because
      usbnet.c::uno_read_reg() doesn't access the value if error occurred.
VersionDeltaFile
1.96+8-3sys/dev/usb/if_smsc.c
+8-31 files

NetBSD/src 0BR8iRHsys/arch/arm/ti am18xx_usbphyclk.c am18xx_psc.c

   evbarm/am18xx: fix psc clock handling bug
VersionDeltaFile
1.2+10-5sys/arch/arm/ti/am18xx_usbphyclk.c
1.3+1-0sys/arch/arm/ti/am18xx_psc.c
+11-52 files

NetBSD/src 4karQcCusr.bin/ftp uri.c uri.h

   Evaluate relative URLs in a HTTP redirect.

   Fixes PR 60346
VersionDeltaFile
1.1+314-0usr.bin/ftp/uri.c
1.1+29-0usr.bin/ftp/uri.h
1.247+4-2usr.bin/ftp/fetch.c
1.46+2-2usr.bin/ftp/Makefile
+349-44 files

NetBSD/src vFkhO53etc/etc.evbarm Makefile.inc

   Generate hashes for bootable images in gzimg directory.

   At one point this should probably be unified at least a bit with the hash
   generation of regular sets, so that there is a single place that defines
   the types of hashes generated for sets and gzimg.
VersionDeltaFile
1.139+2-1etc/etc.evbarm/Makefile.inc
+2-11 files

NetBSD/src pLncjF6doc CHANGES

   doc/CHANGES: add the am18xx usb driver to changelist
VersionDeltaFile
1.3277+3-1doc/CHANGES
+3-11 files