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

Diff for /www/74.html between version 1.32 and 1.33

version 1.32, 2023/10/12 13:25:08 version 1.33, 2023/10/12 14:06:08
Line 182 
Line 182 
   
 <li>Various bugfixes and tweaks in userland:  <li>Various bugfixes and tweaks in userland:
   <ul>    <ul>
     <li>In <a href="https://man.openbsd.org/pax.1">pax(1)</a> and
         <a href="https://man.openbsd.org/tar.1">tar(1)</a>,
         speed up archive creation when many files are skipped.
   <li>Refactoring and documenting of    <li>Refactoring and documenting of
       <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a> code,        <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a> code,
       to make it easier to maintain.        to make it easier to maintain.
Line 343 
Line 346 
       requested allocation size.        requested allocation size.
   <li>In <a href="https://man.openbsd.org/malloc.3">malloc(3)</a>,    <li>In <a href="https://man.openbsd.org/malloc.3">malloc(3)</a>,
       check all chunks in the delayed free list for write-after-free.        check all chunks in the delayed free list for write-after-free.
     <li>In <a href="https://man.openbsd.org/ksh.1">ksh(1)</a>, escape
         control characters when displaying file name completions,
         even when there are multiple matches.
     <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/cpio.1">cpio(1)</a> terminal
         output, escape non-printable characters in messages that may
         include file names.
   </ul>    </ul>
   
 <li>Changes in the network stack:  <li>Changes in the network stack:

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33