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

Annotation of www/plus71.html, Revision 1.8

1.1       deraadt     1: <!doctype html>
                      2: <html lang=en id=plus>
                      3: <meta charset=utf-8>
                      4: <title>OpenBSD 7.1 Changelog</title>
                      5: <meta name="description" content="OpenBSD 7.1 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/plus71.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.1 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="plus70.html">7.0</a>,
1.7       deraadt    90: <br>
1.6       deraadt    91: <a href="plus72.html">7.2</a>,
1.8     ! tj         92: <a href="plus73.html">7.3</a>,
1.1       deraadt    93: <a href="plus.html">current</a>.
                     94: <br>
                     95:
                     96: <p>
                     97: <h3>Changes made between OpenBSD 7.0 and 7.1</h3>
                     98: <p>
                     99:
1.2       pamela    100: <ul>
1.3       pamela    101: <!-- 2022/04/04 -->
                    102: <li>Moved to OpenSSH 9.0.
                    103: <li>Stopped suspending the <a href="https://man.openbsd.org/tpm.4">tpm(4)</a> device upon hibernation, preventing some systems from hanging when hibernating a second time.
                    104: <li>Fixed <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> rdr-to rules failing on certain port ranges when explicitly specified.
                    105: <!-- 2022/04/03 -->
                    106: <li>Added <a href="https://man.openbsd.org/mvpinctrl.4">mvpinctrl(4)</a> support for the CP115 block found on Marvell CN9K SoCs.
                    107: <li>Added <a href="https://man.openbsd.org/mvclock.4">mvclock(4)</a> support for the AP807 block found on Marvell CN9K SoCs.
                    108: <!-- 2022/04/02 -->
                    109: <li>Fixed <a href="https://man.openbsd.org/ure.4">ure(4)</a> vlan transmission with hw tagging.
                    110: <li>Added preliminary <a href="https://man.openbsd.org/ure.4">ure(4)</a> support for RTL8156B and bug fixes for RTL8153/RTL8156.
                    111: <li>Fixed <a href="https://man.openbsd.org/aq.4">aq(4)</a> occasional errors seen on rockpro64.
                    112: <!-- 2022/04/01 -->
                    113: <li>Ensured <a href="https://man.openbsd.org/azalia.4">azalia(4)</a> matches on Intel 300 Series audio, fixing attaching on the Dell G3 3590.
                    114: <li>Stopped printing "You may wish to update your font path" with use of <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> for paths which are under /usr/local/share/fonts.
                    115: <!-- 2022/03/31 -->
                    116: <li>Implemented <a href="https://man.openbsd.org/aplintc.4">aplintc(4)</a> support for multiple dies, making OpenBSD work on the M1 Ultra.
                    117: <li>Ensured that an interrupted arm64 install from the ramdisk kernel can be restarted.
                    118: <!-- 2022/03/30 -->
                    119: <li>Added support for the <a href="https://man.openbsd.org/sftp-server.8">sftp-server(8)</a> "copy-data" protocol extension to allow server-side copies to be performed without going via the client.
                    120: <li>Added <a href="https://man.openbsd.org/sftp.1">sftp(1)</a> "cp" command which supports server-side copying of files.
                    121: <!-- 2022/03/29 -->
                    122: <li>Ensured i386/amd64 machines boot from partition 'a' when selected, rather than the partition marked active.
                    123: <!-- 2022/03/28 -->
                    124: <li>Reinstated a <a href="https://man.openbsd.org/drm.4">drm(4)</a> workaround to get framebuffer size from efifb, preventing fatal errors for the BESSTAR TECH HM90 with Ryzen 9 4900H.
                    125: <li>Fixed glass console and <a href="https://man.openbsd.org/getty.8">getty(8)</a> interference with Xorg on arm64.
                    126: <!-- 2022/03/27 -->
                    127: <li>Added quiesce/wakeup hooks to sync vcpu state in <a href="https://man.openbsd.org/vmm.4">vmm(4)</a>.
                    128: <li>Ensured <a href="https://man.openbsd.org/pcap_lookupdev.3">pcap_lookupdev(3)</a> matches only on complete interface names.
                    129: <!-- 2022/03/26 -->
                    130: <li>Enabled <a href="https://man.openbsd.org/mtw.4">mtw(4)</a> on i386, macppc and arm64.
