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

Diff for /www/plus.html between version 1.1469 and 1.1470

version 1.1469, 2020/04/06 08:17:45 version 1.1470, 2020/04/13 18:54:36
Line 90 
Line 90 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2020/04/12 -->
   <li>Stopped processing packets under non-exclusive netlock, preventing concurrency in the socket layer.
   <li>Added <a href="https://man.openbsd.org/acpi">acpi(4)</a> support for the _CCA method, indicating whether DMA is cache-coherent.
   <li>Added a -f filter argument to the <a href="https://man.openbsd.org/tmux">tmux(1)</a> list commands like choose-tree.
   <!-- 2020/04/11 -->
   <li>Prevented data corruption on UDP receive socket buffers by grabbing the exclusive NET_LOCK() in the softnet thread.
   <!-- 2020/04/10 -->
   <li>Added <a href="https://man.openbsd.org/omcm">omcm(4)</a>, <a href="https://man.openbsd.org/omclock">omclock(4)</a> and <a href="https://man.openbsd.org/omsysc">omsysc(4)</a> drivers that support the new bus structure used in current mainline Linux device trees.
   <li>Added an -s flag to <a href="https://man.openbsd.org/tmux">tmux(1)</a> copy-mode to specify a different pane for the source content.
   <!-- 2020/04/09 -->
   <li>Added TOKEN percent expansion to <a href="https://man.openbsd.org/ssh">ssh(1)</a> LocalForward and RemoteForward when used for Unix domain socket forwarding.
   <!-- 2020/04/08 -->
   <li>Released <a href="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.1.0-relnotes.txt">LibreSSL</a> 3.1.0.
   <li>Updated <a href="https://man.openbsd.org/perl">perl(1)</a> to 5.30.2.
   <li>Added support for RK3328 Crypto/RNG clocks.
   <li>Fixed an automatic Tx rate control issue in <a href="https://man.openbsd.org/iwn">iwn(4)</a>.
   <li>Ensured legacy <a href="https://man.openbsd.org/ssl">ssl(8)</a> session ID is persistent during a client TLS session, fixing an issue using TLSv1.3 with smtp.mail.yahoo.com.
   <li>Added glass console support to <a href="https://man.openbsd.org/rkdrm">rkdrm(4)</a>.
   <li>Fixed the MAC address on Pandaboard-ES by increasing <a href="https://man.openbsd.org/smsc">smsc(4)</a> buffer size used to fetch device tree properties.
   <li>Fixed the <a href="https://man.openbsd.org/ifconfig">ifconfig(8)</a> "media:" line for 11n wifi interfaces during and after bgscan.
   <li>Added <a href="https://man.openbsd.org/vmm">vmm(4)</a> IOCTL handler to set the access protections of the ept.
   <!-- 2020/04/07 -->
   <li>Modified <a href="https://man.openbsd.org/iked">iked(8)</a> to always prefer generic signature authentication.
   <li>Implemented support for "usb-nop-xceiv" PHYs.
   <!-- 2020/04/06 -->
   <li>Fixed an <a href="https://man.openbsd.org/iked">iked(8)</a> pubkey leak in the CA process for ASN-DN IDs.
   <li>Prevented <a href="https://man.openbsd.org/dhcpd">dhcpd(8)</a> from referencing freed memory after releasing a lease with an unusually long UID.
   <li>Added support for the cd-gpios property on <a href="https://man.openbsd.org/ommmc">ommmc(4)</a>.
 <!-- 2020/04/05 -->  <!-- 2020/04/05 -->
 <li>Enabled ffs2 in sgi bootblocks and ramdisks.  <li>Enabled ffs2 in sgi bootblocks and ramdisks.
 <li>Made ffs2 the default filesystem type on installs except for landisk, luna88k and sgi.  <li>Made ffs2 the default filesystem type on installs except for landisk, luna88k and sgi.

Legend:
Removed from v.1.1469  
changed lines
  Added in v.1.1470