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.
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
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
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().
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()
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
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.
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
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.
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.
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.
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.