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

Annotation of www/plus70.html, Revision 1.2

1.1       deraadt     1: <!doctype html>
                      2: <html lang=en id=plus>
                      3: <meta charset=utf-8>
                      4: <title>OpenBSD 7.0 Changelog</title>
                      5: <meta name="description" content="OpenBSD 7.0 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/plus70.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: 7.0 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="https://marc.info/?l=openbsd-cvs">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="plus69.html">6.9</a>,
                     89: <a href="plus.html">current</a>.
                     90: <br>
                     91:
                     92: <p>
                     93: <h3>Changes made between OpenBSD 6.9 and 7.0</h3>
                     94: <p>
                     95:
                     96: <ul>
                     97: <!-- 2021/09/10 -->
                     98: <!-- 2021/09/09 -->
                     99: <li>Imported Mesa 21.1.8.
                    100: <!-- 2021/09/08 -->
                    101: <li>Altered <a href="https://man.openbsd.org/scp">scp(1)</a> to use the SFTP protocol by default. The original scp/rcp protocol remains available via the -O flag.
                    102: <li>Changed <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> and <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> to sleep for 1 second while loading firmware to match what <a href="https://man.openbsd.org/iwn.4">iwn(4)</a> does. This fixes some issues with suspend/resume.
                    103: <!-- 2021/09/07 -->
                    104: <li>Modified <a href="https://man.openbsd.org/doas">doas(1)</a> to retry up to 3 times on password authentication failure.
                    105: <!-- 2021/09/06 -->
                    106: <!-- 2021/09/05 -->
                    107: <li>Fixed <a href="https://man.openbsd.org/vmm.4">vmm(4)</a> vcpu locking issues.
                    108: <!-- 2021/09/04 -->
                    109: <li>Added the <a href="https://man.openbsd.org/uaq.4">uaq(4)</a> driver for Aquantia AQC111U/AQC112U USB ethernet devices.
                    110: <!-- 2021/09/03 -->
                    111: <li>Added kprobes provider for <a href="https://man.openbsd.org/dt.4">dt(4)</a>.
                    112: <li>Ensured that <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> and <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> will reload firmware from disk on down/up and not during resume.
                    113: <li>Made <a href="https://man.openbsd.org/traceroute.8">traceroute(8)</a> faster by sending probes and doing DNS lookups asynchronously.
                    114: <li>Add add-path support in MRT dumps (RFC8050) to <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
                    115: <li>Disabled building all of the non-unicode fonts except for ISO8859-1.
                    116: <!-- 2021/09/02 -->
                    117: <li>Fixed <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> crystal latency values to match those used by Linux iwlwifi.
                    118: <li>Altered <a href="https://man.openbsd.org/slowcgi.8">slowcgi(8)</a> so it no longer sends debug logging to syslog unless debug logging is requested via the new -v flag.
                    119: <li>Made all <a href="https://man.openbsd.org/vi.1">vi(1)</a> signal handler functions async-signal-safe.
                    120: <li>Deleted mention of the X11 README file from root.mail since it is no longer installed.
                    121: <li>Added the <a href="https://man.openbsd.org/aq.4">aq(4)</a> driver to support Aquantia 1/2.5/5/10Gb/s PCIe ethernet adapters.