1.2       pamela    131: <!-- 2022/03/25 -->
1.3       pamela    132: <li>Implemented reboot/powerdown support in <a href="https://man.openbsd.org/aplsmc.4">aplsmc(4)</a>.
1.2       pamela    133: <li>Implemented most of CMS related checks in rpki-client(8) required by RFC 6488 section 3.
                    134: <li>Added fix in zlib for CLEAR_HASH macro.
                    135: <li>Added OSC 7 capability to <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> for setting titles.
                    136: <!-- 2022/03/24 -->
                    137: <li>Fixed a small <a href="https://man.openbsd.org/ntpd.8">ntpd(8)</a> leak.
                    138: <li>Rate limit <a href="https://man.openbsd.org/rad.8">rad(8)</a> router advertisements according to RFC 4861.
                    139: <li>Fixed <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> 802.11ac throughput at a distance.
                    140: <!-- 2022/03/23 -->
                    141: <!-- 2022/03/22 -->
                    142: <li>Made sure nothing can map address zero on RISC-V.
                    143: <!-- 2022/03/21 -->
                    144: <li>Fixed crash in <a href="https://man.openbsd.org/slaacd.8">slaacd(8)</a> when receiving a negative length field for DNS labels.
                    145: <li>Added code to update hw.power whenever AC state changes on resume.
                    146: <li>Added support for XBox One game controller on usb.
                    147: <!-- 2022/03/21 -->
                    148: <li>Fix IP output routines on raw sockets so route sourceaddr can take effect using <a href="https://man.openbsd.org/sendto.2">sendto(2)</a> or similar.
                    149: <li>Avoid calling <a href="https://man.openbsd.org/setrtable.2">setrtable(2)</a> unless "rtable" is set explicitly in login.conf.
                    150: <li>Prevent panic in <a href="https://man.openbsd.org/softraid.4">softraid(4)</a> while rebooting if softraid has been disabled.
                    151: <li>Prevent announcing VHT capabilities on <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> and <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> for 2GHz bands during scans.
                    152: <li>Fixed argument list leak in <a href="https://man.openbsd.org/scp.1">scp(1)</a>.
                    153: <!-- 2022/03/20 -->
                    154: <li>Enabled interrupt moderation on <a href="https://man.openbsd.org/aq.4">aq(4)</a>, aiming at around 20k per second.
                    155: <li>When choosing networks during SSID selection, give a higher score to 11ac and 11n access points, prioritizing 11ac.
                    156: <li>Fixed attach of multiple <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> or <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> interfaces in the same machine.
                    157: <li>Add initial 802.11ac support to <a href="https://man.openbsd.org/iwm.4">iwm(4)</a>.
                    158: <li>Added 802.11ac/VHT TX rate adaptation support to the wifi stack.
                    159: <!-- 2022/03/19 -->
                    160: <!-- 2022/03/18 -->
                    161: <li>Made sure <a href="https://man.openbsd.org/sshd.8">sshd(8)</a> does not try to resolve ListenAddress when re-execing.
                    162: <li>Fixed ssh-keygen(1) SEGV when using -Y check-novalidate.
                    163: <li>New logic for <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> to avoid excessive moving of files during updates when possible.
                    164: <li>Avoid legacy CSS2 syntax and use CSS3 two-value syntax in <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a>.
                    165: <li>Updated time zone database to tzdata2022a.
                    166: <li>Made <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> show 802.11ac VHT capability and operation IEs in -v mode.
                    167: <li>Add <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> option to control if it scrolls into history on clear.
                    168: <!-- 2022/03/17 -->
                    169: <li>Make sure <a href="https://man.openbsd.org/iked.8">iked(8)</a> vroute messages are correctly aligned, fixes autoconfiguration of addresses on octeon.
                    170: <li>Added an option in <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> to set the character for unused areas of the terminal.
                    171: <li>Updated <a href="https://man.openbsd.org/nsd.8">nsd(8)</a> to version 4.4.0.
                    172: <!-- 2022/03/16 -->
                    173: <li>Bumped LibreSSL to 3.5.2.
                    174: <li>Fixed reading motherboard time on Apple machines with old SMC firmware.
                    175: <li>Make <a href="https://man.openbsd.org/su.1">su(1)</a> honor the login class routing table when doing a full login with su -l.
                    176: <li>Fixed infinite loop in libcrypto for certain elliptic curve public key operations.
                    177: <li>Enabled IP header checksum offloading in <a href="https://man.openbsd.org/ix.4">ix(4)</a>.
                    178: <li>Changed the way $macros are expanded in <a href="https://man.openbsd.org/bgpd.conf.5">bgpd.conf(5)</a>.
                    179: <li>Fix TX rate used by <a href="https://man.openbsd.org/rtwn.4">rtwn(4)</a> and <a href="https://man.openbsd.org/urtwn.4">urtwn(4)</a> for RTS frames.
                    180: <!-- 2022/03/15 -->
                    181: <li>Fixed <a href="https://man.openbsd.org/sndiod.8">sndiod(8)</a> crash.
                    182: <li>Enabled checksum offloads on <a href="https://man.openbsd.org/aq.4">aq(4)</a>.
                    183: <li>Added -k flag to <a href="https://man.openbsd.org/gzip.1">gzip(1)</a> and <a href="https://man.openbsd.org/gunzip.1">gunzip(1)</a> to retain (de)compressed file.
                    184: <li>Made sure armv7,arm64 and risc-v FDT bootloader code does not write beyond the FDT data structure.
                    185: <li>Added 802.11ac support on <a href="https://man.openbsd.org/iwx.4">iwx(4)</a>.
                    186: <li>Added initial 802.11ac (VHT) support to the wifi stack.
                    187: <li>Improved TX performance on <a href="https://man.openbsd.org/urtwn.4">urtwn(4)</a> RTL8192EU devices.
                    188: <li>Improved message fragment retransmissions for <a href="https://man.openbsd.org/iked.8">iked(8)</a>.
                    189: <!-- 2022/03/14 -->
                    190: <li>Fix crash in IPSec while doing parallel IP forwarding.
                    191: <li>Add missing error check for x509 constraints code in libcrypto.
                    192: <li>Enable vlan promisc, header stripping and vlan RX/TX offload on <a href="https://man.openbsd.org/aq.4">aq(4)</a>.
                    193: <!-- 2022/03/13 -->
                    194: <li>Let <a href="https://man.openbsd.org/unwind.8">unwind(8)</a> probe for DNS64 presence with an absolute name, so asr doesn't add search domains and retry.
                    195: <!-- 2022/03/12 -->
                    196: <li>Made <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a> preserve the EFI System partition when auto-allocating space on GPT disks with magic Apple partitions.
                    197: <li>Fixed receive filter handling in <a href="https://man.openbsd.org/aq.4">aq(4)</a>.
                    198: <li>Fixed masked signal traps while in a debugger.
                    199: <li>Fixed overflow protection code in <a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a>.
                    200: <!-- 2022/03/11 -->
                    201: <li>Enabled PL011 UART FIFO support in <a href="https://man.openbsd.org/pluart.4">pluart(4)</a>.
                    202: <li>Fixed RISC-V lld link code when dealing with object files created with "ld -b".
                    203: <li>Added kernel interfaces for atomic load and store functions for int and long to be used in reference counted struct members.
                    204: <li>Prevented an assert in uvm_page.c when freeing an anon after swapping out its memory.
                    205: <li>Added <a href="https://man.openbsd.org/mtw.4">mtw(4)</a> to <a href="https://man.openbsd.org/fw_update.8">fw_update(8)</a>.
                    206: <!-- 2022/03/10 -->
                    207: <li>Prevented <a href="https://man.openbsd.org/aq.4">aq(4)</a> nics from writing to mbufs taken off the ring when the interface was taken down.
                    208: <!-- 2022/03/09 -->
                    209: <li>Updated libexpat to 2.4.7.
                    210: <li>Improved roaming stability on <a href="https://man.openbsd.org/iwn.4">iwn(4)</a>, particularly with wpa_supplicant.
                    211: <!-- 2022/03/08 -->
                    212: <!-- 2022/03/07 -->
                    213: <li>Switched <a href="https://man.openbsd.org/aucat.1">aucat(1)</a> internal sample representation and default file encoding to 24-bit.
                    214: <li>Switched <a href="https://man.openbsd.org/sndiod.8">sndiod(8)</a> internal sample representation to 24-bit fixed point.
                    215: <li>Renamed net80211 <a href="https://man.openbsd.org/ioctl.2">ioctl(2)</a> struct ieee80211_channel to struct ieee80211_chaninfo.
                    216: <li>Updated to xf86-video-amdgpu 22.0.0.
                    217: <li>Prevented a possible deadlock in <a href="https://man.openbsd.org/cad.4">cad(4)</a>.
                    218: <!-- 2022/03/06 -->
                    219: <li>Made the arm64 ramdisk installer fetch <a href="https://man.openbsd.org/bwfm.4">bwfm(4)</a> firmware from the EFI System Partition on Apple Silicon devices for use during installation and addition to the newly installed system.
                    220: <!-- 2022/03/05 -->
                    221: <!-- 2022/03/04 -->
                    222: <li>Added support for the BCM4387 to <a href="https://man.openbsd.org/bwfm.4">bwfm(4)</a>.
                    223: <!-- 2022/03/03 -->
                    224: <li>Improved handling of static compressed gzip files in <a href="https://man.openbsd.org/httpd.8">httpd(8)</a>.
                    225: <!-- 2022/03/02 -->
                    226: <li>Added openvpn ports (udp/1194 & tcp/1194) to /etc/services.
                    227: <li>Added an ofw interface to write to an nvmem cell.
                    228: <li>Added RTC support to <a href="https://man.openbsd.org/aplsmc.4">aplsmc(4)</a>.
                    229: <li>Added nvmem support to <a href="https://man.openbsd.org/aplpmu.4">aplpmu(4)</a> and made it available on Apple SPMI PMUs.
                    230: <!-- 2022/03/01 -->
                    231: <li>Added <a href="https://man.openbsd.org/pax.1">pax(1)</a> support for mtime/atime/ctime extended headers in !SMALL builds.
                    232: <li>Ensured <a href="https://man.openbsd.org/apldart.4">apldart(4)</a> keeps the DART enabled in front of the display controller to preserve its access to the framebuffer and continued display.
                    233: <li>Added handling for <a href="https://man.openbsd.org/vmd.8">vmd(8)</a> hitting resource limits when starting a vm and added memory error messages for the user.
                    234: <li>Modified <a href="https://man.openbsd.org/aplintc.4">aplintc(4)</a> to support a newer interrupt controller, making OpenBSD run on M1 Pro/Max machines.
                    235: <!-- 2022/02/28 -->
                    236: <li>Added rtable capability to <a href="https://man.openbsd.org/login.conf.5">login.conf(5)</a>.
                    237: <li>Provided a login class for <a href="https://man.openbsd.org/vmd.8">vmd(8)</a>.
                    238: <!-- 2022/02/27 -->
                    239: <li>Added mbuf tags to prevent output loops in <a href="https://man.openbsd.org/etherip.4">etherip(4)</a>.
                    240: <li>Fixed backtraces on i386 and armv7.
                    241: <li>Added a gzip-static option to <a href="https://man.openbsd.org/httpd.conf.5">httpd.conf(5)</a>, allowing delivery of precompressed files with content-encoding gzip.
                    242: <!-- 2022/02/26 -->
                    243: <li>Added a <a href="https://man.openbsd.org/malloc.3">malloc(3)</a> cache of regions between 128k and 2M to accommodate programs allocating and deallocating regions of these sizes quickly.
                    244: <li>Fixed <a href="https://man.openbsd.org/setusercontext.3">setusercontext(3)</a> error when /etc/login.conf is not present.
                    245: <!-- 2022/02/25 -->
                    246: <li>Protected <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a> tdb flags and lists with a mutex to prevent crashes involving pfsync, IPsec and parallel forwarding.
                    247: <li>Enabled <a href="https://man.openbsd.org/cduart.4">cduart(4)</a> on arm64.
                    248: <!-- 2022/02/24 -->
                    249: <li>Released <a href="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.5.0-relnotes.txt">LibreSSL 3.5.0</a>.
                    250: <li>Fixed kernel stack alignment on riscv64.
                    251: <li>Unlocked <a href="https://man.openbsd.org/getsockname.2">getsockname(2)</a>.
                    252: <!-- 2022/02/23 -->
                    253: <li>Updated Mesa to 21.3.7.
                    254: <li>Updated to <a href="https://man.openbsd.org/unbound.8">unbound(8)</a> 1.15.0.
                    255: <li>Made it possible to bind and connect to non-default ports in <a href="https://man.openbsd.org/bgpd.conf.5">bgpd.conf(5)</a>.
                    256: <li>Randomized the password used in fakepw in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
                    257: <li>Released <a href="https://www.openssh.com/txt/release-8.9">OpenSSH 8.9</a>.
                    258: <!-- 2022/02/22 -->
                    259: <li>Extended and reordered the process accounting information structure <a href="https://man.openbsd.org/acct.5">acct(5)</a>. Flag Day for the <a href="https://man.openbsd.org/acct.2">acct(2)</a> file format.
                    260: <li>Added <a href="https://man.openbsd.org/seq.1">seq(1)</a>, a command to print sequences of numbers.
                    261: <li>Added new _MAXCOMLEN (a proper string expanded to 24 bytes including the NUL) to syslimits, allowing replacement of the MAXCOMLEN symbol from sys/param.h in userland.
                    262: <li>Updated libexpat to 2.4.6.
                    263: <li>Stopped hiding the mtu on "bridge" interfaces which do handle l3 traffic in <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a>.
                    264: <li>Improved stack unwinding on riscv64 in <a href="https://man.openbsd.org/ddb.4">ddb(4)</a>.
                    265: <li>Made <a href="https://man.openbsd.org/audio.4">audio(4)</a> event filters MP-safe.
                    266: <!-- 2022/02/21 -->
                    267: <li>In <a href="https://man.openbsd.org/rpc.rusersd.8">rpc.rusersd(8)</a> <a href="https://man.openbsd.org/unveil.2">unveil(2)</a> "/dev" read-only instead of using <a href="https://man.openbsd.org/chroot.2">chroot(2)</a>.
                    268: <li>Updated to libX11 1.7.3.1.
                    269: <!-- 2022/02/20 -->
                    270: <li>Capped the daemon <a href="https://man.openbsd.org/login.1">login</a> class datasize at either 1G or 4G depending on the architecture and set the <a href="https://man.openbsd.org/bgpd.8">bgpd</a> class datasize to either 16G or 1G.
                    271: <li>Made <a href="https://man.openbsd.org/ping.8">ping(8)</a> print out the source address and sequence number when the signature on an icmp echo reply doesn't match.
                    272: <li>Made <a href="https://man.openbsd.org/fw_update.8">fw_update(8)</a> use the /snapshots directory only on -current.
                    273: <li>Fixed <a href="https://man.openbsd.org/vi.1">vi(1)</a> recovery mode.
                    274: <li>Added <a href="https://man.openbsd.org/aplcpu.4">aplcpu(4)</a>, a driver to control the CPU performance levels on Apple SoCs.
                    275: <li>Prevented a potential crash when <a href="https://man.openbsd.org/slaacd.8">slaacd(8)</a> receives more than 7 nameservers.
                    276: <li>Updated xorg-server to 21.1.3, leaving in place an earlier change to compute the screen resolution from dimensions returned by the screen, reverted by upstream.
                    277: <li>Moved to OpenBSD 7.1-beta.
                    278: <!-- 2022/02/19 -->
                    279: <li>Enabled subpixel rendering in FreeType.
                    280: <li>Used <a href="https://man.openbsd.org/installboot.8">installboot(8)</a> in install.md for armv7.
                    281: <!-- 2022/02/18 -->
                    282: <li>Made <a href="https://man.openbsd.org/apmd.8">apmd(8)</a> replace /etc/random.seed for hibernate-resumes.
                    283: <li>Enabled TLS verify by default for outbound "smtps://" and "smtp+tls://", restoring documented <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> behavior.
                    284: <li>Introduced <a href="https://man.openbsd.org/mpfgpio.4">mpfgpio(4)</a>, a driver for the PolarFire SoC MSS GPIO controller.
                    285: <!-- 2022/02/17 -->
                    286: <li>If S4 is not available, use S5 for the ACPI-transitions in hibernate support.
                    287: <li>Corrected architecture checking to prevent partial building of binutils-2.17 on unsupported systems.
                    288: <!-- 2022/02/16 -->
                    289: <li>Introduced <a href="https://man.openbsd.org/mpfiic.4">mpfiic(4)</a>, a driver for the PolarFire SoC MSS I2C controller.
