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

Annotation of www/plus.html, Revision 1.1477

1.1440    bentley     1: <!doctype html>
                      2: <html lang=en id=plus>
                      3: <meta charset=utf-8>
1.1384    tj          4: <title>OpenBSD -current Changelog</title>
1.1045    david       5: <meta name="description" content="OpenBSD -current changes">
1.1383    deraadt     6: <meta name="viewport" content="width=device-width, initial-scale=1">
                      7: <link rel="stylesheet" type="text/css" href="openbsd.css">
1.1400    tb          8: <link rel="canonical" href="https://www.openbsd.org/plus.html">
1.1440    bentley     9: <style>
                     10: strong {
                     11:        color: var(--red);
                     12:        font-weight: normal;
                     13: }
                     14:
                     15: h3 {
                     16:        color: var(--blue);
                     17: }
                     18: </style>
1.14      deraadt    19:
1.1440    bentley    20: <h2 id=OpenBSD>
1.1383    deraadt    21: <a href="index.html">
1.1440    bentley    22: <i>Open</i><b>BSD</b></a>
                     23: -current Changelog
1.1384    tj         24: </h2>
1.863     naddy      25: <hr>
1.14      deraadt    26:
                     27: <p>
1.1216    schwarze   28: This selection is intended to include all important
                     29: and all user-visible changes.
                     30: For a complete record of all changes, please see the "source-changes"
                     31: mailing list, called "OpenBSD CVS"
                     32: in the <a href="mail.html#Archives">archives</a>,
                     33: or use <a href="anoncvs.html#CVS">CVS</a>.
                     34:
                     35: <p>
1.846     deraadt    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>,
1.868     deraadt    49: <a href="plus32.html">3.2</a>,
1.889     david      50: <a href="plus33.html">3.3</a>,
1.916     david      51: <a href="plus34.html">3.4</a>,
1.935     miod       52: <a href="plus35.html">3.5</a>,
1.941     deraadt    53: <a href="plus36.html">3.6</a>,
1.1118    deraadt    54: <br>
1.963     deraadt    55: <a href="plus37.html">3.7</a>,
1.999     deraadt    56: <a href="plus38.html">3.8</a>,
1.1028    deraadt    57: <a href="plus39.html">3.9</a>,
1.1044    deraadt    58: <a href="plus40.html">4.0</a>,
1.1069    deraadt    59: <a href="plus41.html">4.1</a>,
1.1097    deraadt    60: <a href="plus42.html">4.2</a>,
1.1118    deraadt    61: <a href="plus43.html">4.3</a>,
1.1140    deraadt    62: <a href="plus44.html">4.4</a>,
1.1152    deraadt    63: <a href="plus45.html">4.5</a>,
1.1163    deraadt    64: <a href="plus46.html">4.6</a>,
1.1177    deraadt    65: <a href="plus47.html">4.7</a>,
1.1194    deraadt    66: <a href="plus48.html">4.8</a>,
1.1198    nick       67: <a href="plus49.html">4.9</a>,
1.1212    schwarze   68: <a href="plus50.html">5.0</a>,
1.1242    lum        69: <a href="plus51.html">5.1</a>,
1.1276    deraadt    70: <a href="plus52.html">5.2</a>,
1.1300    brett      71: <a href="plus53.html">5.3</a>,
1.1330    deraadt    72: <br>
                     73: <a href="plus54.html">5.4</a>,
1.1352    brett      74: <a href="plus55.html">5.5</a>,
1.1365    deraadt    75: <a href="plus56.html">5.6</a>,
1.1372    deraadt    76: <a href="plus57.html">5.7</a>,
1.1382    deraadt    77: <a href="plus58.html">5.8</a>,
1.1392    deraadt    78: <a href="plus59.html">5.9</a>,
1.1401    deraadt    79: <a href="plus60.html">6.0</a>,
1.1403    deraadt    80: <a href="plus61.html">6.1</a>,
                     81: <a href="plus62.html">6.2</a>,
