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

Diff for /www/66.html between version 1.44 and 1.45

version 1.44, 2019/10/02 15:52:01 version 1.45, 2019/10/04 09:37:29
Line 162 
Line 162 
       for the KSMedia 8-bit IR format and for dual functions on integrated USB        for the KSMedia 8-bit IR format and for dual functions on integrated USB
       cameras.        cameras.
     <li>Added the <a href="https://man.openbsd.org/aplgpio.4">aplgpio(4)</a>      <li>Added the <a href="https://man.openbsd.org/aplgpio.4">aplgpio(4)</a>
       driver for the gpio controllers on Intel's Apollo Lake SoC.        driver for the GPIO controllers on Intel's Apollo Lake SoC.
     <li>Implemented MSI-X support on sparc64.      <li>Implemented MSI-X support on sparc64.
     <li>Skipped PCI host bridges and devices not present with      <li>Skipped PCI host bridges and devices not present with
       <a href="https://man.openbsd.org/acpi.1">acpi(1)</a> when establishing        <a href="https://man.openbsd.org/acpi.1">acpi(1)</a> when establishing
Line 342 
Line 342 
       <a href="https://man.openbsd.org/mpip.4">mpip(4)</a>,        <a href="https://man.openbsd.org/mpip.4">mpip(4)</a>,
       <a href="https://man.openbsd.org/etherip.4">etherip(4)</a>        <a href="https://man.openbsd.org/etherip.4">etherip(4)</a>
       and <a href="https://man.openbsd.org/bpe.4">bpe(4)</a>.        and <a href="https://man.openbsd.org/bpe.4">bpe(4)</a>.
     <li>Implemented tx mitigation by calling the hardware transmit      <li>Implemented Tx mitigation by calling the hardware transmit
       routine per several packets rather than for individual        routine per several packets rather than for individual
       packets. Defers calls to the transmit routine to a network taskq,        packets. Defers calls to the transmit routine to a network taskq,
       or until a backlog of packets has built up.        or until a backlog of packets has built up.
Line 373 
Line 373 
     <li>Repaired and improved v6 default route selection, fixing autoinstalls.      <li>Repaired and improved v6 default route selection, fixing autoinstalls.
     <li>Added <a href="https://man.openbsd.org/sysupgrade.8">sysupgrade(8)</a>      <li>Added <a href="https://man.openbsd.org/sysupgrade.8">sysupgrade(8)</a>
       support to the sparc64 bootloader.        support to the sparc64 bootloader.
     <li>The dhcp configuration is now preserved when restarting an install.      <li>The DHCP configuration is now preserved when restarting an install.
     <li>The installer now remembers 'autoconf' when restarting an install.      <li>The installer now remembers 'autoconf' when restarting an install.
     <li>Stopped prompting for disks that do not contain a root      <li>Stopped prompting for disks that do not contain a root
       partition during upgrades. This defaults to the correct disk        partition during upgrades. This defaults to the correct disk
Line 441 
Line 441 
         now reports SFP, SFP+ and QSFP module information when using          now reports SFP, SFP+ and QSFP module information when using
         the <b>sff</b> option.          the <b>sff</b> option.
     <li>Imported <a href="https://man.openbsd.org/snmp.1">snmp(1)</a>,      <li>Imported <a href="https://man.openbsd.org/snmp.1">snmp(1)</a>,
       a new snmp client which aims to be netsnmp-compatible for        a new SNMP client which aims to be netsnmp-compatible for
       supported features, and        supported features, and
       removed <a href="https://man.openbsd.org/snmpctl.8">snmpctl(8)</a>.        removed <a href="https://man.openbsd.org/snmpctl.8">snmpctl(8)</a>.
     <li>Improvements      <li>Improvements
       in <a href="https://man.openbsd.org/ntpd.8">ntpd(8)</a> dns        in <a href="https://man.openbsd.org/ntpd.8">ntpd(8)</a> DNS
       resoving and constraints checking, especially during        resoving and constraints checking, especially during
       startup. Unreliable ntp peers are removed from the pool and        startup. Unreliable NTP peers are removed from the pool and
       dns resolving is repeated to add replacements.        DNS resolving is repeated to add replacements.
     <li>Changed the <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>      <li>Changed the <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>
     Adj-RIB-Out to a per-peer set of RB trees, improving speed.      Adj-RIB-Out to a per-peer set of RB trees, improving speed.
     <li>Rewrote <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>      <li>Rewrote <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45