1.5       gnezdo    290: <li>Included <a href="https://man.openbsd.org/clang-local.1">minimal UBSan libraries</a>, for runtime detection of undefined behavior.
1.2       pamela    291: <!-- 2022/02/15 -->
1.3       pamela    292: <li>Correlated <a href="https://man.openbsd.org/uaudio.4">uaudio(4)</a> and <a href="https://man.openbsd.org/ucc.4">ucc(4)</a> devices attached over USB in order to adjust the volume of the correct attached audio device rather than the first one attached. (Reverted 2022/03/29)
1.2       pamela    293: <li>Fixed suspend/resume issues with <a href="https://man.openbsd.org/com.4">com(4)</a> at <a href="https://man.openbsd.org/acpi.4">acpi(4)</a>.
                    294: <li>Ensured the <a href="https://man.openbsd.org/pf.4">pf(4)</a> "set prio" values are checked consistently.
                    295: <li>Prevented reopening of <a href="https://man.openbsd.org/tun.4">tun(4)</a>/<a href="https://man.openbsd.org/tap.4">tap(4)</a> interfaces which are being destroyed.
                    296: <li>Rewrote <a href="https://man.openbsd.org/vxlan.4">vxlan(4)</a> to operate independently of <a href="https://man.openbsd.org/bridge.4">bridge(4)</a>, create and bind udp sockets and prevent loops.
                    297: <!-- 2022/02/14 -->
                    298: <li>Prevented tweaks to <a href="https://man.openbsd.org/tun.4">tun(4)</a> if_flags when the NET_LOCK isn't held.
                    299: <li>Used <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a> -b to create the desired 1MB MSDOS boot partition for macppc rather than relying on /usr/mdec/mbr.
                    300: <!-- 2022/02/13 -->
                    301: <li>Added support to explicitly power on some PCIe devices on the M1 and M1 Pro/Max through a GPIO controlled by the SMC.
                    302: <li>Added basic GPIO support to <a href="https://man.openbsd.org/aplsmc.4">aplsmc(4)</a>.
                    303: <li>Improved tracking of mbuf memory usage in the whole system.
                    304: <!-- 2022/02/12 -->
                    305: <!-- 2022/02/11 -->
                    306: <!-- 2022/02/10 -->
                    307: <li>Made <a href="https://man.openbsd.org/rcctl.8">rcctl(8)</a> look for the login class in both login.conf and login.conf.d/${class}.
                    308: <li>Enabled receive checksum offloading on <a href="https://man.openbsd.org/ixl.4">ixl(4)</a>.
                    309: <li>Stopped <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> from verifying the cert or CA for a relay using opportunistic TLS.
                    310: <li>Updated Devel::PPPort to 3.6.4.
                    311: <li><a href="https://man.openbsd.org/unveil.2">Unveil(2)</a> _PATH_LOGIN_CONF_D.
                    312: <li>Introduced support for storing capability databases in /etc/login.conf.d, allowing easy addition of custom login classes from packages.
                    313: <li>Switched to using <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a> -b to create boot partitions on multiple architectures.
                    314: <!-- 2022/02/09 -->
                    315: <li>Stopped unregistering firmware with <a href="https://man.openbsd.org/fw_update.8">fw_update(8)</a> when the SHA256.sig cannot be fetched.
                    316: <li>Enabled <a href="https://man.openbsd.org/acpibat.4">acpibat(4)</a> use with the Surface Go 3.
                    317: <li>Fixed <a href="https://man.openbsd.org/getcap.1">getcap(1)</a> -f option when passed multiple files.
                    318: <li>Enabled more flexible device matching for I2C devices.
                    319: <li>Increased armv7 ramdisk size.
                    320: <!-- 2022/02/08 -->
                    321: <li>Added a CRL check for manifests to <a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a>.
                    322: <li>Re-enabled <a href="https://man.openbsd.org/ixl.4">ixl(4)</a> IPv4, TCP4/6 and UDP4/6 checksum offloading.
                    323: <li>Switched <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> hpdelim interface to accept only ":" as a delimiter.
                    324: <li>Enabled hardware vlan tagging for <a href="https://man.openbsd.org/ixl.4">ixl(4)</a>.
                    325: <li>Implemented the <a href="https://man.openbsd.org/poll.2">poll(2)</a> system call on top of the <a href="https://man.openbsd.org/kqueue.2">kqueue(2)</a> subsystem, obsoleting the old, non-MP-safe poll backend.
                    326: <li>Plugged a leak in libtls CRL handling.
                    327: <!-- 2022/02/07 -->
                    328: <li>Reworked <a href="https://man.openbsd.org/ix.4">ix(4)</a> checksum/vlan offloading and enabled it for IPv6.
                    329: <li>Added <a href="https://man.openbsd.org/ps.1">ps(1)</a> status flag "c" to indicate a process is chrooted.
                    330: <li>Allowed <a href="https://man.openbsd.org/ddb.4">ddb(4)</a> trace through interrupt on macppc.
                    331: <li>Released <a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a> 7.6.
                    332: <!-- 2022/02/06 -->
                    333: <li>Allowed riscv64 installation on a disk with a GPT.
                    334: <li>Enabled support for displaying an estimated battery recharge time in <a href="https://man.openbsd.org/apm.8">apm(8)</a> and <a href="https://man.openbsd.org/apmd.8">apmd(8)</a>.
                    335: <!-- 2022/02/05 -->
                    336: <li>Grew the <a href="https://man.openbsd.org/dmesg.8">dmesg(8)</a> buffer on i386 from 4 to 8 pages.
                    337: <!-- 2022/02/04 -->
                    338: <li>Enforced RFC 6384 certificate policy for RPKI in <a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a>.
1.1       deraadt   339: <!-- 2022/02/03 -->
                    340: <li>Moved to <a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a> 7.6.
