[BACK]Return to plus69.html CVS log [TXT][DIR] Up to [local] / www

Annotation of www/plus69.html, Revision 1.1

1.1     ! pamela      1: <!doctype html>
        !             2: <html lang=en id=plus>
        !             3: <meta charset=utf-8>
        !             4: <title>OpenBSD 6.9 Changelog</title>
        !             5: <meta name="description" content="OpenBSD 6.9 changes">
        !             6: <meta name="viewport" content="width=device-width, initial-scale=1">
        !             7: <link rel="stylesheet" type="text/css" href="openbsd.css">
        !             8: <link rel="canonical" href="https://www.openbsd.org/plus69.html">
        !             9: <style>
        !            10: strong {
        !            11:        color: var(--red);
        !            12:        font-weight: normal;
        !            13: }
        !            14:
        !            15: h3 {
        !            16:        color: var(--blue);
        !            17: }
        !            18: </style>
        !            19:
        !            20: <h2 id=OpenBSD>
        !            21: <a href="index.html">
        !            22: <i>Open</i><b>BSD</b></a>
        !            23: 6.9 Changelog
        !            24: </h2>
        !            25: <hr>
        !            26:
        !            27: <p>
        !            28: This selection is intended to include all important
        !            29: and all user-visible changes.
        !            30: For a complete record of all changes, please see the "source-changes"
        !            31: mailing list, called "OpenBSD CVS"
        !            32: in the <a href="mail.html#Archives">archives</a>,
        !            33: or use <a href="anoncvs.html#CVS">CVS</a>.
        !            34:
        !            35: <p>
        !            36: For changes in other releases, click below:<br>
        !            37: <a href="plus20.html">2.0</a>,
        !            38: <a href="plus21.html">2.1</a>,
        !            39: <a href="plus22.html">2.2</a>,
        !            40: <a href="plus23.html">2.3</a>,
        !            41: <a href="plus24.html">2.4</a>,
        !            42: <a href="plus25.html">2.5</a>,
        !            43: <a href="plus26.html">2.6</a>,
        !            44: <a href="plus27.html">2.7</a>,
        !            45: <a href="plus28.html">2.8</a>,
        !            46: <a href="plus29.html">2.9</a>,
        !            47: <a href="plus30.html">3.0</a>,
        !            48: <a href="plus31.html">3.1</a>,
        !            49: <a href="plus32.html">3.2</a>,
        !            50: <a href="plus33.html">3.3</a>,
        !            51: <a href="plus34.html">3.4</a>,
        !            52: <a href="plus35.html">3.5</a>,
        !            53: <a href="plus36.html">3.6</a>,
        !            54: <br>
        !            55: <a href="plus37.html">3.7</a>,
        !            56: <a href="plus38.html">3.8</a>,
        !            57: <a href="plus39.html">3.9</a>,
        !            58: <a href="plus40.html">4.0</a>,
        !            59: <a href="plus41.html">4.1</a>,
        !            60: <a href="plus42.html">4.2</a>,
        !            61: <a href="plus43.html">4.3</a>,
        !            62: <a href="plus44.html">4.4</a>,
        !            63: <a href="plus45.html">4.5</a>,
        !            64: <a href="plus46.html">4.6</a>,
        !            65: <a href="plus47.html">4.7</a>,
        !            66: <a href="plus48.html">4.8</a>,
        !            67: <a href="plus49.html">4.9</a>,
        !            68: <a href="plus50.html">5.0</a>,
        !            69: <a href="plus51.html">5.1</a>,
        !            70: <a href="plus52.html">5.2</a>,
        !            71: <a href="plus53.html">5.3</a>,
        !            72: <br>
        !            73: <a href="plus54.html">5.4</a>,
        !            74: <a href="plus55.html">5.5</a>,
        !            75: <a href="plus56.html">5.6</a>,
        !            76: <a href="plus57.html">5.7</a>,
        !            77: <a href="plus58.html">5.8</a>,
        !            78: <a href="plus59.html">5.9</a>,
        !            79: <a href="plus60.html">6.0</a>,
        !            80: <a href="plus61.html">6.1</a>,
        !            81: <a href="plus62.html">6.2</a>,
        !            82: <a href="plus63.html">6.3</a>,
        !            83: <a href="plus64.html">6.4</a>,
        !            84: <a href="plus65.html">6.5</a>,
        !            85: <a href="plus66.html">6.6</a>,
        !            86: <a href="plus67.html">6.7</a>,
        !            87: <a href="plus68.html">6.8</a>,
        !            88: <a href="plus.html">current</a>.
        !            89: <br>
        !            90:
        !            91: <p>
        !            92: <h3>Changes made between OpenBSD 6.8 and 6.9</h3>
        !            93: <p>
        !            94:
        !            95: <ul>
        !            96: <!-- 2021/04/04 -->
        !            97: <!-- 2021/04/03 -->
        !            98: <li>Excluded the first page and added a guard page between I/O virtual address space allocations on arm64.
        !            99: <!-- 2021/04/02 -->
        !           100: <li>Included the default cert.pem file path in tls_load_file error messages in <a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a>.
        !           101: <li>Implemented ZONEMD (RFC 8976) in <a href="https://man.openbsd.org/dig.1">dig(1)</a> to convey a message digest of the content of a DNS zone.
        !           102: <!-- 2021/04/01 -->
        !           103: <li>Updated <a href="https://man.openbsd.org/nsd.8">nsd(8)</a> to 4.3.6rc1.
        !           104: <li>Changed <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> search-again with vi keys to work like <a href="https://man.openbsd.org/vi.1">vi(1)</a>.
        !           105: <li>Added RRDP (The RPKI Repository Delta Protocol, RFC 8182) support to <a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a>.
        !           106: <!-- 2021/03/31 -->
        !           107: <li>Added the <a href="https://man.openbsd.org/rsync.1">rsync(1)</a> option --no-motd to suppress the information output by the client at the start of a daemon transfer.
        !           108: <li>Allowed <a href="https://man.openbsd.org/smtpd.conf.5">smtpd.conf(5)</a> specification of tls protocols and ciphers on relay actions.
        !           109: <!-- 2021/03/30 -->
        !           110: <!-- 2021/03/29 -->
        !           111: <li>Propagated host-side <a href="https://man.openbsd.org/tap.4">tap(4)</a> lladdr to guest vm process to allow unicast dhcp and bootp renewals with <a href="https://man.openbsd.org/vmd.8">vmd(8)</a>'s built-in dhcp server.
        !           112: <li>Cleaned up events on <a href="https://man.openbsd.org/vmd.8">vmd(8)</a> pause or resume and fixed an issue leading to broken serial console by cleanly tearing down and restoring emulated device state on vm send/receive.
        !           113: <!-- 2021/03/28 -->
        !           114: <li>Ignored WSMOUSEIO_GTYPE ioctl failure when checking /dev/wsmouse to ensure a driver is loaded to listen if a USB mouse is later plugged in.
        !           115: <li>Added vid/pid table to <a href="https://man.openbsd.org/umb.4">umb(4)</a> allowing matching to alternate configurations.
        !           116: <li>Ensured WEP and plaintext interface link state update by <a href="https://man.openbsd.org/ipw.4">ipw(4)</a>.
        !           117: <li>Finished conversion of <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> timers to allow monotonic accounting for the active lease.
        !           118: <!-- 2021/03/27 -->
        !           119: <li>Added ARMv8-5 instruction set related CPU features to arm64.
        !           120: <!-- 2021/03/26 -->
        !           121: <li>Updated to xf86-video-r128 6.12.0.
        !           122: <li>Inverted the <a href="https://man.openbsd.org/mg.1">mg(1)</a> "R" indicator to mean that a "*" next to a file's name indicates that it is read-only. Made the active buffer indicator more visible by changing it to ">".
        !           123: <!-- 2021/03/25 -->
        !           124: <li>Permitted kern.somaxconn when the unix <a href="https://man.openbsd.org/pledge.2">pledge(2)</a> is used, allowing Go programs to use "unix" without also including "inet".
        !           125: <li>Provided <a href="https://man.openbsd.org/man4/arm64/apm.4">apm(4/arm64)</a> with battery information.
        !           126: <!-- 2021/03/24 -->
        !           127: <li>Prevented an amd64 kernel crash with protection fault due to an invalid offset when reading /dev/kmem.
        !           128: <li>Made <a href="https://man.openbsd.org/wscons.4">wscons(4)</a> touchpad tap detection less restrictive for multi-finger taps and improved tap detection.
        !           129: <!-- 2021/03/23 -->
        !           130: <li>Defined a USB quirk for <a href="https://man.openbsd.org/ums.4">ums(4)</a> and <a href="https://man.openbsd.org/umt.4">umt(4)</a> devices needing to keep their pipes open at all times.
        !           131: <li>Fixed an <a href="https://man.openbsd.org/iked.8">iked(8)</a> interop problem with strongswan if make-before-break is enabled.
        !           132: <!-- 2021/03/22 -->
        !           133: <li>Made <a href="https://man.openbsd.org/vmctl.8">vmctl(8)</a> properly indicate VMs are stopped instead of "running" with "vmctl status".
        !           134: <li>Updated device-tree bindings for <a href="https://man.openbsd.org/cwfg.4">cwfg(4)</a> to correct attaching and account for monitoring interval change, making cwfg(4) export values under hw.sensors as expected when using a Pinebook Pro.
        !           135: <!-- 2021/03/21 -->
        !           136: <li>Fixed a race between tx/rx handshakes in <a href="https://man.openbsd.org/wg.4">wg(4)</a>.
        !           137: <li>Added <a href="https://man.openbsd.org/mg.1">mg(1)</a> quoted strings capability in list values and limitation to characters allowed in symbol names.
        !           138: <!-- 2021/03/20 -->
        !           139: <li>Made it possible to disable the "autoconf" flag but keep "temporary" enabled in <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a>.
        !           140: <li>Added <a href="https://man.openbsd.org/btrace.8">btrace(8)</a> -n (no action) mode, which parses the program and then exits.
        !           141: <li>Added a "batch" mode to <a href="https://man.openbsd.org/mg.1">mg(1)</a> via the "-b" command line option which will initialize a pty, run the specified file of mg commands and then exit.
        !           142: <!-- 2021/03/19 -->
        !           143: <li>Added <a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a> -V option to show version.
        !           144: <li>Removed <a href="https://man.openbsd.org/vmd.8">vwm(8)</a> booting from kernels in raw/qcow2 images.
        !           145: <!-- 2021/03/18 -->
        !           146: <li>Unlocked <a href="https://man.openbsd.org/sendsyslog.2">sendsyslog(2)</a>.
        !           147: <!-- 2021/03/17 -->
        !           148: <li>Made <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a> "-mplslabel" work with <a href="https://man.openbsd.org/mpw.4">mpw(4)</a>.
        !           149: <li>Enabled DTLSv1.2.
        !           150: <li>Made <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> attach to AX201 devices with PCI ID 0x34f0. Needs <a href="https://man.openbsd.org/fw_update.1">fw_update(1)</a>.
        !           151: <li>Fixed a problem where <a href="https://man.openbsd.org/iwn.4">iwn(4)</a> firmware would generate bogus block ack requests and stall traffic.
        !           152: <li>Used the correct rdomain when adding and deleting routes with <a href="https://man.openbsd.org/mpip.4">mpip(4)</a> and <a href="https://man.openbsd.org/mpw.4">mpw(4)</a>.
        !           153: <li>Released <a href="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.2.5-relnotes.txt">LibreSSL 3.2.5</a>.
        !           154: <!-- 2021/03/16 -->
        !           155: <li>Fixed efiboot on some machines from CD-ROM due to unaligned pointers.
        !           156: <li>Added client-detached notification in <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> control mode.
        !           157: <li>Stopped deleting control socket upon <a href="https://man.openbsd.org/apmd.8">apmd(8)</a> exit, preventing accounting of <a href="https://man.openbsd.org/unveil.2">unveil(2)</a> violations when stopping normally.
        !           158: <!-- 2021/03/15 -->
        !           159: <!-- 2021/03/14 -->
        !           160: <li>Skipped <a href="https://man.openbsd.org/xenodm.1">xenodm(1)</a> IPv6 link local addresses for TCP listener authorizations, matching what is done by <a href="https://man.openbsd.org/startx.1">startx(1)</a>.
        !           161: <!-- 2021/03/13 -->
        !           162: <li>Added <a href="https://man.openbsd.org/wsfb.4">wsfb(4)</a> support for 30-bit color.
        !           163: <li>Stopped <a href="https://man.openbsd.org/xenodm.1">xenodm(1)</a> from adding authorizations for TCP connections by default and added "listenTCP" to explicitly add authorizations for existing IP addresses on startup.
        !           164: <li>Made <a href="https://man.openbsd.org/ftp.1">ftp(1)</a> set timestamps only on files.
        !           165: <li>Removed the 30s minimum delay for <a href="https://man.openbsd.org/xlock.1">xlock(1)</a> timeouts.
        !           166: <!-- 2021/03/12 -->
        !           167: <li>Updated <a href="https://man.openbsd.org/unbound.8">unbound(8)</a> to 1.13.1.
        !           168: <li>Prevented a WPA failure in <a href="https://man.openbsd.org/ipw.4">ipw(4)</a> due to a state mismatch between firmware and net80211 during the association sequence.
        !           169: <li>Added a deprecation warning for autoconfprivacy to <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a>.
        !           170: <li>Implemented RA in <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> and <a href="https://man.openbsd.org/iwn.4">iwn(4)</a>.
        !           171: <li>Introduced RA, a new 11nm Tx rate adaptation module for net80211. Unlike MiRa, RA does not attempt to precisely measure actual throughput but simply deducts a loss percentage from the theoretical throughput which can be achieved by a given MCS.
        !           172: <li>Updated Spleen kernel fonts to version 1.9.0.
        !           173: <li>Emulated "[inet] autoconf" <a href="https://man.openbsd.org/hostname.if.5">hostname.if(5)</a> lines with "dhcp" so users testing <a href="https://man.openbsd.org/dhcpleased.8">dhcpleased(8)</a> will still be able to upgrade manually while the installer uses only <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>.
        !           174: <!-- 2021/03/11 -->
        !           175: <li>Changed <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a> to adjust terminology to reflect "temporary address extensions" rather than the former "privacy extensions," including the addition of an AUTOCONF6TEMP flag (to replace the negative flag "INET6_NOPRIVACY").
        !           176: <li>Used <a href="https://man.openbsd.org/unveil.2">unveil(2)</a> for <a href="https://man.openbsd.org/apmd.8">apmd(8)</a>.
        !           177: <li>Forced the interface up when AUTOCONF4 or AUTOCONF flags are enabled.
        !           178: <li>Added SMP support to arm64.
        !           179: <!-- 2021/03/10 -->
        !           180: <li>Added a <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> "absolute-centre" alignment to use the center of the total space instead of the available space.
        !           181: <li>Added <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> split-window -Z to start the pane zoomed.
        !           182: <li>Fixed <a href="https://man.openbsd.org/ksh.1">ksh(1)</a> redrawing of a multiline PS1 prompt in vi mode and added support for ^R (redraw) in insert mode.
        !           183: <li>Requested client certificate only when required in <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a>.
        !           184: <li>Increased the maximum length for CHAP challenges to 96 octets to ensure <a href="https://man.openbsd.org/npppd.8">npppd(8)</a> can handle longer challenges, such as those sent by Juniper.
        !           185: <!-- 2021/03/09 -->
        !           186: <li>Prevented a potential hang when trying to remove a <a href="https://man.openbsd.org/tun.4">tun(4)</a> interface.
        !           187: <li>Recognized Apple Firestorm cores on arm64.
        !           188: <li>Added support for 30-bit color modes to <a href="https://man.openbsd.org/simplefb.4">simplefb(4)</a>.
        !           189: <li>Prevented <a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a> from adjusting the swap 'b' partition size if physmem is zero to keep the auto-allocate code from putting a filesystem on that partition.
        !           190: <!-- 2021/03/08 -->
        !           191: <li>Enabled <a href="https://man.openbsd.org/ixl.4">ixl(4)</a> on arm64.
        !           192: <li>Added support for <a href="https://man.openbsd.org/sdhc.4">sdhc(4)</a> on the Raspberry Pi in ACPI mode.
        !           193: <li>Added support for rk809 to <a href="https://man.openbsd.org/rkpmic.4">rkpmic(4)</a>, as seen on the Rock Pi N10 with the rk3399pro.
        !           194: <!-- 2021/03/07 -->
        !           195: <li>Removed workaround permitting Go executables to do syscalls directly, forcing them to use shared libc like all other dynamic binaries.
        !           196: <!-- 2021/03/06 -->
        !           197: <li>Completed <a href="https://man.openbsd.org/slaacd.8">slaacd(8)</a> implementation of RFC 8981 temporary address extensions.
        !           198: <!-- 2021/03/05 -->
        !           199: <!-- 2021/03/04 -->
        !           200: <li>Introduced an IOVA allocator to <a href="https://man.openbsd.org/smmu.4">smmu(4)</a>.
        !           201: <li>Added an initial attempt to support 8-bit ASIDs such as those on Apple's M1 SoC.
        !           202: <li>Updated clock interrupt count atomically on mips64.
        !           203: <!-- 2021/03/03 -->
        !           204: <li>Fixed a problem which prevented use of <a href="https://man.openbsd.org/sysupgrade.8">sysupgrade(8)</a> when an interface failed to come up and <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> didn't notice link-timeout expiration.
        !           205: <li>Released <a href="https://www.openssh.com/txt/release-8.5">OpenSSH 8.5</a>.
        !           206: <li>Added a configurable button mapping for tap gestures on touchpads to <a href="https://man.openbsd.org/wsconsctl.8">wsconsctl(8)</a>.
        !           207: <li>Fixed visibility of <a href="https://man.openbsd.org/sndioctl.1">sndioctl(1)</a> output when used through a pipe.
        !           208: <!-- 2021/03/02 -->
        !           209: <li>Separated reading of general and touchpad-specific <a href="https://man.openbsd.org/wsmouse.4">wsmouse(4)</a> settings and corrected identification of device type when reading touchpad parameters fails.
        !           210: <li>Added the ability to define single value variables in the <a href="https://man.openbsd.org/mg.1">mg(1)</a> startup file and use them with find-file.
        !           211: <li>Removed <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> support for popups where the content is provided directly to tmux.
        !           212: <li>Introduced <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> <code>rde evaluate all</code> to work around path hiding in IXP route-server environments.
        !           213: <li>Allowed mixing of alternative devices (-F) with different capabilities in <a href="https://man.openbsd.org/sndiod.8">sndiod(8)</a> by treating any device as full-duplex.
        !           214: <!-- 2021/03/01 -->
        !           215: <li>Updated <a href="https://man.openbsd.org/perl.1">perl(1)</a> to 5.32.1.
        !           216: <li>Added support for PCIe on the NanoPi R4S to <a href="https://man.openbsd.org/rkpcie.4">rkpcie(4)</a>.
        !           217: <!-- 2021/02/28 -->
        !           218: <li>Added <a href="https://man.openbsd.org/smmu.4">smmu(4)</a>, a driver for the ARM System MMU.
        !           219: <li>Added <a href="https://man.openbsd.org/acpiiort.4">acpiiort(4)</a>, a driver for the ACPI I/O Remapping Table.
        !           220: <!-- 2021/02/27 -->
        !           221: <li>Added <a href="https://man.openbsd.org/apldart.4">apldart(4)</a>, a driver for the IOMMU on Apple M1 SoCs.
        !           222: <li>Added <a href="https://man.openbsd.org/logger.1">logger(1)</a> support to <a href="https://man.openbsd.org/rcctl.8">rcctl(8)</a>, <a href="https://man.openbsd.org/rc.subr.8">rc.subr(8)</a> and <a href="https://man.openbsd.org/rc.d.8">rc.d(8)</a> for daemons logging to stdout/stderr.
        !           223: <!-- 2021/02/26 -->
        !           224: <li>Increased RX buffers available to the <a href="https://man.openbsd.org/bwfm.4">bwfm(4)</a> chip to 256, allowing use of the Apple M1's wifi.
        !           225: <li>Introduced <a href="https://man.openbsd.org/dhcpleased.8">dhcpleased(8)</a>, a dhcp daemon to acquire IPv4 address leases from servers.
        !           226: <li>Added <a href="https://man.openbsd.org/aplpcie.4">aplpcie(4)</a>, a driver for the PCIe host bridge on Apple M1 SoCs.
        !           227: <!-- 2021/02/25 -->
        !           228: <li>Added support for version 7 of the <a href="https://man.openbsd.org/bwfm.4">bwfm(4)</a> PCIe interface.
        !           229: <li>Prevented <a href="https://man.openbsd.org/nvme.4">nvme(4)</a> attachment to devices with size zero.
        !           230: <!-- 2021/02/24 -->
        !           231: <li>Added <a href="https://man.openbsd.org/resolvd.8">resolvd(8)</a>, a daemon to rewrite <a href="https://man.openbsd.org/resolv.conf.5">resolv.conf(5)</a>.
        !           232: <!-- 2021/02/23 -->
        !           233: <li>Cleared interrupts on luna88k processors more efficiently at boot time.
        !           234: <li>Allowed specification of a path to the <a href="https://man.openbsd.org/mg.1">mg(1)</a> startup file on the command line.
        !           235: <li>Added support for adding and deleting mac addr entries on <a href="https://man.openbsd.org/nvgre.4">nvgre(4)</a>.
        !           236: <li>Added support for adding and deleting address table entries to <a href="https://man.openbsd.org/bpe.4">bpe(4)</a>, <a href="https://man.openbsd.org/veb.4">veb(4)</a> and etherbridge.
        !           237: <li>Added <a href="https://man.openbsd.org/aplintc.4">aplintc(4)</a>, a driver for the interrupt controller found on Apple M1 SoCs.
        !           238: <!-- 2021/02/22 -->
        !           239: <li>Introduced <a href="https://man.openbsd.org/veb.4">veb(4)</a>, a Virtual Ethernet Bridge driver.
        !           240: <li>Added <a href="https://man.openbsd.org/apldog.4">apldog(4)</a>, a driver for the watchdog on Apple M1 SoCs, allowing reboot of the machine.
        !           241: <li>When cutting off the head of an overlapping fragment during <a href="https://man.openbsd.org/pf.4">pf(4)</a> reassembly, reinserted the fragment into the lookup table with the correct index.
        !           242: <!-- 2021/02/21 -->
        !           243: <li>Added <a href="https://man.openbsd.org/cryptox.4">cryptox(4)</a>, a driver for armv8 cryptographic extensions.
        !           244: <li>Added <a href="https://man.openbsd.org/ping.8">ping(8)</a> -g option to provide a visual display of packets received and lost.
        !           245: <!-- 2021/02/20 -->
        !           246: <li>Made the libunwind cache thread-safe.
        !           247: <li>Fixed disestablishing of PCI interrupt handlers on octeon.
        !           248: <li>Added etherbridge, the internals of a reusable learning bridge interface providing common code reusable for other drivers needing a mac learning bridge.
        !           249: <!-- 2021/02/19 -->
        !           250: <li>Added a MONITOR flag to ifaces to indicate they are used only for watching packets which will not be enter the network stack for processing.
        !           251: <li>Appended .html suffixes to temporary files in <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> to allow recognition by browsers.
        !           252: <!-- 2021/02/18 -->
        !           253: <!-- 2021/02/17 -->
        !           254: <!-- 2021/02/16 -->
        !           255: <li>Added <a href="https://man.openbsd.org/exuart.4">exuart(4)</a> support for the UART found on the Apple M1 SoC.
        !           256: <li>Enabled multiple opens of a <a href="https://man.openbsd.org/video.4">video(4)</a> device as described in the V4L2 specification.
        !           257: <li>Added <a href="https://man.openbsd.org/bgpctl.8">bgpctl(8)</a> "show rtr" to display basic information about RTR sessions.
        !           258: <li>Added RTR support to <a href="https://man.openbsd.org/bgpd.8">OpenBGPD</a>.
        !           259: <!-- 2021/02/15 -->
        !           260: <li>Added PermitRemoteOpen to <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> for remote dynamic forwarding with SOCKS.
        !           261: <li>Added support for X11 color names and other variations for OSC 10/11 and added OSC 110 and 111 to <a href="https://man.openbsd.org/tmux.1">tmux(1)</a>.
        !           262: <!-- 2021/02/14 -->
        !           263: <li>Restored <a href="https://man.openbsd.org/rdsetroot.8">rdsetroot(8)</a> -x usage on stripped bsd.rd.
        !           264: <li>Updated to <a href="https://man.openbsd.org/xterm.1">xterm(1)</a> 366.
        !           265: <!-- 2021/02/13 -->
        !           266: <li>Added <a href="https://man.openbsd.org/iked.8">iked(8)</a> dynamic address configuration for roadwarrior clients, with a new "iface" config option which can be used to specify an interface for the virtual addresses received from the peer.
        !           267: <!-- 2021/02/12 -->
        !           268: <li>Synced cert.pem with Mozilla NSS root CAs (except "GeoTrust Global CA").
        !           269: <li>Created /dev/ drm nodes with the same names as linux to simplify libdrm and negate the need for certain ports patches.
        !           270: <!-- 2021/02/11 -->
        !           271: <!-- 2021/02/10 -->
        !           272: <li>Prevented the kernel from being stuck in an endless recursion during TCP path MTU discovery when <a href="https://man.openbsd.org/pf.4">pf(4)</a> changes the routing table when sending packets.
        !           273: <li>Moved UNIX domain sockets out of the kernel lock, using the new "unp_lock" <a href="https://man.openbsd.org/rwlock.9">rwlock(9)</a> as solock()'s backend to protect the whole layer.
        !           274: <!-- 2021/02/09 -->
        !           275: <li>Enabled build and install of <a href="https://man.openbsd.org/lldb.1">lldb(1)</a>.
        !           276: <li>Added an optional "group none" transform for child SAs in <a href="https://man.openbsd.org/iked.8">iked(8)</a> to ensure the ability to negotiate optional PFS.
        !           277: <!-- 2021/02/08 -->
        !           278: <li>Added a barrier between reading the cqe flags and the command ID to prevent completion of the wrong scsi io for <a href="https://man.openbsd.org/nvme.4">nvme(4)</a> drives.
        !           279: <li>Removed the maxburst feature from tcp_output.
        !           280: <li>Corrected raidlevel verification specified by the -c option in <a href="https://man.openbsd.org/bioctl.8">bioctl(8)</a>.
        !           281: <li>Added a RAID1C (raid1 + crypto) <a href="https://man.openbsd.org/softraid.4">softraid(4)</a> discipline, encrypting data like the CRYPTO discipline and accepting multiple chunks during creation and assembly like the RAID1 discipline.
        !           282: <!-- 2021/02/07 -->
        !           283: <!-- 2021/02/06 -->
        !           284: <li>Moved to 6.9-beta.
        !           285: <!-- 2021/02/05 -->
        !           286: <li>Added the new <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> -S flag to new-window to select the existing window if one with the given name already exists, rather than failing.
        !           287: <li>Disabled <a href="https://man.openbsd.org/sndiod.8">sndiod(8)</a> autovolume by default and set the default volume to 127. Setting "-w on" will replicate the previous behavior of automatically decreasing playback volume when new programs start playing.
        !           288: <!-- 2021/02/04 -->
        !           289: <li>Upgraded to OpenSSL 1.1 compatible crypto API in <a href="https://man.openbsd.org/iked.8">iked(8)</a>.
        !           290: <li>Implemented the <a href="https://man.openbsd.org/nc.1">nc(1)</a> -D socket debug option in <a href="https://man.openbsd.org/tcpbench.1">tcpbench(1)</a>, allowing analysis of TCP connections.
        !           291: <li>Introduced <a href="https://man.openbsd.org/uhidpp.4">uhidpp(4)</a>, a driver for Logitech HID++ devices.
        !           292: <li>Added support for the Netgear ProSecure UTM25 to octeon.
        !           293: <!-- 2021/02/03 -->
        !           294: <li>Turned off the direct ACK on every other data segment, saving processing time and improving network performance.
        !           295: <li>Changed pf_route so <a href="https://man.openbsd.org/pf.4">pf(4)</a> only runs when packets enter and leave the stack.
        !           296: <!-- 2021/02/02 -->
        !           297: <li>Properly implemented "rde med compare strict" in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> and ensured that the order of prefixes is always correct.
        !           298: <li>Introduced <a href="https://man.openbsd.org/ftp.1">ftp(1)</a> support for sending the If-Modified-Since header while fetching over http or https. Switched to using the timestamps from the remote server's Last-Modified header if available when saving local files and introduced the ftp "-u" flag to disable this behavior.
        !           299: <li>Fixed a crash that could occur in <a href="https://man.openbsd.org/sndiod.8">sndiod(8)</a> when a usb device is unplugged.
        !           300: <!-- 2021/02/01 -->
        !           301: <li>Fixed path MTU discovery for ESP tunneled in IPv6.
        !           302: <!-- 2021/01/31 -->
        !           303: <li>Changed route-to in <a href="https://man.openbsd.org/pf.conf.5">pf.conf(5)</a> to send packets to IPs instead of interfaces.
        !           304: <li>Added basic support for BCM4379, found on the Apple M1 SoCs, to <a href="https://man.openbsd.org/bwfm.4">bwfm(4)</a>.
        !           305: <li>Completed code cleanup to avoid linker issues by satisfying -fno-common on all architectures.
        !           306: <!-- 2021/01/30 -->
        !           307: <li>Made editing GPT in <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a> safer by defaulting offset to the beginning of the largest free space and preventing the creation of overlapping partitions.
        !           308: <!-- 2021/01/29 -->
        !           309: <li>Stopped relying on USB devices to correctly present their indices, instead searching for the correct interfaces. This fixes E+ Corp. DAC Audio devices.
        !           310: <!-- 2021/01/28 -->
        !           311: <!-- 2021/01/27 -->
        !           312: <li>Applied <a href="https://man.openbsd.org/unveil.2">unveil(2)</a> to <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a>.
        !           313: <!-- 2021/01/26 -->
        !           314: <li>Fixed termination assert in <a href="https://man.openbsd.org/kqueue.2">kqueue(2)</a> to avoid a panic.
        !           315: <li>Added support for RSA-PSS PKCS1 signatures to <a href="https://man.openbsd.org/iked.8">iked(8)</a>.
        !           316: <li>Recognized Apple Icestorm cores on arm64.
        !           317: <li>Ensured AI_ADDRCONFIG takes routing domain into account when checking for available address families.
        !           318: <!-- 2021/01/25 -->
        !           319: <li>Renamed the HostbasedKeyTypes keyword in <a href="https://man.openbsd.org/ssh_config.5">ssh_config(5)</a> and the HostbasedAcceptedKeyTypes keyword in <a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a> to HostbasedAcceptedAlgorithms.
        !           320: <li>Disabled logging to <a href="https://man.openbsd.org/syslog.3">syslog(3)</a> for libunbound with <a href="https://man.openbsd.org/unwind.8">unwind(8)</a>. Does not prevent logging to stderr with "unwind -d".
        !           321: <li>Fixed a data toggle out of sync problem for <a href="https://man.openbsd.org/ugen.4">ugen(4)</a> and <a href="https://man.openbsd.org/uhidev.4">uhidev(4)</a> devices on <a href="https://man.openbsd.org/xhci.4">xhci(4)</a> controllers. (Reverted 2021-02-15).
        !           322: <li>Raised the <a href="https://man.openbsd.org/mcx.4">mcx(4)</a> max number of queues/interrupts from 1 to 16.
        !           323: <li>Introduced the <a href="https://man.openbsd.org/bgpd.conf.5">bgpd.conf(5)</a> per neighbor and global config option "reject as-set yes/no" to allow rejection of received UPDATES with AS_SET segments. These rejected prefixes can be viewed with <a href="https://man.openbsd.org/bgpctl.8">bgpctl(8)</a> "show rib in error".
        !           324: <li>Fixed <a href="https://man.openbsd.org/wg.4">wg(4)</a> ioctl to handle multiple wgpeers.
        !           325: <li>Fixed filtering on <a href="https://man.openbsd.org/kstat.1">kstat(1)</a> unit numbers.
        !           326: <!-- 2021/01/24 -->
        !           327: <li>Used stoeplitz to provide a flowid for tcp packets when enabled.
        !           328: <li>Updated the default system.fvwmrc for <a href="https://man.openbsd.org/fvwm.1">fvwm(1)</a>.
        !           329: <li>Implemented DNS64 synthesis in <a href="https://man.openbsd.org/unwind.8">unwind(8)</a>.
        !           330: <!-- 2021/01/23 -->
        !           331: <li>Prevented memory corruption or improper page access in <a href="https://man.openbsd.org/vmm.4">vmm(4)</a> due to improper TLB flushing for now by wiring the pages used by virtual machines.
        !           332: <li>Added support for <a href="https://man.openbsd.org/ipmi.4">ipmi(4)</a> on PowerNV systems.
        !           333: <!-- 2021/01/22 -->
        !           334: <li>Set up <a href="https://man.openbsd.org/ims.4">ims(4)</a> devices in X11 to behave like touchpads.
        !           335: <li>Introduced <a href="https://man.openbsd.org/ujoy.4">ujoy(4)</a>, a restricted subset of <a href="https://man.openbsd.org/uhid.4">uhid(4)</a> for game controllers which uses /dev/ujoy/* device nodes.
        !           336: <!-- 2021/01/21 -->
        !           337: <li>Fixed a memory leak in <a href="https://man.openbsd.org/httpd.8">httpd(8)</a>.
        !           338: <li>Removed the <a href="https://man.openbsd.org/snmpd.8">snmpd(8)</a> traphandler process.
        !           339: <li>Renamed the PubkeyAcceptedKeyTypes keyword to PubkeyAcceptedAlgorithms in <a href="https://man.openbsd.org/ssh_config.5">ssh_config(5)</a> and <a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a>.
        !           340: <li>Added support for INVALID_KE_PAYLOAD in <a href="https://man.openbsd.org/iked.8">iked(8)</a> CREATE_CHILD_SA exchange.
        !           341: <!-- 2021/01/20 -->
        !           342: <li>Printed rewritten addresses in <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> logged with <a href="https://man.openbsd.org/pflog.4">pflog(4)</a> for rdr-to, nat-to and af-to rules.
        !           343: <!-- 2021/01/19 -->
        !           344: <li>Disabled <a href="https://man.openbsd.org/com.4">com(4)</a> on sparc64 for m3000s. Console i/o should fall back to ofw routines.
        !           345: <li>Implemented intx support in <a href="https://man.openbsd.org/mvkpcie.4">mvkpcie(4)</a>.
        !           346: <li>Enabled <a href="https://man.openbsd.org/athn.4">athn(4)</a> for arm64.
        !           347: <li>Introduced locking for amaps and anons, improving build performance.
        !           348: <!-- 2021/01/18 -->
        !           349: <li>Fixed the <a href="https://man.openbsd.org/httpd.8">httpd(8)</a> example configuration not to generate errors when running without TLS keys already in place.
        !           350: <li>Unlocked <a href="https://man.openbsd.org/getppid.2">getppid(2)</a>.
        !           351: <li>Introduced new function <a href="https://man.openbsd.org/if_unit.9">if_unit(9)</a>, returning a pointer to the interface descriptor corresponding to the unique name.
        !           352: <!-- 2021/01/17 -->
        !           353: <li>Added a <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> -N flag to never start the server even if the command would normally do so.
        !           354: <li>Dumped the max payload size and max read request size in the pcie cap in <a href="https://man.openbsd.org/pcidump.8">pcidump(8)</a>.
        !           355: <!-- 2021/01/16 -->
        !           356: <!-- 2021/01/15 -->
        !           357: <!-- 2021/01/14 -->
        !           358: <li>Prevented a panic in some acpi firmware that provided invalid memory regions in their reserved memory region reporting table.
        !           359: <!-- 2021/01/13 -->
        !           360: <li>Pledged the <a href="https://man.openbsd.org/doas.1">doas(1)</a> "-C" code path.
        !           361: <!-- 2021/01/12 -->
        !           362: <li>Implemented <a href="https://man.openbsd.org/unwind.8">unwind(8)</a> listening on TCP.
        !           363: <li>Allowed use of <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a> on interfaces that share the same IP.
        !           364: <!-- 2021/01/11 -->
        !           365: <li>Used an 8th order FIR low-pass filter for resampling in <a href="https://man.openbsd.org/sndiod.8">sndiod(8)</a> and for <a href="https://man.openbsd.org/aucat.1">aucat(1)</a>, removing most of the aliasing noise during resampling.
        !           366: <li>Created a path MTU host route for <a href="https://man.openbsd.org/ipsec.4">IPsec(4)</a> over IPv6.
        !           367: <!-- 2021/01/10 -->
        !           368: <li>Updated to <a href="https://man.openbsd.org/xterm.1">xterm(1)</a> 363.
        !           369: <li>Disabled base-gcc on loongson and octeon.
        !           370: <!-- 2021/01/09 -->
        !           371: <li>Added PerSourceMaxStartups and PerSourceNetBlockSize options to <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>.
        !           372: <li>Enabled powerpc support for floating-point exceptions.
        !           373: <li>Added support for <a href="https://man.openbsd.org/SSL_get_shared_ciphers.3">SSL_get_shared_ciphers(3)</a> in TLSv1.3 and fixed to correctly return ciphers shared by the client and the server.
        !           374: <li>Fixed -s option for <a href="https://man.openbsd.org/cmp.1">cmp(1)</a>.
        !           375: <li>Added "strip" directive to <a href="https://man.openbsd.org/relayd.conf.5">relayd.conf(5)</a>.
        !           376: <!-- 2021/01/08 -->
        !           377: <li>Fixed a boot-time crash on sparc64 due to mutex use during the message buffer initialization.
        !           378: <!-- 2021/01/07 -->
        !           379: <li>Made CheckHostIP default to "no" in <a href="https://man.openbsd.org/ssh_config.5">ssh_config(5)</a>.
        !           380: <li>Added a "xenodm" login class for <a href="https://man.openbsd.org/xenodm.1">xenodm(1)</a> and increased openfiles to 512 to avoid running out of file descriptors with a busy desktop.
        !           381: <li>Ensured <a href="https://man.openbsd.org/sleep.3">sleep(3)</a> calls <a href="https://man.openbsd.org/nanosleep.2">nanosleep(2)</a> if seconds is zero, now delegating all decisions about whether or not to yield the CPU.
        !           382: <!-- 2021/01/06 -->
        !           383: <li>Allowed a process to open a <a href="https://man.openbsd.org/video.4">video(4)</a> device multiple times. Fixes webcam usage with Firefox and BigBlueButton.
        !           384: <!-- 2021/01/05 -->
        !           385: <li>Fixed problems which could arise with software such as bacula and icinga when a root certificate was specified as both a trusted and an untrusted certificate.
        !           386: <li>Began distributing the gzip'd version of bsd.rd on all platforms with boot methods supporting it.
        !           387: <!-- 2021/01/04 -->
        !           388: <!-- 2021/01/03 -->
        !           389: <li>Fixed a use after free in <a href="https://man.openbsd.org/carp.4">carp(4)</a>.
        !           390: <!-- 2021/01/02 -->
        !           391: <li>Updated to libc++ and libc++abi 10.0.1.
        !           392: <li>Added requests for a new certificate without requiring -F when <a href="https://man.openbsd.org/acme-client.1">acme-client(1)</a> detects an added or removed SAN in the config file not reflected in the existing certificate on disk.
        !           393: <li>Updated to compiler-rt 11.0.0.
        !           394: <li>Used native display resolution 1368x768 for Lynloong all-in-one computers.
        !           395: <li>Made loongson kernels recognize Lynloong LM9002/9003 and LM9013.
        !           396: <!-- 2021/01/01 -->
        !           397: <li>Changed the <a href="https://man.openbsd.org/pool.9">pool(9)</a> timeouts to use the system uptime instead of ticks.
        !           398: <li>Handled permanent redirects (RFC 7538) in <a href="https://man.openbsd.org/ftp.1">ftp(1)</a> fetch.
        !           399: <li>Added <a href="https://man.openbsd.org/kstat.1">kstat(1)</a> to <a href="https://man.openbsd.org/ogx.4">ogx(4)</a>.
        !           400: <li>Updated to <a href="https://man.openbsd.org/xkbcomp.1">xkbcomp(1)</a> 1.4.4.<li>Updated to <a href="https://man.openbsd.org/xinit.1">xinit(1)</a> 1.4.1.
        !           401: <li>Updated to <a href="https://man.openbsd.org/xprop.1">xprop(1)</a> 1.2.5.
        !           402: <li>Updated to <a href="https://man.openbsd.org/xev.1">xev(1)</a> 1.2.4.
        !           403: <li>Updated to <a href="https://man.openbsd.org/fonttosfnt.1">fonttosfnt(1)</a> 1.2.1.
        !           404: <li>Added a -C flag to <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> run-shell to use a tmux command rather than a shell command.
        !           405: <!-- 2020/12/31 -->
        !           406: <li>Corrected <a href="https://man.openbsd.org/amltemp.4">amltemp(4)</a> attachment to allow thermal management despite temperature sensor reading failure on Amlogic SoCs.
        !           407: <li>Added trace points for <a href="https://man.openbsd.org/malloc.9">malloc(9)</a> and <a href="https://man.openbsd.org/free.9">free(9)</a>, making them traceabe via <a href="https://man.openbsd.org/dt.4">dt(4)</a> and <a href="https://man.openbsd.org/btrace.8">btrace(8)</a>.
        !           408: <li>Enabled IPv4 and TCP/UDP checksum offload on transmission in <a href="https://man.openbsd.org/ogx.4">ogx(4)</a>.
        !           409: <li>Renamed <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> pony process to dispatcher and klondike to crypto.
        !           410: <!-- 2020/12/30 -->
        !           411: <li>Set klist lock for pipes.
        !           412: <li>Added singly-linked tail queue macros from FreeBSD.
        !           413: <li>Added <a href="https://man.openbsd.org/bgpctl.8">bgpctl(8)</a> "show sets" to display information about the roa-set, as-sets and prefix-sets loaded into <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
        !           414: <!-- 2020/12/29 -->
        !           415: <li>Introduced power-saving mode on POWER9 (ISA v3).
        !           416: <li>Updated to libexpat 2.2.10.
        !           417: <!-- 2020/12/28 -->
        !           418: <li>Added support for kern.video.record to <a href="https://man.openbsd.org/sysctl.8">sysctl(8)</a>.
        !           419: <li>Introduced kern.video.record for <a href="https://man.openbsd.org/video.4">video(4)</a> devices, an analog to the kern.audio.record <a href="https://man.openbsd.org/sysctl.8">sysctl(8)</a> parameter for <a href="https://man.openbsd.org/audio.4">audio(4)</a> devices. By default, kern.video.record will be set to zero and blank all data delivered by drivers attaching to <a href="https://man.openbsd.org/video.4">video(4)</a>.
        !           420: <li>Used per-CPU counter for fault and stats counters reached in uvm_fault().
        !           421: <li>Added support to <a href="https://man.openbsd.org/dwpcie.4">dwpcie(4)</a> for the PCIe controller found on Amlogic G12A/G12B/SM1 SoCs.
        !           422: <!-- 2020/12/27 -->
        !           423: <li>Fixed "any" and "dynamic" keywords for flows in <a href="https://man.openbsd.org/iked.8">iked(8)</a> and added proper IPv6 support.
        !           424: <li>Added PCIe support to <a href="https://man.openbsd.org/amlpciephy.4">amlpciephy(4)</a>.
        !           425: <!-- 2020/12/26 -->
        !           426: <li>Fixed a memory leak in ld.so's malloc.
        !           427: <!-- 2020/12/25 -->
        !           428: <li>Added Gemini Lake I2C id to <a href="https://man.openbsd.org/dwiic.4">dwiic(4)</a>, making the touchpad work on the Teclast F7 Plus laptop.
        !           429: <!-- 2020/12/24 -->
        !           430: <li>Corrected accounting of zero length TDs in <a href="https://man.openbsd.org/xhci.4">xhci(4)</a>, preventing free TRBs from running out.
        !           431: <!-- 2020/12/23 -->
        !           432: <li>Fixed hangs on amd64 bsd.rd due to misreported core clock frequency on newer Intel Comet Lake models.
        !           433: <li>Added a global "nowake" channel for threads avoiding <a href="https://man.openbsd.org/wakeup.9">wakeup(9)</a> to <a href="https://man.openbsd.org/tsleep.9">tsleep(9)</a>.
        !           434: <li>Added Wake on LAN support to <a href="https://man.openbsd.org/rge.4">rge(4)</a>.
        !           435: <li>Added a specific headline to <a href="https://man.openbsd.org/netstat.1">netstat(1)</a> for TCP state and IP protocol.
        !           436: <li>Prevented a crash due to premature release of resources by the <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> filter state machine.
        !           437: <li>Allowed the provision of <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> options on "dhcp" lines in <a href="https://man.openbsd.org/hostname.if.5">hostname.if(5)</a> files.
        !           438: <li>Fixed a memory leak in <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> resolver.
        !           439: <li>Introduced a send hold timer in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> to detect stalls on the sending side of a TCP connection, acting as a last resort to detect faulty peers.
        !           440: <li>Fixed ofw regulators that use "active-low" polarity.
        !           441: <!-- 2020/12/22 -->
        !           442: <li>Added PCIe clocks to <a href="https://man.openbsd.org/amlclock.4">amlclock(4)</a>.
        !           443: <li>Implemented <a href="https://man.openbsd.org/select.2">select(2)</a> and <a href="https://man.openbsd.org/pselect.2">pselect(2)</a> on top of <a href="https://man.openbsd.org/kqueue.2">kqueue(2)</a>. (Reverted 2021-01-08).
        !           444: <!-- 2020/12/21 -->
        !           445: <li>Made clang the default compiler on loongson.
        !           446: <li>Added an <a href="https://man.openbsd.org/ssh_config.5">ssh_config(5)</a> KnownHostsCommand that allows the client to obtain known_hosts data from a command in addition to the usual files.
        !           447: <li>Prevented initiation of new additional SAs for each policy upon every <a href="https://man.openbsd.org/ikectl.8">ikectl(8)</a> config reload.
        !           448: <li>Introduced <a href="https://man.openbsd.org/smtp.1">smtp(1)</a> -a to perform authentication before sending a message.
        !           449: <li>Fixed DRI3 support on <a href="https://man.openbsd.org/amdgpu.4">amdgpu(4)</a> and <a href="https://man.openbsd.org/ati.4">ati(4)</a>.
        !           450: <!-- 2020/12/20 -->
        !           451: <li>Accepted reject and blackhole routes for IPsec PMTU discovery.
        !           452: <li>Prevented leaking of ipsec_hosts in <a href="https://man.openbsd.org/iked.8">iked(8)</a> when building hosts_list.
        !           453: <li>Fixed booting on powerpc64 machines with memory banks higher in physical address space, needing a larger TCE table.
        !           454: <li>Introduced klistops, introducing a way to associate lock operations with a klist.
        !           455: <li>Fixed <a href="https://man.openbsd.org/dig.1">dig(1)</a> EDNS Client Subnet option (+subnet=).
        !           456: <li>Fixed IPv6 link-local address handling for nameservers to talk to and address to bind to in <a href="https://man.openbsd.org/dig.1">dig(1)</a>.
        !           457: <!-- 2020/12/19 -->
        !           458: <!-- 2020/12/18 -->
        !           459: <li>Added support for the i.MX8MP PCIe clocks, USB clocks and second ethernet.
        !           460: <li>Made large read and write transactions work in <a href="https://man.openbsd.org/amliic.4">amliic(4)</a>.
        !           461: <li>Updated to the December 18, 2020 version of <a href="https://man.openbsd.org/awk.1">awk(1)</a>.
        !           462: <li>Added fd close notification for kqueue-based <a href="https://man.openbsd.org/poll.2">poll(2)</a> and <a href="https://man.openbsd.org/select.2">select(2)</a>.
        !           463: <li>Corrected the first packet of an <a href="https://man.openbsd.org/ipsec.4">ipsec(4)</a> SA to have sequence number 1.
        !           464: <!-- 2020/12/17 -->
        !           465: <li>Added "amlogic,meson-g12a-dwmac" to <a href="https://man.openbsd.org/dwge.4">dwge(4)</a>.
        !           466: <li>Added <a href="https://man.openbsd.org/amlpinctrl.4">amlpinctrl(4)</a> support for the "Always On" GPIOs.
        !           467: <li>Introduced a delay to work around an issue in <a href="https://man.openbsd.org/bwfm.4">bwfm(4)</a> on the BCM43602 that was triggering "unexpected pairwise key update" errors.
        !           468: <!-- 2020/12/16 -->
        !           469: <li>Made <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> detect and reject bogus ranges before loading the ruleset to prevent a panic.
        !           470: <!-- 2020/12/15 -->
        !           471: <li>Made <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> synchronize-panes a pane option and added set-option -U flag to unset an option on all panes.
        !           472: <!-- 2020/12/14 -->
        !           473: <!-- 2020/12/13 -->
        !           474: <li>Updated to xcb-proto 1.14.1.
        !           475: <!-- 2020/12/12 -->
        !           476: <li>Updated to <a href="https://man.openbsd.org/Xserver.1">Xserver(1)</a> 1.20.10.
        !           477: <!-- 2020/12/11 -->
        !           478: <li>Prevented a race in <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> privsep which could cause autoinstall to fail by calling <a href="https://man.openbsd.org/ftp.1">ftp(1)</a> without a local address.
        !           479: <li>Correctly enumerated files with more than INT_MAX lines with the <a href="https://man.openbsd.org/cat.1">cat(1)</a> -n flag.
        !           480: <!-- 2020/12/10 -->
        !           481: <li>Updated to <a href="https://man.openbsd.org/unbound.8">unbound(8)</a> 1.13.0.
        !           482: <li>Updated to <a href="https://man.openbsd.org/nsd.8">nsd(8)</a> 4.3.4.
        !           483: <!-- 2020/12/09 -->
        !           484: <li>Fixed TCP going over an interface with fq codel enabled.
        !           485: <li>Avoided spurious "input packet decapsulations failed" errors in <a href="https://man.openbsd.org/netstat.1">netstat(1)</a> -W with A-MSDU enabled.
        !           486: <li>Allowed booting of amd64/i386 from 4TB GPT formatted disks.
        !           487: <li>Flushed the reorder buffer after gap timeout to prevent frames from remaining in the buffer until the next frame is received.
        !           488: <li>Validated ghostbuster records (RFC 6493) in <a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a>.
        !           489: <!-- 2020/12/08 -->
        !           490: <li>Fixed 802.11 RSN capabilities announced to peers.
        !           491: <li>Fixed a potential NULL pointer dereference due to malformed ASN.1 in a certificate revocation list or a timestamp response token.
        !           492: <!-- 2020/12/07 -->
        !           493: <li>Fixed the calculation of "maxlen" in <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> and <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> when there are multiple MPDUs in one packet.
        !           494: <li>Limited the URL embedded in .cer files in <a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a> to alphanumeric characters and punctuation.
        !           495: <!-- 2020/12/06 -->
        !           496: <li>Added <a href="https://man.openbsd.org/dwgpio.4">dwgpio(4)</a>, a driver for the Synopsys DesignWare GPIO controller.
        !           497: <li>Added <a href="https://man.openbsd.org/iked.8">iked(8)</a> support for RSASSA-PSS signature verification (RFC 7427).
        !           498: <li>Fixed a race condition in <a href="https://man.openbsd.org/wsmux.4">wsmux(4)</a>.
        !           499: <!-- 2020/12/05 -->
        !           500: <!-- 2020/12/04 -->
        !           501: <li>Allowed exporting prefixes from multiple sessions in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> into the same <a href="https://man.openbsd.org/pf.4">pf(4)</a> table, preventing a prefix from being removed from the table on the first withdrawal even if an alternative exists.
        !           502: <!-- 2020/12/03 -->
        !           503: <!-- 2020/12/02 -->
        !           504: <li>Prevented a TOCTOU race in single_thread_set() by extending the scope of the lock.
        !           505: <li>Enabled auto-negotiation on the SerDes links, allowing in-band-status to work between <a href="https://man.openbsd.org/mvpp.4">mvpp(4)</a> and <a href="https://man.openbsd.org/mvsw.4">mvsw(4)</a> on the ClearFog GT 8K.
        !           506: <!-- 2020/12/01 -->
        !           507: <li>Allowed <a href="https://man.openbsd.org/rad.8">rad(8)</a> to handle all rdomains in a single daemon.
        !           508: <li>Made uvm_pagealloc() mp-safe.
        !           509: <!-- 2020/11/30 -->
        !           510: <li>Ensured rekeying of every child SA in <a href="https://man.openbsd.org/iked.8">iked(8)</a>.
        !           511: <!-- 2020/11/29 -->
        !           512: <li>Fixed <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a> cert and key path inference for absolute paths.
        !           513: <li>Taught lld to link the macppc kernel.
        !           514: <li>Added support for 1000base-x and 2500base-x connections to <a href="https://man.openbsd.org/mvneta.4">mvneta(4)</a>.
        !           515: <li>Added <a href="https://man.openbsd.org/mvsw.4">mvsw(4)</a>, a driver for Marvel "SOHO" switches.
        !           516: <li>Added the <a href="https://man.openbsd.org/iked.8">iked(8)</a> "set stickyaddress" option, which attempts to assign the same "config address" when an IKESA is negotiated with the DSTID of an existing IKESA.
        !           517: <li>Added support for the use of !command to <a href="https://man.openbsd.org/mygate.5">mygate(5)</a>, so that netstart has a late opportunity to perform network configuration.
        !           518: <!-- 2020/11/28 -->
        !           519: <li>Updated to libX11 1.7.0.
        !           520: <li>Handled an autoconf interface changing its rdomain in <a href="https://man.openbsd.org/slaacd.8">slaacd(8)</a>.
        !           521: <li>Added <a href="https://man.openbsd.org/iked.8">iked(8)</a> support for multiple address pools.
        !           522: <!-- 2020/11/27 -->
        !           523: <!-- 2020/11/26 -->
        !           524: <li>Set the specified TOS/DSCP for interactive use prior to TCP connect in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
        !           525: <li>CLeaned up passing of struct passwd from monitor to preauth privsep process in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
        !           526: <li>Used a counter instead of random IV for AES-GCM in <a href="https://man.openbsd.org/iked.8">iked(8)</a>, eliminating the risk of random collisions.
        !           527: <!-- 2020/11/25 -->
        !           528: <li>Changed kqueue_scan() to keep track of collected events in the given context.
        !           529: <!-- 2020/11/24 -->
        !           530: <li>Killed <a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a> connection upon <a href="https://man.openbsd.org/openrsync.1">openrsync(1)</a> server stall.
        !           531: <li>Added a simple --timeout implementation to <a href="https://man.openbsd.org/openrsync.1">openrsync(1)</a>.
        !           532: <!-- 2020/11/23 -->
        !           533: <li>Fixed very old <a href="https://man.openbsd.org/umass.4">umass(4)</a> devices where the INQUIRY command succeeds but with a residue equal to the requested bytes.
        !           534: <!-- 2020/11/22 -->
        !           535: <li>Fixed a panic seen with mbuf chains on arm64.
        !           536: <!-- 2020/11/21 -->
        !           537: <li>Fixed incorrect behavior when using <a href="https://man.openbsd.org/dhclient.conf.5">dhclient.conf(5)</a> to change the lease renew/rebind/expiry timing.
        !           538: <!-- 2020/11/20 -->
        !           539: <li>Added <a href="https://man.openbsd.org/iked.8">iked(8)</a> -s socket option to specify a control socket.
        !           540: <!-- 2020/11/19 -->
        !           541: <li>When doing an <a href="https://man.openbsd.org/sftp.1">sftp(1)</a> recursive upload or download of a read-only directory, ensured that the directory was created with write and execute permissions in the interim to allow the transfer.
        !           542: <li>Fixed <a href="https://man.openbsd.org/urtwn.4">urtwn(4)</a> repeated DEAUTH and loss/restoration of link.
        !           543: <li>Allowed specific <a href="https://man.openbsd.org/sndio.7">sndio(7)</a> devices to be used for play-only and rec-only modes.
        !           544: <li>Fixed panics on the HoneyComb LX2K with <a href="https://man.openbsd.org/amdgpu.4">amdgpu(4)</a>.
        !           545: <!-- 2020/11/18 -->
        !           546: <!-- 2020/11/17 -->
        !           547: <li>Prevented accidental truncation of large memory segments on loongson.
        !           548: <li>Added ACPI support to <a href="https://man.openbsd.org/imxiic.4">imxiic(4)</a>.
        !           549: <!-- 2020/11/16 -->
        !           550: <li>Implemented the key material exporter for TLSv1.3.
        !           551: <li>Prevented process exit in multithreaded programs from reporting the wrong error code.
        !           552: <li>Added multicast support to <a href="https://man.openbsd.org/bwfm.4">bwfm(4)</a> to allow IPv6.
        !           553: <!-- 2020/11/15 -->
        !           554: <li>Added <a href="https://man.openbsd.org/acpige.4">acpige(4)</a>, a driver for ACPI generic event devices, used on the HoneyComb LX2K to implement power button handling.
        !           555: <li>Added <a href="https://man.openbsd.org/pchgpio.4">pchgpio(4)</a>, a driver for the GPIO controllers found on modern Intel PCHs.
        !           556: <!-- 2020/11/14 -->
        !           557: <li>Revised the initialization of the <a href="https://man.openbsd.org/drm.4">drm(4)</a> Linux emulation layer to call it only when the first drm instance attaches.
        !           558: <li>Extended <a href="https://man.openbsd.org/pcamux.4">pcamux(4)</a> with ACPI support.
        !           559: <li>Added support for the VF610 I2C controller to <a href="https://man.openbsd.org/imxiic.4">imxiic(4)</a>.
        !           560: <li>Made sure not to replace 0.0.0.0 with a dynamic address in <a href="https://man.openbsd.org/iked.8">iked(8)</a> if it is a network address.
        !           561: <li>Added 10G media support to <a href="https://man.openbsd.org/mvpp.4">mvpp(4)</a>.
        !           562: <li>Added SFP+ support to ofw, including support for direct attach cables.
        !           563: <!-- 2020/11/13 -->
        !           564: <li>Added support for the PL2303HXN series chips to <a href="https://man.openbsd.org/uplcom.4">uplcom(4)</a>.
        !           565: <li>Added support for the PCA9547 I2C mux to <a href="https://man.openbsd.org/pcamux.4">pcamux(4)</a>.
        !           566: <!-- 2020/11/12 -->
        !           567: <li>Added <a href="https://man.openbsd.org/witness.4">witness(4)</a> check for uninitialized (or zeroed) lock usage.
        !           568: <li>Prefixed <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> keyboard interactive prompts with "user@host" for easier identification of connections.
        !           569: <li>Displayed any other hostnames/addresses associated with a new hostkey when <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> prompts the user to accept it.
        !           570: <!-- 2020/11/11 -->
        !           571: <li>Implemented auto chain for the TLSv1.3 server.
        !           572: <li>Updated to freetype 2.10.4.
        !           573: <li>Fixed <a href="https://man.openbsd.org/athn.4">athn(4)</a> in client mode against APs that use WPA1/TKIP as the group cipher.
        !           574: <!-- 2020/11/10 -->
        !           575: <li>Fixed <a href="https://man.openbsd.org/urtwn.4">urtwn(4)</a> against access points using WPA1/TKIP as the group cipher.
        !           576: <!-- 2020/11/09 -->
        !           577: <li>Fixed a panic associated with locks and <a href="https://man.openbsd.org/drm.4">drm(4)</a> on macppc with Powerbook5,6 and RV350.
        !           578: <li>Fixed issues with network stopping after the first down/up cycle in <a href="https://man.openbsd.org/mvpp.4">mvpp(4)</a>.
        !           579: <li>Fixed link state change behavior in 82598 <a href="https://man.openbsd.org/ix.4">ix(4)</a> chips.
        !           580: <li>Increased speed of the dependency check pass for <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a>.
        !           581: <li>Allowed use of ## and # in <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> styles and added a "w" format modifier for width.
        !           582: <!-- 2020/11/08 -->
        !           583: <!-- 2020/11/07 -->
        !           584: <li>Added clock support for i.MX8MP.
        !           585: <li>Implemented <a href="https://man.openbsd.org/iked.8">iked(8)</a> "from dynamic," installing flows where "dynamic" is replaced by the received dynamic IP address.
        !           586: <li>Fixed <a href="https://man.openbsd.org/ilogb.3">ilogb(3)</a> implementation, preventing a potential infinite loop.
        !           587: <!-- 2020/11/06 -->
        !           588: <li>Changed from <a href="https://man.openbsd.org/rwlock.9">rwlock(9)</a> to <a href="https://man.openbsd.org/mutex.9">mutex(9)</a> for linux rwlocks.
        !           589: <li>Removed the -L option from <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>.
        !           590: <li>Fixed <a href="https://man.openbsd.org/wg.4">wg(4)</a> on macppc by keeping track of allowed ips pointer correctly.
        !           591: <li>Added the ClearFog GT 8K to <a href="https://man.openbsd.org/mvclock.4">mvclock(4)</a>.
        !           592: <!-- 2020/11/05 -->
        !           593: <li>Enabled <a href="https://man.openbsd.org/iked.8">iked(8)</a> support for ASN1_DN ipsec identifiers.
        !           594: <li>Fixed rare crashes of <a href="https://man.openbsd.org/unwind.8">unwind(8)</a> when DNS answers are larger than the maximum imsg size.
        !           595: <li>Fixed <a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a> checks for manifest validity interval.
        !           596: <li>Released OpenBGPD-6.8p1.
        !           597: <!-- 2020/11/04 -->
        !           598: <li>Added recognition of Cortex-A78AE, Cortex-X1 and Neoverse V1 arm64 CPUs.
        !           599: <!-- 2020/11/03 -->
        !           600: <li>Corrected an issue where <a href="https://man.openbsd.org/openssl.1">openssl(1)</a> verify might not error on expired certificates.
        !           601: <li>Fixed an issue in the TLS 1.3 code that caused stalls in haproxy and other software.
        !           602: <li>Changed <a href="https://man.openbsd.org/crypto.3">crypto(3)</a> to call its get_issuer() callback to try and find a suitable certificate in cases where it has failed to find a print certificate from the supplied roots and intermediates.
        !           603: <li>Added the 'any' keyword to <a href="https://man.openbsd.org/iked.conf.5">iked.conf(5)</a> for requests to allow "request address any".
        !           604: <!-- 2020/11/02 -->
        !           605: <li>Enabled brightness keys on powerbooks where the keyboard attaches as <a href="https://man.openbsd.org/ukbd.4">ukbd(4)</a>.
        !           606: <li>Set initial default display brightness on macppc via of_setbrightness() to ensure <a href="https://man.openbsd.org/wscons.4">wscons(4)</a> and ofw are in sync.
        !           607: <!-- 2020/11/01 -->
        !           608: <li>Added 'dynamic' keyword to <a href="https://man.openbsd.org/iked.conf.5">iked.conf(5)</a> to allow configuration of flows to dynamically assigned addresses.
        !           609: <li>Implemented RFC 8914 Extended DNS Errors for <a href="https://man.openbsd.org/dig.1">dig(1)</a>.
        !           610: <li>Added tracking of address proposal creation times to be able to establish total lifetime. This information is used to renew pltime/vltime of privacy addresse per RFC 4941.
        !           611: <li>Changed <a href="https://man.openbsd.org/slaacd.8">slaacd(8)</a> Duplicate Address Detection (DAD) to only generate a new address if we are using Semantically Opaque Interface Identifiers.
        !           612: <!-- 2020/10/31 -->
        !           613: <li>Added a directive to <a href="https://man.openbsd.org/httpd.8">httpd(8)</a> to check if a path is accessible.
        !           614: <li>Fixed detection of duplicate locations in <a href="https://man.openbsd.org/httpd.8">httpd(8)</a>.
        !           615: <li>Added support for passing a bootmac command line argument to RAMDISK on powerpc64.
        !           616: <!-- 2020/10/30 -->
        !           617: <li>Make <a href="https://man.openbsd.org/iked.8">iked(8)</a> accept ANY dynamic address with 'request addr 0.0.0.0'.
        !           618: <li>Fixed the "entry point at 0x10010000" hang reported on amd64 machines by using a 64MB block to load the kernel.
        !           619: <li>Changed <a href="https://man.openbsd.org/astfb.4">astfb(4)</a> to allow it to become the console on powerpc64.
        !           620: <!-- 2020/10/29 -->
        !           621: <li>Added support to request IP addresses as IKEv2 initiator to <a href="https://man.openbsd.org/iked.8">iked(8)</a>. If 'request addr 0.0.0.0' is configured, any address will be accepted.
        !           622: <li>Added the ability to force the selection of source IP address via <a href="https://man.openbsd.org/route.8">route(8)</a>.
        !           623: <li>Created a new "location (found|notfound)" option for <a href="https://man.openbsd.org/httpd.conf.5">httpd.conf(5)</a> to allow testing for resource path existence.
        !           624: <!-- 2020/10/28 -->
        !           625: <li>Prevented kernel reuse of mbuf memory when generating the ICMP6 response to an IPv6 packet.
        !           626: <li>Updated to <a href="https://man.openbsd.org/unbound.8">unbound(8)</a> 1.12.0.
        !           627: <!-- 2020/10/27 -->
        !           628: <li>Added notices to syslog whenever the "%n" format string component of <a href="https://man.openbsd.org/printf.3">printf(3)</a> is used.
        !           629: <li>Stopped allowing configuration of the same neighbor multiple times in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
        !           630: <li>Edited <a href="https://man.openbsd.org/syspatch.8">syspatch(8)</a> to ensure SHA256.sig has at least three lines.
        !           631: <li>Added limited emulation of unaligned access in the powerpc64 kernel.
        !           632: <!-- 2020/10/26 -->
        !           633: <li>Added AMD Vi and Intel VTD IOMMU support. This creates separate domains for each PCI device and can provide protection against invalid memory access.
        !           634: <li>Fixed <a href="https://man.openbsd.org/wsconsctl.8">wsconsctl(8)</a> display commands when using <a href="https://man.openbsd.org/drm.4">drm(4)</a> drivers on macppc.
        !           635: <li>Fixed a deadlock between uvn_io() and uvn_flush().
        !           636: <li>Added a top-level 'reboot' command to <a href="https://man.openbsd.org/ddb.4">ddb(4)</a>.
        !           637: <li>Added a -legacy_verify flag to <a href="https://man.openbsd.org/openssl.1">openssl(1)</a> to force use of the old validator.
        !           638: <li>Fixed a memory leak when parsing <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> roa-set lists.
        !           639: <!-- 2020/10/25 -->
        !           640: <li>Added a workaround for PCIO devices that cannot address the full 64-bit PCI address space to powerpc64. Needed for <a href="https://man.openbsd.org/radeondrm.4">radeondrm(4)</a> and <a href="https://man.openbsd.org/amdgpu.4">amdgpu(4)</a> since Radeon GPUs only implement 36, 40, or 44 bits of address space.
        !           641: <li>Introduced a system-wide mutex that serializes msgbuf operations.
        !           642: <li>Fixed brightness setting on MacBooks.
        !           643: <!-- 2020/10/24 -->
        !           644: <!-- 2020/10/23 -->
        !           645: <li>Updated to <a href="https://man.openbsd.org/fonttosfnt.1">fonttosfnt(1)</a> 1.2.0.
        !           646: <!-- 2020/10/22 -->
        !           647: <!-- 2020/10/21 -->
        !           648: <li>Added retguard macros to powerpc64 locore functions.
        !           649: <li>Changed <a href="https://man.openbsd.org/ping.8">ping(8)</a> to drain the raw socket of packets received before we were fully setup to avoid reporting ICMP responses intended for other instances of ping(8) running in parallel.
        !           650: <li>Made <a href="https://man.openbsd.org/sysupgrade.8">sysupgrade(8)</a> specify a version when it uses <a href="https://man.openbsd.org/fw_update.1">fw_update(1)</a> to avoid the situation where upgrading a pre-6.8 snapshot to 6.8 release with "-r" would install firmware packages from snapshots.
        !           651: <!-- 2020/10/20 -->
        !           652: <li>Ensured <a href="https://man.openbsd.org/copyout.9">copyout(9)</a>, <a href="https://man.openbsd.org/copyinstr.9">copyinstr(9)</a> and <a href="https://man.openbsd.org/copyoutstr.9">copyoutstr(9)</a> bail out properly if called with a length of 0 on arm64, hppa and mips64.
        !           653: <li>Modified <a href="https://man.openbsd.org/daily.8">daily(8)</a> to stop reporting disk status and networking statistics.
        !           654: <li>Released OpenBGPD portable 6.8p0.
        !           655: <li>Released <a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a> 6.8p0.
        !           656: <!-- 2020/10/19 -->
        !           657: <!-- 2020/10/18 -->
        !           658: <li>Added powerpc64 retguard macros for setjmp/longjmp.
        !           659: <li>Released LibreSSL 3.2.2.
        !           660: <!-- 2020/10/17 -->
        !           661: <!-- 2020/10/16 -->
        !           662: <li>Implemented linux interval tree functions for <a href="https://man.openbsd.org/drm.4">drm(4)</a>.
        !           663: <!-- 2020/10/15 -->
        !           664: <li>Added basic support for kclock timeouts to <a href="https://man.openbsd.org/timeout.9">timeout(9)</a>.
        !           665: <!-- 2020/10/14 -->
        !           666: <!-- 2020/10/13 -->
        !           667: <li>Updated to <a href="https://man.openbsd.org/nsd.8">nsd(8)</a> 4.3.3.
        !           668: <!-- 2020/10/12 -->
        !           669: <li>Added RETGUARD implementation for powerpc and powerpc64.
        !           670: <!-- 2020/10/11 -->
        !           671: <li>Stopped exempting file systems from <a href="https://man.openbsd.org/security.8">security(8)</a> on the basis of nodev and nosuid options, which may not be used for file systems mounted beneath.
        !           672: <li>Supported use of more than one URI in the TAL file for <a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a>, sorting with a preference for https.
        !           673: <!-- 2020/10/10 -->
        !           674: <li>Prevented a crash due to <a href="https://man.openbsd.org/httpd.8">httpd(8)</a> listening on port 443 with missing TLS certificates.
        !           675: <!-- 2020/10/09 -->
        !           676: <li>Optimized arm64 <a href="https://man.openbsd.org/copyin.9">copyin(9)</a>, <a href="https://man.openbsd.org/copyout.9">copyout(9)</a> and <a href="https://man.openbsd.org/kcopy.9">kcopy(9)</a> by doing 16-byte copies if possible.
        !           677: <li>Added <a href="https://man.openbsd.org/doas.conf.5">doas.conf(5)</a> "nolog" option to avoid <a href="https://man.openbsd.org/syslog.3">syslog(3)</a>.
        !           678: <!-- 2020/10/08 -->
        !           679: <!-- 2020/10/07 -->
        !           680: <!-- 2020/10/06 -->
        !           681: <li>Added Intel 495 Series LP PCH and Ice Lake graphics <a href="https://man.openbsd.org/pci.4">pci(4)</a> ids.
        !           682: <!-- 2020/10/05 -->
        !           683: <li>Fixed a pledge violation in <a href="https://man.openbsd.org/csh.1">csh(1)</a> where redirecting input from a file containing ^T would cause csh(1) to perform a tty ioctl operation against a non-tty.
        !           684: <!-- 2020/10/04 -->
        !           685: <li>Fixed a write hang-up on file system in <a href="https://man.openbsd.org/vnd.4">vnd(4)</a>.
        !           686: <!-- 2020/10/03 -->
        !           687: <li>Enabled <a href="https://man.openbsd.org/ssh_config.5">ssh_config(5)</a> UpdateHostkeys by default when the configuration has not overridden UserKnownHostFile.
        !           688: <li>Added bsd.mp to powerpc64's installXX.{img,iso}.
        !           689: <!-- 2020/10/02 -->
        !           690: <li>Preferred ed25519 signature algorithm variants over ECDSA in <a href="https://man.openbsd.org/ssh_config.5">ssh_config(5)</a> and <a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a>.
        !           691: <li>Introduced "if_cloners_lock" rwlock and used it to serialize if_clone_{create,destroy}(), avoiding multiple race conditions.
        !           692: <!-- 2020/10/01 -->
        !           693: <li>Added <a href="https://man.openbsd.org/astfb.4">astfb(4)</a>, a driver for the framebuffer of the Aspeed BMC found on many POWER8 and POWER9 systems.
        !           694: <li>Added Intel 400-series chipsets to <a href="https://man.openbsd.org/dwiic.4">dwiic(4)</a>.
        !           695: <li>Relaxed checks in <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> and <a href="https://man.openbsd.org/pf.4">pf(4)</a> to accept any valid routing domain, even if it does not yet exist.
        !           696: <!-- 2020/09/30 -->
        !           697: <li>Moved mfokclock(4) from loongson to make it available for other platforms and renamed it to <a href="https://man.openbsd.org/mfokrtc.4">mfokrtc(4)</a>.
        !           698: <li>Removed osrelease from system.fvwmrc, as the version string matches the kernel of the <a href="https://man.openbsd.org/fvwm.1">fvwm(1)</a> build machine, not the user's kernel.
        !           699: <li>Moved to 6.8-current.
        !           700: </ul>