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

Diff for /www/74.html between version 1.93 and 1.94

version 1.93, 2023/10/15 12:39:37 version 1.94, 2023/10/15 12:53:31
Line 227 
Line 227 
         for memory leak detection with          for memory leak detection with
         <a href="https://man.openbsd.org/ktrace.1">ktrace(1)</a> and          <a href="https://man.openbsd.org/ktrace.1">ktrace(1)</a> and
         <a href="https://man.openbsd.org/kdump.1">kdump(1)</a>.          <a href="https://man.openbsd.org/kdump.1">kdump(1)</a>.
   <li>Add many new functions to the  
       <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
       <a href="https://man.openbsd.org/make.1">make(1)</a>,        <a href="https://man.openbsd.org/make.1">make(1)</a>,
       listing the names of all global variables that have been set.        listing the names of all global variables that have been set.
Line 253 
Line 251 
         a random offset less than the step value.  This can be used to avoid          a random offset less than the step value.  This can be used to avoid
         thundering herd problems where multiple machines contact a server all          thundering herd problems where multiple machines contact a server all
         at the same time via cron jobs.          at the same time via cron jobs.
   <li>Extend and improve the ibuf API in <a    <li>Extend and improve the
         href="https://man.openbsd.org/ibuf_add_buf.3">libutil</a> and add          <a href="https://man.openbsd.org/ibuf_add.3">ibuf</a> API in libutil
         function for more specific data types, for modifying data at specific          and add functions for more specific data types,
           for modifying data at specific
         offsets, for getting and setting the file descriptor stored on the ibuf          offsets, for getting and setting the file descriptor stored on the ibuf
         and for efficient wrapping of ibufs into imesgs. The ibuf API is          and for efficient wrapping of ibufs into imsgs. The ibuf API is
         mostly used in network daemons.          mostly used in network daemons.
   <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.

Legend:
Removed from v.1.93  
changed lines
  Added in v.1.94