1.2     ! fcambus   122: <li>Added <a href="https://man.openbsd.org/unveil.2">unveil(2)</a> calls to xterm in the case where there are no exec-formatted or exec-selected resources set.
1.1       deraadt   123: <!-- 2021/09/01 -->
                    124: <li>Added the ability for <a href="https://man.openbsd.org/snmpd.8">snmpd(8)</a> to send SNMPv3 traps.
                    125: <li>Changed <a href="https://man.openbsd.org/diff.1">diff(1)</a> to consider two files sharing the same inode identical.
                    126: <li>Imported <a href="https://man.openbsd.org/timeout.1">timeout(1)</a> utility from NetBSD. timeout(1) can be used to run commands with a time limit.
                    127: <li>Added client-side support for DNS configuration to <a href="https://man.openbsd.org/iked.8">iked(8)</a>.
                    128: <li>Removed from0 support from <a href="https://man.openbsd.org/openrsync.1">openrsync(1)</a>.
                    129: <li>Made <a href="https://man.openbsd.org/rc.8">rc(8)</a> quietly attempt an early mount of /var/log in case someone has created it to avoid /var overflow issues.
                    130: <li>Added http_proxy support to <a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a> http handler.
                    131: <!-- 2021/08/31 -->
                    132: <li>Added <a href="https://man.openbsd.org/aplpinctrl.4">aplpinctrl(4)</a> driver for the Apple GPIO controller found on the M1 SoCs.
                    133: <li>Changed the printing of the hibernate image size from bytes to megabytes.
                    134: <li>Added "machine sysregs" command to <a href="https://man.openbsd.org/ddb.4">ddb(4)</a> on amd64.
                    135: <!-- 2021/08/30 -->
                    136: <li>Added support for obtaining sense status and source slot of a media to <a href="https://man.openbsd.org/chio.1">chio(1)</a> and <a href="https://man.openbsd.org/ch.4">ch(4)</a>.
                    137: <li>Added include and exclude options to <a href="https://man.openbsd.org/rsync.1">rsync(1)</a> usage message.
                    138: <li>Made <a href="https://man.openbsd.org/resolvd.8">resolvd(8)</a> accept dns proposals for the loopback addresses.
                    139: <li>Implemented &lt; and &gt; operators in <a href="https://man.openbsd.org/btrace.8">btrace(8)</a> filters.
                    140: <li>Changed usage of %n from a syslog warning to syslog and abort for <a href="https://man.openbsd.org/printf.3">printf(3)</a> (and associated variants).
                    141: <li>Increased hibernate writeout speed.
                    142: <!-- 2021/08/29 -->
                    143: <li>Disabled the RSA/SHA-1 signature algorithm by default in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
                    144: <li>Implemented -naccept in the s_server option of <a href="https://man.openbsd.org/openssl.1">openssl(1)</a>.
                    145: <!-- 2021/08/28 -->
                    146: <li>Implemented reporting of supplemental groups in <a href="https://man.openbsd.org/ps.1">ps(1)</a>.
                    147: <li>Changed <a href="https://man.openbsd.org/traceroute.8">traceroute(8)</a> wait time to default to 3 seconds and allow setting of wait time as low as one second.
                    148: <li>Altered <a href="https://man.openbsd.org/passwd.1">passwd(1)</a> to use stderr for printer error and informational messages. This allows easier parsing of what passwd(1) is doing if spawned from a GUI.
                    149: <li>Fixed a crash with i915 graphics by removing bogus Linux code that tried to deal with something that is impossible on OpenBSD.
                    150: <!-- 2021/08/27 -->
                    151: <!-- 2021/08/26 -->
                    152: <li>Fixed <a href="https://man.openbsd.org/dwiic.4">dwiic(4)</a> timeouts requesting data from at least one touchpad.
                    153: <!-- 2021/08/25 -->
                    154: <!-- 2021/08/24 -->
                    155: <li>Fixed automatic upgrade after fetching response file with dhcp.
                    156: <li>Released <a href="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.3.4-relnotes.txt">LibreSSL 3.3.4</a>.
                    157: <!-- 2021/08/23 -->
                    158: <!-- 2021/08/22 -->
                    159: <!-- 2021/08/21 -->
                    160: <!-- 2021/08/20 -->
                    161: <li>Switched macppc to use <a href="https://man.openbsd.org/ld.lld">ld.lld.1(1)</a>.
                    162: <!-- 2021/08/19 -->
                    163: <li>Added <a href="https://man.openbsd.org/ucc.4">ucc(4)</a>, a driver for USB HID Consumer Control keyboards.
                    164: <li>Fix crash in <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> when a manpath directory contained a symbolic link that pointed to a directory.
                    165: <li>Implemented reception of "VLAN 0 priority tagged" packets.
                    166: <li>Fixed an off-by-one error in <a href="https://man.openbsd.org/bwfm.4">bwfm(4)</a>.
                    167: <li>Changed <a href="https://man.openbsd.org/iwn.4">iwn(4)</a>, <a href="https://man.openbsd.org/iwm.4">iwm(4)</a>, and <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> devices to hide detailed firmware error reports by default.
                    168: <!-- 2021/08/18 -->
                    169: <li>Added <a href="https://man.openbsd.org/veb.4">veb(4)</a> to the list of pseudo devices that <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a> can create.
                    170: <li>Imported initial support for the SM2 cipher into LibreSSL.
                    171: <!-- 2021/08/17 -->
                    172: <li>Added the signify keys for 7.1 base sets, packages, and firmware.
                    173: <li>Moved to 7.0-beta.
                    174: <!-- 2021/08/16 -->
                    175: <li>Set the <a href="https://man.openbsd.org/uhidpp.4">uhidpp(4)</a> battery level sensor status to unknown while charging to handle devices reporting zero during charge, preventing certain <a href="https://man.openbsd.org/sensorsd.conf.5">sensorsd.conf(5)</a> actions from triggering inappropriately.
                    176: <!-- 2021/08/15 -->
                    177: <!-- 2021/08/14 -->
                    178: <li>Fixed <a href="https://man.openbsd.org/iostat.8">iostat(8)</a> per-device values when <a href="https://man.openbsd.org/systat.1">systat(1)</a> is in boot time mode ('b'), not normalizing based on the sleep interval.
                    179: <!-- 2021/08/13 -->
                    180: <li>Made <a href="https://man.openbsd.org/jot.1">jot(1)</a> -b, -c and -w mutually exclusive.
                    181: <li>Made <a href="https://man.openbsd.org/cdio.1">cdio(1)</a> discard the current input line when Ctrl-C is used during line editing and provide a fresh prompt rather than exiting the program.
                    182: <li>Updated <a href="https://man.openbsd.org/unbound.8">unbound(8)</a> to 1.13.2.
                    183: <li>Added a -B flag to <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> to remove borders from popups and added a menu to popups as well as options to convert a popup into a pane.
                    184: <!-- 2021/08/12 -->
                    185: <li>Added to <a href="https://man.openbsd.org/dhcpleased.conf.5">dhcpleased.conf(5)</a> the ability to ignore routes or nameservers from a lease and to ignore servers entirely.