1.1406    deraadt    82: <a href="plus63.html">6.3</a>,
1.1435    pamela     83: <a href="plus64.html">6.4</a>,
1.1457    pamela     84: <a href="plus65.html">6.5</a>,
1.1473    deraadt    85: <a href="plus66.html">6.6</a>,
                     86: <a href="plus67.html">6.7</a>.
1.422     deraadt    87: <br>
1.186     deraadt    88:
                     89: <p>
1.1475    pamela     90: <h3>Changes made between OpenBSD 6.7 and -current</h3>
1.847     deraadt    91: <p>
1.1316    brett      92:
1.422     deraadt    93: <ul>
1.1477  ! pamela     94: <!-- 2020/06/18 -->
        !            95: <li>Added <a href="https://man.openbsd.org/pcamux">pcamux(4)</a>, a driver for the PCA8548 I2C switch.
        !            96: <li>Added <a href="https://man.openbsd.org/bge">bge(4)</a> support for the BCM5719 A1.
        !            97: <!-- 2020/06/17 -->
        !            98: <li>Fixed broken HID descriptors of Elecom trackballs with 6 or 8 buttons.
        !            99: <li>Fixed a crash in <a href="https://man.openbsd.org/re">re(4)</a>.
        !           100: <li>Enabled multiple queues on <a href="https://man.openbsd.org/vmx">vmx(4)</a>.
        !           101: <!-- 2020/06/16 -->
        !           102: <li>Added intrmap, an api that picks CPUs for devices to attach interruptions to.
        !           103: <li>Added d and D keys to <a href="https://man.openbsd.org/tmux">tmux(1)</a> customize mode to reset to defaults.
        !           104: <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.
        !           105: <!-- 2020/06/15 -->
        !           106: <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.
        !           107: <!-- 2020/06/14 -->
        !           108: <li>Fixed an <a href="https://man.openbsd.org/sdhc">sdhc(4)</a> panic on the MACCHIATObin due to unaligned memory access.
        !           109: <!-- 2020/06/13 -->
        !           110: <li>Added support for the XIVE interrupt controller found on POWER9 CPUs.
        !           111: <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.
        !           112: <!-- 2020/06/12 -->
        !           113: <li>Implemented the gensub(), systime() and strftime() functions for <a href="https://man.openbsd.org/awk">awk(1)</a>.
        !           114: <li>Fixed <a href="https://man.openbsd.org/sndiod">sndiod(8)</a> crashes when USB devices are disconnected.
        !           115: <li>Added <a href="https://man.openbsd.org/netstat">netstat(1)</a> -R to show a summary of rdomains with associated interfaces and tables.
