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

Annotation of www/plus68.html, Revision 1.13

1.1       deraadt     1: <!doctype html>
                      2: <html lang=en id=plus>
                      3: <meta charset=utf-8>
                      4: <title>OpenBSD 6.8 Changelog</title>
                      5: <meta name="description" content="OpenBSD 6.8 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/plus68.html">
                      9: <style>
                     10: strong {
                     11:        color: var(--red);
                     12:        font-weight: normal;
                     13: }
                     14:
                     15: h3 {
                     16:        color: var(--blue);
                     17: }
                     18: </style>
                     19:
                     20: <h2 id=OpenBSD>
                     21: <a href="index.html">
                     22: <i>Open</i><b>BSD</b></a>
                     23: 6.8 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"
1.7       tj         32: in the <a href="https://marc.info/?l=openbsd-cvs">archives</a>,
1.1       deraadt    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>,
1.6       pamela     87: <a href="plus69.html">6.9</a>,
1.8       deraadt    88: <a href="plus70.html">7.0</a>,
1.9       deraadt    89: <a href="plus71.html">7.1</a>,
1.11      deraadt    90: <br>
1.10      deraadt    91: <a href="plus72.html">7.2</a>,
1.12      tj         92: <a href="plus73.html">7.3</a>,
1.13    ! tj         93: <a href="plus74.html">7.4</a>,
1.8       deraadt    94: <a href="plus.html">current</a>.
1.1       deraadt    95: <br>
                     96:
                     97: <p>
                     98: <h3>Changes made between OpenBSD 6.7 and 6.8</h3>
                     99: <p>
                    100:
                    101: <ul>
1.5       pamela    102: <!-- 2020/10/04 -->
                    103: <li>Reintroduced checks against heavy amap allocations for MAP_SHARED to prevent a panic reachable with <a href="https://man.openbsd.org/mmap">mmap(2)</a>.
                    104: <li>On arm64 and powerpc64, changed <a href="https://man.openbsd.org/kcopy">kcopy(9)</a> to perform 64-bit and 32-bit copies whenever possible, needed for <a href="https://man.openbsd.org/kbind">kbind(2)</a> to update PLT/GOT entries atomically when doing lazy binding.
                    105: <!-- 2020/09/29 -->
                    106: <li>Added support for the PCA9546 I2C switch to <a href="https://man.openbsd.org/pcamux">pcamux(4)</a>.
                    107: <li>Set length correctly in <a href="https://man.openbsd.org/ugen">ugen(4)</a> to prevent incorrect copy of descriptors to userland and kernel memory leaks.
                    108: <!-- 2020/09/28 -->
                    109: <li>Added the TP-LINK UE300 to <a href="https://man.openbsd.org/ure">ure(4)</a>.
                    110: <li>Added support for Comet Lake I2C controllers to <a href="https://man.openbsd.org/dwiic">dwiic(4)</a>, needed for the trackpad on machines such as the 8th generation Lenovo X1.
                    111: <li>Fixed a segfault in <a href="https://man.openbsd.org/pstat">pstat(8)</a> -v.
                    112: <!-- 2020/09/27 -->
                    113: <li>Released <a href="https://www.openssh.com/txt/release-8.4">OpenSSH 8.4</a>.
                    114: <!-- 2020/09/26 -->
                    115: <li>Added powerpc support for POWER9P "Axone" CPUs.
                    116: <!-- 2020/09/25 -->
                    117: <li>Updated LibreSSL to 3.2.2.
1.3       pamela    118: <!-- 2020/09/24 -->
                    119: <li>Made <a href="https://man.openbsd.org/apmd">apmd(8)</a> always ask the kernel about current hw.perfpolicy rather than maintaining state.
                    120: <!-- 2020/09/23 -->
                    121: <li>Added a new "set cert_partial_chain" config option to <a href="https://man.openbsd.org/iked.conf">iked.conf(5)</a> to allow verification of partial certificate chains if a trusted intermediate CA is found in /etc/iked/ca.
                    122: <!-- 2020/09/22 -->
                    123: <li>Used an IPI on powerpc64 so hw.setperf affects all cores in the mp kernel.
                    124: <li>Allowed handling of long lines in an <a href="https://man.openbsd.org/smtpd">smtpd(8)</a> aliases table.
                    125: <li>Ensured <a href="https://man.openbsd.org/sysupgrade">sysupgrade(8)</a> on systems with multiple root disks will proceed on the disk with auto_upgrade.conf present.
                    126: <!-- 2020/09/21 -->
                    127: <li>Moved to Mesa 20.0.8 in response to hard hangs on certain systems.
                    128: <li>Fixed <a href="https://man.openbsd.org/eeprom">eeprom(8)</a> error when setting variables on macppc.
                    129: <!-- 2020/09/20 -->
                    130: <li>Cleared the screen in <a href="https://man.openbsd.org/ksh">ksh(1)</a>'s vi editing mode before redrawing the line with ^L.
                    131: <li>Capped <a href="https://man.openbsd.org/ssh">ssh(1)</a> channel input buffer size at 16MB, avoiding high memory use when a peer advertises a large window but is slow to consume sent data.
                    132: <!-- 2020/09/19 -->
                    133: <li>Fixed a memory leak in x509_constraints_extract_names.
                    134: <li>Fixed frame pointer slot on aarch64 for functions not saving callee registers with reguard enabled.
                    135: <li>Added a bsd.schema to <a href="https://man.openbsd.org/ldapd">ldapd(8)</a> including a shadowPassword and an sshPublicKey attribute which can be used to extend existing LDAP users with the additional bsdAccount objectclass.
                    136: <!-- 2020/09/18 -->
                    137: <!-- 2020/09/17 -->
                    138: <li>Added a check for <a href="https://man.openbsd.org/pfctl">pfctl(8)</a> that an rtable exists when parsing the config.
                    139: <!-- 2020/09/16 -->
                    140: <li>Disabled <a href="https://man.openbsd.org/acpivout">acpivout(4)</a> brightness control on machines aware of Windows 8, enabling inteldrm to handle brightness ioctls.
                    141: <!-- 2020/09/15 -->
                    142: <li>Provided a naptime variable for userspace via <a href="https://man.openbsd.org/kvm_read">kvm_read(3)</a>, usable by <a href="https://man.openbsd.org/vmstat">vmstat(8)</a>.
                    143: <li>Defaulted to showing full IPv6 address entries in the routing tables displayed by <a href="https://man.openbsd.org/route">route(8)</a> show and <a href="https://man.openbsd.org/netstat">netstat(1)</a> -r.
                    144: <li>Introduced <a href="https://man.openbsd.org/abl">abl(4)</a>, a new driver to control the backlight brightness on Intel-based Apple machines, and allowed it to be controlled through <a href="https://man.openbsd.org/wsconsctl">wsconsctl(8)</a>.
                    145: <li>Added a "-s timeout" feature to <a href="https://man.openbsd.org/rpki-client">rpki-client(8)</a> with a one hour default, allowing fresh attempts with <a href="https://man.openbsd.org/cron">cron(8)</a> if rpki-client gets stuck.
                    146: <!-- 2020/09/14 -->
                    147: <li>Prevented established TCP and TLS sockets of <a href="https://man.openbsd.org/syslogd">syslogd(8)</a> from staying open forever if a client aborted the connection silently.
                    148: <li>Ensured certain registers are read before a potential sleep in trap()
                    149: <li>Added support for "&" and "|" operators in btrace scripts.
                    150: <li>Fixed <a href="https://man.openbsd.org/smtpd">smtpd(8)</a> handling of user names containing "@" symbols.
                    151: <li>Prevented improper disabling of the backlight in <a href="https://man.openbsd.org/umstc">umstc(4)</a> when brightness is adjusted to 0.
                    152: <li>Allowed <a href="https://man.openbsd.org/snmp">snmp(1)</a> mibtree to take one or more arguments to be converted to a chosen output format.
                    153: <li>Skipped scanning file systems which are both nodev and nosuid for SUID, SGID and device files with <a href="https://man.openbsd.org/security">security(8)</a>.
                    154: <li>Added an explanation for <a href="https://man.openbsd.org/acme-client">acme-client(1)</a> account creation failure.
                    155: <li>Allowed <a href="https://man.openbsd.org/slaacd">slaacd(8)</a> to handle all rdomains in a single daemon.
                    156: <!-- 2020/09/13 -->
                    157: <li>Fixed "$@" splitting with empty IFS in <a href="https://man.openbsd.org/ksh">ksh(1)</a>.
                    158: <li>Used READ(16)/WRITE(16) commands for disks large enough to require them to access the last sectors, fixing large 512E devices plugged into USB to ATA/ATAPI bridges which mistakenly use 4K sector addresses/sizes.
                    159: <!-- 2020/09/12 -->
                    160: <li>Imported <a href="https://man.openbsd.org/login_ldap">login_ldap(8)</a>, using <a href="https://man.openbsd.org/ldap">ldap(1)</a> rather than openldap.
                    161: <li>Allowed theoretical multiple attachment of <a href="https://man.openbsd.org/asmc">asmc(4)</a> controllers.
                    162: <li>Changed <a href="https://man.openbsd.org/rpki-client">rpki-client(8)</a> -n behavior to automatically validate the repo.
                    163: <li>Added support for the RK3308 MAC to <a href="https://man.openbsd.org/dwge">dwge(4)</a>.
                    164: <li>Modified <a href="https://man.openbsd.org/trunk">trunk(4)</a> to keep port interfaces UP on removal, matching <a href="https://man.openbsd.org/aggr">aggr(4)</a> behavior.
                    165: <li>Enabled <a href="https://man.openbsd.org/btrace">btrace(8)</a>.
                    166: <!-- 2020/09/11 -->
                    167: <li>Added <a href="https://man.openbsd.org/btrace">btrace(8)</a> -p flag to filter all actions by PID.
                    168: <!-- 2020/09/10 -->
                    169: <!-- 2020/09/09 -->
                    170: <li>Fixed outbound <a href="https://man.openbsd.org/bpf">bpf(4)</a> tap for <a href="https://man.openbsd.org/ogx">ogx(4)</a>.
                    171: <!-- 2020/09/08 -->
                    172: <li>Handled AGL interfaces on octeon, making management network ports usable on some machines.
                    173: <li>Allowed use of -N without a command to change or add a note to an existing key in <a href="https://man.openbsd.org/tmux">tmux(1)</a>.
                    174: <!-- 2020/09/07 -->
                    175: <li>Added RK3308 temperature sensors to <a href="https://man.openbsd.org/rktemp">rktemp(4)</a>.
                    176: <li>Added RK3328 PWM, also found in the RK3308, to <a href="https://man.openbsd.org/rkpwm">rkpwm(4)</a>.
                    177: <li>Added control for backlight compensation to <a href="https://man.openbsd.org/video">video(4)</a>.
                    178: <!-- 2020/09/06 -->
                    179: <li>Added tsc_delay(), a <a href="https://man.openbsd.org/delay">delay(9)</a> implementation based on the TSC, to amd64.
                    180: <li>Allowed specification of supported TLS protocols in <a href="https://man.openbsd.org/ftp">ftp(1)</a> "-S protocols".
                    181: <!-- 2020/09/05 -->
                    182: <li>Added <a href="https://man.openbsd.org/mpii">mpii(4)</a> to powerpc64.
                    183: <!-- 2020/09/04 -->
                    184: <li>Added kstat to <a href="https://man.openbsd.org/cnmac">cnmac(4)</a>.
