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

Diff for /www/75.html between version 1.31 and 1.32

version 1.31, 2024/03/31 01:24:10 version 1.32, 2024/03/31 08:09:41
Line 106 
Line 106 
         devices.          devices.
   <li>On msdos filesystems, ensure that a complete struct fsinfo is read    <li>On msdos filesystems, ensure that a complete struct fsinfo is read
         even if the filesystem sectors are smaller.          even if the filesystem sectors are smaller.
   <li>Made <a href="https://man.openbsd.org/malloc.3">malloc(3)</a> save  
         backtraces to show in leak dump with depth of backtrace set via malloc  
         option D (aka 1), 2, 3 or 4.  
   <li>Implemented per-CPU caching for the page table page (vp) pool and    <li>Implemented per-CPU caching for the page table page (vp) pool and
         the PTE descriptor (pted) pool in the arm64 pmap implementation. This          the PTE descriptor (pted) pool in the arm64 pmap implementation. This
         significantly reduces the side-effects of lock contention on the          significantly reduces the side-effects of lock contention on the
         kernel map lock and leads to significant speedups on machines with          kernel map lock and leads to significant speedups on machines with
         many CPU scores.          many CPU score.
   
   
   </ul>    </ul>
Line 176 
Line 173 
   
 <li>Various new userland features:  <li>Various new userland features:
   <ul>    <ul>
     <li>Made <a href="https://man.openbsd.org/malloc.3">malloc(3)</a> save
           backtraces to show in leak dump with depth of backtrace set via malloc
           option D (aka 1), 2, 3 or 4.
   <li>Added support for <a    <li>Added support for <a
         href="https://man.openbsd.org/cksum.1">cksum(1)</a> -c checking base64          href="https://man.openbsd.org/cksum.1">cksum(1)</a> -c checking base64
         digests in reverse mode.          digests in reverse mode.

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