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

Diff for /www/74.html between version 1.72 and 1.73

version 1.72, 2023/10/14 18:43:22 version 1.73, 2023/10/14 18:50:52
Line 363 
Line 363 
   <li>In seq(1), fix a check for rounding error and truncation.    <li>In seq(1), fix a check for rounding error and truncation.
   <li>In cron(8), introduce upstream fixes in the handling of @yearly, @monthly,    <li>In cron(8), introduce upstream fixes in the handling of @yearly, @monthly,
         @weekly, @daily and @hourly entries.          @weekly, @daily and @hourly entries.
   <li>In pax(1), safely escape characters when displaying messages  
         that may include file names, and truncate times to the correct maximum  
         value.  
   </ul>    </ul>
   
 <li>Improved hardware support and driver bugfixes, including:  <li>Improved hardware support and driver bugfixes, including:
Line 581 
Line 578 
   <li>In <a href="https://man.openbsd.org/pax.1">pax(1)</a>,    <li>In <a href="https://man.openbsd.org/pax.1">pax(1)</a>,
       <a href="https://man.openbsd.org/tar.1">tar(1)</a>, and        <a href="https://man.openbsd.org/tar.1">tar(1)</a>, and
       <a href="https://man.openbsd.org/cpio.1">cpio(1)</a> terminal        <a href="https://man.openbsd.org/cpio.1">cpio(1)</a> terminal
       output, escape non-printable characters in messages that may        output, safely escape non-printable characters
       include file names.        in messages that may include file names,
         and truncate times to the correct maximum value.
   <li>On amd64, enable Indirect Branch Tracking (IBT) for the kernel.    <li>On amd64, enable Indirect Branch Tracking (IBT) for the kernel.
   <li>Enable branch target control flow enforcement on arm64.    <li>Enable branch target control flow enforcement on arm64.
   <li>In clang on amd64, emit IBT endbr64 instructions by default (meaning,    <li>In clang on amd64, emit IBT endbr64 instructions by default (meaning,

Legend:
Removed from v.1.72  
changed lines
  Added in v.1.73