1.1       deraadt   185: <!-- 2020/09/03 -->
                    186: <li>Updated Mesa to 20.1.7.
                    187: <!-- 2020/09/02 -->
                    188: <li>Added a 30 second timeout for OCSP requests in <a href="https://man.openbsd.org/iked">iked(8)</a>.
                    189: <!-- 2020/09/01 -->
                    190: <li>Allowed a-z keys for <a href="https://man.openbsd.org/tmux">tmux(1)</a> display-panes to jump to higher-numbered panes.
                    191: <!-- 2020/08/31 -->
                    192: <li>Moved to 6.8-beta.
                    193: <!-- 2020/08/30 -->
                    194: <li>Moved <a href="https://man.openbsd.org/ntpd">ntpd(8)</a> to unsynced mode if no replies are received for awhile due to connectivity issues.
                    195: <li>Fixed <a href="https://man.openbsd.org/make">make(1)</a> :S with anchors and replacement.
                    196: <!-- 2020/08/29 -->
                    197: <li>Improved PLL1(CPU_PLL) stability for the Allwinner H3/H2+.
                    198: <!-- 2020/08/28 -->
                    199: <!-- 2020/08/27 -->
                    200: <!-- 2020/08/26 -->
                    201: <li>Added support for requiring user-verified FIDO keys in <a href="https://man.openbsd.org/sshd">sshd(8)</a>.
                    202: <li>Improved detection of the proper powerpc64 boot device by choosing the disk matching the bootduid of the boot kernel.
                    203: <li>Added <a href="https://man.openbsd.org/top">top(1)</a> "t" to toggle the display of routing tables.
                    204: <li>Allowed disabling of <a href="https://man.openbsd.org/iked">iked(8)</a> DPD liveness checks by setting dpd_check_interval to 0 in <a href="https://man.openbsd.org/iked.conf">iked.conf(5)</a>.
                    205: <li>Updated Mesa to 20.1.6.
                    206: <!-- 2020/08/25 -->
                    207: <li>Fixed a race in single-thread mode switching.
                    208: <li>Corrected multiple input validation deficits in X server extensions.
                    209: <li>Fixed an integer overflow in libX11 which could lead to a double free.
                    210: <li>Added a dpd_check_interval configuration option to <a href="https://man.openbsd.org/iked.conf">iked.conf(5)</a>.
                    211: <!-- 2020/08/24 -->
                    212: <li>Released <a href="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.2.1-relnotes.txt">LibreSSL 3.2.1</a>.
                    213: <li>Added support for non-localhost fastcgi sockets to <a href="https://man.openbsd.org/httpd.conf">httpd.conf(5)</a>.
                    214: <li>Rehashed main <a href="https://man.openbsd.org/pf">pf(4)</a> rulesets after rule expiration.
                    215: <li>Implemented UHS-I support in the <a href="https://man.openbsd.org/sdmmc">sdmmc(4)</a> midlayer and enabled it in <a href="https://man.openbsd.org/amlmmc">amlmmc(4)</a>.
                    216: <li>Updated <a href="https://man.openbsd.org/unbound">unbound(8)</a> to 1.11.0.
                    217: <!-- 2020/08/23 -->
                    218: <li>Added filtering by routing table to <a href="https://man.openbsd.org/top">top(1)</a>.
                    219: <li>Added support for the IBM POWER8 host bridge.
                    220: <li>Introduced <a href="https://man.openbsd.org/xicp">xicp(4)</a>, a driver for the interrupt control presenter hardware found on POWER8 CPUs.
                    221: <li>Added the new <a href="https://man.openbsd.org/iked">iked(8)</a> configuration option "set enforcesingleikesa" to limit the number of connections for each peer.
                    222: <li>Added powerpc64 support for "normal" external interrupts, needed for running POWER8 and earlier CPUs.
                    223: <!-- 2020/08/22 -->
                    224: <li>Updated to libfido2 46710ac06.
                    225: <li>Prevented concurrent CREATE_CHILD_SA and INFORMATION exchanges in <a href="https://man.openbsd.org/iked">iked(8)</a>.
                    226: <li>Added <a href="https://man.openbsd.org/fstat">fstat(1)</a> support for looking up unix domain sockets by file name.
                    227: <li>Moved <a href="https://man.openbsd.org/sysctl">sysctl(2)</a> CTL_DEBUG from DEBUG to the new DEBUG_SYSCTL.
                    228: <!-- 2020/08/21 -->
                    229: <!-- 2020/08/20 -->
                    230: <li>Added the <a href="https://man.openbsd.org/tmux">tmux(1)</a> n: modifier to get the length of a format.
                    231: <!-- 2020/08/19 -->
                    232: <li>Allowed SIOCSWGDPID and SIOCSWGMAXFLOW ioctls for non-root, preventing <a href="https://man.openbsd.org/switch">switch(4)</a> interfaces from appearing partially as <a href="https://man.openbsd.org/bridge">bridge(4)</a> devices for unprivileged users running <a href="https://man.openbsd.org/ifconfig">ifconfig(8)</a>.
                    233: <li>Added support for IODA2 bridges such as those found on POWER8 chips.
                    234: <li>Added powerpc support for POWER8 CPUs.