1.2       pamela    341: <li>Made <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a> -A preserve BIOS boot partition.
1.1       deraadt   342: <li>Used <a href="https://man.openbsd.org/installboot.8">installboot(8)</a> in riscv64 install.md.
                    343: <li>Added a key in <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> copy mode to toggle the position indicator.
                    344: <!-- 2022/02/02 -->
                    345: <li>Introduced <a href="https://man.openbsd.org/apldma.4">apldma(4)</a>, a driver for the DMA controller found on Apple SoCs.
                    346: <!-- 2022/02/01 -->
                    347: <li>Allowed <a href="https://man.openbsd.org/ssh-keygen.1">ssh-keygen(1)</a> -Y find-principals to match wildcard principals in allowed_signers files.
                    348: <li>Added a <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> option to show arrows for the active pane indicator.
                    349: <li>Attempted to guarantee that on copy-on-write faulting, the new copy can't be written to while any thread can see the original version of the page via a not-yet-flushed stale TLB entry.
                    350: <!-- 2022/01/31 -->
                    351: <li>Changed <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> to log a warning when proto is NULL rather than dereferencing it.
                    352: <!-- 2022/01/30 -->
                    353: <li>Updated libexpat to 2.4.4, fixing CVE-2022-23852 and CVE-2022-23990.
                    354: <li>Introduced <a href="https://man.openbsd.org/aplnco.4">aplnco(4)</a>, a driver for the Numerically-controlled oscillator (NCO) clock which drives the audio clocks on Apple silicon.
                    355: <li>Introduced <a href="https://man.openbsd.org/tascodec.4">tascodec(4)</a>, a driver for the TI TAS2770/TAS5770 digital audio amplifier codec found on Apple M1 Macs.
                    356: <!-- 2022/01/29 -->
                    357: <!-- 2022/01/28 -->
                    358: <li>Prevented a file descriptor leak in <a href="https://man.openbsd.org/touch.1">touch(1)</a> after <a href="https://man.openbsd.org/futimens.2">futimens(2)</a> failure.
                    359: <li>Increased <a href="https://man.openbsd.org/ddb.1">ddb(1)</a> access to registers on macppc and powerpc64.
                    360: <li>Properly handled .mft files in <a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a>, preventing replay attacks using old but still valid files.
                    361: <!-- 2022/01/27 -->
                    362: <li>Added a <a href="https://man.openbsd.org/cwm.1">cwm(1)</a> "group-last" command that shows only the previously active group.
                    363: <li>Update <a href="https://man.openbsd.org/awk.1">awk(1)</a> to Dec 8, 2021 version.
                    364: <!-- 2022/01/26 -->
                    365: <li>Allowed rsync:// URIs as files in <a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a> -f mode.
                    366: <li>Fixed an issue where <a href="https://man.openbsd.org/com.4">com(4)</a> would attach for a disabled serial port leading to misdirection of the hardware variant and a subsequent hang when /etc/rc runs <a href="https://man.openbsd.org/ttyflags.8">ttyflags(8)</a> -a.
                    367: <!-- 2022/01/25 -->
                    368: <li>Made <a href="https://man.openbsd.org/vmm.4">vmm(4)</a> <a href="https://man.openbsd.org/dt.4">dt(4)</a> tracepoints amd64-only.
                    369: <!-- 2022/01/24 -->
                    370: <!-- 2022/01/23 -->
                    371: <li>Made <a href="https://man.openbsd.org/fw_update.8">fw_update(8)</a> re-download existing files with failed checksums.
                    372: <li>Allowed <a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a> to display more than one file in -f mode.
                    373: <!-- 2022/01/22 -->
                    374: <li>Made <a href="https://man.openbsd.org/ed.1">ed(1)</a> flush all stdio streams before running a shell command.
                    375: <!-- 2022/01/21 -->
                    376: <li>Fixed and reenabled active scans on <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> and <a href="https://man.openbsd.org/iwx.4">iwx(4)</a>.
                    377: <li>Enabled <a href="https://man.openbsd.org/dt.4">dt(4)</a> on macppc.
                    378: <!-- 2022/01/20 -->
                    379: <li>Added optimization for tiny x in <a href="https://man.openbsd.org/cos.3">cos(3)</a> and <a href="https://man.openbsd.org/sin.3">sin(3)</a>.
                    380: <li>Disabled assembly implementations of trig functions on x86 platforms.
                    381: <li>Copied the <a href="https://man.openbsd.org/cos.3">cos(3)</a> software implementation from FreeBSD-13.
                    382: <!-- 2022/01/19 -->
                    383: <!-- 2022/01/18 -->
                    384: <li>Improved how quirks are handled on <a href="https://man.openbsd.org/sdhc.4">sdhc(4)</a>-compatible drivers.
                    385: <li>Introduced <a href="https://man.openbsd.org/cdsdhc.4">cdsdhc(4)</a>, a driver for the Cadence SD/SDIO/eMMC host controller.
                    386: <!-- 2022/01/17 -->
1.2       pamela    387: <li>Made transferring multiple files in <a href="https://man.openbsd.org/scp.1">scp(1)</a> mode create the destination if it doesn't already exist.
1.1       deraadt   388: <li>Updated libexpat to 2.4.3.
                    389: <!-- 2022/01/16 -->
                    390: <li>Allowed more memory ranges in hibernate.
                    391: <!-- 2022/01/15 -->
                    392: <!-- 2022/01/14 -->
                    393: <li>Introduced a validated cache which holds all the files successfully verified by <a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a>.
                    394: <li>Enabled <a href="https://man.openbsd.org/openssl.1">openssl(1)</a> pkey -{,pub}check and pkeyparam -check.
                    395: <li>Implemented new-style OpenSSL BIO callbacks in <a href="https://man.openbsd.org/crypto.3">crypto(3)</a>.
                    396: <!-- 2022/01/13 -->
                    397: <li>Updated <a href="https://man.openbsd.org/drm.4">drm(4)</a> to linux 5.15.14.
                    398: <li>Allowed pin-required FIDO keys to be added to <a href="https://man.openbsd.org/ssh-agent.1">ssh-agent(1)</a>.
                    399: <li>Made <a href="https://man.openbsd.org/bpf.4">bpf(4)</a> MP-safe.
                    400: <li>Implemented powerdown in arm64.
                    401: <!-- 2022/01/12 -->
                    402: <li>Improved performance of <a href="https://man.openbsd.org/rev.1">rev(1)</a>.
1.2       pamela    403: <li>Set cpuspeed to 0 in <a href="https://man.openbsd.org/apm.8">apm(8)</a> when hw.cpuspeed cannot be retrieved.
1.1       deraadt   404: <!-- 2022/01/11 -->
                    405: <li>Fixed <a href="https://man.openbsd.org/sdhc.4">sdhc(4)</a> for Jasper Lake eMMC.
                    406: <li>Added Synopsys Designware UART support to <a href="https://man.openbsd.org/com.4">com(4)</a>.
                    407: <li>Unlocked <a href="https://man.openbsd.org/getpeername.2">getpeername(2)</a>.
                    408: <!-- 2022/01/10 -->
                    409: <li>Modified the installer to use <a href="https://man.openbsd.org/fw_update.8">fw_update(8)</a> to install non-free firmware files if present on the install media.
                    410: <li>Added Intel Jasper Lake to <a href="https://man.openbsd.org/azalia.4">azalia(4)</a>.
                    411: <li>Introduced <a href="https://man.openbsd.org/aplsmc.4">aplsmc(4)</a>, a driver for the SMC found on Apple M1 SoCs.
                    412: <!-- 2022/01/09 -->
                    413: <li>Fixed GOST skip certificate verify handling.
                    414: <li>Fixed a problem where unveil("/", "r") and unveil("usr/bin/id", "rx") cause an error when read accessing /usr/bin.
                    415: <!-- 2022/01/08 -->
                    416: <li>Stopped <a href="https://man.openbsd.org/fw_update.8">fw_update(8)</a> from downloading SHA256.sig when not needed, to allow installing local files without network access.
                    417: <li>Removed apldwusb(4).
                    418: <li>Fixed possible use after free with long lines in <a href="https://man.openbsd.org/less.1">less(1)</a>.
                    419: <!-- 2022/01/07 -->
                    420: <li>Applied MP-safe changes from <a href="https://man.openbsd.org/dwge.4">dwge(4)</a> to <a href="https://man.openbsd.org/dwxe.4">dwxe(4)</a>.
                    421: <!-- 2022/01/06 -->
                    422: <li>Made <a href="https://man.openbsd.org/ssh-keysign.8">ssh-keysign(8)</a> use the requested signature algorithm and not the default for the keytype.
                    423: <li>Made <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> UpdateHostkey signature verification logic more strict.
                    424: <li>Fixed <a href="https://man.openbsd.org/sshd.8">sshd(8)</a> signature algorithm selection logic for UpdateHostkeys.
                    425: <!-- 2022/01/05 -->
                    426: <li>Fixed wrong pointer assignment causing the driver to read block ack request information sent by firmware from the wrong offset in <a href="https://man.openbsd.org/iwx.4">iwx(4)</a>.
                    427: <li>Returned to a shell-script based <a href="https://man.openbsd.org/fw_update.8">fw_update(8)</a>, written to be usable by the install script, allowing earlier retrieval of downloaded firmwares.
                    428: <!-- 2022/01/04 -->
                    429: <li>Added a basic printer for EAPOL packets to <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>.
                    430: <li>Changed <a href="https://man.openbsd.org/ssh-keygen.1">ssh-keygen(1)</a> to allow selection of hash algorithm at sshsig signing time.
1.2       pamela    431: <li>Fixed an <a href="https://man.openbsd.org/ssh-keygen.1">ssh-keygen(1)</a> NULL dereference when using find-principals and matching an allowed_signers line that contains a namespace restriction but no restriction specified on command line.
1.1       deraadt   432: <li>Introduced <a href="https://man.openbsd.org/mpfclock.4">mpfclock(4)</a>, a driver for the PolarFire SoC MSS clock controller.
                    433: <li>Fixed hibernate setups where a removed <a href="https://man.openbsd.org/umass.4">umass(4)</a> device results in a renumbered <a href="https://man.openbsd.org/softraid.4">softraid(4)</a> device.
                    434: <li>Restricted the <a href="https://man.openbsd.org/pci.4">pci(4)</a> ioctl interface to devices detected by hthe kernel, preventing Xorg PCI probes from breaking the WiFi chip on M1 macs.
                    435: <!-- 2022/01/03 -->
                    436: <li>Made the <a href="https://man.openbsd.org/dhcpleased.8">dhcpleased(8)</a> host name DHCP option configurable.
                    437: <!-- 2022/01/02 -->
                    438: <li>Corrected checksums written by <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a> on big-endian architectures to be little-endian as per spec.
                    439: <!-- 2022/01/01 -->
                    440: <li>Rewrote arm64 kernel FPU handling code to fix the random crashes seen with SMP kernels on Apple M1.
                    441: <!-- 2021/12/31 -->
                    442: <li>Added attempts to turn on less-capable mouse modes when <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> turns on more-capable ones, in case the terminal doesn't support the desired mode.
                    443: <li>Added missing locking to <a href="https://man.openbsd.org/pmap_extract.9">pmap_extract(9)</a> and <a href="https://man.openbsd.org/pmap_unwire.9">pmap_unwire(9)</a> on arm64 and riscv64.
                    444: <!-- 2021/12/30 -->
                    445: <li>Reintroduced support for <a href="https://man.openbsd.org/vmctl.8">vmctl(8)</a> <code>start -B net -b bsd.rd</code>, which emulates a PXE boot and performs an autoinstall.
                    446: <!-- 2021/12/29 -->
                    447: <li>Prevented a potential race when assigning new <a href="https://man.openbsd.org/wskbd.4">wskbd(4)</a> keymap.
                    448: <!-- 2021/12/28 -->
