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

Diff for /www/plus.html between version 1.1466 and 1.1467

version 1.1466, 2020/02/17 00:53:34 version 1.1467, 2020/03/23 18:25:25
Line 90 
Line 90 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2020/03/22 -->
   <li>Added the <a href="https://man.openbsd.org/ikectl">ikectl(8)</a> "show sa" command to print information about the state of negotiated IKE SAs, their Child SAs and the resulting IPsec flows.
   <li>Enabled backlight control use on the Pinebook Pro via <a href="https://man.openbsd.org/wsconsctl">wsconsctl(8)</a>.
   <li>Fixed <a href="https://man.openbsd.org/snmp">snmp(1)</a> agent address parsing to allow IPv6 addresses to be used based on format, allow those without brackets to skip the port if it results in a nonsensical address (allowing use of ::1), and try to connect to the address immediately.
   <!-- 2020/03/21 -->
   <li>Fixed a crash when no device ports have been registered in ofw.
   <li>Taught i386 boot(8), cdboot(8) and pxeboot(8) about ffs2.
   <li>Added clock support for i.MX8MM.
   <!-- 2020/03/20 -->
   <li>Disabled <a href="https://man.openbsd.org/apm">apm(4)</a> on the i386 floppy ramdisk.
   <li>Added <a href="https://man.openbsd.org/bdpmic">bdpmic(4)</a>, a driver for the ROHM BD71837 and BD71847 Power Management IC.
   <li>Added support for reading the i.MX8MM temperature sensors to <a href="https://man.openbsd.org/imxtmu">imxtmu(4)</a>.
   <li>Fixed absolute timeout checking in <a href="https://man.openbsd.org/__thrsleep">__thrsleep(2)</a>.
   <!-- 2020/03/19 -->
   <li>Added the MAXTSLP macro, the maximum sleep duration, to <a href="https://man.openbsd.org/tsleep_nsec">tsleep_nsec(9)</a>.
   <li>Updated to <a href="https://man.openbsd.org/unbound">unbound(8)</a> 1.10.0.
   <li>Switched USB to use non-coherent buffers for data transfers, dramatically improving performance on some ARM SoCs where the USB controller is not coherent with the caches.
   <!-- 2020/03/18 -->
   <li>Added an <a href="https://man.openbsd.org/ikectl">ikectl(8)</a> "reset id" command to reset all SAs from policies with matching destination IDs.
   <li>Unlocked the <a href="https://man.openbsd.org/flock">flock(2)</a> system call.
   <!-- 2020/03/17 -->
   <!-- 2020/03/16 -->
   <li>Reworked AMD smt/core/package detection, helping prevent cores being misidentified as threads.
   <li>Added panel support to <a href="https://man.openbsd.org/rkanxdp">rkanxdp(4)</a>.
   <li>Aggregated duplicate <a href="https://man.openbsd.org/bgpd">bgpd(8)</a> roa table prefix/source-as combos as a single entry with the longest maxlen length.
   <li>Corrected <a href="https://man.openbsd.org/iked">iked(8)</a> calculation of IPv6 address leases from small address pools.
   <li>Taught macppc boot(8) about ffs2.
   <!-- 2020/03/15 -->
   <li>Taught sparc64 boot(8) (but not the sparc64 bootblocks) about ffs2.
   <li>Bumped <a href="https://man.openbsd.org/nvme">nvme(4)</a> max physio() i/o size to 128K.
   <!-- 2020/03/14 -->
   <!-- 2020/03/13 -->
   <li>Resolved syscall speculation in armv7 cpus as in arm64, changing the system call ABI to skip two instructions and inserting speculation-blocking sequences.
   <li>Blocked <a href="https://man.openbsd.org/apmd">apmd(8)</a> autoaction for 60 seconds after resume, preventing spurious suspend/resume cycles.
   <!-- 2020/03/12 -->
   <li>Allowed hppa <a href="https://man.openbsd.org/man8/hppa/boot.8">boot(8)</a>  to read from an ffs2 filesystem.
   <li>Added /dev/drm[0-3] on arm64.
   <li>Added a <a href="https://man.openbsd.org/tmux">tmux(1)</a> -d flag to run-shell to wait for delay before running the command (or delay with no command).
   <li>Added a <a href="https://man.openbsd.org/tmux">tmux(1)</a> copy-mode -H flag to hide the position marker in the top right.
   <li>Added <a href="https://man.openbsd.org/tmux">tmux(1)</a> C-g to cancel command prompt with <a href="https://man.openbsd.org/vi">vi(1)</a> keys as well as emacs, and q in command mode.
   <li>Modified <a href="https://man.openbsd.org/tmux">tmux(1)</a> -S server socket to be created with umask 177 rather than 117.
   <!-- 2020/03/11 -->
   <li>Allowed alpha boot(8) to read from an ffs2 filesystem and adapted its custom installboot to deal with ffs2. Also fixed the partition read code to deal with offsets greater than 2G.
   <li>Used lfence in place of stac/clac on pre-SMAP CPUs to protect against Load-Value-Injection attacks against the kernel.
   <li>Fixed a kernel crash due to unlimited recursion caused by local outbound UDP broadcast/multicast packets sent by a spliced socket.
   <!-- 2020/03/10 -->
   <li>Unlocked the <a href="https://man.openbsd.org/fcntl">fnctl(2)</a> system call.
   <li>Added a policy relookup to <a href="https://man.openbsd.org/iked">iked(8)</a> to replace the default policy based on a received cryptographic parameter proposal.
   <!-- 2020/03/09 -->
   <li>Added <a href="https://man.openbsd.org/ure">ure(4)</a> support for Lenovo OneLine Plus Dock Ethernet.
   <li>Prevented a panic due to missing <a href="https://man.openbsd.org/sysctl">sysctl(2)</a> input validation.
   <li>Prevented a kernel hang when no unlocked ffs_softdep worklist items could be processed.
   <li>Adapted <a href="https://man.openbsd.org/biosboot">biosboot(8)</a> so that it can read <a href="https://man.openbsd.org/boot.8">boot(8)</a> from an ffs2 filesystem.
   <li>Fixed "ipmi0: sendcmd fails" errors when there is an <a href="https://man.openbsd.org/ipmi">ipmi(4)</a> sensor which is enumerated but has failed to be read.
   <!-- 2020/03/08 -->
   <li>Improved <a href="https://man.openbsd.org/ucom">ucom(4)</a> to fix firmware upload on some microcontroller boards using DTR and RTS as signaling lines to reset the device and enter the bootloader.
   <!-- 2020/03/07 -->
   <!-- 2020/03/06 -->
   <li>Generated three different BIRD outputs with <a href="https://man.openbsd.org/rpki-client">rpki-client(8)</a> -B: v1 with IPv4 and IPv6 routes, and v2.
   <li>Added a PCI attachment driver for <a href="https://man.openbsd.org/com">com(4)</a> to support memory-mapped PCI devices which are part of a Low Power Subsystem (LPSS).
   <!-- 2020/03/05 -->
   <li>Updated <a href="https://man.openbsd.org/perl">perl(1)</a> Term::ReadKey to 2.38.
   <li>Implemented microsecond resolution using <a href="https://man.openbsd.org/microuptime">microuptime(9)</a> to avoid a hard hang when starting X on Intel Cherry Trail Atom processors.
   <li>Allowed amd64 <a href="https://man.openbsd.org/man8/amd64/boot.8">boot(8)</a> to read from an ffs2 filesystem. Enabled ffs2 for floppy.
   <!-- 2020/03/04 -->
   <li>Enabled the Rockchip video drivers.
   <li>Implemented the page fault handler for CMA GEM buffers and made <a href="https://man.openbsd.org/drm">drm(4)</a> attach to <a href="https://man.openbsd.org/rkdrm">rkdrm(4)</a>, making KMS work on the RK3399 SoC.
   <li>Stopped counting pages mapped as PROT_NONE against the RLIMIT_DATA limit, helping code which reserves large chunks of address space but populates it sparsely.
   <!-- 2020/03/03 -->
   <li>Fixed MiRA's sub-frame error rate computation.
   <li>Allowed loongson boot(8) to read from an ffs2 filesystem.
   <!-- 2020/03/02 -->
   <li>Fixed endian swapping in <a href="https://man.openbsd.org/xhci">xhci(4)</a>, allowing it to work again on octeon and other big endian architectures.
   <li>Added <a href="https://man.openbsd.org/rkdwhdmi">rkdwhdmi(4)</a>, a driver for the HDMI transmitter found on the Rockchip RK3399 SoC.
   <!-- 2020/03/01 -->
   <li>Added support for X553 controllers to <a href="https://man.openbsd.org/ix">ix(4)</a>.
   <li>Introduced VPLL clock frequency setting to <a href="https://man.openbsd.org/rkclock">rkclock(4)</a>.
   <li>Implemented support for read transfers larger than 32 bytes for <a href="https://man.openbsd.org/rkiic">rkiic(4)</a> controllers and registered the i2c bus, allowing future HDMI support.
   <!-- 2020/02/29 -->
   <li>Allowed arm64 and armv7 efiboot(8) to read from an ffs2 filesystem.
   <!-- 2020/02/28 -->
   <!-- 2020/02/27 -->
   <li>Injected failure to fetch entropy with an rdrand() timeout as an entropic event, along with an additional rdtsc measuring the vmexit latency.
   <!-- 2020/02/26 -->
   <li>Introduced <a href="https://man.openbsd.org/mandoc">mandoc(1)</a> nodes which are semantically transparent, skipped when looking for previous or following high-level macros.
   <li>Worked around a race condition in <a href="https://man.openbsd.org/iwm">iwm(4)</a> interrupt handling, and synced the fix to <a href="https://man.openbsd.org/iwx">iwx(4)</a>.
   <li>Introduced the <a href="https://man.openbsd.org/sndioctl">sndioctl(1)</a> utility to control audio parameters exposed by <a href="https://man.openbsd.org/sndiod">sndiod(8)</a>.
   <!-- 2020/02/25 -->
   <li>Added a check in <a href="https://man.openbsd.org/vmm">vmm(4)</a> for <a href="https://man.openbsd.org/pvclock">pvclock(4)</a> struct crossing of page boundaries, which could potentially corrupt host memory.
   <li>Tightened rdmsr on svm in <a href="https://man.openbsd.org/vmm">vmm(4)</a>.
   <li>Added a workaround for delayed SMR dispatch, starting the SMR thread when all CPUs are ready for scheduling.
   <li>Added the $REQUEST_SCHEME variable to <a href="https://man.openbsd.org/httpd.conf">httpd.conf(5)</a>, allowing preservation of the original connection type (http or https) for redirect locations.
   <li>Increased throughput of the ifq pressure drop mechanism for <a href="https://man.openbsd.org/bwfm">bwfm(4)</a>.
   <!-- 2020/02/24 -->
   <li>Fixed security vulnerabilities in <a href="https://man.openbsd.org/smtpd">smtpd(8)</a>. Corrected an out-of-bounds read in smtpd allowing an attacker to inject arbitrary commands into the envelope file to be executed as root, and ensured privilege revocation in <a href="https://man.openbsd.org/smtpctl">smtpctl(8)</a> to prevent arbitrary commands from being run with the _smtpq group. Released OpenSMTPD 6.6.4.
   <li>Added retries and timeouts for test packets to <a href="https://man.openbsd.org/radiusctl">radiusctl(8)</a>.
   <!-- 2020/02/23 -->
   <li>Added <a href="https://man.openbsd.org/usb">usb(4)</a> device support for an AMD hub on the APU2 and a Synaptics vendor id and two fingerprint readers.
   <!-- 2020/02/22 -->
   <li>Fixed a <a href="https://man.openbsd.org/tcpdump">tcpdump(8)</a> crash when printing the contents of a malformed packet where the packet length was smaller than the size of the usbpcap header.
   <li>Unlocked the <a href="https://man.openbsd.org/ioctl">ioctl(2)</a> system call.
   <!-- 2020/02/21 -->
   <li>Added support for devaliases for vnet in <a href="https://man.openbsd.org/ldom.conf">ldom.conf(5)</a>.
   <li>Enforced that <a href="https://man.openbsd.org/ksh">ksh(1)</a> TMOUT is an integer literal to prevent command execution from the environment at shell initialization time.
   <li>Added <a href="https://man.openbsd.org/rkanxdp">rkanxdp(4)</a>, an attachment driver for <a href="https://man.openbsd.org/anxdp">anxdp(4)</a> on the RK3399.
   <li>Added <a href="https://man.openbsd.org/anxdp">anxdp(4)</a>, a driver for the Analogix Display Port controller.
   <li>Added <a href="https://man.openbsd.org/rkvop">rkvop(4)</a>, a driver for the RK3399's Video Output Processors.
   <li>Added <a href="https://man.openbsd.org/rkdrm">rkdrm(4)</a>, a driver providing kernel mode setting (KMS) functionality for the graphics hardware integrated on Rockchip SoCs.
   <li>Added transport mode for child SAs to <a href="https://man.openbsd.org/iked.conf">iked.conf(5)</a>.
   <!-- 2020/02/20 -->
   <li>Worked around a panic when first accessing PCI config space on some <a href="https://man.openbsd.org/rkpcie">rkpcie(4)</a> cards by introducing a delay after link training.
   <li>Added support for devaliases for vdisk in <a href="https://man.openbsd.org/ldom.conf">ldom.conf(5)</a>.
   <li>Introduced a <a href="https://man.openbsd.org/tmux">tmux(1)</a> selection_active format for when the selection is present but not moving with the cursor.
   <!-- 2020/02/19 -->
   <li>Updated en_US.UTF-8.src to Unicode 12.1.
   <li>Ensured the first 2MB page of the amd64 kernel is correctly mapped read-only in the direct map.
   <li>Corrected http auth combined with proxy auth in <a href="https://man.openbsd.org/ftp">ftp(1)</a>.
   <li>Corrected <a href="https://man.openbsd.org/ftp">ftp(1)</a> access to an https server with user/password through the "http_proxy" environment variable.
   <!-- 2020/02/18 -->
   <li>Detected and prevented simple <a href="https://man.openbsd.org/ssh">ssh(1)</a> configuration loops when using ProxyJump.
   <li>Fixed an mbuf corruption issue in net80211 hostap mode when overlarge SSIDs are used.
   <li>Added IPv6 support to <a href="https://man.openbsd.org/umb">umb(4)</a>.
   <!-- 2020/02/17 -->
   <!-- 2020/02/16 -->
   <li>Added <a href="https://man.openbsd.org/openssl">openssl(1)</a> s_client -tls1_3 and -notls1_3 options.
   <li>Addressed an arm64 speculative execution issue by changing the arm64 system call ABI to skip two instructions and inserting a barrier after each system call.
   <!-- 2020/02/15 -->
   <li>Fixed an issue where a <a href="https://man.openbsd.org/vmm">vmm(4)</a> guest could write to host memory by passing bogus addresses in <a href="https://man.openbsd.org/pvclock">pvclock(4)</a>.
   <li>Added -a to the list-keys command in <a href="https://man.openbsd.org/tmux">tmux(1)</a> to also list keys without notes with -N.
   <li>Introduced <a href="https://man.openbsd.org/iwx">iwx(4)</a>, a driver for Intel AX200 WiFi devices.
   <!-- 2020/02/14 -->
   <li>Prevented buffer overflows with <a href="https://man.openbsd.org/uthum">uthum(4)</a> by not assuming the report length given by the hardware is necessarily smaller than the length of the on-stack buffer.
   <li>Pushed the KERNEL_LOCK() inside pgsigio() and selwakeup(), allowing separate addressing of the three subsystems: signal, poll/select and kqueue.
   <li>Fixed <a href="https://man.openbsd.org/host">host(1)</a> to provide the correct name of the server to query.
   <!-- 2020/02/13 -->
   <li>Released <a href="https://www.openssh.com/txt/release-8.2">OpenSSH 8.2</a>.
   <!-- 2020/02/12 -->
   <li>Implemented a workaround for missing Tx completion interrupts in <a href="https://man.openbsd.org/iwm">iwm(4)</a> which could lead to failed decisions to roam to other APs.
   <li>Checked battery life against autoaction level on power change events in <a href="https://man.openbsd.org/apmd">apmd(8)</a>, making -z/-Z work with <a href="https://man.openbsd.org/acpibat">acpibat(4)</a>.
   <!-- 2020/02/11 -->
   <li>Removed ~/.digrc support in <a href="https://man.openbsd.org/dig">dig(1)</a>.
   <li>Added <a href="https://man.openbsd.org/iwx">iwx(4)</a> to <a href="https://man.openbsd.org/fw_update">fw_update(1)</a>.
   <!-- 2020/02/10 -->
   <li>Fixed the Pinebook Pro's trackpad by ensuring only hid_input items are accepted when walking the HID descriptor.
   <li>Added support for the RK3399's VOP clocks to <a href="https://man.openbsd.org/rkclock">rkclock(4)</a>.
   <!-- 2020/02/09 -->
   <li>Implemented "strip" option in <a href="https://man.openbsd.org/httpd.conf">httpd.conf(5)</a> for fastcgi to be able to have multiple chroots under /var/www for FastCGI servers.
   <!-- 2020/02/08 -->
   <li>Moved <a href="https://man.openbsd.org/dig">dig(1)</a> to /usr/bin.
   <!-- 2020/02/07 -->
   <li>Allowed use of window-htile and window-vtile with the "empty" group clients in <a href="https://man.openbsd.org/cwm">cwm(1)</a>.
   <li>Extended the <a href="https://man.openbsd.org/ipsecctl">ipsecctl(8)</a> parser to set the udpencap flag and port number of an SA.
   <!-- 2020/02/06 -->
   <li>Added <a href="https://man.openbsd.org/ssh">ssh(1)</a> -Q key-sig option for all key and signature types, teaching ssh -Q to accept <a href="https://man.openbsd.org/ssh_config">ssh_config(5)</a> and <a href="https://man.openbsd.org/sshd_config">sshd_config(5)</a> algorithm keywords as an alias for the corresponding query.
   <li>Fixed PIN entry bugs on FIDO <a href="https://man.openbsd.org/ssh-keygen">ssh-keygen(1)</a>.
   <li>Updated to libfido2 780ad3c25.
   <li>Added support for handling hello retry requests in the <a href="https://man.openbsd.org/ssl">ssl(8)</a> TLSv1.3 client.
   <!-- 2020/02/05 -->
   <li>Added support for very old firmware umsm devices with <a href="https://man.openbsd.org/umsm">umsm(4)</a> rather than <a href="https://man.openbsd.org/umb">umb(4)</a>.
   <li>Added additional Apollo Lake <a href="https://man.openbsd.org/pci">pci(4)</a> ids.
   <li>Added Pericom PI7C9X2G404EL PCIe packet switch <a href="https://man.openbsd.org/pci">pci(4)</a> id.
   <li>Added additional Gemini Lake <a href="https://man.openbsd.org/pci">pci(4)</a> ids.
   <!-- 2020/02/04 -->
   <!-- 2020/02/03 -->
   <li>Enabled <a href="https://man.openbsd.org/rge">rge(4)</a>.
   <!-- 2020/02/02 -->
   <li>Allowed <a href="https://man.openbsd.org/mail.local">mail.local(8)</a> to be run as non-root, opening a pipe to <a href="https://man.openbsd.org/lockspool">lockspool(1)</a> for file locking.
   <!-- 2020/02/01 -->
   <!-- 2020/01/31 -->
   <li>Added an <a href="https://man.openbsd.org/sshd_config">sshd_config(5)</a> "Include" directive to allow inclusion of files.
   <!-- 2020/01/30 -->
   <li>Unlocked the <a href="https://man.openbsd.org/close">close(2)</a> and <a href="https://man.openbsd.org/dup">dup(2)</a> system calls.
   <!-- 2020/01/29 -->
   <!-- 2020/01/28 -->
   <li>Made <a href="https://man.openbsd.org/acpivout">acpivout(4)</a> stop calling ACPI methods directly to allow changing brightness other ways on certain machines, including the x395.
   <li>Fixed a security vulnerability in <a href="https://man.openbsd.org/smtpd">smtpd(8)</a> which could lead to a privilege escalation on mbox deliveries and unprivileged code execution on lmtp deliveries. Released OpenSMTPD 6.6.2.
   <!-- 2020/01/27 -->
   <li>Added support for the <a href="https://man.openbsd.org/urtwn">urtwn(4)</a> tp-link tl-wn823n (TRL8192EU).
   <li>Added <a href="https://man.openbsd.org/tmux">tmux(1)</a> support for adding a note to a key binding with bind-key -N and using this to add descriptions to the default key binding. Using list-keys -N shows key bindings with notes. Changed the default ? binding to show a readable summary of keys.
   <!-- 2020/01/26 -->
   <li>Set the default brightness level on attachment for <a href="https://man.openbsd.org/pwmbl">pwmbl(4)</a>.
   <li>Fixed <a href="https://man.openbsd.org/pwmbl">pwmbl(4)</a> attachment on the Pinebook Pro.
   <li>Updated to xserver 1.20.7.
   <li>Updated to libepoxy 1.5.4.
   <li>Added <a href="https://man.openbsd.org/simplepanel">simplepanel(4)</a>, a driver for simple display panels. This allows enabling of the Pinebook Pro display panel.
   <li>Fixed <a href="https://man.openbsd.org/dig">dig(1)</a> support for queries not on port 53, enabling dig -p as well as "set port=" in <a href="https://man.openbsd.org/nslookup">nslookup(1)</a>.
   <!-- 2020/01/25 -->
   <li>Added a new __tmfd <a href="https://man.openbsd.org/__syscall">__syscall(2)</a> that creates a new, unnamed file in /tmp.
   <li>Prevented an <a href="https://man.openbsd.org/amdgpio">amdgpio(4)</a> interrupt storm seen on the Matebook D.
   <li>Added support for legacy message callbacks, making <a href="https://man.openbsd.org/openssl">openssl(1)</a> s_client -msg work for handshake messages.
   <li>Enabled <a href="https://man.openbsd.org/umt">umt(4)</a> on arm64.
   <!-- 2020/01/24 -->
   <li>Completed the initial TLSv1.3 implementation.
   <li>Extended <a href="https://man.openbsd.org/bgpctl">bgpctl(8)</a> 'show neighbor' to include the received and set prefix count, as well as the max-prefix out limit if set.
   <li>Implemented <a href="https://man.openbsd.org/bgpd.conf">bgpd.conf(5)</a> <code>max-prefix NUM out</code> to limit the number of announced prefixes, avoiding leaks of full tables to upstreams and peers.
   <!-- 2020/01/23 -->
   <li>Retired mesh(4).
   <li>Switched to encrypted records in the TLSv1.3 server.
   <li>Enabled processing and use of signature algorithms in TLSv1.3.
   <li>Allowed <a href="https://man.openbsd.org/dhclient">dhclient(8)</a> configuration of <a href="https://man.openbsd.org/carp">carp(4)</a> interfaces.
   <li>Removed ssh-rsa (SHA1) from the list of allowed CA signature algorithms.
   <li>Implemented client hello processing in the TLSv1.3 server.
   <li>Implemented sending client certificate requests for the TLSv1.3 server.
   <!-- 2020/01/22 -->
   <li>Switched <a href="https://man.openbsd.org/npppd.conf">npppd.conf(5)</a> to use <a href="https://man.openbsd.org/pppac">pppac(4)</a> instead of <a href="https://man.openbsd.org/tun">tun(4)</a>.
   <li>Added <a href="https://man.openbsd.org/ssh-keygen">ssh-keygen(1)</a> "find-principals" to look up the principal associated with a signature from an allowed-signers file.
   <li>Added <a href="https://man.openbsd.org/pppac">pppac(4)</a> code for a dedicated PPP Access Concentrator interface.
   <li>Recognized BCM4345 rev 9 as shipped with the Pinebook Pro as an AMPAK AP6256 module in <a href="https://man.openbsd.org/bwfm">bwfm(4)</a>.
   <li>Improved <a href="https://man.openbsd.org/bwfm">bwfm(4)</a> on the Pinebook Pro by acking SDIO interrupts earlier on <a href="https://man.openbsd.org/dwmmc">dwmmc(4)</a>.
   <li>Enabled the TLSv1.3 client in libssl, making it available to clients using libtls, including <a href="https://man.openbsd.org/ftp">ftp(1)</a> and <a href="https://man.openbsd.org/nc">nc(1)</a>.
   <li>Implemented support for SSL_peek() in the TLSv1.3 record layer.
   <li>Prevented a panic when trying to map a zero-length framebuffer node in the Pinebook Pro's u-boot.
   <li>Removed the rtfps(4) driver.
   <!-- 2020/01/21 -->
   <li>Removed diffie-hellman-group14-sha1 from the default <a href="https://man.openbsd.org/ssh">ssh(1)</a> key exchange.
   <li>Fixed cursor issues and suspend/resume on <a href="https://man.openbsd.org/amdgpu">amdgpu(4)</a> due to incomplete unmapping. This may help <a href="https://man.openbsd.org/radeondrm">radeondrm(4)</a> issues as well.
   <li>Updated to Mesa 19.2.8.
   <li>Allowed configuration of the <a href="https://man.openbsd.org/ospfd">ospfd(8)</a> interface setting "type p2p" to be configured globally or per area.
   <li>Imported <a href="https://man.openbsd.org/dt">dt(4)</a>, a driver and framework for Dynamic Profiling, and an accompanying bug tracer that speaks the <a href="https://man.openbsd.org/bt">bt(5)</a> language.
   <li>Made <a href="https://man.openbsd.org/__thrsleep">__thrsleep(2)</a> and <a href="https://man.openbsd.org/__thrwakeup">__thrwakeup(2)</a> MP-safe.
   <li>Enabled mmhub power gating on picasso within <a href="https://man.openbsd.org/amdgpu">amdgpu(4)</a>.
   <li>Fixed <a href="https://man.openbsd.org/ftp">ftp(1)</a> tls_handshake() usage, which would break ftp if an handshake wasn't successfully completed in one try.
   <!-- 2020/01/20 -->
   <li>Fixed <a href="https://man.openbsd.org/ssh-keygen">ssh-keygen(1)</a> not displaying the authenticator touch prompt.
   <li>Fixed support for additional I2C busses in <a href="https://man.openbsd.org/piixpm">piixpm(4)</a> for older SB800 SMBus controllers. Prevented sensors from attaching four times on old AMD machines.
   <li>Added support for TLSv1.3 as a protocol to libtls, making <a href="https://man.openbsd.org/tls_config_set_protocols">tls_config_set_protocols(3)</a> recognize and handle "tlsv1.3".
   <!-- 2020/01/19 -->
   <li>Introduced a new <a href="https://man.openbsd.org/mdoc">mdoc(7)</a> macro .Tg ("tag") to explicitly mark a place as defining a term.
   <!-- 2020/01/18 -->
   <li>Invalidated the <a href="https://man.openbsd.org/knote">knote(9)</a> list of <a href="https://man.openbsd.org/uhid">uhid(4)</a> after device detach, preventing a crash that can happen when kqueue still holds references to knotes pointing to the device.
   <!-- 2020/01/17 -->
   <li>Implemented <a href="https://man.openbsd.org/ldomctl">ldomctl(8)</a> "panic -c" to panic a guest domain (and enter <a href="https://man.openbsd.org/ddb">ddb(4)</a>).
   <li>Renamed <a href="https://man.openbsd.org/ssh-add">ssh-add(1)</a> -O to -K to load resident keys from a FIDO authenticator.
   <li>Implemented a df subcommand for <a href="https://man.openbsd.org/snmp">snmp(1)</a> which outputs disk and memory information in a <a href="https://man.openbsd.org/df">df(1)</a> format.
   <li>Implemented a -Cs option in <a href="https://man.openbsd.org/snmp">snmp(1)</a> for snmp walk and bulkwalk, allowing subsections of a tree to be skipped.
 <!-- 2020/01/16 -->  <!-- 2020/01/16 -->
 <li>Added a -p command line option to <a href="https://man.openbsd.org/iked">iked(8)</a> allowing configuration of the UDP encapsulation port.  <li>Added a -p command line option to <a href="https://man.openbsd.org/iked">iked(8)</a> allowing configuration of the UDP encapsulation port.
 <li>Implemented "start -c" in <a href="https://man.openbsd.org/ldomctl">ldomctl(8)</a> to automatically connect to the console.  <li>Implemented "start -c" in <a href="https://man.openbsd.org/ldomctl">ldomctl(8)</a> to automatically connect to the console.

Legend:
Removed from v.1.1466  
changed lines
  Added in v.1.1467