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

Diff for /www/plus.html between version 1.1477 and 1.1478

version 1.1477, 2020/06/23 16:27:17 version 1.1478, 2020/07/19 07:26:36
Line 91 
Line 91 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2020/07/03 -->
   <li>Used an LFENCE instruction everywhere RDTSC is used for a time measurement, reducing the jitter in TSC skew measurements.
   <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.
   <!-- 2020/07/02 -->
   <li>Updated <a href="https://man.openbsd.org/awk">awk(1)</a> to July 2, 2020 version.
   <!-- 2020/07/01 -->
   <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>.
   <!-- 2020/06/30 -->
   <li>Fixed gpu hangs when starting Xorg seen with 4.19 and 5.7 drm.
   <li>Removed support for the socket keyword in <a href="https://man.openbsd.org/snmpd.conf">snmpd.conf(5)</a>.
   <li>Removed the -f (force) option in <a href="https://man.openbsd.org/rpki-client">rpki-client(8)</a>.
   <!-- 2020/06/29 -->
   <li>Added support for the <a href="https://man.openbsd.org/mcx">mcx(4)</a> ConnectX-6 Dx.
   <li>Introduced arch/powerpc64.
   <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.
   <li>Updated Spleen kernel fonts to version 1.8.0.
   <!-- 2020/06/28 -->
   <li>Prevented possible libevent state corruption in <a href="https://man.openbsd.org/vmd">vmd(8)</a>.
   <li>Introduced a darker <a href="https://man.openbsd.org/xenodm">xenodm(1)</a> login widget and a lower contrast default background.
   <li>Allowed switching between alternate devices (-F) with <a href="https://man.openbsd.org/sndioctl">sndioctl(1)</a>.
   <!-- 2020/06/27 -->
   <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.
   <li>Converted macppc, octeon and loongson to use machine-independent installboot.
   <li>Updated to freetype 2.10.2.
   <!-- 2020/06/26 -->
   <li>Switched the default CDDB database for <a href="https://man.openbsd.org/cdio">cdio(1)</a> to gnudb.gnudb.org:8880.
   <li>Fixed merging of files that lack newlines for <a href="https://man.openbsd.org/diff3">diff3(1)</a>, OpenRCS and OpenCVS.
   <li>Allowed <a href="https://man.openbsd.org/ssh-add">ssh-add(1)</a> "-d -" to read keys to be deleted from stdin.
   <!-- 2020/06/25 -->
   <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.
   <li>Introduced a framework for MII busses.
   <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.
   <li>Implemented rss/toeplitz support for <a href="https://man.openbsd.org/ixl">ixl(4)</a> 710 chips.
   <!-- 2020/06/24 -->
   <li>Allowed <a href="https://man.openbsd.org/sshd_config">sshd_config(5)</a> longer than 256k.
   <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.
   <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.
   <!-- 2020/06/23 -->
   <li>Enabled <a href="https://man.openbsd.org/wg">wg(4)</a>.
   <li>Stopped incrementing openclass for a literal "[" in <a href="https://man.openbsd.org/awk">awk(1)</a>, allowing parsing of expressions such as "/[[/[]/".
   <li>Increased pbuild datasize limit to 8G to allow Firefox to build with Rust 1.44.
   <!-- 2020/06/22 -->
   <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.
   <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.
   <li>Introduced <a href="https://man.openbsd.org/opalcons">opalcons(4)</a>, a driver for the OPAL console.
   <li>Added support for the Ericsson F5521gw Mobile Broadband Modem.
   <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.
   <li>Enabled critical temperature detection in <a href="https://man.openbsd.org/iwx">iwx(4)</a> firmware.
   <!-- 2020/06/21 -->
   <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).
   <li>Added an ioctl allowing userland to access read-only support information about pci devices via the vpd register.
   <li>Enabled <a href="https://man.openbsd.org/nvme">nvme(4)</a> on i386.
   <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.
   <li>Updated Spleen kernel fonts to version 1.7.1.
   <li>Added <a href="https://man.openbsd.org/wg">wg(4)</a>, an in-kernel driver for Wireguard vpn communication.
   <!-- 2020/06/20 -->
   <li>Added <a href="https://man.openbsd.org/bcmtmon">bcmtmon(4)</a>, a driver for the temperature sensor on the Raspberry Pi 4.
   <!-- 2020/06/19 -->
   <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.
   <li>Fixed a fatal firmware error at run-time on <a href="https://man.openbsd.org/iwx">iwx(4)</a>.
   <li>Added WPA2 (CCMP) crypto offload support to <a href="https://man.openbsd.org/iwx">iwx(4)</a>.
 <!-- 2020/06/18 -->  <!-- 2020/06/18 -->
 <li>Added <a href="https://man.openbsd.org/pcamux">pcamux(4)</a>, a driver for the PCA8548 I2C switch.  <li>Added <a href="https://man.openbsd.org/pcamux">pcamux(4)</a>, a driver for the PCA8548 I2C switch.
 <li>Added <a href="https://man.openbsd.org/bge">bge(4)</a> support for the BCM5719 A1.  <li>Added <a href="https://man.openbsd.org/bge">bge(4)</a> support for the BCM5719 A1.
Line 101 
Line 162 
 <!-- 2020/06/16 -->  <!-- 2020/06/16 -->
 <li>Added intrmap, an api that picks CPUs for devices to attach interruptions to.  <li>Added intrmap, an api that picks CPUs for devices to attach interruptions to.
 <li>Added d and D keys to <a href="https://man.openbsd.org/tmux">tmux(1)</a> customize mode to reset to defaults.  <li>Added d and D keys to <a href="https://man.openbsd.org/tmux">tmux(1)</a> customize mode to reset to defaults.
 <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.  <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.
 <!-- 2020/06/15 -->  <!-- 2020/06/15 -->
 <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.  <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.
 <!-- 2020/06/14 -->  <!-- 2020/06/14 -->

Legend:
Removed from v.1.1477  
changed lines
  Added in v.1.1478