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

Diff for /www/73.html between version 1.20 and 1.21

version 1.20, 2023/04/03 18:47:55 version 1.21, 2023/04/03 19:08:11
Line 84 
Line 84 
 <li>Various kernel improvements:  <li>Various kernel improvements:
   <ul>    <ul>
   
   
     <li>On arm64, avoid usin 1GB mappings for the identity map in the
           early kernel bootstrap phase and when booting the secondary CPUs. This
           avoids accidentally mapping memory regions that should not be mapped
           (i.e. secure memory) as all mapped memory can be accessed
           speculatively.
   
     <li>Added arm64 detection of EPAN feature bit. Enhanced Privileged Access Never
           (EPAN) allows Privileged Access Never to be used with Execute-only mappings.
   
   <li>Removed copystr(9) from public API.    <li>Removed copystr(9) from public API.
   
   <li>Made the USB ports work after a suspend/resume cycle on the x13s.    <li>Made the USB ports work after a suspend/resume cycle on the x13s.
Line 379 
Line 389 
   
 <li>Added or improved wireless network drivers:  <li>Added or improved wireless network drivers:
   <ul>    <ul>
 <li>Fixed <a href="https://man.openbsd.org/bwfm.4">bwfm(4)</a> issues with suspend/resume and possible firmware crashes on the M2 Macbook Air.    <li>Fixed <a href="https://man.openbsd.org/bwfm.4">bwfm(4)</a> issues with suspend/resume and possible firmware crashes on the M2 Macbook Air.
   
     <li>Prevented an <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> firmware error when authentication to the AP times out.
   <li>Fixed a crash in <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> when connecting to WEP networks via <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a> join.    <li>Fixed a crash in <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> when connecting to WEP networks via <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a> join.
   <li>Fixed an alignment issue in <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> Rx descriptors.    <li>Fixed an alignment issue in <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> Rx descriptors.
   <li>Avoided trying to remove keys while doing crypto in hardware if the station is not active in <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> firmware, fixing a firmware panic.    <li>Avoided trying to remove keys while doing crypto in hardware if the station is not active in <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> firmware, fixing a firmware panic.
Line 414 
Line 424 
         href="https://man.openbsd.org/ksh.1">ksh(1)</a> environment rather          href="https://man.openbsd.org/ksh.1">ksh(1)</a> environment rather
         than the more limited <a href="https://man.openbsd.org/sh.1">sh(1)</a>.          than the more limited <a href="https://man.openbsd.org/sh.1">sh(1)</a>.
   <li>Added support for configuring interfaces by lladdr (MAC).    <li>Added support for configuring interfaces by lladdr (MAC).
   <li>Added support for <a href="https://man.openbsd.org/hostname.if.5">hostname.if(5)</a> by lladdr.  
   <li>Made the installer skip interface configuration questions when no interfaces are available.    <li>Made the installer skip interface configuration questions when no interfaces are available.
   <li>Fixed resizing partitions on an auto-allocated disk that had a boot partition.    <li>Fixed resizing partitions on an auto-allocated disk that had a boot partition.
   <li>Stopped the installer from asking to initialize disks that have    <li>Stopped the installer from asking to initialize disks that have
Line 425 
Line 434 
         a disk with softraid chunks (hosting the root disk, for example).          a disk with softraid chunks (hosting the root disk, for example).
   <li>Stopped offering WEP in the installer if not supported.    <li>Stopped offering WEP in the installer if not supported.
   <li>Fixed lock file error on installer exit/abort.    <li>Fixed lock file error on installer exit/abort.
   <li>Cleaned up lots of code.  
   <li>Made <a href="https://man.openbsd.org/installboot.8">installboot(8)</a> <code>-p</code>    <li>Made <a href="https://man.openbsd.org/installboot.8">installboot(8)</a> <code>-p</code>
         support <a href="https://man.openbsd.org/softraid.4">softraid(4)</a>.          support <a href="https://man.openbsd.org/softraid.4">softraid(4)</a>.
   <li>Made <a href="https://man.openbsd.org/installboot.8">installboot(8)</a> silently skip    <li>Made <a href="https://man.openbsd.org/installboot.8">installboot(8)</a> silently skip
Line 676 
Line 684 
         <li>...          <li>...
   </ul>    </ul>
   
   <li>...    <li>Added support for configuring interfaces by lladdr to support
           interface configurations bound to a specfic hardware device. The "if"
           part of the <a
           href="https://man.openbsd.org/hostname.if.5">hostname.if(5)</a>
           configuration file can now be a MAC address.
   
   <!-- smtpd -->    <!-- smtpd -->
   <li>Prevented <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a>    <li>Prevented <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a>
         abort due to a connection from a local, scoped ipv6 address.          abort due to a connection from a local, scoped ipv6 address.

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21