1.2       pamela    449: <li>Fixed <a href="https://man.openbsd.org/veb.4">veb(4)</a> vport handling to prevent improper drop of packets leaving a vport interface.
1.1       deraadt   450: <li>Unlocked the bottom part of the uvm fault handler.
                    451: <!-- 2021/12/27 -->
                    452: <li>Added the chip ids used on Apple M1 Pro/Max and Apple T2 Macs to <a href="https://man.openbsd.org/bwfm.4">bwfm(4)</a>.
                    453: <!-- 2021/12/26 -->
                    454: <li>Reworked garbage collector for <a href="https://man.openbsd.org/unix.4">unix(4)</a> sockets to prevent potential kernel panics.
                    455: <li>Added address locators for the ACPI "bus" and used these to fix the order of the <a href="https://man.openbsd.org/com.4">com(4)</a> devices to match the traditional order on the ISA bus.
                    456: <!-- 2021/12/25 -->
                    457: <li>Made "set skip on ..." in <a href="https://man.openbsd.org/pf.conf.5">pf.conf(5)</a> dynamic.
                    458: <!-- 2021/12/24 -->
                    459: <li>Allowed bare numbers for key and mouse bindings in <a href="https://man.openbsd.org/cwm.1">cwm(1)</a>.
                    460: <li>Made <a href="https://man.openbsd.org/uniq.1">uniq(1)</a> skip() each input line only once, improving performance.
                    461: <!-- 2021/12/23 -->
                    462: <li>Introduced <a href="https://man.openbsd.org/apliic.4">apliic(4)</a>, a driver for the I2C controller found on various Apple SoCs.
                    463: <li>Protected <a href="https://man.openbsd.org/ipsec.4">ipsec(4)</a> input and output with the kernel lock to allow forwarding of non-ipsec traffic in parallel.
                    464: <!-- 2021/12/22 -->
                    465: <li>Disabled minimum power consumption in <a href="https://man.openbsd.org/bwfm.4">bwfm(4)</a> hostap mode, improving connection reliability when used as an access point.
                    466: <li>Updated to <a href="https://man.openbsd.org/nsd.8">nsd(8)</a> 4.3.9.
                    467: <!-- 2021/12/21 -->
                    468: <!-- 2021/12/20 -->
                    469: <li>Made <a href="https://man.openbsd.org/dhcpd.8">dhcpd(8)</a> start listening on DOWN interfaces.
                    470: <li>Made <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> attach to PCI devices with product ID 0x31dc, part of the 9560 chip family.
                    471: <li>Introduced <a href="https://man.openbsd.org/mtw.4">mtw(4)</a>, a driver for MediaTek MT7601U wifi devices.
                    472: <!-- 2021/12/19 -->
                    473: <li>Added unbound and host-bound options for <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> PubkeyAuthentication for hardware devices unable to sign longer pubkey authentication challenges.
                    474: <li>Required host-bound userauth requests for forwarded SSH connections.
                    475: <li>Gave <a href="https://man.openbsd.org/ssh-agent.1">ssh-agent(1)</a> the ability to parse restrict-destination-v00@openssh.com constraints and to apply them to keys.
                    476: <li>Made <a href="https://man.openbsd.org/ssh-add.1">ssh-add(1)</a> accept a list of "destination constraints" that allow restricting where keys may be used in conjunction with an ssh-agent/ssh that supports session ID/hostkey binding.
                    477: <!-- 2021/12/18 -->
                    478: <li>Fixed <a href="https://man.openbsd.org/radeondrm.4">radeondrm(4)</a> console colors on sparc64.
                    479: <li>Introduced <a href="https://man.openbsd.org/aplmbox.4">aplmbox(4)</a>, a driver for the mailbox that provides a communication channel with additional cores integrated on Apple SoCs.
                    480: <!-- 2021/12/17 -->
                    481: <li>Updated to LLVM 13.0.0.
                    482: <!-- 2021/12/16 -->
                    483: <li>Attached <a href="https://man.openbsd.org/com.4">com(4)</a> over <a href="https://man.openbsd.org/acpi.4">acpi(4)</a> on amd64.
                    484: <!-- 2021/12/15 -->
                    485: <li>Added create permissions to <a href="https://man.openbsd.org/unveil.2">unveil(2)</a> on <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a>.
                    486: <li>Restricted <a href="https://man.openbsd.org/usbhidctl.1">usbhidctl(1)</a> and <a href="https://man.openbsd.org/usbhidaction.1">usbhidaction(1)</a> file system access with <a href="https://man.openbsd.org/unveil.2">unveil(2)</a>.
                    487: <!-- 2021/12/14 -->
                    488: <li>Implemented <a href="https://man.openbsd.org/em.4">em(4)</a> support for selecting SMGII or SerDes mode depending on the plugged-in SFP transceiver and for reading out transceiver information via <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a>.
                    489: <li>Used "rng-seed" and "kaslr-seed" properties from the device tree to mix extra entropy into the pool for arm64.
                    490: <!-- 2021/12/13 -->
                    491: <li>Added pclk clock used by <a href="https://man.openbsd.org/dwdog.4">dwdog(4)</a> on RK3399 to <a href="https://man.openbsd.org/rkclock.4">rkclock(4)</a>.