1.1476    pamela    116: <!-- 2020/06/11 -->
                    117: <li>Added a <a href="https://man.openbsd.org/tmux">tmux(1)</a> -A option to pause a pane manually.
                    118: <!-- 2020/06/10 -->
                    119: <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.
                    120: <li>Added <a href="https://man.openbsd.org/rkiis">rkiis(4)</a>, a driver for the I25 controller found on the Rockchip RK3399.
                    121: <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>.
                    122: <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.
                    123: <li>Introduced a framework for digital audio interfaces.
                    124: <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.
                    125: <li>Updated <a href="https://man.openbsd.org/awk">awk(1)</a> through the June 5, 2020 version.
                    126: <li>Provided an optimized implementation of <a href="https://man.openbsd.org/ffs">ffs(3)</a> in the kernel on arm64/powerpc/powerpc64.
                    127: <li>Added <a href="https://man.openbsd.org/cwfg">cwfg(4)</a>, a driver for the Cellwise CW201x fuel gauge on the Pinebook Pro.
                    128: <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.
                    129: <!-- 2020/06/09 -->
                    130: <li>Added IBM POWER9 host bridge <a href="https://man.openbsd.org/pci">pci(4)</a> id.
                    131: <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.
                    132: <!-- 2020/06/08 -->
                    133: <li>Added Intel 200 Series HD Audio <a href="https://man.openbsd.org/pci">pci(4)</a> id.
                    134: <li>Prevented a use-after-free when a wireless device is detached.
                    135: <li>Updated <a href="https://man.openbsd.org/drm">drm(4)</a> to linux 5.7.
                    136: <!-- 2020/06/07 -->
                    137: <li>Added Marvel 88SE9215 and 88SE9235 AHCI <a href="https://man.openbsd.org/pci">pci(4)</a> ids.
                    138: <li>Prevented callers inspecting unrelated fields in the libc resolver function asr_run().
                    139: <!-- 2020/06/06 -->
                    140: <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.
                    141: <!-- 2020/06/05 -->
                    142: <li>Added <a href="https://man.openbsd.org/ssl">ssl(8)</a> support for additional GOST curves and aliases for 256-bit GOST curves.
                    143: <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.
                    144: <!-- 2020/06/04 -->
                    145: <li>Prevented the HID parser from overflowing if a malicious device provides too many PUSH.
                    146: <li>Added support for the Cortex-A78 cpu.
                    147: <li>Improved TLSv1.3 client certificate selection to allow use of EC certificates.
                    148: <li>Fixed <a href="https://man.openbsd.org/pf.conf">pf.conf(5)</a> "route-to TABLE least-states" in an anchor.
                    149: <!-- 2020/06/03 -->
                    150: <li>Updated <a href="https://man.openbsd.org/perl">perl(1)</a> to 5.30.3.
                    151: <!-- 2020/06/02 -->
                    152: <li>Introduced <a href="https://man.openbsd.org/acpihid">acpihid(4)</a> for ACPI HID event and 5-button array devices.
                    153: <li>Added support for hardware vlan tagging to <a href="https://man.openbsd.org/mcx">mcx(4)</a>.
                    154: <!-- 2020/06/01 -->
                    155: <!-- 2020/05/31 -->
                    156: <li>Added an SK hynix NVMe <a href="https://man.openbsd.org/pci">pci(4)</a> id.
                    157: <li>Released <a href="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.2.0-relnotes.txt">LibreSSL</a> 3.2.0.
                    158: <li>Added <a href="https://man.openbsd.org/umstc">umstc(4)</a>, a driver for Microsoft Surface Type Cover keyboards.
                    159: <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.
                    160: <!-- 2020/05/30 -->
                    161: <li>Improved CPU frequency scaling in automatic performance mode by removing accounting for offline CPUs.
                    162: <!-- 2020/05/29 -->
                    163: <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.
                    164: <li>Adjusted to complete group key renewal immediately if no station is associated when ieee80211_proto.c runs.
                    165: <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.
                    166: <!-- 2020/05/28 -->
                    167: <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.
                    168: <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.
                    169: <li>Enabled scrollback in <a href="https://man.openbsd.org/simplefb">simplefb(4)</a>.
                    170: <li>Prevented unconditional initialization of VGA on amd64 boot causing video distortion.
                    171: <!-- 2020/05/27 -->
                    172: <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.
                    173: <!-- 2020/05/26 -->
                    174: <li>Removed <a href="https://man.openbsd.org/mail.local">mail.local(8)</a> support for world-writable mail spools.
                    175: <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-pcm, aes-256-gcm, aes-128-gcm-12 and aes-256-gcm-12.
                    176: <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.
                    177: <li>Introduced detection of /etc/random.seed reuse.
                    178: <li>Reworked kernel loading with <a href="https://man.openbsd.org/octboot">octboot(4)</a>, which now does not rely on a mounted filesystem.
                    179: <li>Prevented a fatal <a href="https://man.openbsd.org/iwx">iwx(4)</a> firmware error when the driver moves out of AUTH state.
                    180: <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>.
                    181: <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.
                    182: <li>Added support to <a href="https://man.openbsd.org/urtwn">urtwn(4)</a> for TP-Link TL-WN822N-EU v5 (and v4).
                    183: <!-- 2020/05/25 -->
                    184: <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.
                    185: <li>Increased the default number of ldom and ttyV devices for sparc64 from eight to sixteen.
                    186: <li>Passed boothowto from the sparc64 bootloader to the kernel using .openbsd.bootdata.
                    187: <li>Added <a href="https://man.openbsd.org/wsmoused">wsmoused(8)</a> support to <a href="https://man.openbsd.org/efifb">efifb(4)</a>.
                    188: <li>Added support for the ThingM blink(1) USB notification light.
                    189: <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.
                    190: <li>Made non-root filesystems FFS2 for landisk, sgi and luna88k.
                    191: <!-- 2020/05/24 -->
                    192: <li>Made <a href="https://man.openbsd.org/ldomctl">ldomctl(8)</a> "init-system -n" check vcpu and memory constraints.
                    193: <li>Relaxed filename checks in <a href="https://man.openbsd.org/syspatch">syspatch(8)</a> to allow use of hyphens.
                    194: <!-- 2020/05/23 -->
                    195: <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.
                    196: <!-- 2020/05/22 -->
                    197: <li>Added RB_GOODRANDOM passed from bootloader to kernel in boothowto, indicating confidence a "great seed" was loaded.
                    198: <li>Added an Atheros QCA986x/988x <a href="https://man.openbsd.org/pci">pci(4)</a> ID.
                    199: <li>Enabled the FFS2 option on the luna88k ramdisk.
                    200: <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.
                    201: <li>Added support for the SD card detect pins on the Turris Mox.
                    202: <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.
                    203: <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.
                    204: <!-- 2020/05/21 -->
                    205: <li>Added an ASMedia ASM1182e PCIe switch <a href="https://man.openbsd.org/pci">pci(4)</a> id.
                    206: <li>Fixed an uninitialized variable and potential stack overflow with IPv6 connections in <a href="https://man.openbsd.org/smtpd">smtpd(8)</a>.
                    207: <!-- 2020/05/20 -->
                    208: <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.
                    209: <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.
                    210: <!-- 2020/05/19 -->
                    211: <li>Released <a href="https://opensmtpd.org/announces/release-6.7.0p1.txt">OpenSMTPD</a> 6.7.0p1.
                    212: <li>Moved back to FFS1 by default for MFS.
                    213: <li>Updated <a href="https://man.openbsd.org/unbound">unbound(8)</a> to 1.10.1.
                    214: <!-- 2020/05/18 -->
                    215: <li>Added support for TLS 1.3 server to send certificate status messages with oscp staples.
                    216: <li>Released <a href="https://man.openbsd.org/rpki-client">rpki-client(8)</a> 6.7p0.
                    217: <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.
                    218: <li>Introduced a "dark mode" for directory listings and error pages in <a href="https://man.openbsd.org/httpd">httpd(8)</a>.
                    219: <li>Made OpenBSD boot on the odroid c4 with power domain in <a href="https://man.openbsd.org/amldwusb">amldwusb(4)</a>.
                    220: <li>Added <a href="https://man.openbsd.org/amlpwrc">amlpwrc(4)</a>, a driver for the power domain controller found on Amlogic SoCs.
                    221: <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.
                    222: <li>Made FFS2 the default for <a href="https://man.openbsd.org/newfs">newfs(8)</a>.
                    223: <!-- 2020/05/17 -->
                    224: <li>Changed install images called *.fs to *.img to accommodate some UEFI bootloaders.
                    225: <li>Restored VGA fonts on VT switch, preventing an unusable screen when switching to a VT with a custom VGA font from X.
                    226: <li>Added a decode error alert when a TLS server provides an empty certificate list.
                    227: <!-- 2020/05/16 -->
                    228: <li>Began initial development of an OpenBSD/powerpc64 port.
                    229: <li>In <a href="https://man.openbsd.org/tmux">tmux(1)</a>:
                    230: <ul>
                    231: <li>Added an option to set the pane border lines style as single lines, double or heavy, simple or number (the pane numbers).
                    232: <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.
                    233: <li>Added a -D flag to run in non-daemonized mode.
                    234: <li>Added a customize mode (C) where keys and options can be browsed and changed.
                    235: <li>Added M-+ and M-- to expand and collapse all items in tree mode.
                    236: <li>Changed refresh-client -F to -f and added -f flags to attach-session and switch-client.
                    237: <li>Added -e for new-session to set environment variables.
                    238: <li>Added the 'e' key in buffer mode to open the buffer in an editor.
                    239: <li>Added -W and -T flags to command-prompt to only complete a window and a target.
                    240: </ul>
                    241: <li>Ensured that a TLSv1.3 server has provided a certificate before attempting validation.
                    242: <li>Implemented <a href="https://man.openbsd.org/kqueue">kqueue(2)</a> support for <a href="https://man.openbsd.org/video">video(4)</a>.
                    243: <li>Updated to xkbprint 1.0.5.
                    244: <li>Updated to libXxf86dga 1.1.5.
                    245: <li>Updated to libXrandr 1.5.2 and <a href="https://man.openbsd.org/xrandr">xrandr(1)</a> 1.5.1.
                    246: <li>Updated to libxcb 1.14 and xcb-proto 1.14.
                    247: <!-- 2020/05/15 -->
                    248: <li>Fixed CCMP replay checks with 11n Rx aggregation and CCMP hardware offloading.
                    249: <li>Disabled <a href="https://man.openbsd.org/ohci">ohci(4)</a> on the amd64 ramdisk kernel.
                    250: <li>Fixed <a href="https://man.openbsd.org/dhclient">dhclient(8)</a> domain-search option processing.
                    251: <!-- 2020/05/14 -->
                    252: <li>Enabled TLSv1.3 support in <a href="https://man.openbsd.org/relayd">relayd(8)</a>.
                    253: <li>Set <a href="https://man.openbsd.org/ddb">ddb(4)</a> "/t" to show a trace via TID on all architectures.
                    254: <li>Updated <a href="https://man.openbsd.org/nsd">nsd(8)</a> to 4.3.1.
                    255: <!-- 2020/05/13 -->
                    256: <li>Added -rls1_3 and -no_tls1_3 options to <a href="https://man.openbsd.org/openssl">openssl(1)</a> s_server.
                    257: <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".
                    258: <!-- 2020/05/12 -->
                    259: <!-- 2020/05/11 -->
                    260: <li>Fixed an <a href="https://man.openbsd.org/iked">iked(8)</a> policy lookup edge case for simultaneous transport and tunnel mode SAs.
                    261: <li>Enabled the TLSv1.3 server in <a href="https://man.openbsd.org/openssl">openssl(1)</a>.
                    262: <li>Improved reporting of remaining power with batteries of different capacities in <a href="https://man.openbsd.org/acpi">acpi(4)</a>.
                    263: <li>Allowed specifying -d multiple times in <a href="https://man.openbsd.org/slowcgi">slowcgi(8)</a>.
                    264: <li>Added <a href="https://man.openbsd.org/bgpctl">bgpctl(8)</a> support for VPNv6 in the family option of the "show rib" command.
                    265: <!-- 2020/05/10 -->
                    266: <li>Fixed two out-of-bounds array accesses in ioctl code pathways in <a href="https://man.openbsd.org/wscons">wscons(4)</a>.
                    267: <li>Made "reason" parsing in <a href="https://man.openbsd.org/bgpctl">bgpctl(8)</a> more generic and introduced it to the "reload" command.
                    268: <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.
                    269: <!-- 2020/05/09 -->
                    270: <!-- 2020/05/08 -->
                    271: <li>Fixed a crash on landisk in <a href="https://man.openbsd.org/unwind">unwind(8)</a> due to cmsg buffer misalignment.
                    272: <li>Prevented hangs in existing processes due to an indefinite wait for flushing when closing a tty.
                    273: <!-- 2020/05/07 -->
                    274: <li>Moved to 6.7-current.
1.1164    deraadt   275: </ul>