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

Diff for /www/plus.html between version 1.1485 and 1.1486

version 1.1485, 2020/12/26 04:26:53 version 1.1486, 2020/12/28 11:21:32
Line 92 
Line 92 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2020/12/27 -->
   <li>Fixed "any" and "dynamic" keywords for flows in <a href="https://man.openbsd.org/iked.8">iked(8)</a> and added proper IPv6 support.
   <li>Added PCIe support to <a href="https://man.openbsd.org/amlpciephy.4">amlpciephy(4)</a>.
   <!-- 2020/12/26 -->
   <li>Fixed a memory leak in ld.so's malloc.
   <!-- 2020/12/25 -->
   <li>Added Gemini Lake I2C id to <a href="https://man.openbsd.org/dwiic.4">dwiic(4)</a>, making the touchpad work on the Teclast F7 Plus laptop.
   <!-- 2020/12/24 -->
   <li>Corrected accounting of zero length TDs in <a href="https://man.openbsd.org/xhci.4">xhci(4)</a>, preventing free TRBs from running out.
   <!-- 2020/12/23 -->
   <li>Fixed hangs on amd64 bsd.rd due to misreported core clock frequency on newer Intel Comet Lake models.
   <li>Added a global "nowake" channel for threads avoiding <a href="https://man.openbsd.org/wakeup.9">wakeup(9)</a> to <a href="https://man.openbsd.org/tsleep.9">tsleep(9)</a>.
   <li>Added Wake on LAN support to <a href="https://man.openbsd.org/rge.4">rge(4)</a>.
   <li>Added a specific headline to <a href="https://man.openbsd.org/netstat.1">netstat(1)</a> for TCP state and IP protocol.
   <li>Prevented a crash due to premature release of resources by the <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> filter state machine.
   <li>Allowed the provision of <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> options on "dhcp" lines in <a href="https://man.openbsd.org/hostname.if.5">hostname.if(5)</a> files.
   <li>Fixed a memory leak in <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> resolver.
   <li>Introduced a send hold timer in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> to detect stalls on the sending side of a TCP connection, acting as a last resort to detect faulty peers.
   <li>Fixed ofw regulators that use "active-low" polarity.
   <!-- 2020/12/22 -->
   <li>Added PCIe clocks to <a href="https://man.openbsd.org/amlclock.4">amlclock(4)</a>.
   <li>Implemented <a href="https://man.openbsd.org/select.2">select(2)</a> and <a href="https://man.openbsd.org/pselect.2">pselect(2)</a> on top of <a href="https://man.openbsd.org/kqueue.2">kqueue(2)</a>.
 <!-- 2020/12/21 -->  <!-- 2020/12/21 -->
 <li>Made clang the default compiler on loongson.  <li>Made clang the default compiler on loongson.
 <li>Added an <a href="https://man.openbsd.org/ssh_config.5">ssh_config(5)</a> KnownHostsCommand that allows the client to obtain known_hosts data from a command in addition to the usual files.  <li>Added an <a href="https://man.openbsd.org/ssh_config.5">ssh_config(5)</a> KnownHostsCommand that allows the client to obtain known_hosts data from a command in addition to the usual files.

Legend:
Removed from v.1.1485  
changed lines
  Added in v.1.1486