1.3       pamela    235: <li>Added <a href="https://man.openbsd.org/unveil">unveil(2)</a> to the main process of <a href="https://man.openbsd.org/relayd">relayd(8)</a>.
1.1       deraadt   236: <!-- 2020/08/18 -->
                    237: <li>Added optional <a href="https://man.openbsd.org/iked">iked(8)</a> time-stamp validation for OCSP.
                    238: <!-- 2020/08/17 -->
                    239: <li>Enabled PAN (Privileged Access Never) on arm64 CPUs supporting it.
                    240: <li>Added initial <a href="https://man.openbsd.org/tcpdump">tcpdump(8)</a> support for handling geneve packets.
                    241: <!-- 2020/08/16 -->
                    242: <li>Updated <a href="https://man.openbsd.org/xkbcomp">xkbcomp(1)</a> to 1.4.3.
                    243: <li>Properly implemented <a href="https://man.openbsd.org/amlmmc">amlmmc(4)</a> setting of signal voltage.
                    244: <!-- 2020/08/15 -->
                    245: <!-- 2020/08/14 -->
                    246: <li>Added Exar XR17V35x serial port support.
                    247: <li>Added <a href="https://man.openbsd.org/sdmmc">sdmmc(4)</a> support for eMMC HS200 mode.
                    248: <!-- 2020/08/13 -->
                    249: <!-- 2020/08/12 -->
                    250: <li>Added a ROUTE_FLAGFILTER socket option for routing sockets, allowing routing daemons to opt out of receiving messages for L2 and broadcast route entries.
                    251: <!-- 2020/08/11 -->
                    252: <li>Prioritized incoming certificate requests by the order of CERTEQ payloads in the received message in <a href="https://man.openbsd.org/iked">iked(8)</a>.
                    253: <li>Updated <a href="https://man.openbsd.org/awk">awk(1)</a> to the August 7, 2020 version.
                    254: <li>Added optional time limits for the AddKeysToAgent keyword in <a href="https://man.openbsd.org/ssh_config">ssh_config(5)</a>.
                    255: <li>Allowed the combination of <a href="https://man.openbsd.org/video">video(1)</a> "-dc" options, reset and display control values.
                    256: <!-- 2020/08/10 -->
                    257: <li>Added <a href="https://man.openbsd.org/kstat">kstat(1)</a> -w option, allowing update and printing of stats at a specified wait interval.
                    258: <li>Added <a href="https://man.openbsd.org/pms">pms(4)</a> support for the Elantech v1 touchpad with firmware version 0x20022.
                    259: <li>Updated compiler-rt to 10.0.1.
                    260: <li>Released <a href="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.1.4-relnotes.txt">LibreSSL 3.1.4</a>.
                    261: <li>Stopped blocking IPIs when acquiring the rendezvous mutex of mips64, which may fix some hangs on sgi.
                    262: <!-- 2020/08/09 -->
                    263: <li>Added the ability to filter which <a href="https://man.openbsd.org/kstat">kstat(1)</a> entries are displayed.
                    264: <li>Added P-521 to the list of curves supported by default for TLS.
                    265: <li>Updated LLVM to 10.0.1 including clang, lld and lldb.
                    266: <!-- 2020/08/08 -->
                    267: <li>Stopped preventing TCP connections to IPv6 anycast addresses.
                    268: <!-- 2020/08/07 -->
                    269: <li>Set IPv6 source address selection to prefer the address with the highest preferred lifetime in case of a tie.
                    270: <!-- 2020/08/06 -->
                    271: <li>Allowed <a href="https://man.openbsd.org/pf">pf(4)</a> to divert packets from <a href="https://man.openbsd.org/bridge">bridge(4)</a> to local socket.
                    272: <li>Avoided reading one byte before the path buffer in <a href="https://man.openbsd.org/mountd">mountd(8)</a>.
                    273: <!-- 2020/08/05 -->
                    274: <li>Added the ability to set and display <a href="https://man.openbsd.org/video">video(1)</a> control values directly on the CLI.
                    275: <li>Changed <a href="https://man.openbsd.org/tmux">tmux(1)</a> searching to behave more like emacs and prevented regex searching from overlapping when searching forward.
                    276: <!-- 2020/08/04 -->
                    277: <li>Built installXX.{img,iso} powerpc64 files.
                    278: <li>Added powerpc64 cd9660, msdos and inet6 ramdisk support.
                    279: <li>Improved <a href="https://man.openbsd.org/ure">ure(4)</a> TX performance by combining multiple packets into one xfer as possible.
                    280: <!-- 2020/08/03 -->
                    281: <li>Corrected <a href="https://man.openbsd.org/ssl">ssl(8)</a> handling of server requests for an OCSP response.
                    282: <li>Added additional scsi devices on powerpc64.
                    283: <li>Updated LLVM to 10.0.0, including clang, lld and lldb.
                    284: <li>Added support for Gear Head keyboards.
                    285: <!-- 2020/08/02 -->
                    286: <li>Updated libpcap to 9.0.
                    287: <li>Added the <a href="https://man.openbsd.org/pcap-filter">pcap-filter(5)</a> "sample NUM" primitive to allow capture of 1/NUM packets.
                    288: <li>Allowed <a href="https://man.openbsd.org/scp">scp(1)</a> and <a href="https://man.openbsd.org/sftp">sftp(1)</a> -A option to explicitly enable agent forwarding.
                    289: <li>Updated libcbor to v0.7.0.
                    290: <!-- 2020/08/01 -->
                    291: <li>Added support for AX201 devices to <a href="https://man.openbsd.org/iwx">iwx(4)</a>.
                    292: <li>Added support for remote coverage to <a href="https://man.openbsd.org/kcov">kcov(4)</a>.
                    293: <!-- 2020/07/31 -->
                    294: <li>Updated Spleen kernel fonts to version 1.8.2.
                    295: <li>Fixed a race condition for isoc devices during device close.
                    296: <li>Fixed potential information leak via X server pixel data uninitialized memory.
                    297: <li>Fixed heap corruption in the X input method client in libX11.
                    298: <li>Enabled userland timecounter code on sparc64.
                    299: <!-- 2020/07/30 -->
                    300: <li>Updated <a href="https://man.openbsd.org/awk">awk(1)</a> through the July 30, 2020 version.
                    301: <li>Added Intel Wi-Fi 6 AX201 <a href="https://man.openbsd.org/pci">pci(4)</a> device ID.
                    302: <!-- 2020/07/29 -->
                    303: <li>Fixed a panic in <a href="https://man.openbsd.org/wscons">wscons(4)</a>.
                    304: <!-- 2020/07/28 -->
                    305: <li>Implemented IPv6 source address selection as outlined in RFC 6724 section 5.
                    306: <li>Fixed bogus frame sizes being returned by <a href="https://man.openbsd.org/xhci">xhci(4)</a>.
                    307: <!-- 2020/07/27 -->
                    308: <li>Released <a href="https://man.openbsd.org/rpki-client">rpki-client(8)</a> 6.7p1 including OpenBSD 6.7 Errata 015.
                    309: <li>Fixed <a href="https://man.openbsd.org/rpki-client">rpki-client(8)</a> return value check for openssl API used during pubkey validation.
                    310: <li>Added <a href="https://man.openbsd.org/tmux">tmux(1)</a> -d option to display-message to set delay.
                    311: <!-- 2020/07/26 -->
                    312: <li>Added / as an alias for g (grep) in <a href="https://man.openbsd.org/top">top(1)</a>.
                    313: <li>Avoided nvram lock timeout on sparc64 systems with onboard BCM5704 <a href="https://man.openbsd.org/bge">bge(4)</a> instances that come without a fitted EEPROM/NVRAM.
                    314: <!-- 2020/07/25 -->
                    315: <li>Ported NetBSD's arm64 disassembler for <a href="https://man.openbsd.org/ddb">ddb(4)</a>.
                    316: <!-- 2020/07/24 -->
                    317: <!-- 2020/07/23 -->
                    318: <li>Fixed potential use-after-free and double-free issues in <a href="https://man.openbsd.org/PEM_X509_INFO_read_bio">PEM_X509_INFO_read_bio(3)</a>.
                    319: <li>Increased the powerpc64 MAXCPUS to 48, the maximum cores available in any POWER9 system.
                    320: <li>Updated <a href="https://man.openbsd.org/nsd">nsd(8)</a> to 4.3.2.
                    321: <li>Added support for the AMDI0010 touchpad on the Inspiron 5505.
                    322: <!-- 2020/07/22 -->
                    323: <li>Increased the <a href="https://man.openbsd.org/mcx">mcx(4)</a> event queue size, preventing a potential interrupt storm on the ConnectX-4.
                    324: <li>Implemented IPIs on powerpc64.
                    325: <li>Prevented an <a href="https://man.openbsd.org/unveil">unveil(2)</a> failure with chdir / on <a href="https://man.openbsd.org/sensorsd">sensorsd(8)</a>.
                    326: <li>Built bsd.mp on powerpc64.
                    327: <li>Created /dev nodes for sparc64 and powerpc console.
                    328: <li>Prevented <a href="https://man.openbsd.org/mg">mg(1)</a> from running out of memory or segfaulting with <code>query-replace-regex ^</code>.
                    329: <li>Added support for Intel AX200 Bluetooth <a href="https://man.openbsd.org/usb">usb(4)</a> devices.
                    330: <li>Forced long-names on msdos filenames for installboot on most 32-bit architectures.
                    331: <li>Filtered vlan and svlan packets by default for <a href="https://man.openbsd.org/tpmr">tpmr(4)</a>.
                    332: <!-- 2020/07/21 -->
                    333: <li>Changed <a href="https://man.openbsd.org/tpmr">tpmr(4)</a> from ifconfig [-]trunkport to add|del synopsis.
                    334: <li>Added <a href="https://man.openbsd.org/rge">rge(4)</a> support for newer RTL8125 chipset (RTL8125B).
                    335: <li>Introduced powerpc64 GENERIC.MP.
                    336: <li>Corrected ruleset checksum calculation to allow <a href="https://man.openbsd.org/pfsync">pfsync(4)</a> to verify rulesets are identical on all nodes.
                    337: <li>Improved processing of lost frames during 802.11 Rx aggregation.
                    338: <!-- 2020/07/20 -->
                    339: <li>Handled <a href="https://man.openbsd.org/iked">iked(8)</a> TEMPORARY_FAILURE notification on IKESA rekeying.
                    340: <li>Fixed a dst/src <a href="https://man.openbsd.org/iked">iked(8)</a> port configuration bug with multiple flows.
                    341: <li>Ensured only pseudo-terminal devices use reprint delays.
                    342: <li>Switched the default pager from "<a href="https://man.openbsd.org/more">more(1)</a> -s" to <a href="https://man.openbsd.org/less">less(1)</a>.
                    343: <li>Added a new column to <a href="https://man.openbsd.org/wsfontload">wsfontload(8)</a> -l output to report the number of characters contained in a loaded font.
                    344: <li>Updated Spleen kernel fonts to version 1.8.1.
                    345: <li>Fixed gain calibration for some <a href="https://man.openbsd.org/iwn">iwn(4)</a> devices (5000 and up).
                    346: <!-- 2020/07/19 -->
                    347: <li>Enabled <a href="https://man.openbsd.org/xhci">xhci(4)</a> in the powerpc64 BOOT kernel.
                    348: <li>Fixed the initial <a href="https://man.openbsd.org/sndiod">sndiod(8)</a> alternate device number, preventing device number 1 from being skipped on first use.
                    349: <!-- 2020/07/18 -->
                    350: <li>Added additional Atheros <a href="https://man.openbsd.org/pci">pci(4)</a> IDs.
                    351: <li>Improved the powerpc64 kernel linker script and installed proper page protections via pmap_bootstrap().
                    352: <li>Passed boothowto and bootduid parameters to the booted powerpc64 kernel via the device tree.
                    353: <!-- 2020/07/17 -->
                    354: <li>Implemented userland timecounting for macppc and octeon.
                    355: <li>Added initial powerpc64 X sets.
                    356: <li>Randomized the system stoeplitz key.
                    357: <li>Added installboot powerpc64 support.
                    358: <li>Added <a href="https://man.openbsd.org/video">video(1)</a> white balance temperature control through w/W keys.
                    359: <li>Enabled multiq support for <a href="https://man.openbsd.org/ix">ix(4)</a>.
                    360: <!-- 2020/07/16 -->
                    361: <li>Added a "%k" TOKEN to <a href="https://man.openbsd.org/ssh_config">ssh_config(5)</a> that expands to the effective HostKey of the destination.
                    362: <li>Added %-TOKEN, environment variable and tilde expansion to UserKnownHostsFile in <a href="https://man.openbsd.org/ssh_config">ssh_config(5)</a>.
                    363: <li>Introduced an initial bootloader for OpenBSD/powerpc64.
                    364: <li>Added a <a href="https://man.openbsd.org/ktrace">ktrace(1)</a> -T option to make time-related system calls more prominent.
                    365: <li>Fixed a potential crash when bringing down an <a href="https://man.openbsd.org/mcx">mcx(4)</a> interface.
                    366: <!-- 2020/07/15 -->
                    367: <li>Optimized character rendering in 32bpp mode, providing double-pixel rendering for the common font widths and a signicant speed increase.
                    368: <li>Added a SENSOR_ENERGY sensor type which uses microjoules.
                    369: <li>Implemented userland timecounter for arm64.
                    370: <li>Prevented root from freezing the UTC clock with <a href="https://man.openbsd.org/settimeofday">settimeofday(2)</a> at securelevel 2.
                    371: <li>Fixed <a href="https://man.openbsd.org/iked">iked(8)</a> public key authentication interoperability with *swan and other IKEv2 implementations by making CERT and CERTREQ payloads optional.
                    372: <li>Corrected handling of padding cells while searching in <a href="https://man.openbsd.org/tmux">tmux(1)</a>.
                    373: <!-- 2020/07/14 -->
                    374: <li>Allowed additional control over the use of <a href="https://man.openbsd.org/ssh-askpass">ssh-askpass(1)</a> in <a href="https://man.openbsd.org/ssh-add">ssh-add(1)</a>, including force-enable/disable.
                    375: <li>Introduced <a href="https://man.openbsd.org/xics">xics(4)</a>, a driver for the OPAL virtual ICS.
                    376: <li>Added powerpc64 FDT interrupt support.
                    377: <li>Added support for routing interrupts to other CPUs in <a href="https://man.openbsd.org/ampintc">ampintc(4)</a> and <a href="https://man.openbsd.org/agintc">agintc(4)</a>.
                    378: <li>Fixed performance problems relating to tty subsystem abuse.
                    379: <!-- 2020/07/13 -->
                    380: <li>Enabled background scanning on <a href="https://man.openbsd.org/iwx">iwx(4)</a> devices.
                    381: <li>Fixed <a href="https://man.openbsd.org/athn">athn(4)</a> use with WPA2 APs.
                    382: <!-- 2020/07/12 -->
                    383: <li>Stopped creation of non-existent <a href="https://man.openbsd.org/bridge">bridge(4)</a> interfaces.
                    384: <li>Used <a href="https://man.openbsd.org/su">su(1)</a> -fl to avoid sourcing the target user's .profile in <a href="https://man.openbsd.org/rc.d">rc.d(8)</a>/<a href="https://man.openbsd.org/rcctl">rcctl(8)</a>.
                    385: <!-- 2020/07/11 -->
                    386: <li>Synchronized each core's CP0 cycle counter using the IO clock counter on mips64 and octeon, making the cycle counter usable as timecounter.
                    387: <li>Improved speed of scrolling by optimizing <a href="https://man.openbsd.org/rasops">rasops(9)</a> write-only framebuffer console.
                    388: <li>Implemented linear and power-of-two histograms in btrace(5).
                    389: <!-- 2020/07/10 -->
                    390: <li>Added the Spleen 6x12 font to wsfont.
                    391: <!-- 2020/07/09 -->
                    392: <li>Corrected trackstick/button attachment of Windows Precision Touchpad <a href="https://man.openbsd.org/imt">imt(4)</a> devices, fixing behavior on certain Dell Latitude laptops.
                    393: <li>Fixed information leak in semctl SEM_GET.
                    394: <li>Enabled spleen16x32 and spleen32x64 fonts on armv7 for GENERIC kernels.
                    395: <!-- 2020/07/08 -->
                    396: <li>Taught <a href="https://man.openbsd.org/su">su(1)</a> -l -f to start a regular shell for non-csh shells rather than a login shell.
                    397: <!-- 2020/07/07 -->
                    398: <li>Introduced <a href="https://man.openbsd.org/opalsens">opalsens(4)</a>, a driver for sensors provided by the OPAL firmware.
                    399: <li>Enabled TLSv1.3 for the generic TLS_method().
                    400: <li>Corrected <a href="https://man.openbsd.org/route">route(8)</a> handling of ::/0 and "route add -inet 0.0.0.0 -prefixlen 0 (gateway)".
                    401: <li>Switched <a href="https://man.openbsd.org/iwx">iwx(4)</a> from -46 to -48 firmware.
                    402: <li>Added support for set -o pipefail to <a href="https://man.openbsd.org/ksh">ksh(1)</a>, potentially helping error checking.
                    403: <!-- 2020/07/06 -->
                    404: <li>Protected the whole <a href="https://man.openbsd.org/pipex">pipex(4)</a> layer by NET_LOCK().
                    405: <li>Increased the buffer size for OFW parameter name strings, making it possible to dump the full device tree on POWER9 systems using eeprom -p.
                    406: <li>Added support for timecounting in userland, improving speed and responsiveness in programs which make many time of day calls.
                    407: <li>Repaired <a href="https://man.openbsd.org/athn">athn(4)</a> in client mode against WPA2 access points.
                    408: <li>Added support for the D-Link DWA-121 rev B1 <a href="https://man.openbsd.org/urtwn">urtwn(4)</a> device.
                    409: <!-- 2020/07/05 -->
                    410: <li>Introduced <a href="https://man.openbsd.org/kstat">kstat(1)</a>, a subsystem to allow the kernel to expose statistics to userland (and <a href="https://man.openbsd.org/kstat">kstat(8)</a>, the userland side).
                    411: <li>Fixed <a href="https://man.openbsd.org/ls">ls(1)</a> -R mode to not display subdirectories of a directory beginning with '.' and ensure directory names are always displayed.
                    412: <li>Modified <a href="https://man.openbsd.org/uvideo">uvideo(4)</a> to fix webcam detection in Firefox 78.
                    413: <li>Began natively compiling for the powerpc64 architecture.
                    414: <li>Fixed mbuf leak in <a href="https://man.openbsd.org/urtwn">urtwn(4)</a> with frames CCMP-encrypted by hardware.
                    415: <!-- 2020/07/04 -->
                    416: <li>Fixed an <a href="https://man.openbsd.org/xconsole">xconsole(1)</a> crash by starting it after setting the background.
                    417: <li>Prevented a core dump in <a href="https://man.openbsd.org/ftp">ftp(1)</a> during fetch abort.
                    418: <li>Fixed intermittent failing <a href="https://man.openbsd.org/pms">pms(4)</a> device initialization seen on some Synaptics devices.
                    419: <!-- 2020/07/03 -->
                    420: <li>Used an LFENCE instruction everywhere RDTSC is used for a time measurement, reducing the jitter in TSC skew measurements.
                    421: <li>Prevented <a href="https://man.openbsd.org/ssh">ssh(1)</a> port forwarding clients from keeping a connection alive when it should be terminated.
                    422: <!-- 2020/07/02 -->
                    423: <li>Updated <a href="https://man.openbsd.org/awk">awk(1)</a> to July 2, 2020 version.
                    424: <!-- 2020/07/01 -->
                    425: <li>Initialized v4l2_requestbuffers for libv4l compatibility, allowing view of video encodings not directly supported by <a href="https://man.openbsd.org/video">video(1)</a>.
                    426: <!-- 2020/06/30 -->
                    427: <li>Fixed gpu hangs when starting Xorg seen with 4.19 and 5.7 drm.
                    428: <li>Removed support for the socket keyword in <a href="https://man.openbsd.org/snmpd.conf">snmpd.conf(5)</a>.
                    429: <li>Removed the -f (force) option in <a href="https://man.openbsd.org/rpki-client">rpki-client(8)</a>.
                    430: <!-- 2020/06/29 -->
                    431: <li>Added support for the <a href="https://man.openbsd.org/mcx">mcx(4)</a> ConnectX-6 Dx.
                    432: <li>Introduced arch/powerpc64.
                    433: <li>Prevented creation of bogus <a href="https://man.openbsd.org/sd">sd(4)</a> devices for <a href="https://man.openbsd.org/nvme">nvme(4)</a> namespaces which are configured but have size 0.
                    434: <li>Updated Spleen kernel fonts to version 1.8.0.
                    435: <!-- 2020/06/28 -->
                    436: <li>Prevented possible libevent state corruption in <a href="https://man.openbsd.org/vmd">vmd(8)</a>.
                    437: <li>Introduced a darker <a href="https://man.openbsd.org/xenodm">xenodm(1)</a> login widget and a lower contrast default background.
                    438: <li>Allowed switching between alternate devices (-F) with <a href="https://man.openbsd.org/sndioctl">sndioctl(1)</a>.
                    439: <!-- 2020/06/27 -->
                    440: <li>Fixed a problem where switching to a vt and back was needed to see rc output and login prompt on some intel machines with skylake and newer graphics.
                    441: <li>Converted macppc, octeon and loongson to use machine-independent installboot.
                    442: <li>Updated to freetype 2.10.2.
                    443: <!-- 2020/06/26 -->
                    444: <li>Switched the default CDDB database for <a href="https://man.openbsd.org/cdio">cdio(1)</a> to gnudb.gnudb.org:8880.
                    445: <li>Fixed merging of files that lack newlines for <a href="https://man.openbsd.org/diff3">diff3(1)</a>, OpenRCS and OpenCVS.
                    446: <li>Allowed <a href="https://man.openbsd.org/ssh-add">ssh-add(1)</a> "-d -" to read keys to be deleted from stdin.
                    447: <!-- 2020/06/25 -->
                    448: <li>Fixed variable shadowing in <a href="https://man.openbsd.org/vpci">vpci(4)</a> which led to a noticeable delay while attaching devices using multiple msi-x vectors.
                    449: <li>Introduced a framework for MII busses.
                    450: <li>Introduced <a href="https://man.openbsd.org/mvpp">mvpp(4)</a>, a driver for the Marvell Packet Processor v2 as used on the Armada 7K and 8K SoCs.
                    451: <li>Implemented rss/toeplitz support for <a href="https://man.openbsd.org/ixl">ixl(4)</a> 710 chips.
                    452: <!-- 2020/06/24 -->
                    453: <li>Allowed <a href="https://man.openbsd.org/sshd_config">sshd_config(5)</a> longer than 256k.
                    454: <li>Ensured the STOP command sent by <a href="https://man.openbsd.org/sd">sd(4)</a> on powerdown will not result in hanging the machine if commands to the USB mass storage fail.
                    455: <li>Modified <a href="https://man.openbsd.org/ldapd">ldapd(8)</a> use of "ldaps" and "tls" keywords to enable only the libtls defaults for protocols and ciphers. The new "legacy" keyword can be used before these keywords in <a href="https://man.openbsd.org/ldapd.conf">ldapd.conf(5)</a> to enable them all.
                    456: <!-- 2020/06/23 -->
                    457: <li>Enabled <a href="https://man.openbsd.org/wg">wg(4)</a>.
                    458: <li>Stopped incrementing openclass for a literal "[" in <a href="https://man.openbsd.org/awk">awk(1)</a>, allowing parsing of expressions such as "/[[/[]/".
                    459: <li>Increased pbuild datasize limit to 8G to allow Firefox to build with Rust 1.44.
                    460: <!-- 2020/06/22 -->
                    461: <li>Implemented pci_intr_establish_cpu() for <a href="https://man.openbsd.org/pyro">pyro(4)</a> and <a href="https://man.openbsd.org/vpci">vpci(4)</a>-based sparc64 systems.
                    462: <li>Introduced <a href="https://man.openbsd.org/gettime">gettime(9)</a> and <a href="https://man.openbsd.org/getuptime">getuptime(9)</a> and substituted these for time_second(9) and time_uptime(9) throughout the kernel to prevent split-read problems on 32-bit platforms.
                    463: <li>Introduced <a href="https://man.openbsd.org/opalcons">opalcons(4)</a>, a driver for the OPAL console.
                    464: <li>Added support for the Ericsson F5521gw Mobile Broadband Modem.
                    465: <li>Resolved a panic in bridge_ioctl() by ensuring the netlock is held when calling ioctl handlers and dropped for the <a href="https://man.openbsd.org/wg">wg(4)</a>-specific ioctls.
                    466: <li>Enabled critical temperature detection in <a href="https://man.openbsd.org/iwx">iwx(4)</a> firmware.
                    467: <!-- 2020/06/21 -->
                    468: <li>Added <a href="https://man.openbsd.org/ssh">ssh(1)</a> support for <a href="https://man.openbsd.org/fido">fido(4)</a> WebAuthn (verification only).
                    469: <li>Added an ioctl allowing userland to access read-only support information about pci devices via the vpd register.
                    470: <li>Enabled <a href="https://man.openbsd.org/nvme">nvme(4)</a> on i386.
                    471: <li>Fixed <a href="https://man.openbsd.org/vmd">vmd(8)</a> ns8250 lockup due to a race condition, helping to prevent linux vm crashes when the return key is held on boot.
                    472: <li>Updated Spleen kernel fonts to version 1.7.1.
                    473: <li>Added <a href="https://man.openbsd.org/wg">wg(4)</a>, an in-kernel driver for Wireguard vpn communication.
                    474: <!-- 2020/06/20 -->
                    475: <li>Added <a href="https://man.openbsd.org/bcmtmon">bcmtmon(4)</a>, a driver for the temperature sensor on the Raspberry Pi 4.
                    476: <!-- 2020/06/19 -->
                    477: <li>Added <a href="https://man.openbsd.org/bwfm">bwfm(4)</a> support for BCM4359 SDIO variants such as the AP6359SA module found on the RockPro64 WiFi module.
                    478: <li>Fixed a fatal firmware error at run-time on <a href="https://man.openbsd.org/iwx">iwx(4)</a>.
                    479: <li>Added WPA2 (CCMP) crypto offload support to <a href="https://man.openbsd.org/iwx">iwx(4)</a>.
                    480: <!-- 2020/06/18 -->
                    481: <li>Added <a href="https://man.openbsd.org/pcamux">pcamux(4)</a>, a driver for the PCA8548 I2C switch.
                    482: <li>Added <a href="https://man.openbsd.org/bge">bge(4)</a> support for the BCM5719 A1.
                    483: <!-- 2020/06/17 -->
                    484: <li>Fixed broken HID descriptors of Elecom trackballs with 6 or 8 buttons.
                    485: <li>Fixed a crash in <a href="https://man.openbsd.org/re">re(4)</a>.
                    486: <li>Enabled multiple queues on <a href="https://man.openbsd.org/vmx">vmx(4)</a>.
                    487: <!-- 2020/06/16 -->
                    488: <li>Added intrmap, an api that picks CPUs for devices to attach interruptions to.
                    489: <li>Added d and D keys to <a href="https://man.openbsd.org/tmux">tmux(1)</a> customize mode to reset to defaults.
                    490: <li>Added a symmetric toeplitz implementation with integration for nics, usable through the <a href="https://man.openbsd.org/stoeplitz_to_key">stoeplitz_to_key(9)</a> API.
                    491: <!-- 2020/06/15 -->
                    492: <li>Supported -T html -O tag for <a href="https://man.openbsd.org/mandoc">mandoc(1)</a> by passing a file:// URI to the pager.
                    493: <!-- 2020/06/14 -->
                    494: <li>Fixed an <a href="https://man.openbsd.org/sdhc">sdhc(4)</a> panic on the MACCHIATObin due to unaligned memory access.
                    495: <!-- 2020/06/13 -->
                    496: <li>Added support for the XIVE interrupt controller found on POWER9 CPUs.
                    497: <li>Added <a href="https://man.openbsd.org/tmux">tmux(1)</a> -b flags to insert a window before (like the existing -a for after) to break-pane, move-window and new-window.
                    498: <!-- 2020/06/12 -->
                    499: <li>Implemented the gensub(), systime() and strftime() functions for <a href="https://man.openbsd.org/awk">awk(1)</a>.
                    500: <li>Fixed <a href="https://man.openbsd.org/sndiod">sndiod(8)</a> crashes when USB devices are disconnected.
                    501: <li>Added <a href="https://man.openbsd.org/netstat">netstat(1)</a> -R to show a summary of rdomains with associated interfaces and tables.
                    502: <!-- 2020/06/11 -->
                    503: <li>Added a <a href="https://man.openbsd.org/tmux">tmux(1)</a> -A option to pause a pane manually.
                    504: <!-- 2020/06/10 -->
                    505: <li>Added <a href="https://man.openbsd.org/escodec">escodec(4)</a>, a driver for the Everest ES8316 audio codec used on the Pinebook Pro.
                    506: <li>Added <a href="https://man.openbsd.org/rkiis">rkiis(4)</a>, a driver for the I25 controller found on the Rockchip RK3399.
                    507: <li>Added <a href="https://man.openbsd.org/simpleamp">simpleamp(4)</a>, a driver for "simple audio amplifier," one of the aux devices for <a href="https://man.openbsd.org/simpleaudio">simpleaudio(4)</a>.
                    508: <li>Added <a href="https://man.openbsd.org/simpleaudio">simpleaudio(4)</a>, a driver for "simple audio cards." This is a wrapper connecting the I25 controller, the codec and some aux devices.
                    509: <li>Introduced a framework for digital audio interfaces.
                    510: <li>Populated a list of 256 brightness levels as a fallback when the device tree does not specify a list, making the Pinebook Pro display work with the dtb from Linux 5.7.
                    511: <li>Updated <a href="https://man.openbsd.org/awk">awk(1)</a> through the June 5, 2020 version.
                    512: <li>Provided an optimized implementation of <a href="https://man.openbsd.org/ffs">ffs(3)</a> in the kernel on arm64/powerpc/powerpc64.
                    513: <li>Added <a href="https://man.openbsd.org/cwfg">cwfg(4)</a>, a driver for the Cellwise CW201x fuel gauge on the Pinebook Pro.
                    514: <li>Added <a href="https://man.openbsd.org/opal">opal(4)</a>, a driver that interacts with the OPAL firmware on powerpc64 and implements RTC functionality.
                    515: <!-- 2020/06/09 -->
                    516: <li>Added IBM POWER9 host bridge <a href="https://man.openbsd.org/pci">pci(4)</a> id.
                    517: <li>Prevented <a href="https://man.openbsd.org/rcs">rcs(1)</a> removal of locked revisions with rcs -orange, avoiding leaving behind a lock for a revision which no longer exists.
                    518: <!-- 2020/06/08 -->
                    519: <li>Added Intel 200 Series HD Audio <a href="https://man.openbsd.org/pci">pci(4)</a> id.
                    520: <li>Prevented a use-after-free when a wireless device is detached.
                    521: <li>Updated <a href="https://man.openbsd.org/drm">drm(4)</a> to linux 5.7.
                    522: <!-- 2020/06/07 -->
                    523: <li>Added Marvel 88SE9215 and 88SE9235 AHCI <a href="https://man.openbsd.org/pci">pci(4)</a> ids.
                    524: <li>Prevented callers inspecting unrelated fields in the libc resolver function asr_run().
                    525: <!-- 2020/06/06 -->
                    526: <li>Moved Powerbook5,4 audio from <a href="https://man.openbsd.org/aoa">aoa(4)</a> to <a href="https://man.openbsd.org/snapper">snapper(4)</a>, adding the missing TAS3004 volume control.
                    527: <!-- 2020/06/05 -->
                    528: <li>Added <a href="https://man.openbsd.org/ssl">ssl(8)</a> support for additional GOST curves and aliases for 256-bit GOST curves.
                    529: <li>Added support for pausing a <a href="https://man.openbsd.org/tmux">tmux(1)</a> pane when the output buffered for a control mode client is too far behind, controllable with refresh-client -f and -A.
                    530: <!-- 2020/06/04 -->
                    531: <li>Prevented the HID parser from overflowing if a malicious device provides too many PUSH.
                    532: <li>Added support for the Cortex-A78 cpu.
                    533: <li>Improved TLSv1.3 client certificate selection to allow use of EC certificates.
                    534: <li>Fixed <a href="https://man.openbsd.org/pf.conf">pf.conf(5)</a> "route-to TABLE least-states" in an anchor.
                    535: <!-- 2020/06/03 -->
                    536: <li>Updated <a href="https://man.openbsd.org/perl">perl(1)</a> to 5.30.3.
                    537: <!-- 2020/06/02 -->
                    538: <li>Introduced <a href="https://man.openbsd.org/acpihid">acpihid(4)</a> for ACPI HID event and 5-button array devices.
                    539: <li>Added support for hardware vlan tagging to <a href="https://man.openbsd.org/mcx">mcx(4)</a>.
                    540: <!-- 2020/06/01 -->
                    541: <!-- 2020/05/31 -->
                    542: <li>Added an SK hynix NVMe <a href="https://man.openbsd.org/pci">pci(4)</a> id.
                    543: <li>Released <a href="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.2.0-relnotes.txt">LibreSSL</a> 3.2.0.
                    544: <li>Added <a href="https://man.openbsd.org/umstc">umstc(4)</a>, a driver for Microsoft Surface Type Cover keyboards.
                    545: <li>Began looking for non-expired certificates first when building a chain, making certificate validation possible for various sites that are serving expired AddTrust certificates.
                    546: <!-- 2020/05/30 -->
                    547: <li>Improved CPU frequency scaling in automatic performance mode by removing accounting for offline CPUs.
                    548: <!-- 2020/05/29 -->
                    549: <li>Added to <a href="https://man.openbsd.org/ssh_config">ssh_config(5)</a> a selection of keywords allowed to expand shell-style ${ENV} environment variables on the client side.
                    550: <li>Adjusted to complete group key renewal immediately if no station is associated when ieee80211_proto.c runs.
                    551: <li>Prevented a panic where <a href="https://man.openbsd.org/athn">athn(4)</a> attempted to transmit old, unencryptable frames after switching to a new group key in hostap mode.
                    552: <!-- 2020/05/28 -->
                    553: <li>Enabled building <a href="https://man.openbsd.org/wsmoused">wsmoused(8)</a> and <a href="https://man.openbsd.org/wsfontload">wsfontload(8)</a> on arm64 and armv7.
                    554: <li>Fixed display glitches on smaller screens or with larger fonts in <a href="https://man.openbsd.org/efifb">efifb(4)</a> associated with remapping and attaching.
                    555: <li>Enabled scrollback in <a href="https://man.openbsd.org/simplefb">simplefb(4)</a>.
                    556: <li>Prevented unconditional initialization of VGA on amd64 boot causing video distortion.
                    557: <!-- 2020/05/27 -->
                    558: <li>Corrected <a href="https://man.openbsd.org/getopt_long">getopt_long(3)</a> parsing of a trailing dash in an option group, which was being incorrectly returned as an argument.
                    559: <!-- 2020/05/26 -->
                    560: <li>Removed <a href="https://man.openbsd.org/mail.local">mail.local(8)</a> support for world-writable mail spools.
