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

Diff for /www/72.html between version 1.11 and 1.12

version 1.11, 2022/09/30 09:30:28 version 1.12, 2022/09/30 13:19:07
Line 86 
Line 86 
   
 <li>Various kernel improvements:  <li>Various kernel improvements:
   <ul>    <ul>
     <li>Allowed bsd.rd and bsd/bsd.mp to boot on Oracle Cloud amd64 instances.
     <li>Added support for switching from glass console to serial console
           on arm64 systems that default to glass console.
   <li>pf(4) automatically allows IGMP and ICMP6 MLD packets with    <li>pf(4) automatically allows IGMP and ICMP6 MLD packets with
     router alert option.      router alert option.
     Special allow-opts rules are no longer needed for multicast      Special allow-opts rules are no longer needed for multicast
     discovery.      discovery.
   <li>Implement "show all routes" to print routing tables in ddb(4).    <li>Implement "show all routes" to print routing tables in ddb(4).
   <li>Count dropped network packets due to low memory in netstat(1).    <li>Count dropped network packets due to low memory in netstat(1).
   <li>...    <li>Simplified machine command handling in <a
           href="https://man.openbsd.org/ddb.4">ddb(4)</a>.
     <li>Changed to a simpler formula to calculate a default kern.maxthread
           value: 2*NPROCESS.
     <li>Enabled <a href="https://man.openbsd.org/kstat.4">kstat(4)</a>, a
           device that exports kernel statistics that can be read by <a
           href="https://man.openbsd.org/kstat.4">kstat(4)</a>.
   </ul>    </ul>
   
 <li>SMP Improvements  <li>SMP Improvements
Line 176 
Line 185 
   
 <li>Various new userland features:  <li>Various new userland features:
   <ul>    <ul>
   <li>...    <li>Added <a href="https://man.openbsd.org/kstat.1">kstat(1)</a>, a
           utility to display kernel statistics collected by <a
           href="https://man.openbsd.org/kstat.4">kstat(4)</a>.
   </ul>    </ul>
   
 <li>Various bugfixes and tweaks in userland:  <li>Various bugfixes and tweaks in userland:
   <ul>    <ul>
   <li>...    <li>Changed <a href="https://man.openbsd.org/compress">compress(1)</a>
           to print a more accurate message when -v is used with -k.
     <li>Fixed <a href="https://man.openbsd.org/openrsync">openrsync(1)</a>
           on sparc64 by eliminating a redundant second conversion of the int
           value from little to host endian.
     <li>Made use of the fact that repositories are unique objects in <a
           href="https://man.openbsd.org/pkg_add">pkg_add(1)</a> and annotated
           the quirks repository as cached, allowing for a large speed increase.
     <li>Fixed <a href="https://man.openbsd.org/kbd.8">kbd(8)</a> so it
           doesn't fail silently when executed by a regular user.
   </ul>    </ul>
   
 <li>Improved hardware support and driver bugfixes, including:  <li>Improved hardware support and driver bugfixes, including:
Line 210 
Line 230 
       driver for Allwinner wakeup interrupt controller.        driver for Allwinner wakeup interrupt controller.
   <li>New gpiorestart    <li>New gpiorestart
       driver for system reset via GPIO pin.        driver for system reset via GPIO pin.
   <li>...    <li>Added support for more power sensors to <a
           href="https://man.openbsd.org/ipmi.4">ipmi(4)</a>.
   
   </ul>    </ul>
   
 <li>New or improved network hardware support:  <li>New or improved network hardware support:
Line 222 
Line 244 
   
 <li>Added or improved wireless network drivers:  <li>Added or improved wireless network drivers:
   <ul>    <ul>
   <li>...    <li>Made device matching in <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> more similar to linux iwlwifi.
   </ul>    </ul>
   
 <li>IEEE 802.11 wireless stack improvements and bugfixes:  <li>IEEE 802.11 wireless stack improvements and bugfixes:
Line 240 
Line 262 
   <li>...    <li>...
   </ul>    </ul>
   
   <li>Changes in the network stack:
     <ul>
           <li>Relaxed address availability check for <a
                   href="https://man.openbsd.org/multicast.4">multicast(4)</a> binds so
                   processes listening for the same multicast address do not need to be
                   the same UID.
   
     </ul>
   
 <li>Routing daemons and other userland network improvements:  <li>Routing daemons and other userland network improvements:
   <ul>    <ul>
   <li>IPsec support was improved:    <li>IPsec support was improved:
Line 272 
Line 303 
   </ul>    </ul>
   <li><a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a> saw some changes:    <li><a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a> saw some changes:
   <ul>    <ul>
           <li>Allowed more than one CRL URI in certificates.
         <li>Do not apply timezone offsets when converting X509 times.  X509          <li>Do not apply timezone offsets when converting X509 times.  X509
                 times are in UTC and comparing them to times in different timezones                  times are in UTC and comparing them to times in different timezones
                 would cause validity problems.                  would cause validity problems.
Line 370 
Line 402 
   
 <li>mandoc 1.14.6 plus several bugfixes, including:  <li>mandoc 1.14.6 plus several bugfixes, including:
   <ul>    <ul>
   <li>...    <li>Fixed calculation of the width of spanned columns in <a
           href="https://man.openbsd.org/mandoc">mandoc(1)</a>.
   </ul>    </ul>
   
 <li>Ports and packages:  <li>Ports and packages:

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12