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

Diff for /www/74.html between version 1.19 and 1.20

version 1.19, 2023/10/11 10:18:19 version 1.20, 2023/10/11 13:39:03
Line 116 
Line 116 
   
 <li>Various new userland features:  <li>Various new userland features:
   <ul>    <ul>
     <li>New ISO C11 header <code>&lt;uchar.h&gt;</code> declaring the
         types <code>char32_t</code> and <code>char16_t</code> and the
         functions <a href="https://man.openbsd.org/c32rtomb.3">c32rtomb(3)</a>,
         <a href="https://man.openbsd.org/mbrtoc32.3">mbrtoc32(3)</a>,
         <a href="https://man.openbsd.org/c16rtomb.3">c16rtomb(3)</a>, and
         <a href="https://man.openbsd.org/mbrtoc16.3">mbrtoc16(3)</a>.
   <li>Update zoneinfo to tzdata2023c.    <li>Update zoneinfo to tzdata2023c.
   </ul>    </ul>
   
Line 150 
Line 156 
   
 <li>Improved hardware support and driver bugfixes, including:  <li>Improved hardware support and driver bugfixes, including:
   <ul>    <ul>
     <li>New <a href="https://man.openbsd.org/sysctl.2">sysctl(2)</a>
         nodes for battery management, <code>hw.battery.charge*</code>.
     <li>Define fixed names for
         <a href="https://man.openbsd.org/ucom.4">ucom(4)</a> USB serial
         ports, make them discoverable via the new <code>hw.ucomnames</code>
         <a href="https://man.openbsd.org/sysctl.2#HW_UCOMNAMES~2">sysctl(2)</a>,
         and support them in <a href="https://man.openbsd.org/cu.1">cu(1)</a>.
   <li>Add support for the RK3568 32k RTC clock in rkclock(4)    <li>Add support for the RK3568 32k RTC clock in rkclock(4)
   <li>In dwpcie(4) attach Baikal-M PCIe.    <li>In dwpcie(4) attach Baikal-M PCIe.
   <li>In openfirmware, implement regulator notifiers which get called    <li>In openfirmware, implement regulator notifiers which get called
Line 591 
Line 604 
         when copying local to remote, check that the source file          when copying local to remote, check that the source file
         exists before opening an SFTP connection to the server.          exists before opening an SFTP connection to the server.
     </ul>      </ul>
   </ul>  
   
 <li>mandoc XXX plus some new features and many bugfixes, including:  
   <ul>  
   <li>...  
   </ul>    </ul>
   
 <li>Ports and packages:  <li>Ports and packages:

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