1.2       tobhe     561: <li>Added AES-GCM mode ciphers for IKEv2, configurable in <a href="https://man.openbsd.org/iked.conf">iked.conf(5)</a> with the new "ikesa enc" options aes-128-gcm, aes-256-gcm, aes-128-gcm-12 and aes-256-gcm-12.
1.1       deraadt   562: <li>Rewrote the entropy enqueue ring to collect damage asynchronously and adapted the dequeue to mix a selection of "best" ring entries, exponentially backing off the dequeue timeout, to compensate rapidly for weak seeding in unidentifiable conditions and ensure quality to arc4random() calls early in boot.
                    563: <li>Introduced detection of /etc/random.seed reuse.
                    564: <li>Reworked kernel loading with <a href="https://man.openbsd.org/octboot">octboot(4)</a>, which now does not rely on a mounted filesystem.
                    565: <li>Prevented a fatal <a href="https://man.openbsd.org/iwx">iwx(4)</a> firmware error when the driver moves out of AUTH state.
                    566: <li>Rewrote m88k mutex code as a slight variation of the MI mutex code, potentially improving stability and rendering mutex spinning time visible in <a href="https://man.openbsd.org/top">top(1)</a>.
                    567: <li>Allowed passage of unencrypted 802.11 frames during hardware decryption post-processing, fixing failure of some <a href="https://man.openbsd.org/ral">ral(4)</a> devices to receive packets on encrypted networks.
                    568: <li>Added support to <a href="https://man.openbsd.org/urtwn">urtwn(4)</a> for TP-Link TL-WN822N-EU v5 (and v4).
                    569: <!-- 2020/05/25 -->
                    570: <li>Restricted <a href="https://man.openbsd.org/ssh-agent">ssh-agent(1)</a> from signing web challenges for FIDO keys, preventing ssh-agent forwarding on a host that has FIDO keys attached from granting the ability for the remote side to also sign challenges for web authentication using those keys.
                    571: <li>Increased the default number of ldom and ttyV devices for sparc64 from eight to sixteen.
                    572: <li>Passed boothowto from the sparc64 bootloader to the kernel using .openbsd.bootdata.
                    573: <li>Added <a href="https://man.openbsd.org/wsmoused">wsmoused(8)</a> support to <a href="https://man.openbsd.org/efifb">efifb(4)</a>.
                    574: <li>Added support for the ThingM blink(1) USB notification light.
                    575: <li>Stopped <a href="https://man.openbsd.org/syslogd">syslogd(8)</a> from closing UDP sockets for sending messages when DNS lookup of a UDP loghost fails, alloiwing them to be used to send if DNS is working during the next SIGHUP.
                    576: <li>Made non-root filesystems FFS2 for landisk, sgi and luna88k.
                    577: <!-- 2020/05/24 -->
                    578: <li>Made <a href="https://man.openbsd.org/ldomctl">ldomctl(8)</a> "init-system -n" check vcpu and memory constraints.
                    579: <li>Relaxed filename checks in <a href="https://man.openbsd.org/syspatch">syspatch(8)</a> to allow use of hyphens.
                    580: <!-- 2020/05/23 -->
                    581: <li>Adjusted <a href="https://man.openbsd.org/dwpcie">dwpcie(4)</a> timing to improve likelihood of a successful PCIe link on the i.MX8MM. Avoids a failure to detect <a href="https://man.openbsd.org/em">em(4)</a> on the HummingBoard Pulse.
                    582: <!-- 2020/05/22 -->
                    583: <li>Added RB_GOODRANDOM passed from bootloader to kernel in boothowto, indicating confidence a "great seed" was loaded.
                    584: <li>Added an Atheros QCA986x/988x <a href="https://man.openbsd.org/pci">pci(4)</a> ID.
                    585: <li>Enabled the FFS2 option on the luna88k ramdisk.
                    586: <li>Added support for the Marvell Xenon SDHC, used as storage on the Armada 3700 and 8040 SoCs. This should make eMMC7CD show up on the MACCHIATObin.
                    587: <li>Added support for the SD card detect pins on the Turris Mox.
                    588: <li>Added <a href="https://man.openbsd.org/mvkpcie">mkvpcie(4)</a>, a driver for the Aardvark PCIe controller found on the Armada 3700 SoC.
                    589: <li>Fixed the <a href="https://man.openbsd.org/ksh">ksh(1)</a> exit code when evaluating a || compound list to prevent termination of the shell when running under -e.
                    590: <!-- 2020/05/21 -->
                    591: <li>Added an ASMedia ASM1182e PCIe switch <a href="https://man.openbsd.org/pci">pci(4)</a> id.
                    592: <li>Fixed an uninitialized variable and potential stack overflow with IPv6 connections in <a href="https://man.openbsd.org/smtpd">smtpd(8)</a>.
                    593: <!-- 2020/05/20 -->
                    594: <li>Implemented a <a href="https://man.openbsd.org/carp">carp(4)</a> transmit bypassing the ifq on output, enqueuing the packet directly on the parent interface.
                    595: <li>Opened up a 4GB memory bus window for <a href="https://man.openbsd.org/mvneta">mvneta(4)</a> on the Marvell Armada 3700, making the second ethernet controller/port work on the Turris Mox.
                    596: <!-- 2020/05/19 -->
                    597: <li>Released <a href="https://opensmtpd.org/announces/release-6.7.0p1.txt">OpenSMTPD</a> 6.7.0p1.
                    598: <li>Moved back to FFS1 by default for MFS.
                    599: <li>Updated <a href="https://man.openbsd.org/unbound">unbound(8)</a> to 1.10.1.
                    600: <!-- 2020/05/18 -->
                    601: <li>Added support for TLS 1.3 server to send certificate status messages with oscp staples.
                    602: <li>Released <a href="https://man.openbsd.org/rpki-client">rpki-client(8)</a> 6.7p0.
                    603: <li>Offloaded CCMP (WPA2) encryption and decryption to <a href="https://man.openbsd.org/iwm">iwm(4)</a> hardware, reducing CPU load during traffic bursts.
                    604: <li>Introduced a "dark mode" for directory listings and error pages in <a href="https://man.openbsd.org/httpd">httpd(8)</a>.
                    605: <li>Made OpenBSD boot on the odroid c4 with power domain in <a href="https://man.openbsd.org/amldwusb">amldwusb(4)</a>.
                    606: <li>Added <a href="https://man.openbsd.org/amlpwrc">amlpwrc(4)</a>, a driver for the power domain controller found on Amlogic SoCs.
                    607: <li>Fixed a hang in <a href="https://man.openbsd.org/rpki-client">rpki-client(8)</a> by properly waiting for exiting <a href="https://man.openbsd.org/openrsync">openrsync(1)</a> processes.
                    608: <li>Made FFS2 the default for <a href="https://man.openbsd.org/newfs">newfs(8)</a>.
                    609: <!-- 2020/05/17 -->
                    610: <li>Changed install images called *.fs to *.img to accommodate some UEFI bootloaders.
                    611: <li>Restored VGA fonts on VT switch, preventing an unusable screen when switching to a VT with a custom VGA font from X.
                    612: <li>Added a decode error alert when a TLS server provides an empty certificate list.
                    613: <!-- 2020/05/16 -->
                    614: <li>Began initial development of an OpenBSD/powerpc64 port.
                    615: <li>In <a href="https://man.openbsd.org/tmux">tmux(1)</a>:
                    616: <ul>
                    617: <li>Added an option to set the pane border lines style as single lines, double or heavy, simple or number (the pane numbers).
                    618: <li>Added a client flag 'active-pane' which stores the active pane in the client and allows it to be changed independently from the real active pane stored in the window.
                    619: <li>Added a -D flag to run in non-daemonized mode.
                    620: <li>Added a customize mode (C) where keys and options can be browsed and changed.
                    621: <li>Added M-+ and M-- to expand and collapse all items in tree mode.
                    622: <li>Changed refresh-client -F to -f and added -f flags to attach-session and switch-client.
                    623: <li>Added -e for new-session to set environment variables.
                    624: <li>Added the 'e' key in buffer mode to open the buffer in an editor.
                    625: <li>Added -W and -T flags to command-prompt to only complete a window and a target.
                    626: </ul>
                    627: <li>Ensured that a TLSv1.3 server has provided a certificate before attempting validation.
                    628: <li>Implemented <a href="https://man.openbsd.org/kqueue">kqueue(2)</a> support for <a href="https://man.openbsd.org/video">video(4)</a>.
                    629: <li>Updated to xkbprint 1.0.5.
                    630: <li>Updated to libXxf86dga 1.1.5.
                    631: <li>Updated to libXrandr 1.5.2 and <a href="https://man.openbsd.org/xrandr">xrandr(1)</a> 1.5.1.
                    632: <li>Updated to libxcb 1.14 and xcb-proto 1.14.
                    633: <!-- 2020/05/15 -->
                    634: <li>Fixed CCMP replay checks with 11n Rx aggregation and CCMP hardware offloading.
                    635: <li>Disabled <a href="https://man.openbsd.org/ohci">ohci(4)</a> on the amd64 ramdisk kernel.
                    636: <li>Fixed <a href="https://man.openbsd.org/dhclient">dhclient(8)</a> domain-search option processing.
                    637: <!-- 2020/05/14 -->
                    638: <li>Enabled TLSv1.3 support in <a href="https://man.openbsd.org/relayd">relayd(8)</a>.
                    639: <li>Set <a href="https://man.openbsd.org/ddb">ddb(4)</a> "/t" to show a trace via TID on all architectures.
                    640: <li>Updated <a href="https://man.openbsd.org/nsd">nsd(8)</a> to 4.3.1.
                    641: <!-- 2020/05/13 -->
                    642: <li>Added -rls1_3 and -no_tls1_3 options to <a href="https://man.openbsd.org/openssl">openssl(1)</a> s_server.
                    643: <li>Preserved group/world read permission on known_hosts files across runs of <a href="https://man.openbsd.org/ssh-keygen">ssh-keygen(1)</a> "-Rf /path".
                    644: <!-- 2020/05/12 -->
                    645: <!-- 2020/05/11 -->
                    646: <li>Fixed an <a href="https://man.openbsd.org/iked">iked(8)</a> policy lookup edge case for simultaneous transport and tunnel mode SAs.
                    647: <li>Enabled the TLSv1.3 server in <a href="https://man.openbsd.org/openssl">openssl(1)</a>.
                    648: <li>Improved reporting of remaining power with batteries of different capacities in <a href="https://man.openbsd.org/acpi">acpi(4)</a>.
                    649: <li>Allowed specifying -d multiple times in <a href="https://man.openbsd.org/slowcgi">slowcgi(8)</a>.
                    650: <li>Added <a href="https://man.openbsd.org/bgpctl">bgpctl(8)</a> support for VPNv6 in the family option of the "show rib" command.
                    651: <!-- 2020/05/10 -->
                    652: <li>Fixed two out-of-bounds array accesses in ioctl code pathways in <a href="https://man.openbsd.org/wscons">wscons(4)</a>.
                    653: <li>Made "reason" parsing in <a href="https://man.openbsd.org/bgpctl">bgpctl(8)</a> more generic and introduced it to the "reload" command.
                    654: <li>Added an optional "domain name" <a href="https://man.openbsd.org/acme-client.conf">acme-client.conf(5)</a> option allowing use of multiple domain sections with the same name and creation of an rsa and an ecdsa key for the same domain name.
                    655: <!-- 2020/05/09 -->
                    656: <!-- 2020/05/08 -->
                    657: <li>Fixed a crash on landisk in <a href="https://man.openbsd.org/unwind">unwind(8)</a> due to cmsg buffer misalignment.
                    658: <li>Prevented hangs in existing processes due to an indefinite wait for flushing when closing a tty.
                    659: <!-- 2020/05/07 -->
                    660: <li>Moved to 6.7-current.
                    661: </ul>