1.2     ! fcambus   186: <li>Prevented a loop when <a href="https://man.openbsd.org/bwfm.4">bwfm(4)</a> receives an unsolicited association status event right after successful association.
1.1       deraadt   187: <!-- 2021/08/11 -->
                    188: <li>Added pipe variants of the <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> line copy commands.
                    189: <li>Changed the default <a href="https://man.openbsd.org/snmp.1">snmp(1)</a> version to -v3 and removed the default community.
                    190: <li>Made amd64 hw.setperf percentages proportional to the enhanced speed step frequencies on Intel processors. The default hw.setperf=99 corresponds to the maximum ordinary speed, and setting it to 100 enables turbo mode.
                    191: <!-- 2021/08/10 -->
                    192: <li>Ensured some programs (including <a href="https://man.openbsd.org/sftp.1">sftp(1)</a>) do not ignore Ctrl-C when awaiting user input.
                    193: <li>Added support for two-character font names (BI, CW, CR, CB, CI) to the <a href="https://man.openbsd.org/tbl.7">tbl(7)</a> layout font modifier.
                    194: <li>Added Tiger Lake LP (INT34C5) support to <a href="https://man.openbsd.org/pchgpio.4">pchgpio(4)</a>.
                    195: <li>Updated <a href="https://man.openbsd.org/nsd.8">nsd(8)</a> to 4.3.7.
                    196: <li>Allowed "any" to be used as a listen on address in <a href="https://man.openbsd.org/snmpd.conf.5">snmpd.conf(5)</a>.
                    197: <!-- 2021/08/09 -->
                    198: <li>Fixed <a href="https://man.openbsd.org/Encode.3p">Encode(3p)</a> loading module from an incorrect relative path.
                    199: <li>Added <a href="https://man.openbsd.org/scp.1">scp(1)</a> -O and temporary -s (SFTP) flags to select the sftp protocol.
                    200: <li>Made <a href="https://man.openbsd.org/scp.1">scp(1)</a> -3 the default for remote-to-remote copies.
                    201: <li>Improved handling of ~ prefixed paths in <a href="https://man.openbsd.org/scp.1">scp(1)</a> in SFTP mode.
                    202: <li>Allowed setting of the engineid in <a href="https://man.openbsd.org/snmpd.8">snmpd(8)</a>.
                    203: <li>Updated libXaw to 1.0.14.
                    204: <li>Updated <a href="https://man.openbsd.org/xrdb.1">xrdb(1)</a> to 1.2.1.
                    205: <li>Handled "inet autoconf" in the ramdisk.
                    206: <li>Fixed a panic at shutdown relating to <a href="https://man.openbsd.org/azalia.4">azalia(4)</a> on the X1 Extreme Gen 1.
                    207: <li>Implemented reception of multiple paths per BGP session in <a href="https://man.openbsd.org/bgpd.conf.5">bgpd.conf(5)</a> and made it possible to match on path-id in <a href="https://man.openbsd.org/bgpctl.8">bgpctl(8)</a> show rib outputs.
                    208: <!-- 2021/08/08 -->
                    209: <li>Switched default <a href="https://man.openbsd.org/snmpd.8">snmpd(8)</a> and <a href="https://man.openbsd.org/snmp.1">snmp(1)</a> auth back to hmac-sha1.
                    210: <!-- 2021/08/07 -->
                    211: <!-- 2021/08/06 -->
                    212: <li>Fixed a panic reported in <a href="https://man.openbsd.org/upd.4">upd(4)</a>.
                    213: <li>Cleaned up the <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a> MBR/GPT initialization code, making -g independent of -i, leaving four mutually exclusive initialization options (-i, -b, -u and -A) with the last option specified executed (allowing the existing -i -g to work as intended).
                    214: <li>Added basic support for zero width joiners to <a href="https://man.openbsd.org/tmux.1">tmux(1)</a>.
                    215: <li>Added client focus hooks to <a href="https://man.openbsd.org/tmux.1">tmux(1)</a>.
                    216: <!-- 2021/08/05 -->
                    217: <li>Fixed <a href="https://man.openbsd.org/ure.4">ure(4)</a> after a media link change on RTL8153/B devices.
                    218: <li>Fixed a leak with <a href="https://man.openbsd.org/wg.4">wg(4)</a> keepalive.
                    219: <!-- 2021/08/04 -->
                    220: <li>Added a new "nameserver" command to <a href="https://man.openbsd.org/route.8">route(8)</a>, sending nameserver proposals to <a href="https://man.openbsd.org/resolvd.8">resolvd(8)</a> using the dns proposal protocol over the route socket.
                    221: <!-- 2021/08/03 -->
                    222: <li>Increased <a href="https://man.openbsd.org/iked.8">iked(8)</a> default data bytes limit for Child SAs to 4 GB, preventing excessive rekeying and lost data in high performance setups.
                    223: <!-- 2021/08/02 -->
                    224: <li>Updated xf86-video-amdgpu to 21.0.0.
                    225: <li>Prevented a kernel panic in sparc64 due to page boundary misalignment.
                    226: <li>Added experimental support for using the SFTP protocol for file transfers in <a href="https://man.openbsd.org/scp.1">scp(1)</a>.
                    227: <li>Enabled riscv64 multiprocessor support.
                    228: <li>Ensured <a href="https://man.openbsd.org/rkpwm.4">rkpwm(4)</a> can find the clock when using a recent device tree.
                    229: <li>Fixed incorrect status code for expired mails resulting in a misleading bounce report in <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a>.
                    230: <!-- 2021/08/01 -->
                    231: <li>Left <a href="https://man.openbsd.org/resolv.conf.5">resolv.conf(5)</a> to <a href="https://man.openbsd.org/resolvd.8">resolvd(8)</a> rather than recreating after finding nameservers.
                    232: <!-- 2021/07/31 -->
                    233: <!-- 2021/07/30 -->
                    234: <li>Fixed display of incorrect patterns on LUNA's <a href="https://man.openbsd.org/wscons.4">wscons(4)</a> with 1bpp framebuffer when backspace is typed.
                    235: <!-- 2021/07/29 -->
                    236: <li>Switched <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> to -63 firmware images as shipped in iwx-firmware-20210512, including fixes addressing fragattacks vulnerabilities.
                    237: <li>Supported the new <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> firmware session protection command, required for successful associations with new firmware.
                    238: <li>Allowed <a href="https://man.openbsd.org/cad.4">cad(4)</a> recognition as boot interface when using netboot, making autoinstall/upgrade work.
                    239: <!-- 2021/07/28 -->
                    240: <li>Released <a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a> 7.2.
                    241: <li>Fixed suspend/resume of machines with certain <a href="https://man.openbsd.org/radeondrm.4">radeondrm(4)</a> hardware.
                    242: <li>Added RK3399 Type-C PHY clocks and PCIe PHY reference clocks to <a href="https://man.openbsd.org/rkclock.4">rkclock(4)</a>.
                    243: <li>Delayed installation of sensors until a device with battery support is connected, allowing <a href="https://man.openbsd.org/sensorsd.8">sensorsd(8)</a> to pick up hotplugged <a href="https://man.openbsd.org/uhidpp.4">uhidpp(4)</a> devices.
                    244: <li>Made window-linked and window-unlinked window options in <a href="https://man.openbsd.org/tmux.1">tmux(1)</a>.
                    245: <!-- 2021/07/27 -->
                    246: <li>Corrected <a href="https://man.openbsd.org/awk.1">awk(1)</a> -F null string behavior to ensure -F '' behaves consistently with -v FS="".
                    247: <li>Made <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> defer to <a href="https://man.openbsd.org/dhcpleased.8">dhcpleased(8)</a> when the inet autoconf flag is set. When run, dhclient will signal dhcpleased to request a new lease rather than requesting one itself.
                    248: <li>Fixed an attachment problem for <a href="https://man.openbsd.org/dwctwo.4">dwctwo(4)</a> for certain devices issuing NAK interrupts during split transactions.
                    249: <li>Fixed potential races in <a href="https://man.openbsd.org/slaacd.8">slaacd(8)</a> and <a href="https://man.openbsd.org/dhcpleased.8">dhcpleased(8)</a> when two processes are configuring the same IP.
                    250: <li>Ensured MRT dumps containing add-path information will be dumped properly by <a href="https://man.openbsd.org/bgpctl.8">bgpctl(8)</a> (RFC 8050).
                    251: <li>Implemented Extended Optional Parameters Length for BGP OPEN Message (RFC 9072) in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>, allowing sending of more than 255 bytes of optional parameters.
                    252: <!-- 2021/07/26 -->
                    253: <li>Passed make flags to kernel and lib builds, making hacking on ramdisks/the installer much faster.
                    254: <li>Fixed an mbuf leak in <a href="https://man.openbsd.org/xnf.4">xnf(4)</a>.
                    255: <li>Added the possibility to send vendor class identifier and client identifier using <a href="https://man.openbsd.org/dhcpleased.conf.5">dhcpleased.conf(5)</a>.
                    256: <!-- 2021/07/25 -->
                    257: <li>Updated pixman to 0.40.0.
                    258: <li>Forced luna88k to use the serial console when no graphics board is found.
                    259: <li>Enabled LEDs for the <a href="https://man.openbsd.org/mue.4">mue(4)</a> LAN7800 chip as found on the Raspberry Pi 3 Model B+.
                    260: <li>Enabled <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> and <a href="https://man.openbsd.org/ix.4">ix(4)</a> on riscv64.
                    261: <!-- 2021/07/24 -->
                    262: <li>Added riscv64 userland timecounter support.
                    263: <!-- 2021/07/23 -->
                    264: <li>Fixed strchr() and strrchr() on mips64.
                    265: <!-- 2021/07/22 -->
                    266: <li>Added a ForkAfterAuthentication directive to <a href="https://man.openbsd.org/ssh_config.5">ssh_config(5)</a>, equivalent to <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> -f.
                    267: <li>Added a StdinNull directive to <a href="https://man.openbsd.org/ssh_config.5">ssh_config(5)</a> to prevent reading from stdin, equivalent to <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> -n.
                    268: <li>Let allowed signers files used by <a href="https://man.openbsd.org/ssh-keygen.1">ssh-keygen(1)</a> signatures support key lifetimes and verification mode to specify a signature time at which to check.
                    269: <li>Fixed <a href="https://man.openbsd.org/ix.4">ix(4)</a> with older amd64 and current riscv64 hardware if MSI is not enabled for the device.
                    270: <li>Synced <a href="https://man.openbsd.org/dwctwo.4">dwctwo(4)</a> with the NetBSD-current code base, enabling the USB on-board ethernet controller through <a href="https://man.openbsd.org/mue.4">mue(4)</a> and enabling the two USB uhub3 ports on the Raspberry Pi 3 Model B+.
                    271: <li>Made <a href="https://man.openbsd.org/dhcpleased.8">dhcpleased(8)</a> always configure provided routes, regardless of whether the address received in the lease is already configured.
                    272: <li>Made <a href="https://man.openbsd.org/slaacd.8">slaacd(8)</a> send rDNS proposals on ramdisks, allowing <a href="https://man.openbsd.org/resolvd.8">resolvd(8)</a> to learn nameservers and update /etc/resolv.conf with IPv6 resolvers.
                    273: <li>Updated Mesa to 21.1.5.
                    274: <!-- 2021/07/21 -->
                    275: <li>Introduced a short wait in <a href="https://man.openbsd.org/rc.8">rc(8)</a> after <a href="https://man.openbsd.org/netstart.8">netstart(8)</a> finishes until an IPv4 or IPv6 default route is present before continuing boot. Fixed setups depending on working network and DNS resolution during early boot when using autoconfiguration (<a href="https://man.openbsd.org/dhcpleased.8">dhcpleased(8)</a> or <a href="https://man.openbsd.org/slaacd.8">slaacd(8)</a>).
                    276: <!-- 2021/07/20 -->
                    277: <li>Added AMD 17h/6xh Root Complex to <a href="https://man.openbsd.org/ksmn.4">ksmn(4)</a>.
                    278: <li>Used exclusive locks under /dev/ to ensure single instances of <a href="https://man.openbsd.org/resolvd.8">resolvd(8)</a>, <a href="https://man.openbsd.org/slaacd.8">slaacd(8)</a> and <a href="https://man.openbsd.org/dhcpleased.8">dhcpleased(8)</a>.
                    279: <li>Added <a href="https://man.openbsd.org/installboot.8">installboot(8)</a> "-p" to prepare by creating a new filesystem on the partition reserved for the bootloader on relevant architectures.
                    280: <!-- 2021/07/19 -->
                    281: <li>Fixed an alignment fault observed on an octeon machine while <a href="https://man.openbsd.org/pppoe.4">pppoe(4)</a> negotiated a large MTU.
                    282: <!-- 2021/07/18 -->
                    283: <li>Fixed races which were slowing <a href="https://man.openbsd.org/ipsec.4">ipsec(4)</a> throughput.
                    284: <li>Stopped asking <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> to send probe requests on passive channels, fixing firmware going unresponsive after association.
                    285: <li>Fixed an <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> edge case where devices failed to resume after system suspend.
                    286: <li>Supported auto-tagging for ".It Va" in <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a>.
                    287: <!-- 2021/07/17 -->
                    288: <!-- 2021/07/16 -->
                    289: <li>Switched to <a href="https://man.openbsd.org/dhcpleased.8">dhcpleased(8)</a> / <a href="https://man.openbsd.org/resolvd.8">resolvd(8)</a> in base.
                    290: <!-- 2021/07/15 -->
                    291: <!-- 2021/07/14 -->
                    292: <li>Prevented a kernel panic after VFS shutdown.
                    293: <!-- 2021/07/13 -->
                    294: <li>Added a SessionType directive to <a href="https://man.openbsd.org/ssh_config.5">ssh_config(5)</a>, equivalent to the -N (no session) and -s (subsystem) command line flags.
                    295: <li>Ensured the TX FIFO isn't overrun for longer transfers in <a href="https://man.openbsd.org/dwiic.4">dwiic(4)</a>.
                    296: <!-- 2021/07/12 -->
                    297: <li>Added <a href="https://man.openbsd.org/uaudio.4">uaudio(4)</a> and <a href="https://man.openbsd.org/umidi.4">umidi(4)</a> to riscv64.
                    298: <!-- 2021/07/11 -->
                    299: <li>Corrected various min/max cluster numbers for FAT12/16/32 in <a href="https://man.openbsd.org/newfs_msdos.8">newfs_msdos(8)</a>.
                    300: <!-- 2021/07/10 -->
                    301: <li>Fixed a read buffer overrun in <a href="https://man.openbsd.org/X509_CERT_AUX_print.3">X509_CERT_AUX_print(3)</a>.
                    302: <!-- 2021/07/09 -->
                    303: <li>Switched <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> to newer firmware images available in iwm-firmware-20210512. This provides FragAttacks fixes for the updated devices.
                    304: <!-- 2021/07/08 -->
                    305: <li>Avoided a potential buffer overflow in backslash escaping in <a href="https://man.openbsd.org/awk.1">awk(1)</a>.
                    306: <li>Reverted drm_mm to the 5.7.y version to prevent X startup failures on laptops with raven ridge and picasso apus using amdgpu.
                    307: <!-- 2021/07/07 -->
                    308: <!-- 2021/07/06 -->
                    309: <li>Updated <a href="https://man.openbsd.org/drm.4">drm(4)</a> to linux 5.10.47.
                    310: <li>Fixed <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> against access points using TKIP as the group cipher.
                    311: <li>Introduced CPU_IS_RUNNING() and used it in scheduler-related code to prevent waiting on non-running CPUs.
                    312: <!-- 2021/07/05 -->
                    313: <li>Disallowed the use of an empty list between "while" and "do" in <a href="https://man.openbsd.org/ksh.1">ksh(1)</a>.
                    314: <li>Updated libdrm to 2.4.107.
                    315: <!-- 2021/07/04 -->
                    316: <li>Allowed spaces to appear in usernames for <a href="https://man.openbsd.org/scp.1">scp(1)</a> local to remote and scp -3 remote to remote copies.
                    317: <li>Displayed provider ID for a <a href="https://man.openbsd.org/umb.4">umb(4)</a> SIM in <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a>.
                    318: <li>Fixed a crash in <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> when an input file contains <a href="https://man.openbsd.org/tbl.7">tbl(7)</a> or <a href="https://man.openbsd.org/eqn.7">eqn(7)</a> input unsupported by -T <a href="https://man.openbsd.org/man.1">man(1)</a> output mode.
                    319: <li>Updated libz to zlib 1.2.11.
                    320: <!-- 2021/07/03 -->
                    321: <!-- 2021/07/02 -->
                    322: <!-- 2021/07/01 -->
                    323: <li>Prevented <a href="https://man.openbsd.org/athn.4">athn(4)</a> from calling ieee80211_find_rxnode() on bad frames in an attempt to prevent creation of bogus node cache entries.
                    324: <!-- 2021/06/30 -->
                    325: <li>Implemented various fixes addressing firmware errors in <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> and <a href="https://man.openbsd.org/iwx.4">iwx(4)</a>.
                    326: <!-- 2021/06/29 -->
                    327: <li>Added SMP support to risc64.
                    328: <li>Defaulted to attempting RRDP first in <a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a> -r.
                    329: <li>Added <a href="https://man.openbsd.org/rktcphy.4">rktcphy(4)</a>, a driver for the Type-C PHY controller found on the Rockchip RK3399.
                    330: <!-- 2021/06/28 -->
                    331: <li>Expanded info callback support for TLSv1.3.
                    332: <li>Made <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> split the 802.11 sequence number field into its sequence number and fragment number components rather than printing the whole field in decimal.
                    333: <li>Made anonymous object reference counting independent from the KERNEL_LOCK().
                    334: <li>Enabled <a href="https://man.openbsd.org/dt.4">dt(4)</a> on sparc64.
                    335: <li>Added <a href="https://man.openbsd.org/btrace.8">btrace(8)</a> display of time spent in userland when analyzing the kernel stack in the flame graph tool and fixed a parsing bug.
                    336: <!-- 2021/06/27 -->
                    337: <!-- 2021/06/26 -->
                    338: <li>Implemented 64-bit DMA mode in <a href="https://man.openbsd.org/cad.4">cad(4)</a>.
                    339: <li>Added riscv64 <a href="https://man.openbsd.org/drm.4">drm(4)</a> support.
                    340: <!-- 2021/06/25 -->
                    341: <li>Corrected a potential memory leak associated with <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a> update requests.
                    342: <li>Added basic radeondrm/X support for riscv64 and supported xf86-video-radeon and xf86-video-amdgpu drivers.
                    343: <li>Allowed (w)hole disk allocation for GPT disks in arm64, using <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a> -A when an Apple APFS ISC partition is detected and fdisk -ig otherwise. Created EFI SYS boot partitions only on ROOTDISK GPT disks.
                    344: <!-- 2021/06/24 -->
                    345: <!-- 2021/06/23 -->
                    346: <li>Added <a href="https://man.openbsd.org/titmp.4">titmp(4)</a>, a driver for the TI TMP451 temperature sensor.
                    347: <li>Introduced locks around the global <a href="https://man.openbsd.org/pf.4">pf(4)</a> state list.
                    348: <!-- 2021/06/22 -->
                    349: <li>Ensured the values for <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a> -b and -l are treated as 512-byte block counts.
                    350: <!-- 2021/06/21 -->
                    351: <li>Fixed node leaks in <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> and <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> which caused the drivers to get stuck when roaming between access points.
                    352: <!-- 2021/06/20 -->
                    353: <li>Added <a href="https://man.openbsd.org/vmd.8">vmd(8)</a> support for variable length vionet rx descriptor chains.
                    354: <li>Added an <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a> -A option to initialize a GPT without removing special boot partitions.
                    355: <li>Removed default communities, changed seclevel default from none to enc and only allowed SNMPv3 by default in <a href="https://man.openbsd.org/snmpd.8">snmpd(8)</a>. Changed default authentication to SHA-256 and privacy protocol to AES in <a href="https://man.openbsd.org/snmpd.8">snmpd(8)</a> and <a href="https://man.openbsd.org/snmp.1">snmp(1)</a>.
                    356: <li>Made <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a> available to architectures other than amd64 and i386 and extended the syntax to allow specification of the boot partition type and offset.
                    357: <li>Stopped attempting to install a default route with <a href="https://man.openbsd.org/route.8">route(8)</a> in <a href="https://man.openbsd.org/netstart.8">netstart(8)</a> if using inet autoconf.
                    358: <!-- 2021/06/19 -->
                    359: <!-- 2021/06/18 -->
                    360: <li>Increased the <a href="https://man.openbsd.org/setitimer.2">setitimer(2)</a> timer limit to UINT_MAX seconds.
                    361: <!-- 2021/06/17 -->
                    362: <li>Introduced <a href="https://man.openbsd.org/sfclock.4">sfclock(4)</a>, a driver for the SiFive Power Reset Clocking Interrupt (PRCI).
                    363: <li>Introduced <a href="https://man.openbsd.org/sfcc.4">sfcc(4)</a>, a driver for the SiFive level two cache controller.
                    364: <li>Introduced <a href="https://man.openbsd.org/plic.4">plic(4)</a>, a driver for the RISC-V Platform-Level Interrupt Controller.
                    365: <li>Implemented enhanced route refresh (RFC 7313) in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
                    366: <li>Added simple BGP enhanced route refresh message decoding to <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>.
                    367: <li>Fixed an <a href="https://man.openbsd.org/iked.8">iked(8)</a> bug where no flows are added if a single address is configured in the config address instead of a pool.
                    368: <li>Added Broadcom BCM5725 to <a href="https://man.openbsd.org/brgphy.4">brgphy(4)</a>.
                    369: <!-- 2021/06/16 -->
                    370: <li>Implemented classless static routes dhcp option in <a href="https://man.openbsd.org/dhcpleased.8">dhcpleased(8)</a>.
                    371: <!-- 2021/06/15 -->
                    372: <!-- 2021/06/14 -->
                    373: <li>Fixed a panic due to <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a> deferral timeout handling.
                    374: <li>Fixed an issue preventing applications from selecting the non-ALTIVEC code path on macppc.
                    375: <!-- 2021/06/13 -->
                    376: <li>Enabled nvme on riscv64.
                    377: <!-- 2021/06/12 -->
                    378: <li>Introduced <a href="https://man.openbsd.org/sfuart.4">sfuart(4)</a>, a driver for the SiFive UART, and added support for it as a console.
                    379: <li>Added the ability for <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a> to recognize "HiFive! FSBL" and "HiFive! BBL" GPT partitions.
                    380: <li>Enabled <a href="https://man.openbsd.org/dwpcie.4">dwpcie(4)</a> on riscv64 and added support for the PCIe host bridge found on the SiFive FU740 SoC.
                    381: <li>Made <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a> always create an EFI SYS partition if the -b option is specified when initializing a GPT.
                    382: <!-- 2021/06/11 -->
                    383: <!-- 2021/06/10 -->
                    384: <li>Limited the workaround for AMD errata 400 ("APIC Timer Interrupt Does Not Occur in Processor C-States")to family 0fh and 10h.
                    385: <li>Serialized the internals of <a href="https://man.openbsd.org/kqueue.2">kqueue(2)</a> with a mutex.
                    386: <li>Ensured a USB mouse will attach if otherwise qualified even if the usage report does not include X and Y usages.
                    387: <li>Prevented interleaved stack traces in <a href="https://man.openbsd.org/ddb.4">ddb(4)</a> from multiple CPUs.
                    388: <li>Added -F for <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> command-prompt and used it to fix "Rename" on the window menu.
                    389: <li>Added different <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> command histories for different types of prompts.
                    390: <li>Fixed <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> problems with xterm in VT340 mode.
                    391: <li>Added an "always" value to the extended-keys option to always forward those keys to applications inside <a href="https://man.openbsd.org/tmux.1">tmux(1)</a>.
                    392: <li>Added the Spleen 12x24 and 16x32 font on amd64's RAMDISK_CD and RAMDISK kernels.
                    393: <!-- 2021/06/09 -->
                    394: <li>Prevented a hang in <a href="https://man.openbsd.org/sshd.8">sshd(8)</a> when interrupted.
                    395: <li>Enabled MSI-X support for powerpc64.
                    396: <li>Added libexecinfo, a library providing backtrace functions.
                    397: <!-- 2021/06/08 -->
                    398: <li>Stopped fatal error in <a href="https://man.openbsd.org/amdgpu.4">amdgpu(4)</a> on failing to map visible VRAM.
                    399: <li>Prevented stack overflow in <a href="https://man.openbsd.org/vmd.8">vmd(8)</a> due to large dhcp packets on local interfaces.
                    400: <!-- 2021/06/07 -->
                    401: <li>Ensured (W)hole disk partitioning cannot be used if an "APFS ISC" is found on the disk, required for Apple M1 machines to boot.
                    402: <!-- 2021/06/06 -->
                    403: <li>Used <a href="https://man.openbsd.org/installboot.8">installboot(8)</a> on arm64 ramdisks.
                    404: <li>Matched host certificates against host public keys in <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>, allowing use of certificates with private keys held in an ssh-agent.
                    405: <!-- 2021/06/05 -->
                    406: <!-- 2021/06/04 -->
                    407: <li>Released OpenBGPD 7.0.
                    408: <li>Unlocked <a href="https://man.openbsd.org/connect.2">connect(2)</a>.
                    409: <!-- 2021/06/03 -->
                    410: <li>Prevented a race condition which could result in <a href="https://man.openbsd.org/sshd.8">sshd(8)</a> not shutting down until the next time it receives a new connection.
                    411: <li>Allowed <a href="https://man.openbsd.org/ssh_config.5">ssh_config(5)</a> SetEnv to override $TERM.
                    412: <li>Disabled PPGTT on Intel machines with cherryview/braswell graphics to avoid memory corruption.
                    413: <li>Implemented multicast support in <a href="https://man.openbsd.org/mvpp.4">mvpp(4)</a>.
                    414: <li>Adjusted density for partitions on a 4k disk in <a href="https://man.openbsd.org/newfs.8">newfs(8)</a> when fragsize and density are not passed on the command line to ensure sufficient inodes to hold a src tree on a 2G fs.
                    415: <!-- 2021/06/02 -->
                    416: <li>Relaxed media length checking to allow EFT GPT partitions to be smaller than the full disk.
                    417: <li>Added GPT support to armv7 <a href="https://man.openbsd.org/installboot.8">installboot(8)</a>.
                    418: <li>Added arm64 support for booting from disks with 4k sectors.
                    419: <li>Allowed locking of a randomly assigned lladdr in <a href="https://man.openbsd.org/vmd.8">vmd(8)</a>.
                    420: <li>Enabled pool cache on <a href="https://man.openbsd.org/knote.9">knote(9)</a> pool.
                    421: <li>Unlocked <a href="https://man.openbsd.org/setrtable.2">setrtable(2)</a>.
                    422: <li>Added RTLD_NODELETE support.
                    423: <!-- 2021/06/01 -->
                    424: <li>Introduced per-CPU <a href="https://man.openbsd.org/panic.9">panic(9)</a> message buffers.
                    425: <li>Prevented crashes on amd64 when TLB entries which should have been invalidated were used.
                    426: <li>Fixed <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> firmware reloading after a failure to parse the firmware file.
                    427: <!-- 2021/05/31 -->
                    428: <li>Attached unsupported video devices to <a href="https://man.openbsd.org/uvideo.4">uvideo(4)</a> but not <a href="https://man.openbsd.org/video.1">video(1)</a>, rather than leaving it unmatched.
                    429: <li>Added a -R flag to <a href="https://man.openbsd.org/usbhidctl.1">usbhidctl(1)</a> to dump the raw report descriptor bytes.
                    430: <li>Fixed a problem in <a href="https://man.openbsd.org/iked.8">iked(8)</a> where no flows are loaded when a single config address without pool is configured.
                    431: <li>Avoided "mac clock not ready" panics in <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> and <a href="https://man.openbsd.org/iwx.4">iwx(4)</a>.
                    432: <!-- 2021/05/30 -->
                    433: <li>Added hid_get_report_desc_data() to <a href="https://man.openbsd.org/usbhid.3">usbhid(3)</a> to access raw report descriptor data.
                    434: <li>Fixed overlap check in <a href="https://man.openbsd.org/disklabel.1">disklabel(1)</a> autoalloc code.
                    435: <li>Added initial arm64 support for installing on a disk with a GPT.
                    436: <!-- 2021/05/29 -->
                    437: <!-- 2021/05/28 -->
                    438: <li>Added an experimental post-quantum hybrid key exchange method based on Streamlined NTRU Prime (coupled with X25519) to <a href="https://man.openbsd.org/iked.8">iked(8)</a> as sntrup761x25519.
                    439: <li>Added <a href="https://man.openbsd.org/cad.4">cad(4)</a>, a driver for Cadence GEM.
                    440: <li>Prevented watchdog resets on some i.MX 64-bit machines with a recent U-Boot and watchdog enabled on boot in <a href="https://man.openbsd.org/imxdog.8">imxdog(8)</a>.
                    441: <!-- 2021/05/27 -->
                    442: <li>Added <a href="https://man.openbsd.org/aplns.4">aplns(4)</a> to provide support for Apple NVME storage as found in Apple M1 devices.
                    443: <li>Relaxed criteria for recognizing GPT formatted media, allowing GPT disk images added with <a href="https://man.openbsd.org/dd.1">dd(1)</a> onto larger physical media to be recognized by <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a> and the kernel.
                    444: <li>Improved <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> graceful restart capability handling.
                    445: <!-- 2021/05/26 -->
                    446: <li>Added <a href="https://man.openbsd.org/aplspmi.4">aplspmi(4)</a>, a driver for the Apple SPMI controller.
                    447: <li>Added <a href="https://man.openbsd.org/aplpmu.4">aplpmu(4)</a>, a driver for the Apple "sera" SPMI power management unit that contains the RTC on Apple M1 systems.
                    448: <li>Updated libexpat to 2.4.1.
                    449: <li>Fixed <a href="https://man.openbsd.org/futex.2">futex(2)</a> errno handling to match what Mesa expects and prevent failure to properly report timeouts.
                    450: <li>Used so_lock to protect key management (PF_KEY) sockets.
                    451: <li>Added support for <a href="https://man.openbsd.org/pf.4">pf(4)</a> divert-to on <a href="https://man.openbsd.org/tpmr.4">tpmr(4)</a> and <a href="https://man.openbsd.org/veb.4">veb(4)</a>.
                    452: <!-- 2021/05/25 -->
                    453: <li>Fixed a segmentation violation in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> in an UpdateHostKezs debug() message when the update removed more host keys than remain present.
                    454: <!-- 2021/05/24 -->
                    455: <li>Created audio devices for armv7.
                    456: <li>Added <a href="https://man.openbsd.org/apldwusb.4">apldwusb(4)</a>, a glue driver for the Synopsys DesignWare USB 3 controllers found on the Apple M1 SoC.
                    457: <li>Added <a href="https://man.openbsd.org/apldart.4">apldart(4)</a> support for a DART with two sets of registers, needed to support the Synopsis DesignWare USB 3 controller.
                    458: <!-- 2021/05/23 -->
                    459: <li>Skipped inspecting non-udp packets on local interfaces for <a href="https://man.openbsd.org/vmd.8">vmd(8)</a>.
                    460: <li>Added TLS options cafile=(path), nosni, noverify and servername=(name) to <a href="https://man.openbsd.org/smtp.1">smtp(1)</a>.
                    461: <!-- 2021/05/22 -->
                    462: <li>Fixed overflows when reading multiple bytes from AML over an i2c bus in <a href="https://man.openbsd.org/acpi.4">acpi(4)</a>.
                    463: <li>Allowed specification of TLS ciphers and protocols in <a href="https://man.openbsd.org/smtp.1">smtp(1)</a>.
                    464: <!-- 2021/05/21 -->
                    465: <li>Added a meta viewport element to the HTML output for <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> -Thtml.
                    466: <!-- 2021/05/20 -->
                    467: <li>Fixed __ppc_lock for page faults that recursively grab the lock on powerpc.
                    468: <!-- 2021/05/19 -->
                    469: <li>Added PCI support to riscv64.
                    470: <li>Increased the maximum data size on powerpc64 to 32GB.
                    471: <li>Fixed a kernel crash in <a href="https://man.openbsd.org/tty.4">tty(4)</a>.
                    472: <li>Disabled global page table mappings when using PCID to prevent crashes when not flushed from TLB.
                    473: <!-- 2021/05/18 -->
                    474: <li>Fixed <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> to restore file descriptors to non-blocking mode on exit.
                    475: <li>Prevented guest virtio drivers from causing stack and buffer overflows in <a href="https://man.openbsd.org/vmd.8">vmd(8)</a>.
                    476: <li>Fixed <a href="https://man.openbsd.org/uaudio.4">uaudio(4)</a> on certain machines such as the RPI4 by adding a pre-DMA-write barrier after data is stored to memory.
                    477: <li>Dropped fragmented 802.11 frames.
                    478: <!-- 2021/05/17 -->
                    479: <li>Fixed a race condition in <a href="https://man.openbsd.org/vmm.4">vmm(4)</a> relating to incorrect physical cpu tracking.
                    480: <li>Fixed state key reference underflow when both state keys are identical in <a href="https://man.openbsd.org/pf.4">pf(4)</a>.
                    481: <li>Made additional free inodes on luna88k bsd.rd by specifying density=4096.
                    482: <li>Increased the default buffer space on PF_UNIX sockets to 8k and made the values tuneable via <a href="https://man.openbsd.org/sysctl.2">sysctl(2)</a>.
                    483: <li>Limited the number of concurrent RTR connects to 32 in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
                    484: <li>Prevented <a href="https://man.openbsd.org/httpd.8">httpd(8)</a> from trying to chunk encode an empty http body coming from an fcgi upstream.
                    485: <li>Prevented frame injection via forged 802.11n A-MSDUs.
                    486: <!-- 2021/05/16 -->
                    487: <li>Updated en_US.UTF-8.src to Unicode 13.0.
                    488: <li>Implemented the <a href="https://man.openbsd.org/tbl.7">tbl(7)</a> layout modifiers "b" (bold) and "i" (italic) in <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> HTML output mode.
                    489: <!-- 2021/05/15 -->
                    490: <li>Added <a href="https://man.openbsd.org/pledge.8">pledge(8)</a> for <a href="https://man.openbsd.org/ftpd.8">ftpd(8)</a> user processes.
                    491: <li>Fixed <a href="https://man.openbsd.org/ipsec.4">IPsec(4)</a> NAT-T to work with <a href="https://man.openbsd.org/pipex.4">pipex(4)</a>.
                    492: <!-- 2021/05/14 -->
                    493: <!-- 2021/05/13 -->
                    494: <li>Fixed <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> started with ControlPersist incorrectly executing a shell when the -N option was specified.
                    495: <li>Allowed router solicitations from the unspecified address (::) in <a href="https://man.openbsd.org/rad.8">rad(8)</a>.
                    496: <!-- 2021/05/12 -->
                    497: <!-- 2021/05/11 -->
                    498: <!-- 2021/05/10 -->
                    499: <li>Updated libexpat to 2.3.0.
                    500: <!-- 2021/05/09 -->
                    501: <li>Worked around x86 machines that advertise the "hardware reduced" ACPI feature, advertise S4 and S5 support, but fail to populate the SLEEP_CONTROL_REG and SLEEP_STATUS_REG descriptions in the FADT. This fixed the ASUS Zenbook 14.
                    502: <!-- 2021/05/08 -->
                    503: <!-- 2021/05/07 -->
                    504: <li>Limited the <a href="https://man.openbsd.org/printf.1">printf(1)</a> \x escape sequence to two characters.
                    505: <!-- 2021/05/06 -->
                    506: <li>Added support for RTL8168FP/RTL8111FP/RTL8117 to <a href="https://man.openbsd.org/re.4">re(4)</a>.
                    507: <li>Added an 'expires' column to CSV & JSON output of <a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a>.
                    508: <li>Unlocked <a href="https://man.openbsd.org/lseek.2">lseek(2)</a>.
                    509: <!-- 2021/05/05 -->
                    510: <li>Unlocked the top part of the fault handler.
                    511: <!-- 2021/05/04 -->
                    512: <li>Fixed hangs on riskv64 by replacing <a href="https://man.openbsd.org/timer.4">timer(4)</a> with code based on the powerpc64 implementation of the randomized statclock code.
                    513: <li>Added support to binutils for riscv64.
                    514: <li>Prevented base pkg tools from looking under /usr/local in general.
                    515: <!-- 2021/05/03 -->
                    516: <li>Tweaked net80211 RA heuristics to avoid picking Tx rate choices that may be too optimistic.
                    517: <li>Added 802.11n Tx aggregation support to <a href="https://man.openbsd.org/iwm.4">iwm(4)</a>.
                    518: <li>Worked around a problem with certain <a href="https://man.openbsd.org/athn.4">athn(4)</a> hardware that caused problem when running in HostAP mode with clients that use Tx aggregation.
                    519: <!-- 2021/05/02 -->
                    520: <li>Disabled base-gcc on amd64.
                    521: <!-- 2021/05/01 -->
                    522: <li>Retired OpenBSD/sgi platform.
                    523: <li>Changed int_TS_RESP_verify_token to avoid a double free.
                    524: <!-- 2021/04/30 -->
                    525: <!-- 2021/04/29 -->
                    526: <li>Made kernel stop all threads when terminating via pledge_fail().
                    527: <li>Made <a href="https://man.openbsd.org/iwn.4">iwn(4)</a>, <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> and <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> keep track of beacon parameters at run-time.
                    528: <li>Used relative reference URIs in Location header on directory redirects in <a href="https://man.openbsd.org/httpd.8">httpd(8)</a>, adding support for front-ending httpd with a TLS-terminating gateway that forwards unencrypted http traffic.
                    529: <!-- 2021/04/28 -->
                    530: <li>Imported libc++ and libc++abi 11.1.0 releases.
                    531: <li>Imported LLVM 11.1.0 release including clang, lld, and lldb.
                    532: <li>Enabled <a href="https://man.openbsd.org/dt.4">dt(4)</a> for GENERIC kernels on amd64, arm64, i386, and powerpc64.
                    533: <!-- 2021/04/27 -->
                    534: <!-- 2021/04/26 -->
                    535: <li>Fixed <a href="https://man.openbsd.org/vmctl.8">vmctl(8)</a> client "wait" state corruption in <a href="https://man.openbsd.org/vmd.8">vmd(8)</a> when a wait is canceled and restarted, allowing multiple waiting clients.
                    536: <!-- 2021/04/25 -->
                    537: <li>Implemented support for Rx aggregation offload in <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> and <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> and re-enabled de-aggregation of A-MSDUs in net80211 for all drivers capable of 11n mode.
                    538: <!-- 2021/04/24 -->
                    539: <li>Fixed an issue on machines where the EFI memory map has more than 64 entries.
                    540: <!-- 2021/04/23 -->
                    541: <li>Added <a href="https://man.openbsd.org/gfrtc.4">gfrtc(4)</a>, a driver for the real-time clock interface of Google's Goldfish Android virtual hardware platform, used for the RTC on qemu-system-riscv64 -M virt.
                    542: <!-- 2021/04/22 -->
                    543: <li>Only skipped <a href="https://man.openbsd.org/pf.4">pf(4)</a> once for packets injected by a divert-packet socket, allowing pf to still act later on a diverted packet.
                    544: <li>Imported initial OpenBSD/riscv64 port.
                    545: <li>Changed error reporting for <a href="https://man.openbsd.org/bwfm.4">bwfm(4)</a> to use the long version of the firmware path. This makes it easier to find the correct files to add to the bwfm-firmware port.
                    546: <li>Added protections against guests with bad virtio drivers to <a href="https://man.openbsd.org/vmd.8">vmd(8)</a>
                    547: <li>Made <a href="https://man.openbsd.org/kqueue.2">kqueue(2)</a> timer re-addition reset an existing timer to use the new timeout period.
                    548: <li>Changed <a href="https://man.openbsd.org/cwm.1">cwm(1)</a> maximization and full-screen mode toggling to keep the cursor within the window, preventing focus loss.
                    549: <!-- 2021/04/21 -->
                    550: <li>Cleaned up TLS v1.2 certificate request handshake data. This fixed a bug where decoding was broken when the number of certificate types exceeded SSL3_CT_NUMBER.
                    551: <!-- 2021/04/20 -->
                    552: <li>Fixed __builtin_bitreverse32 on 32-bit powerpc, needed to build clang-11.
                    553: <li>Added indication of whether an <a href="https://man.openbsd.org/mg.1">mg(1)</a> function is unsuitable for a startup file.
                    554: <li>Added keep-alive support to the <a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a> HTTP module.
                    555: <li>Added "dired-jump" command to <a href="https://man.openbsd.org/mg.1">mg(1)</a> to open a dired buffer containing the current buffer's directory location.
                    556: <!-- 2021/04/19 -->
                    557: <li>Enabled all Thinkpad X1 Extreme 1 speakers and atmos dolby in <a href="https://man.openbsd.org/azalia.4">azalia(4)</a>.
                    558: <li>Corrected multicast decryption for <a href="https://man.openbsd.org/iwx.4">iwx(4)</a>.
                    559: <!-- 2021/04/18 -->
                    560: <li>Moved to 6.9-current.
                    561: </ul>