=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/74.html,v retrieving revision 1.93 retrieving revision 1.94 diff -c -r1.93 -r1.94 *** www/74.html 2023/10/15 12:39:37 1.93 --- www/74.html 2023/10/15 12:53:31 1.94 *************** *** 227,234 **** for memory leak detection with ktrace(1) and kdump(1). -
  • Add many new functions to the - imsg_init(3) API.
  • Support ${.VARIABLES} in make(1), listing the names of all global variables that have been set. --- 227,232 ---- *************** *** 253,263 **** a random offset less than the step value. This can be used to avoid thundering herd problems where multiple machines contact a server all at the same time via cron jobs. !
  • Extend and improve the ibuf API in libutil and add ! function for more specific data types, for modifying data at specific offsets, for getting and setting the file descriptor stored on the ibuf ! and for efficient wrapping of ibufs into imesgs. The ibuf API is mostly used in network daemons.
  • In wsconsctl(8), add button mappings for two- and three-finger clicks on clickpads. --- 251,262 ---- a random offset less than the step value. This can be used to avoid thundering herd problems where multiple machines contact a server all at the same time via cron jobs. !
  • Extend and improve the ! ibuf API in libutil ! 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 ! and for efficient wrapping of ibufs into imsgs. The ibuf API is mostly used in network daemons.
  • In wsconsctl(8), add button mappings for two- and three-finger clicks on clickpads.