1.4       tj        492: <li>Increased <a href="https://man.openbsd.org/tee.1">tee(1)</a> I/O buffer size from 8KB to 64KB.
1.1       deraadt   493: <li>Added handling of multi-port controllers to <a href="https://man.openbsd.org/uslcom.4">uslcom(4)</a>.
                    494: <li>Added a pane-border-format pane option to <a href="https://man.openbsd.org/tmux.1">tmux(1)</a>.
                    495: <li>Reduced unnecessary usage of sys/cdefs.h includes.
                    496: <li>Cleaned up unnecessary sys/param.h includes across the kernel and userland, replacing some macros with local copies.
                    497: <!-- 2021/12/12 -->
                    498: <li>Added a "vnode" parameter to <a href="https://man.openbsd.org/VOP_STRATEGY.9">VOP_STRATEGY(9)</a>.
                    499: <!-- 2021/12/11 -->
                    500: <li>Added <a href="https://man.openbsd.org/acpipci.4">acpipci(4)</a> support for interrupts represented by ACPI PCI Interrupt Link Devices, making PCI interrupts work on QEMU's SBSA target.
                    501: <!-- 2021/12/10 -->
                    502: <!-- 2021/12/09 -->
                    503: <li>Fixed a potential DOS associated with <a href="https://man.openbsd.org/BIO_indent.3">BIO_indent(3)</a> when a caller asks for a negative number of bytes of output.
                    504: <li>Fixed a bug where <a href="https://man.openbsd.org/iked.8">iked(8)</a> sent zero-prefixed NAT-T messages on port 500, causing parsing errors.
                    505: <li>Introduced <a href="https://man.openbsd.org/aplpmgr.4">aplpmgr(4)</a>, a driver for the power management controller found on various Apple SoCs.
                    506: <!-- 2021/12/08 -->
                    507: <!-- 2021/12/07 -->
                    508: <li>Taught the net80211 stack to remove corresponding frames from ic_pwrsaveq when a power-saving client decides to leave our hostap interface, preventing a panic.
                    509: <li>Allowed <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a> to extend the default OpenBSD partition to the end of the disk, rather than truncating at the end of the last full cylinder.
                    510: <!-- 2021/12/06 -->
                    511: <!-- 2021/12/05 -->
                    512: <!-- 2021/12/04 -->
                    513: <li>Fixed spurious abort of a VM by <a href="https://man.openbsd.org/vmd.8">vmd(8)</a> when the scheduler moves a VM to a different core while it is sleeping on a lock.
                    514: <li>Fixed broken <a href="https://man.openbsd.org/vmd.8">vmd(8)</a> "boot device cdrom" feature after a fix in seabios.
                    515: <!-- 2021/12/03 -->
                    516: <li>Switched <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> to new -67 firmware images.
                    517: <li>Disabled probe requests during scans in <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> again, preventing device timeouts for some devices.
                    518: <li>Implemented bgscan_done() handlers for <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> and <a href="https://man.openbsd.org/iwm.4">iwm(4)</a>.
                    519: <li>Introduced an optional driver-specific bgscan_done() handler which allows the driver to take control of the roaming teardown sequence, ensuring that race conditions between firmware state and net80211 state are avoided.
                    520: <li>Fixed an xserver 1.21.1 crash when attempting to run <a href="https://man.openbsd.org/fvwm.1">fvwm(1)</a> on an x61/965gm with the modesetting driver on amd64.
                    521: <!-- 2021/12/02 -->
                    522: <li>Prevented a potential race which could make <a href="https://man.openbsd.org/umount.8">umount(8)</a> fail spuriously in the installer.
                    523: <li>Improved the testing of credentials against inserted FIDO keys, reducing spurious "Confirm user presence" notifications for key handles relating to FIDO keys which are not currently inserted.
                    524: <!-- 2021/12/01 -->
                    525: <li>Ensured ^C may be used to kill <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> sessions where SessionType=none.
                    526: <li>Fixed removal of SAs that could not be flushed with <a href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a> -F.
                    527: <li>Fixed booting from an IDE block device on the Sun Blade 100.
                    528: <!-- 2021/11/30 -->
                    529: <!-- 2021/11/29 -->
                    530: <li>Prevented <a href="https://man.openbsd.org/select.2">select(2)</a> from blocking if registering found pending events.
                    531: <li>Enabled <a href="https://man.openbsd.org/uhid.4">uhid(4)</a>/<a href="https://man.openbsd.org/fido.4">fido(4)</a> on riscv64.
                    532: <li>Unlocked <a href="https://man.openbsd.org/accept.2">accept(2)</a> and <a href="https://man.openbsd.org/accept4.2">accept4(2)</a> syscalls.
                    533: <li>Added <a href="https://man.openbsd.org/iked.8">iked(8)</a> -V to display the version.
                    534: <!-- 2021/11/28 -->
                    535: <li>Prevented a crash in <a href="https://man.openbsd.org/slaacd.8">slaacd(8)</a> due to updating an interface which no longer exists.
                    536: <!-- 2021/11/27 -->
                    537: <li>Let <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> and <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> use per-Tx-queue interface timers to ensure timeout if a particular Tx queue gets stuck.
                    538: <li>Added <a href="https://man.openbsd.org/ssh-keygen.1">ssh-keygen(1)</a> -Y match-principals operation to perform matching of principals names against an allowed signers file.
                    539: <!-- 2021/11/26 -->
                    540: <li>Dropped support for netscape certificates and server gated keys in <a href="https://man.openbsd.org/openssl.1">openssl(1)</a>.
                    541: <!-- 2021/11/25 -->
                    542: <li>Released <a href="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.4.2-relnotes.txt">LibreSSL 3.4.2</a>.
                    543: <li>Prevented the possible creation of MBRs with overlapping partitions 0 and 3 in <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a>.
                    544: <!-- 2021/11/24 -->
                    545: <li>Fixed a panic when running <a href="https://man.openbsd.org/utvfu.4">utvfu(4)</a> on <a href="https://man.openbsd.org/xhci.4">xhci(4)</a>.
                    546: <li>Fixed timestamp printing in Signed Certificate Timestamps.
                    547: <!-- 2021/11/23 -->
                    548: <li>Switched to calculating <a href="https://man.openbsd.org/pppoe.4">pppoe(4)</a> session duration using system uptime rather than UTC.
                    549: <li>Updated to <a href="https://man.openbsd.org/openchrome.4">openchrome(4)</a> 0.6.409.
                    550: <li>Switched LLD_ARCHs to <a href="https://man.openbsd.org/llvm-ar.1">llvm-ar(1)</a>.
                    551: <!-- 2021/11/22 -->
                    552: <li>Introduced <a href="https://man.openbsd.org/pcyrtc.4">pcyrtc(4)</a>, a driver for the NXP PCF85063A/TP RTC chips.
                    553: <li>Implemented RFC6840 (AD flag processing) if using trusted name servers.
                    554: <li>Aligned memory allocation for USB device drivers and USB HC drivers, enlarging the USB memory pool.
                    555: <!-- 2021/11/21 -->
                    556: <li>Added <a href="https://man.openbsd.org/ikectl.8">ikectl(8)</a> "show certinfo" to show trusted CAs and certificates.
                    557: <li>Introduced <a href="https://man.openbsd.org/iicmux.4">iicmux(4)</a>, a driver that switches between I2C busses connected to a single I2C controller by using the pin muxing facilities of an SoC.
                    558: <!-- 2021/11/20 -->
                    559: <!-- 2021/11/19 -->
                    560: <li>Made <a href="https://man.openbsd.org/config.8">config(8)</a> -c cmdfile use lines from the command file for all input, not just commands. This allows complex actions like changing device parameters.
                    561: <li>Allowed interface names as scope-id in IPv6 link-local addresses in <a href="https://man.openbsd.org/unbound.8">unbound(8)</a>.
                    562: <li>Made futexes work in shared anonymous memory.
                    563: <li>Fixed monitor mode on <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> and <a href="https://man.openbsd.org/iwx.4">iwx(4)</a>.
                    564: <!-- 2021/11/18 -->
                    565: <!-- 2021/11/17 -->
                    566: <li>Made <a href="https://man.openbsd.org/uniq.1">uniq(1)</a> ignore trailing newlines when comparing lines.
                    567: <li>Fixed a crash when <a href="https://man.openbsd.org/xrandr.1">xrandr(1)</a> is invoked with X server 21.1.1.
                    568: <li>Added display of DNS information from <a href="https://man.openbsd.org/sppp.4">sppp(4)</a> to <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a>.
                    569: <li>Disabled active scanning on <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> 9260 and 9560 to prevent a device lockup.
                    570: <!-- 2021/11/16 -->
                    571: <li>Installed missing scope identifiers for IPv6 link-local addresses for <a href="https://man.openbsd.org/unwind.8">unwind(8)</a> and <a href="https://man.openbsd.org/resolvd.8">resolvd(8)</a>.
                    572: <li>Fixed <a href="https://man.openbsd.org/hilkbd.4">hilkbd(4)</a> Swedish keyboard layout on non-PS/2 style keyboards.
                    573: <!-- 2021/11/15 -->
                    574: <!-- 2021/11/14 -->
                    575: <li>Improved and simplified timer handling in <a href="https://man.openbsd.org/rc.d.8">rc.d(8)</a> "stop" and "reload".
                    576: <!-- 2021/11/13 -->
                    577: <li>Switched to using long filenames by default with <a href="https://man.openbsd.org/mount_msdos.8">mount_msdos(8)</a> on FAT filesystems.
                    578: <!-- 2021/11/12 -->
                    579: <li>Added support for controlling keyboard LEDs to <a href="https://man.openbsd.org/aplhidev.4">aplhidev(4)</a>.
                    580: <li>Implemented the probe variable in <a href="https://man.openbsd.org/bt.5">bt(5)</a>.
                    581: <li>Updated <a href="https://man.openbsd.org/awk.1">awk(1)</a> to the Nov 3, 2021 version.
                    582: <li>Added support for 40MHz channels to <a href="https://man.openbsd.org/iwn.4">iwn(4)</a>.
                    583: <!-- 2021/11/11 -->
                    584: <li>Reduced the time overhead of <a href="https://man.openbsd.org/kqueue.2">kqueue(2)</a>-based <a href="https://man.openbsd.org/poll.2">poll(2)</a> and <a href="https://man.openbsd.org/select.2">select(2)</a> systems calls by keeping knotes between the system calls.
                    585: <li>Made <a href="https://man.openbsd.org/config.8">config(8)</a> -e work with ramdisk kernels.
                    586:
                    587: <li>Fixed crashes in <a href="https://man.openbsd.org/httpd.8">httpd(8)</a>.
                    588: <li>Fixed <a href="https://man.openbsd.org/iwn.4">iwn(4)</a> with 4965 devices.
                    589: <li>Retired switch(4), switchd(8) and switchctl(8).
                    590: <li>Updated to <a href="https://man.openbsd.org/Xserver.1">Xserver(1)</a> 21.1.1.
                    591: <li>Updated to libXi 1.8.
                    592: <li>Updated to libXfixes 6.0.0.
                    593: <li>Updated to xorgprotos 2021.5.
                    594: <li>Updated to fontconfig 2.13.94.
                    595: <li>Updated to Freetype 2.11.0.
                    596: <!-- 2021/11/10 -->
                    597: <li>Added support for PPP IPCP extensions for DNS to <a href="https://man.openbsd.org/sppp.4">sppp(4)</a>.
                    598: <li>Fixed broken key exchange negotiation with matching proposals in <a href="https://man.openbsd.org/iked.8">iked(8)</a>.
                    599: <!-- 2021/11/09 -->
                    600: <li>Added the sntrup761x25519-sha512@openssh.com hybrid ECDH/x25519 + Streamlined NTRU Prime post-quantum KEX to the default KEXAlgorithms list fo <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>.
                    601: <li>Fixed <a href="https://man.openbsd.org/ssh-keysign.8">ssh-keysign(8)</a> for KEX algorithms that use SHA384/512 exchange hashes.
                    602: <li>Added <a href="https://man.openbsd.org/gpiokeys.4">gpiokeys(4)</a> for arm64, a driver which handles events triggered by GPIO keys such as lid status and power button.
                    603: <li>Published <a href="https://man.openbsd.org/rpki-client.8">rpki-client</a> 7.5.
                    604: <li>Limited the number of publication points under a given TAL in <a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a>.
                    605: <!-- 2021/11/08 -->
                    606: <li>Documented <a href="https://man.openbsd.org/install.site.5">install.site(5)</a>, OpenBSD installation and upgrade customization.
                    607: <!-- 2021/11/07 -->
                    608: <li>Fixed handling of interrupts shared between multiple <a href="https://man.openbsd.org/dwiic.4">swiic(4)</a> devices.
                    609: <!-- 2021/11/06 -->
                    610: <li>Allowed passing a different signal than SIGTERM in the default rc_stop() function in <a href="https://man.openbsd.org/rc.subr.8">rc.subr(8)</a>.
                    611: <!-- 2021/11/05 -->
                    612: <li>Made the kqread event filter MP-safe.
                    613: <li>Corrected <a href="https://man.openbsd.org/httpd.8">httpd(8)</a> version string checking, responding with 505 Version Not Supported rather than 400 Bad Request when the version format is incorrect.
                    614: <!-- 2021/11/04 -->
                    615: <!-- 2021/11/03 -->
                    616: <li>Limited the number of <a href="https://man.openbsd.org/openrsync.1">openrsync(1)</a> processes being spawned by <a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a> to 16.
                    617: <li>Fixed <a href="https://man.openbsd.org/ASN1_TIME_diff">ASN1_TIME_diff(3)</a> with NULL times.
                    618: <li>Added a cursor-style option to <a href="https://man.openbsd.org/tmux.1">tmux(1)</a>.
                    619: <li>Fixed "(null node)" panics on <a href="https://man.openbsd.org/run.4">run(4)</a>.
                    620: <!-- 2021/11/02 -->
                    621: <li>Improved handling of FIDO keys on tokens which provide user verification on the device itself, including biometric keys.
                    622: <li>Corrected "!" escape handling in the installer when accepting WEP/WPA passphrase.
                    623: <li>Updated <a href="https://man.openbsd.org/awk.1">awk(1)</a> to the October 12, 2021 version.
                    624: <!-- 2021/11/01 -->
                    625: <li>Added <a href="https://man.openbsd.org/uniq.1">uniq(1)</a> support for arbitrarily long input lines.
                    626: <li>Prevented <a href="https://man.openbsd.org/awk.1">awk(1)</a> access to uninitialized data.
                    627: <li>Improved SNI hostname validation.
                    628: <li>Stopped binding audio devices exposed by <a href="https://man.openbsd.org/sndiod.8">sndiod(8)</a> to physical devices.
                    629: <li>Fixed "null node" panics in <a href="https://man.openbsd.org/run.4">run(4)</a>.
                    630: <li>Added a cursor-colour option to <a href="https://man.openbsd.org/tmux.1">tmux(1)</a>.
                    631: <li>Added <a href="https://man.openbsd.org/aplhidev.4">aplhidev(4)</a> support for the keyboard/touchpad on Apple M1 laptops.
                    632: <!-- 2021/10/31 -->
                    633: <li>Enabled RFC 3779 (X.509 Extensions for IP Addresses and AS Identifiers) code in OpenSSl.
                    634: <li>Fixed octal escape parsing in <a href="https://man.openbsd.org/tr.1">tr(1)</a> backslash().
                    635: <li>Disabled <a href="https://man.openbsd.org/xterm.1">xterm(1)</a> mouse tracking by default.
                    636: <li>Added <a href="https://man.openbsd.org/aplspi.4">aplspi(4)</a>, a driver for the SPI controller found on the Apple M1 SoC.
                    637: <li>Added <a href="https://man.openbsd.org/igc.4">igc(4)</a>, a driver for the Intel 2.5Gb Ethernet controllers.
                    638: <li>Made <a href="https://man.openbsd.org/athn.4">athn(4)</a> attach to the Sony UWA-BR100.
                    639: <!-- 2021/10/30 -->
                    640: <li>Changed <a href="https://man.openbsd.org/sysctl.8">sysctl(8)</a> default to hw.perfpolicy=auto at startup, defaulting to 100% performance with AC power connected and using the auto algorithm when on battery.
                    641: <li>Fixed UNIX domain sockets leak in soclose().
                    642: <!-- 2021/10/29 -->
                    643: <li>Updated to libepoxy 1.5.9.
                    644: <li>Limited <a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a> HTTP requests to 2GB of data.
                    645: <li>Implemented <a href="https://man.openbsd.org/openrsync.1">openrsync(1)</a> --max-size and --min-size.
                    646: <!-- 2021/10/28 -->
                    647: <!-- 2021/10/27 -->
                    648: <li>When downloading resident keys from a FIDO token, made <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> pass back the user ID that was used when the key was created and append it to the filename the key was written to (if not the default).
                    649: <!-- 2021/10/26 -->
                    650: <li>Unlocked the <a href="https://man.openbsd.org/kevent.2">kevent(2)</a> system call.
                    651: <li>Updated to libfido2 1.8.0.
                    652: <li>Made <a href="https://man.openbsd.org/iked.conf.5">iked.conf(5)</a> proto config option accept a list to allow specifying multiple protocols for a single policy.
                    653: <li>Improved unhibernate performance by skipping attach of irrelevant devices.
                    654: <li>Enabled <a href="https://man.openbsd.org/vmx.4">vmx(4)</a> on arm64.
                    655: <li>Cleaned up irrelevant uses of 3rd mode_t parameter for <a href="https://man.openbsd.org/open.2">open(2)</a>/<a href="https://man.openbsd.org/openat.2">openat(2)</a>, unused when not creating files.
                    656: <li>Ensured armv7 and arm64 efiboot allocate fresh memory for the device tree with at least one page of free space to extend into. This fixes booting on VMWare Fusion.
                    657: <li>Added rejection of malformed Subject Alternative Names at certificate creation time to LibreSSL.
                    658: <!-- 2021/10/25 -->
                    659: <li>Added a way to force a color to RGB in <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> and a format to display it.
                    660: <li>Fixed <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> $nr incorrect macro expansion.
                    661: <li>Fixed <a href="https://man.openbsd.org/vi.1">vi(1)</a> use after free with unsaved buffer.
                    662: <li>Added -s and -S to <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> display-popup to set popup and border style.
                    663: <li>Fixed application-set fg and bg in <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> panes.
                    664: <!-- 2021/10/24 -->
                    665: <li>Added <a href="https://man.openbsd.org/httpd.8">httpd(8)</a> custom error page facility.
                    666: <li>Added mount -ur/uw support to tmpfs.
                    667: <li>Unlocked top part of UVM fault hander on mips64.
                    668: <li>Used <a href="https://man.openbsd.org/unveil.2">unveil(2)</a> for the possible <a href="https://man.openbsd.org/btrace.8">btrace(8)</a> script file, <a href="https://man.openbsd.org/dt.4">dt(4)</a> and <a href="https://man.openbsd.org/ksyms.4">ksyms(4)</a> nodes.
                    669: <li>Used <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a> "join" command by default in <a href="https://man.openbsd.org/hostname.if.5">hostname.if(5)</a> files, replacing the old "nwid".
                    670: <li>Switched <a href="https://man.openbsd.org/nsd.8">nsd(8)</a> to enable default DNS cookies on, matching behavior as released in OpenBSD 7.0.
                    671: <li>Updated to <a href="https://man.openbsd.org/nsd.8">nsd(8)</a> 4.3.8.
                    672: <li>Implemented <a href="https://man.openbsd.org/poll.2">poll(2)</a>, <a href="https://man.openbsd.org/select.2">select(2)</a>, <a href="https://man.openbsd.org/ppoll.2">ppoll(2)</a> and <a href="https://man.openbsd.org/pselect.2">pselect(2)</a> on top of kqueue.
                    673: <li>Stopped prompting whether to fall back to HTTP in the installer, making the fallback automatic.
                    674: <li>Fixed a panic by prohibiting renames of tmpfs mount-points.
                    675: <li>Set klist lock for sockets to make socket event filters MP-safe.
                    676: <li>Made pipe event filters MP-safe.
                    677: <!-- 2021/10/23 -->
                    678: <li>In <a href="https://man.openbsd.org/httpd.8">httpd(8)</a>, stopped sending content alongside responses to HEAD requests.
                    679: <li>Stopped duplicating "Connection: close" headers in <a href="https://man.openbsd.org/relayd.8">relayd(8)</a>, only adding it if it's not a websocket response.
                    680: <li>Provided common <a href="https://man.openbsd.org/btrace.8">btrace(8)</a> scripts kprofile.bt (to save kernel stackframes and produce flamegraphs) and runqlat.bt (to measure the latency of the scheduler runqueues).
                    681: <li>Added call to <a href="https://man.openbsd.org/unveil.2">unveil(2)</a> to restrict <a href="https://man.openbsd.org/stty.1">stty(1)</a> -f filesystem access.
                    682: <li>Added support for tpm2 CRB interface to <a href="https://man.openbsd.org/tpm.4">tpm(4)</a>, fixing recent S4 regressions on the Surface Go 2 caused by a firmware change.
                    683: <li>Retired asynchronous crypto API.
                    684: <li>Added new OpenSSL api SSL_write_ex, SSL_read_ex and SSL_peek_ex.
                    685: <li>Annotated an <a href="https://man.openbsd.org/httpd.8">httpd(8)</a> 413 error with "request body too large" in the error log.
                    686: <li>Fixed double free after allocation failure in <a href="https://man.openbsd.org/bpf.4">bpf(4)</a>.
                    687: <li>Provided a way to determine our maximum legacy version for TLS in libssl, unbreaking RSA KEX for the TLS client when the non-version specific method is used with TLSv1.0 or TLSv1.1.
                    688: <li>Called <a href="https://man.openbsd.org/pledge.2">pledge(2)</a> later to prevent it from killing various games using ncurses when both stdout and stderr are redirected to a non-tty.
                    689: <li>Removed unusable <a href="https://man.openbsd.org/route.8">route(8)</a> -T and exec support from ramdisk.
                    690: <li>Reinstated the fips mode test functions to libcrypto.
                    691: <li>Added <a href="https://man.openbsd.org/rcctl.8">rcctl(8)</a> "ls rogue" to show daemons which are running but not set as "enabled" in <a href="https://man.openbsd.org/rc.conf.local.8">rc.conf.local(8)</a>.
                    692: <li>Fixed a potential buffer overflow in <a href="https://man.openbsd.org/openssl.1">openssl(1)</a> certhash.
                    693: <!-- 2021/10/22 -->
                    694: <li>Renamed Pacific/Enderbury timezone to Pacific/Kanton.
                    695: <li>Fixed an interrupt storm on <a href="https://man.openbsd.org/dwge.4">dwge(4)</a> variants which support Energy Efficient Ethernet when connected to a switch which does so as well.
                    696: <li>Ensured enabled resolvers are honored by <a href="https://man.openbsd.org/unwind.8">unwind(8)</a> to keep unused forwarders disabled properly.
                    697: <li>Implemented <a href="https://man.openbsd.org/rsync.1">rsync(1)</a> --compare-dest, allowing specification of additional directories to check for files to be available.
                    698: <li>Prevented <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> memory leak if getaddrinfo returns no addresses.
                    699: <li>Added protocol version checking to <a href="https://man.openbsd.org/httpd.8">httpd(8)</a>.
                    700: <!-- 2021/10/21 -->
                    701: <li>Ensured use of the correct encoding in xenocara when /etc/kbdtype is present with an attached <a href="https://man.openbsd.org/ucc.4">ucc(4)</a> keyboard.
                    702: <li>Removed hifn(4), safe(4) and ubsec(4) crypto drivers.
                    703: <li>Removed <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a> "disk" editing command.
                    704: <li>Fixed <a href="https://man.openbsd.org/httpd.8">httpd(8)</a> to respond with 400 Bad Request when a client sends header lines without a colon.
                    705: <li>Bumped to LibreSSL 3.5.0.
                    706: <li>Added -T to set a popup title in <a href="https://man.openbsd.org/tmux.1">tmux(1)</a>.
                    707: <!-- 2021/10/20 -->
                    708: <li>Stopped ignoring <a href="https://man.openbsd.org/carp.4">carp(4)</a> interfaces in <a href="https://man.openbsd.org/dhcpleased.8">dhcpleased(8)</a>.
                    709: <!-- 2021/10/19 -->
                    710: <!-- 2021/10/18 -->
                    711: <li>Removed an unused decoding of c/h/s from the MBR read from disk by <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a>.
                    712: <!-- 2021/10/17 -->
                    713: <li>Updated to <a href="https://man.openbsd.org/xterm.1">xterm(1)</a> 369.
                    714: <!-- 2021/10/16 -->
                    715: <li>Corrected installer to use "inet autoconf" properly for <a href="https://man.openbsd.org/hostname.if.5">hostname.if(5)</a> files.
                    716: <!-- 2021/10/15 -->
                    717: <li>Returned to use of the SFTP protocol for <a href="https://man.openbsd.org/scp.1">scp(1)</a>.
                    718: <li>Added initial 40MHz support to the <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> driver.
                    719: <li>Fixed a problem with repeat in <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> copy mode.
                    720: <!-- 2021/10/14 -->
                    721: <li>Released <a href="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.4.1-relnotes.txt">LibreSSL 3.4.1</a>.
                    722: <li>Replaced <a href="https://man.openbsd.org/lrint.3">lrint(3)</a>, <a href="https://man.openbsd.org/lrintf.3">lrintf(3)</a>, <a href="https://man.openbsd.org/llrint.3">llrint(3)</a> and <a href="https://man.openbsd.org/llrintf.3">llrintf(3)</a> implementations from NetBSD with the existing FreeBSD implementations we were already using for <a href="https://man.openbsd.org/lrintl.3">lrintl(3)</a> and <a href="https://man.openbsd.org/llrintl.3">llrintl(3)</a>.
                    723: <li>Fixed a <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> redraw problem on automargin terminals.
                    724: <!-- 2021/10/13 -->
                    725: <li>Modified <a href="https://man.openbsd.org/syslog.conf.5">syslog.conf(5)</a> examples to use TLS rather than the plaintext protocols.
                    726: <li>Fixed file descriptor leak of /dev/tty on <a href="https://man.openbsd.org/doas.1">doas(1)</a> auth failure.
                    727: <li>Added <a href="https://man.openbsd.org/realpath.1">realpath(1)</a>, a wrapper for <a href="https://man.openbsd.org/realpath.3">realpath(3)</a> for use in ports.
                    728: <!-- 2021/10/12 -->
                    729: <li>Enabled enforcing of RLIMIT_MEMLOCK on powerpc64.
                    730: <li>Reverted to use <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> firmware v17 on Intel AC 7265, fixing instability issues on X1 Carbon gen3.
                    731: <li>Cached the old BSSID when roaming with <a href="https://man.openbsd.org/iwx.4">iwx(4)</a>.
                    732: <li>Explicitly stopped <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> Rx block ack when roaming between access points.
                    733: <!-- 2021/10/11 -->
                    734: <li>Added support for 802.11n 40MHz channels to the <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> driver.
                    735: <li>Added monitoring of 20/40MHz channel width changes in beacons sent by our access point, notifying drivers when the channel width has changed.
                    736: <!-- 2021/10/10 -->
                    737: <li>Added support for 40MHz channels to net80211 RA.
                    738: <li>Fixed establishing legacy INTx interrupts on machines without a (usable) MSI interrupt controller.
                    739: <!-- 2021/10/09 -->
                    740: <li>Merged bugfixes from upstream into <a href="https://man.openbsd.org/less.1">less(1)</a> including fixes for the prompt hiding feature (CTRL-P) and an integer overflow.
                    741: <!-- 2021/10/08 -->
                    742: <!-- 2021/10/07 -->
                    743: <li>Cached the old BSSID when roaming with <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> so firmware commands can continue using it while roaming to a new AP.
                    744: <!-- 2021/10/06 -->
                    745: <li>Stopped <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> from communicating warnings starting with "XXX" which appeared to indicate errors.
                    746: <li>Ensured <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> uses only the HT (high throughput) frame format for data frames.
                    747: <li>Allowed AUTH->AUTH state transitions in the <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> and <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> drivers again, needed if the access point uses band-steering.
                    748: <li>Removed the <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a> autoconfprivacy deprecation warning.
                    749: <!-- 2021/10/05 -->
                    750: <li>Retired the Loongson platform.
                    751: <li>Fixed <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> performance drop after roaming between APs in 11n mode.
                    752: <!-- 2021/10/04 -->
                    753: <li>Applied a workaround in <a href="https://man.openbsd.org/mvkpcie.4">mvkpcie(4)</a> to fix an external abort under load with <a href="https://man.openbsd.org/athn.4">athn(4)</a>.
                    754: <!-- 2021/10/03 -->
                    755: <li>Added relicensed wireless firmwares from Realtek for <a href="https://man.openbsd.org/rsu.4">rsu(4)</a>, <a href="https://man.openbsd.org/rtwn.4">rtwn(4)</a> and <a href="https://man.openbsd.org/urtwn.4">urtwn(4)</a> devices, allowing these devices to work without requiring a separate firmware download.
                    756: <li>Added a workaround for buggy <a href="https://man.openbsd.org/athn.4">athn(4)</a> devices to prevent filling up the node cache when used in hostap mode.
                    757: <!-- 2021/10/02 -->
                    758: <li>Made redistributable firmwares available across all architectures.
                    759: <li>Fixed memory leak in <a href="https://man.openbsd.org/fuse.4">fuse(4)</a> when calling <a href="https://man.openbsd.org/namei.9">namei(9)</a>.
                    760: <li>Fixed a panic when <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> cannot find firmware at boot time.
                    761: <!-- 2021/10/01 -->
                    762: <li>Released LibreSSL <a href="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.3.5-relnotes.txt">3.3.5</a> and <a href="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.2.7-relnotes.txt">3.2.7</a>.
                    763: <!-- 2021/09/30 -->
                    764: <li>Enabled X509_V_FLAG_TRUSTED_FIRST by default in the legacy verifier.
                    765: <li>Deleted expired DST Root CA X3.
                    766: <li>Prevented <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> and <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> attempts to transition toward the same state where this would result in a redundant or illegal state transition and a potential hang.
                    767: <!-- 2021/09/29 -->
                    768: <li>Removed the constraint that <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a> -b specified block count or block size must be greater than 63.
                    769: <li>Added support to <a href="https://man.openbsd.org/pchgpio.4">pchgpio(4)</a> for Cannon Lake H and Tiger Lake H platforms.
                    770: <!-- 2021/09/28 -->
                    771: <!-- 2021/09/27 -->
                    772: <li>Fixed a crash in <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> when a session with multiple clients is destroyed but tmux does not close completely due to other sessions.
                    773: <!-- 2021/09/26 -->
                    774: <!-- 2021/09/25 -->
                    775: <li>Introduced <a href="https://man.openbsd.org/gpiocharger.4">gpiocharger(4)</a>, a driver providing support for battery chargers connected to GPIO pins, such as those found on the Pinebook Pro.
                    776: <li>Introduced <a href="https://man.openbsd.org/gpioleds.4">gpioleds(4)</a> for arm64, a driver providing support for LEDs connected to GPIO pins, such as those found on the Pinebook Pro.
                    777: <!-- 2021/09/24 -->
                    778: <li>Reset the Tx timer upon validation of a BA notification sent by <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> and <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> firmware.
                    779: <!-- 2021/09/23 -->
                    780: <li>Added support to <a href="https://man.openbsd.org/umb.4">umb(4)</a> for SIMCom SIM7600.
                    781: <li>Released <a href="https://man.openbsd.org/rpki-client.8">rpki-client</a> 7.3.
                    782: <li>Removed wpath from <a href="https://man.openbsd.org/less.1">less(1)</a> secure mode pledge.
                    783: <li>Added <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> Tx aggregation support.
                    784: <li>Added an ADDBA_OFFLOAD capability for wifi devices to manage Tx block ack sessions entirely in firmware.
                    785: <li>Released <a href="https://man.openbsd.org/bgpd.8">OpenBGPD</a> 7.2.
                    786: <!-- 2021/09/22 -->
                    787: <li>Cleared length of keys in <a href="https://man.openbsd.org/vnconfig.8">vnconfig(8)</a> alongside keys themselves.
                    788: </ul>