=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/74.html,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- www/74.html 2023/10/14 18:30:35 1.71 +++ www/74.html 2023/10/14 18:43:22 1.72 @@ -203,7 +203,11 @@ mbrtoc32(3), c16rtomb(3), and mbrtoc16(3). -
  • malloc(3) gains built-in leak detection. +
  • Introduce a new malloc(3) + option D + for memory leak detection with + ktrace(1) and + kdump(1).
  • Add many new functions to the imsg_init(3) API.
  • Support ${.VARIABLES} in @@ -235,8 +239,6 @@ offsets, for getting and setting the filedescriptor stored on the ibuf and for efficient wrapping of ibufs into imesgs. The ibuf API is mostly used in network daemons. -
  • 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.
  • In wsconsctl(8), add button mappings for two- and three-finger clicks on clickpads.