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

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

version 1.71, 2023/10/14 18:30:35 version 1.72, 2023/10/14 18:43:22
Line 203 
Line 203 
       <a href="https://man.openbsd.org/mbrtoc32.3">mbrtoc32(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/c16rtomb.3">c16rtomb(3)</a>, and
       <a href="https://man.openbsd.org/mbrtoc16.3">mbrtoc16(3)</a>.        <a href="https://man.openbsd.org/mbrtoc16.3">mbrtoc16(3)</a>.
   <li><a href="https://man.openbsd.org/malloc.3">malloc(3)</a> gains built-in leak detection.    <li>Introduce a new <a href="https://man.openbsd.org/malloc.3">malloc(3)</a>
           option <a href="https://man.openbsd.org/malloc.3#D">D</a>
           for memory leak detection with
           <a href="https://man.openbsd.org/ktrace.1">ktrace(1)</a> and
           <a href="https://man.openbsd.org/kdump.1">kdump(1)</a>.
   <li>Add many new functions to the    <li>Add many new functions to the
       <a href="https://man.openbsd.org/imsg_init.3">imsg_init(3)</a> API.        <a href="https://man.openbsd.org/imsg_init.3">imsg_init(3)</a> API.
   <li>Support <code>${.VARIABLES}</code> in    <li>Support <code>${.VARIABLES}</code> in
Line 235 
Line 239 
         offsets, for getting and setting the filedescriptor stored on the ibuf          offsets, for getting and setting the filedescriptor stored on the ibuf
         and for efficient wrapping of ibufs into imesgs. The ibuf API is          and for efficient wrapping of ibufs into imesgs. The ibuf API is
         mostly used in network daemons.          mostly used in network daemons.
   <li>Introduce malloc option "D" for leak detection in malloc(3). To  
         produce and view leak reports via ktrace(1) and kdump(1) can be used.  
   <li>In <a href="https://man.openbsd.org/wsconsctl.8">wsconsctl(8)</a>,    <li>In <a href="https://man.openbsd.org/wsconsctl.8">wsconsctl(8)</a>,
         add button mappings for two- and three-finger clicks on clickpads.          add button mappings for two- and three-finger clicks on clickpads.
   </ul>    </ul>

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